- official NBminer supported algorithms
Ethash
Callisto Network
Ethereum PoW
Etchash Ethereum Classic
KAWPOW
Ravencoin
Neoxa
CuckooCycle
Aeternity
BeamHash
Beam
Autolykos2
Ergo
An example of NBminer settings (bat-file)
You can run NBminer via the command line in Linux or bat file in Windows. Here are some examples of bat files for each of the cryptocurrencies that can be mined with NBminer. Don't forget to replace YOUR_ADDRESS with your wallet address and RIG_ID with the name of your farm. You can choose the name yourself, it should contain only letters of the English alphabet and signs "-" and "_". The purse must be specified as the cryptocurrency you are mining.
- Additional settings of the program are given below on this page.
- Ethereum PoW
nbminer.exe -a ethash -o stratum+tcp://ethw.2miners.com:2020 -u YOUR_WALLET_ADDRESS.RIG_ID
pause
- Ergo
nbminer.exe -a ergo -o stratum+tcp://erg.2miners.com:8888 -u YOUR_WALLET_ADDRESS.RIG_ID
pause
Callisto Network
nbminer.exe -a ethash -o stratum+tcp://clo.2miners.com:3030 -u YOUR_WALLET_ADDRESS.RIG_ID
pause
- Ethereum Classic
nbminer.exe -a etchash -o stratum+tcp://etc.2miners.com:1010 -u YOUR_WALLET_ADDRESS.RIG_ID
pause
- Ravencoin
nbminer.exe -a kawpow -o stratum+tcp://rvn.2miners.com:6060 -u YOUR_WALLET_ADDRESS.RIG_ID
pause
- Neoxa
nbminer.exe -a kawpow -o stratum+tcp://neox.2miners.com:4040 -u YOUR_WALLET_ADDRESS.RIG_ID
pause
- Aeternity
nbminer.exe -a cuckoo_ae -o stratum+tcp://ae.2miners.com:4040 -u YOUR_WALLET_ADDRESS.RIG_ID
pause
- Beam
nbminer.exe -a beamv3 -o stratum+ssl://beam.2miners.com:5252 -u YOUR_WALLET_ADDRESS.RIG_ID
pause
- NBminer additional parameters
Launching a mining program sometimes requires additional settings, for example, you need to disable one of the cards or set the limit of the card's operating temperature. We have prepared for you a list of the most popular settings of NBminer. To apply a setting, add it to the standard startup line above. Usually, the miner settings can't change the overclocking of the video card. Detailed instructions on how to overclock video cards can be found in this article.
stratum+ssl:// for mining with SSL replace the beginning of the standard stratum+tcp:// pool address with stratum+ssl://. Please note that usually the pool address with SSL is different from the one without SSL. Example stratum+ssl://eth.2miners.com:12020 (Ethereum pool 2Miners for SSL connection).
--devices allows to use only necessary video cards for mining. After --devices, specify the indexes of the video cards you want to use, separated by commas, with the first video card having an index of 0. For example, if you have a ring of 6 video cards, the indexes of the video cards go from 0 to 5. Adding --devices 0,1,2,3,5 will start mining on all videocards except the fifth (index 4).
--platform allows you to choose what types of video cards will be used in mining. By default, AMD and NVIDIA video cards are used. If --platform 1 is used, only Nvidia will be used for mining. If --platform 2 is used, only AMD will be mining.
--temperature-limit sets the maximum temperature at which the video cards operate. Once this temperature is reached, the graphics card will shut down and will not mine for 10 seconds. Example --temperature-limit 75
--log creates a log file and writes it to the disk in the directory where the program is located in the logs subfolder.
--fee 0 starts the miner without the developer's commission, but reduces the hash rate of the rig.
more cryptocurrency mining software :