i dont know how mining solo
To mine solo please, read this instructions:
- You need your coin running with testnet;
- Now you need your Nimbus.conf with your rpcuser and rpcpassword like you want,
i.e:
rpcuser=MySoloMinerUser
rpcpassword=MySoloPassword
- After this you will need download CPU Miner or GPU Miner, with CPU Miner:
Create a .bat file on the same folder that you have the cpuminer and put this (change words like you conf on your Nimbus.conf):
minerd-corei7 -a bitblock --url=http://127.0.0.1:16676 --userpass=MySoloMinerUser:MySoloPassword
With GPU is the same functions, but with Sgminer pointed, see:
timeout /t 10
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
sgminer --pool-algorithm bitblock -I 19 --auto-gpu --auto-fan --no-submit-stale -o http://127.0.0.1:16676 -u MySoloMinerUser -p MySoloPassword