Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DIMEcoin l community take over l updated everyday
by
lulupon
on 03/01/2016, 10:37:06 UTC
Now turn on the block explorer.

It takes long time for resync blockchain in my block explorer server.
(And server is too slow  Cry )
Plz wait patiently. Sorry.

Code:
root@core ~# dimecoind getinfo
{
    "version" : 1050014,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 110702,
    "timeoffset" : -1,
    "connections" : 15,
    "proxy" : "",
    "difficulty" : 1847.40465324,
    "testnet" : false,
    "keypoololdest" : 1451817514,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}


And here is my dimecoin daemon peer information in blockchain server.

Code:
root@core ~# dimecoind getpeerinfo
[
    {
        "addr" : "115.94.171.252:11931",
        "services" : "00000001",
        "lastsend" : 1451818103,
        "lastrecv" : 1451818103,
        "bytessent" : 361042,
        "bytesrecv" : 5308013,
        "conntime" : 1451818078,
        "version" : 70001,
        "subver" : "/Satoshi:0.8.3.14/",
        "inbound" : false,
        "startingheight" : 1264652,
        "banscore" : 0,
        "syncnode" : true
    },
......blah blah

My pool's dimecoin daemon have no problem. Thanks.