Post
Topic
Board Announcements (Altcoins)
Re: [EZC] EZCoin Information Thread
by
eddyfitz
on 30/05/2013, 11:27:50 UTC
I've compiled it under linux and here what I've got:

./ezcoind getpeerinfo
[
    {
        "addr" : "37.191.131.44:7955",
        "services" : "00000001",
        "lastsend" : 1369913360,
        "lastrecv" : 1369913360,
        "conntime" : 1369912874,
        "version" : 60001,
        "subver" : "/Satoshi:0.6.3/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 1874,
        "banscore" : 0
    },
    {
        "addr" : "105.236.229.13:7955",
        "services" : "00000001",
        "lastsend" : 1369913360,
        "lastrecv" : 1369913361,
        "conntime" : 1369912906,
        "version" : 60001,
        "subver" : "/Satoshi:0.6.3/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 1875,
        "banscore" : 0
    }
]