Hey guys,
I have the same blockchain that is passed block 426490, but I think whatever coins generated after block 426490 are not accepted by exchanges like cryptsy. They are probably "stuck" on blockchain with block "426490".
The "working" blockchain I could find is here:
https://altexplorer.net/chain/Argentum and it is also on a latest block of 426490.
Now, I wounder if blockchain passed 426490 is legit.
There are more peers with this block vs. newer. what do we do?
[my@srv /d2/altcoins]$ argentumd -conf=argentumd.conf getpeerinfo
[
{
"addr" : "162.243.226.39",
"services" : "00000001",
"lastsend" : 1401150639,
"lastrecv" : 1401148940,
"conntime" : 1401102131,
"version" : 1030000,
"subver" : "/ARG V1.2:1.0.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 426490,
"banscore" : 0
},
{
"addr" : "46.119.36.123",
"services" : "00000001",
"lastsend" : 1401150639,
"lastrecv" : 1401149327,
"conntime" : 1401102131,
"version" : 1030000,
"subver" : "/ARG V1.2:1.0.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 426490,
"banscore" : 0
},
{
"addr" : "54.201.183.106",
"services" : "00000001",
"lastsend" : 1401150639,
"lastrecv" : 1401149025,
"conntime" : 1401102131,
"version" : 1030000,
"subver" : "/ARG V1.2:1.0.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 426490,
"banscore" : 0
},
{
"addr" : "192.99.44.51",
"services" : "00000001",
"lastsend" : 1401150639,
"lastrecv" : 1401149191,
"conntime" : 1401102131,
"version" : 1030000,
"subver" : "/ARG V1.2:1.0.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 426490,
"banscore" : 0
},
{
"addr" : "72.78.100.9",
"services" : "00000001",
"lastsend" : 1401150639,
"lastrecv" : 1401149548,
"conntime" : 1401102210,
"version" : 1030000,
"subver" : "/ARG V1.2:1.0.3/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 426490,
"banscore" : 0
},
{
"addr" : "89.29.69.214:3326",
"services" : "00000001",
"lastsend" : 1401150639,
"lastrecv" : 1401150640,
"conntime" : 1401110806,
"version" : 1030000,
"subver" : "/ARG V1.2:1.0.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 434143,
"banscore" : 0
},
{
"addr" : "86.30.167.243:36203",
"services" : "00000001",
"lastsend" : 1401150639,
"lastrecv" : 1401150581,
"conntime" : 1401124171,
"version" : 1030000,
"subver" : "/ARG V1.2:1.0.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 426490,
"banscore" : 0
},
{
"addr" : "192.99.135.85:49393",
"services" : "00000001",
"lastsend" : 1401150639,
"lastrecv" : 1401150639,
"conntime" : 1401125395,
"version" : 1030000,
"subver" : "/ARG V1.2:1.0.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 434569,
"banscore" : 0
},
{
"addr" : "176.9.63.136:16543",
"services" : "00000001",
"lastsend" : 1401150604,
"lastrecv" : 1401150639,
"conntime" : 1401126166,
"version" : 1030000,
"subver" : "/ARG V1.2:1.0.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 434589,
"banscore" : 0
},
{
"addr" : "81.99.241.164:34902",
"services" : "00000001",
"lastsend" : 1401150639,
"lastrecv" : 1401145298,
"conntime" : 1401144684,
"version" : 1030000,
"subver" : "/ARG V1.2:1.0.3/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 426490,
"banscore" : 0
}
]
[my@srv /d2/altcoins]$
[my@srv /d2/altcoins]$ argentumd -conf=argentumd.conf getinfo
{
"version" : 1000300,
"protocolversion" : 1030000,
"walletversion" : 60000,
"blocks" : 435360,
"connections" : 9,
"proxy" : "",
"difficulty" : 0.06793071,
"testnet" : false,
"keypoololdest" : 1392347456,
"keypoolsize" : 103,
"paytxfee" : 0.00000000,
"mininput" : 0.00010000,
"errors" : ""
}
[my@srv /d2/altcoins]$
how do I force my daemon not to drift away from "main" chain that currently stuck on block "426490"?
Am I lost?