NBMiner

Works for NVIDIA and AMD cards.

Prerequiresites

For AMD cards, OpenCL must be available. For NVIDIA cards, CUDA must be available.

Appropriate packages are opencl-amd from AUR and cuda from the official repository.

Initial setup

NBMiner will typically just be launched from the command line, e.g.,

./nbminer -a algorithm -o stratum+ssl://pool -u wallet.rigname --log --fee 1

--fee 1 reduces the fee by 1% without affecting the hashrate and is not required, but a little tip.

Reference

Full documentation can be found at https://github.com/NebuTech/NBMiner. Explanation of flags can also be found by ./nbminer --help.

Last updated