I'm having problems getting the wallet to accept blocks.
Compiled source from
https://github.com/Mullick/bitbar but wallet still says
{
"version" : "v0.4.0-nvc-10-g404dec7-beta",
"protocolversion" : 60006,
"walletversion" : 60000,
"balance" : 0.00000000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 133041,
"moneysupply" : 20339.13659300,
"connections" : 4,
"proxy" : "",
"ip" : "85.24.169.215",
"difficulty" : 41.58003004,
"testnet" : false,
"keypoololdest" : 1441805219,
"keypoolsize" : 102,
"paytxfee" : 0.00010000,
"errors" : "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers."
}
And peers
[
{
"addr" : "5.149.51.217:8777",
"services" : "00000001",
"lastsend" : 1442916495,
"lastrecv" : 1442916495,
"conntime" : 1442916202,
"version" : 60005,
"subver" : "/Satoshi:0.7.4/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 133041,
"banscore" : 0
},
{
"addr" : "63.231.13.66:8777",
"services" : "00000001",
"lastsend" : 1442916495,
"lastrecv" : 1442916206,
"conntime" : 1442916204,
"version" : 60005,
"subver" : "/Satoshi:0.7.4/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 133041,
"banscore" : 0
},
{
"addr" : "144.76.91.109:8777",
"services" : "00000001",
"lastsend" : 1442916652,
"lastrecv" : 1442916495,
"conntime" : 1442916205,
"version" : 60005,
"subver" : "/Satoshi:0.7.4/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 133041,
"banscore" : 0
},
{
"addr" : "167.160.36.162:8777",
"services" : "00000001",
"lastsend" : 1442916495,
"lastrecv" : 1442916207,
"conntime" : 1442916205,
"version" : 60006,
"subver" : "/Satoshi:0.7.4/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 133041,
"banscore" : 0
},
{
"addr" : "213.243.135.185:8777",
"services" : "00000001",
"lastsend" : 1442916966,
"lastrecv" : 1442916968,
"conntime" : 1442916637,
"version" : 60005,
"subver" : "/Satoshi:0.7.4/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 133042,
"banscore" : 0
},
{
"addr" : "198.0.43.101:44276",
"services" : "00000001",
"lastsend" : 1442916651,
"lastrecv" : 1442916651,
"conntime" : 1442916650,
"version" : 60006,
"subver" : "/Satoshi:0.7.4/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 133042,
"banscore" : 0
}
]
Please point me in the right direction so I can get this coin working on my pool.
/Bejjan