Hello,
I`m trying to solo mine with gpu!
This is my conf file :
rpcuser=username
rpcpassword=pass
rpcallowip=127.0.0.1
rpcport=8757
server=1
listen=1
And this is the bat file : ccminer -a x16s -o
http://127.0.0.1:3333 -u username -p pass
But i can`t make it run ... what i`m doing wrong?!
Thanks
Hi,
You made a little and easy to overlook mistake in your .bat file. The "3333" part does not match with the value for "rpcport=8757" in your .conf file.
Just change your .bat file to this and you should be set!
ccminer -a x16s -o http://127.0.0.1:8757 -u username -p pass
dosen`t work ... i get "empty data received in json_rpc_call get_work failed!