Post
Topic
Board Announcements (Altcoins)
Re: [RE-ANN] GrowthCoin PoW/PoS - 100% per year - Version 1.3.0.0
by
Alex_Koekie
on 13/07/2014, 22:14:18 UTC
67.211.45.66:17177
155.210.52.121:17177

I added these two peers, same thing unfortunately.

Code:
[
    {
        "addr" : "67.211.45.66",
        "services" : "00000000",
        "lastsend" : 1405285267,
        "lastrecv" : 1405285462,
        "conntime" : 1405285267,
        "bytessent" : 135,
        "bytesrecv" : 366,
        "blocksrequested" : 0,
        "version" : 0,
        "subver" : "",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : -1,
        "banscore" : 6
    },
    {
        "addr" : "155.210.52.121",
        "services" : "00000000",
        "lastsend" : 1405285268,
        "lastrecv" : 1405285462,
        "conntime" : 1405285268,
        "bytessent" : 135,
        "bytesrecv" : 366,
        "blocksrequested" : 0,
        "version" : 0,
        "subver" : "",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : -1,
        "banscore" : 6
    },
    {
        "addr" : "162.243.13.186",
        "services" : "00000001",
        "lastsend" : 1405285479,
        "lastrecv" : 1405285479,
        "conntime" : 1405285268,
        "bytessent" : 811740,
        "bytesrecv" : 3663879,
        "blocksrequested" : 0,
        "version" : 70001,
        "subver" : "/GrowthCoin:1.3.0/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 119069,
        "banscore" : 0
    }
]

I thought it may have been because I had been banned for an older version, but I'm pretty sure I didn't start growthcoin before updating.

162.243.13.186 - the only peer who can give me blocks - is still at height 119069, even after several restarts of the client, so for some reason they are not syncing either.

edit: just noticed that the two -1 peers are showing a banscore of 6 (?!)


Strange.... This is my getpeerinfo:

Code:

00:08:05

[
{
"addr" : "23.92.53.139:17177",
"services" : "00000001",
"lastsend" : 1405289246,
"lastrecv" : 1405289246,
"conntime" : 1405264493,
"version" : 60007,
"subver" : "/GrowthCoin:1.3.0/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 590674,
"banscore" : 0
},
{
"addr" : "67.211.45.66:17177",
"services" : "00000001",
"lastsend" : 1405289245,
"lastrecv" : 1405289245,
"conntime" : 1405264493,
"version" : 60007,
"subver" : "/GrowthCoin:1.3.0/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 590674,
"banscore" : 0
},
{
"addr" : "188.226.155.94:17177",
"services" : "00000001",
"lastsend" : 1405289246,
"lastrecv" : 1405289246,
"conntime" : 1405264500,
"version" : 60007,
"subver" : "/GrowthCoin:1.3.0/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 590674,
"banscore" : 0
},
{
"addr" : "155.210.52.121:17177",
"services" : "00000001",
"lastsend" : 1405289246,
"lastrecv" : 1405289246,
"conntime" : 1405264501,
"version" : 60007,
"subver" : "/GrowthCoin:1.3.0/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 590674,
"banscore" : 0
},
{
"addr" : "82.9.77.178:17177",
"services" : "00000001",
"lastsend" : 1405289246,
"lastrecv" : 1405289245,
"conntime" : 1405283818,
"version" : 60007,
"subver" : "/GrowthCoin:1.3.0/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 591095,
"banscore" : 0
},
{
"addr" : "162.243.13.186:17177",
"services" : "00000000",
"lastsend" : 1405286555,
"lastrecv" : 1405287507,
"conntime" : 1405286555,
"version" : 0,
"subver" : "",
"inbound" : false,
"releasetime" : 0,
"startingheight" : -1,
"banscore" : 3
}
]

Note that the values of startingheight are not the same when you compare the ip's.