C-CEX IS ON RIGHT CHAIN NOW
We had to fully restart the chain, but all balances are secure.
Hi,
I'm running a headless build on my ARM devkit and it doesn't seem to be syncing. I downloaded again from github after your post. The old version was syncing fine before the blockchain was reset but now even that old build doesn't sync. I have deleted everything from my datadir and using the configuration provided here. My debug log is
hereCorinthian~/mapcoin# cat MAPCOIN.conf
server=1
daemon=1
listen=1
maxconnections=1024
rpcuser=user
rpcpassword=pass
rpcport=25213
addnode=104.236.105.49
addnode=178.62.126.32
addnode=95.85.39.251
Corinthian~/mapcoin# MAPCOINd -conf=/home/foobar/mapcoin/MAPCOIN.conf -datadir=/home/foobar/mapcoin/data getinfo
{
"version" : "v1.0.0.0",
"protocolversion" : 60013,
"walletversion" : 60000,
"balance" : 0.00000000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 0,
"timeoffset" : 0,
"moneysupply" : 0.00000000,
"connections" : 0,
"proxy" : "",
"ip" : "0.0.0.0",
"difficulty" : {
"proof-of-work" : 0.00024414,
"proof-of-stake" : 0.00024414
},
"testnet" : false,
"keypoololdest" : 1441849295,
"keypoolsize" : 101,
"paytxfee" : 0.00001000,
"mininput" : 0.00000000,
"errors" : ""
}
Corinthian~/mapcoin#