-
-
Notifications
You must be signed in to change notification settings - Fork 29
XMR Stak Guide
XMR-Stak is a unified miner, which means the same program will be used to mine with both your CPU and your GPU. It will automatically detect your hardware and adjust the settings accordingly.
View this guide to get started with XMR-Stak on Linux.
-
Download and install XMR-Stak Unified Miner. It will auto-detect your hardware, and tune everything for you.
-
Make a folder called Qwertycoin Miner on your desktop and unzip the files you just downloaded for XMR-Stak in there.
-
Double-click on xmr-stak.exe.
-
Open Terminal
-
Type
cd Desktop\Qwertycoin Miner
To start XMR-Stak without utilising the CPU, type xmr-stak.exe --noCPU
To start XMR-Stak without utilizing your nVidia GPU, type xmr-stak.exe --noNVIDIA
To start XMR-Stak without utilizing your AMD GPU, type xmr-stak.exe --noAMD
To start XMR-Stak without utilizing either of your GPU's, type xmr-stak.exe --noAMD --noNVIDIA
-
Click
Yes
when it asks if you want to run as Administrator. This is so that the program can see what hardware you're running.
Assuming you already have Homebrew installed, the installation of dependencies is pretty straightforward and will generate the xmr-stak
binary in the bin/
directory.
brew install hwloc libmicrohttpd gcc openssl cmake
cmake . -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl -DCUDA_ENABLE=OFF -DOpenCL_ENABLE=OFF
make install
brew tap caskroom/drivers
brew cask install nvidia-cuda
brew install hwloc libmicrohttpd gcc openssl cmake
cmake . -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl -DOpenCL_ENABLE=OFF
make install
OpenCL is bundled with Xcode, so no other depedency then the basic ones needed. Just enable OpenCL via the -DOpenCL_ENABLE=ON
CMake option.
brew install hwloc libmicrohttpd gcc openssl cmake
cmake . -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl -DCUDA_ENABLE=OFF -DOpenCL_ENABLE=ON
make install
Upon first launching XMR-Stak, the software will ask you several setup and configuration questions.
Please enter: - Do you want to use the HTTP interface? Unlike the screen display, browser interface is not affected by the GPU lag. If you don't want to use it, please enter 0, otherwise enter port number that the miner should listen on
Enter 0
, if you are like most people, and do not need to remotely check your hashrate.
If you do need to, then enter a port number. Generally it is recommended to use a port number in the range 1025-65535. For example purposes, lets say you used 8257 as the port.
To check the hashrate, enter in the address bar of your web browser, 127.0.0.1:8257
. Change the 8257
if you used a different port.
It should show a page with your rig's hashrate.
If you want to check your miners hashrate whilst you are on a different network, you will have to enter your computers IP address, followed by the port, for example, 198.51.100.0:8257
.
You can find your computers IP by visiting this website whilst on that computer: http://whatsmyip.org/
You will probably have to open the port you are running the interface on in your router admin panel. Instructions on how to do this are out of scope for this document.
Please enter:
- Please enter the currency that you want to mine:
- aeon7
- bbscoin
- croat
- cryptonight
- cryptonight_heavy
- cryptonight_lite
- cryptonight_lite_v7
- cryptonight_v7
- edollar
- electroneum
- graft
- haven
- intense
- karbo
- monero7
- stellite
- sumokoin
- turtlecoin
Enter cryptonight
- Pool address: e.g. pool.example.com:3333
Choose a pool from any of the available pools that is closest to you and enter its URL (you will be able to add more later).
- Username (Wallet address or pool login):
If you have not yet downloaded and ran the Qwertycoin core software to sync the blockchain and create a wallet, you can make a paper wallet to start mining towards now, and import the wallet later.
-
- Password (mostly empty or x):
Enterx
. -
- Rig identifier for pool-side statistics (needs pool support). Can be empty:
Leave it empty and press enter. -
- Does this pool port support TLS/SSL? Use no if unknown. (y/N)
In most cases,N
is fine. -
- Do you want to use nicehash on this pool? (y/n)
Entern
(in case you do, enter y). -
- Do you want to use multiple pools? (y/n)
- Enter
y
if you would like to add more pools. - Give the pools nearest to you a higher number, and the ones further from you a lower number. Give them all a weight of
10
if you don't care. - XMR-Stak will prioritize the highest weight pool, and fall back to the others if it cannot connect.
- If they are all given the same weight, it will connect to them in order of how they are listed, form top to bottom, in the configuration file.
- If you are on Windows 7/8, it will ask for administrator permission again. Click
Yes
to grant it permission. - If you are on Windows 10, it will not ask for it again. Done! The miner will now start scanning your hardware and will begin mining. Awesome!
XMR-Stak will save your configuration in config.txt
in the same directory from which it was first run. Your configuration for pools(algorithm to mine, address, port etc) will be saved in pools.txt
The configuration of the device it mines(CPU/AMD/NVIDIA) will be saved in cpu.txt
, amd.txt
or nvidia.txt
, respectively.
Run XMR-Stak again from the same directory to reuse the configuration.
- 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