Does anyone know how to go about setting up cudaminer for solo mining? I want to try solo mining vertcoin but I am a bit lost on what I would put in the batch file to direct it towards my wallet.
cudaminer.exe -a scrypt:2048 -o http://127.0.0.1:port -u username -p password -i 0 -H 2.................
pause
vertcoin.conf
rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
rcpallowip=192.168.0.16
rcpallowip=192.168.0.10
rpcport=port
...........
2 ) Start cudaminer ( cudaminer.exe -o http://localhost:portwalet -O yourname:yourpass ) - the bat file.