I'm on the most up to date I think. This is bitcoind getinfo's output:
{
"version" : 80500,
"protocolversion" : 70001,
"walletversion" : 60000,
"balance" : 0.02038000,
"blocks" : 258278,
"timeoffset" : 0,
"connections" : 8,
"proxy" : "",
"difficulty" : 112628548.66634709,
"testnet" : false,
"keypoololdest" : 1379297610,
"keypoolsize" : 101,
"paytxfee" : 0.00010000,
"errors" : ""
}
I am only doing small transactions as I'm just testing so don't want to risk losing my BTC. I've now set my bitcoin.conf to look like:
rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=8332
daemon=1
server=1
gen=0
paytxfee=0
Does that look about right?
Thanks for your help - it's really appreciated