Post
Topic
Board Altcoin Discussion
Re: [BTE] The Bytecoin Information Thread
by
movellan
on 16/03/2021, 14:01:33 UTC
You might want to use the internal info on the Bytecoin console. Go to Help>Debug Window>Console and enter "getpeerinfo" at the bottom and hit enter. I get,

"addr" : "164.68.101.222:6333",
"services" : "00000001",
"lastsend" : 1615901883,
"lastrecv" : 1615901882,
"conntime" : 1615889275,
"version" : 70001,
"subver" : "/Satoshi:0.8.1.1/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 64754,
"banscore" : 0

 Which is the same result as yours. but I'm not seeing your node. What's the IP?

I ran bitcoind getinfopeers and got this response
8YLxieVt6cspdhA8CimGz3uxEwWVfRbELB
ubuntu@ip-172-31-47-236:~/bytecoin/src$ ./bitcoind getpeerinfo
[
    {
        "addr" : "164.68.101.222:6333",                                             "services" : "00000001",                                                    "lastsend" : 1612028494,                                                    "lastrecv" : 1612028490,
        "conntime" : 1612028490,                                                    "version" : 70001,                                                          "subver" : "/Satoshi:0.8.1.1/",                                             "inbound" : false,                                                          "releasetime" : 0,                                                          "startingheight" : 64754,
        "banscore" : 0
    }
]

Is this correct?