Post
Topic
Board Mining
Re: Solo mining, 0 accepted
by
xanadu
on 09/04/2013, 15:50:49 UTC
do you have a bitcoin.conf file in your bitcoin data folder with a RPC password set?

something like (this may not be exactly correct):

server=1
rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=8332

Yes, the bitcoin.conf file is configured, otherwise the client wouldn't connect to the server, right?

Here is the bitcoin.conf file:
Quote
server=1
rpcuser=bits
rpcpassword=*****
rpcallowip=192.168.0.*
rcpport=8332
paytxfee=0.00

I enabled verbose mode, here is the output:


Thanks!