-
-
Notifications
You must be signed in to change notification settings - Fork 29
D02. Mining | XMR Stak Linux Guide
Native binaries may be available for your distribution's package manager.
If no binaries are available, or you prefer to compile, follow these instructions:
If you want to use your GPU for mining, do the following:
-
Install drivers for your card
-
Download the latest CUDA Toolkit from here.
-
Download the base installer and follow the compilation instructions
-
Download every patch one-by-one in order and apply the patches
-
After that, you should be good.
-
Install drivers for your card
-
download the latest APP SDK from here. It should have the name
AMD-APP-SDKInstaller-v(version number)-GA-linux64.tar.bz2
-
Extract it
-
Open the terminal wherever it is located
-
(optional) name it to something simpler
-
In the terminal, type
./(name).sh
-
After installing, you should be good.
- Open the terminal and install dependencies by running this command
sudo apt install libmicrohttpd-dev libssl-dev cmake build-essential libhwloc-dev
- Clone the package
git clone https://github.com/fireice-uk/xmr-stak.git
- Make a directory
mkdir xmr-stak/build
- Move over there
cd xmr-stak/build
- Run cmake
cmake ..
- If you don’t have nVidia GPUs, type:
cmake .. -DCUDA_ENABLE=OFF
- If you don’t have AMD GPUs, type
cmake .. -DOpenCL_ENABLE=OFF
- If you have neither (only CPU mining) type
cmake .. -DCUDA_ENABLE=OFF -DOpenCL_ENABLE=OFF
- Finish building it
make install
-
XMR-Stak will now be located in
/home/user/xmr-stak/build/bin
-
Type the following to begin configuration
./xmr-stak
- Check XMR-Stak Setup and Configuration to learn how to configure the miner.
- A01. | Contributing
- A02. | Getting Started
- A03. | Qwertycoin Community
- A04. | Qwertycoin Voting
- A05. | Qwertycoin API
- B01. | Generating a Wallet
- B02. | Making a Paper Wallet
- B03. | Wallet Backup
- B04. | Wallet Recovery
- B05. | Wallet Update
- B06. | Using CLI Wallet
- B07. | Using RPC Wallet
- B08. | Using GUI Wallet
- B09. | Using Zero Wallet
- B10. | Using Web Wallet
- B11. | Using Mobile Wallet
- B12. | RPC Wallet API
- B13. | Sign and verify messages
- C01. | Start Masternode
- C02. | Fix Sync Issues
- C03. | Load Checkpoints
- C04. | JSON RPC API
- C05. | HTTP RPC API
- D01. | XMR Stak Guide
- D02. | XMR Stak Linux Guide
- D03. | XMRIG Guide
- D04. | Mining with SBC
- D05. | Cloud Mining
- D06. | Mobile Mining
- D07. | Using a Mining Pool
- D08. | Creating a Mining Pool
- E01. | How to trade QWC on Crex24
- E02. | How to trade QWC on Bitexlive
- E03. | How to trade QWC on Bisq
- G01. | Hosting Block Explorer
- G02. | Hosting Faucet
- G03. | Hosting Web Wallet
- G04. | How to use the QWC Faucet