You cant solo mine to the wallet , i tried that it only allows solo mining using CPU as far as I can tell, the problem too is all the mining tools out here are stratum not getwork
Hi,
Solo mining to the Ravencoin QT wallet is definitly supported but I´m not sure if it´s worth it.
I´ve tried it 2 weeks ago when the difficulty was down to around 17000 and I didn´t catched a single block withing 4 days with 100 MH/s throwing in the game.
But if you really want to try it here are the steps to do so:
- Open raven-qt.exe
- Settings - Configuration - Open Configuration file (at this time it should be empty)
Add the following:
rpcuser=user
rpcpassword=pass
rpcbind=ip of your rig (i.e. 10.0.0.10):8766
rpcallowip=10.0.0.1/24
server=1
- Save the file and stop wallet and restart it
- Download nevermore miner (because I think it´s the only one the supports the correct parameters)
- create a *.bat with the following:
:mine
ccminer.exe -a x16r -o
http://ip address of rig:8766 -u user -p pass -i 20 --no-longpoll --no-getwork --no-stratum --coinbase-addr=ravencoin wallet address
goto :mine
- Fire up the *.bat file AND Good Luck
best regards