connect=114.214.24.1:46392
connect=207.245.41.198:46392
and what is this?
{
"blocks" : 0,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00024414,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"pooledtx" : 0,
"testnet" : false
}
I'm confused are you getting that info from Console or are you saying that the block of text you are showing is in your conf file?
If you are saying that text is in your conf file, take everything out and use this:
# faircoin.conf configuration file. Lines beginning with # are comments.
rpcuser=user #<--Change this!
rpcpassword=pass #<--Change this!
addnode=114.214.24.1:46392
addnode=207.245.41.198:46392
# Consider setting gen=1 to help securing the blockchain
gen=0