NBMiner

Mining Option

--api 0.0.0.0:22333

Be sure to use a double dash (--).

✔️ Good

nbminer -a ethash -o asia1.ethermine.org:14444 -u wallet --api 0.0.0.0:22333

❌ Bad

nbminer -a ethash -o asia1.ethermine.org:14444 -u wallet

nbminer -a ethash -o asia1.ethermine.org:14444 -u wallet --api 223333

Last updated