Last active
May 17, 2020 04:09
-
-
Save imylomylo/0e9d445879d7d4a0a88e22f8451d761e to your computer and use it in GitHub Desktop.
Node catching up with peers with forks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
~/VerusCoin/src$ kmd -ac_name=VRSC getpeerinfo | |
[ | |
{ | |
"id": 1, | |
"addr": "167.xxx:27485", | |
"addrlocal": "43.xxx", | |
"services": "0000000000000005", | |
"lastsend": 1589688213, | |
"lastrecv": 1589688213, | |
"bytessent": 1422, | |
"bytesrecv": 6970, | |
"conntime": 1589687972, | |
"timeoffset": 0, | |
"pingtime": 0.211079, | |
"version": 170008, | |
"subver": "/MagicBean:2.0.73/", | |
"inbound": false, | |
"startingheight": 801142, | |
"banscore": 0, | |
"synced_headers": -1, | |
"synced_blocks": -1, | |
"inflight": [ | |
], | |
"whitelisted": false | |
}, | |
{ | |
"id": 3, | |
"addr": "95.xxx", | |
"addrlocal": "43.xxx", | |
"services": "0000000000000005", | |
"lastsend": 1589688226, | |
"lastrecv": 1589688226, | |
"bytessent": 130747, | |
"bytesrecv": 25228211, | |
"conntime": 1589687975, | |
"timeoffset": 0, | |
"pingtime": 0.320857, | |
"version": 170008, | |
"subver": "/MagicBean:2.0.73/", | |
"inbound": false, | |
"startingheight": 1013973, | |
"banscore": 0, | |
"synced_headers": 894292, | |
"synced_blocks": 886416, | |
"inflight": [ | |
886459, | |
886461, | |
886464, | |
886467, | |
886470, | |
886473, | |
886476, | |
886479, | |
886482, | |
886485, | |
886488, | |
886490, | |
886493, | |
886495, | |
886498, | |
886501 | |
], | |
"whitelisted": false | |
}, | |
{ | |
"id": 4, | |
"addr": "107.xxx", | |
"addrlocal": "43.xxx", | |
"services": "0000000000000005", | |
"lastsend": 1589688226, | |
"lastrecv": 1589688226, | |
"bytessent": 184279, | |
"bytesrecv": 30399250, | |
"conntime": 1589687976, | |
"timeoffset": 0, | |
"pingtime": 0.688508, | |
"version": 170008, | |
"subver": "/MagicBean:2.0.73/", | |
"inbound": false, | |
"startingheight": 1013036, | |
"banscore": 0, | |
"synced_headers": 894772, | |
"synced_blocks": 886457, | |
"inflight": [ | |
886462, | |
886465, | |
886468, | |
886471, | |
886474, | |
886477, | |
886480, | |
886483, | |
886486, | |
886491, | |
886496, | |
886499, | |
886502, | |
886503, | |
886504, | |
886505 | |
], | |
"whitelisted": false | |
}, | |
{ | |
"id": 5, | |
"addr": "185.xxx", | |
"addrlocal": "43.xxxx", | |
"services": "0000000000000005", | |
"lastsend": 1589688226, | |
"lastrecv": 1589688226, | |
"bytessent": 133002, | |
"bytesrecv": 25596474, | |
"conntime": 1589687999, | |
"timeoffset": 0, | |
"pingtime": 0.274433, | |
"version": 170008, | |
"subver": "/MagicBean:2.0.73/", | |
"inbound": false, | |
"startingheight": 1013973, | |
"banscore": 0, | |
"synced_headers": 894132, | |
"synced_blocks": 886416, | |
"inflight": [ | |
886458, | |
886460, | |
886463, | |
886466, | |
886469, | |
886472, | |
886475, | |
886478, | |
886481, | |
886484, | |
886487, | |
886489, | |
886492, | |
886494, | |
886497, | |
886500 | |
], | |
"whitelisted": false | |
}, | |
{ | |
"id": 6, | |
"addr": "157.xxx", | |
"addrlocal": "43.xxx", | |
"services": "0000000000000005", | |
"lastsend": 1589688142, | |
"lastrecv": 1589688142, | |
"bytessent": 305, | |
"bytesrecv": 6246, | |
"conntime": 1589688022, | |
"timeoffset": 0, | |
"pingtime": 0.09259299999999999, | |
"version": 170008, | |
"subver": "/MagicBean:2.0.73/", | |
"inbound": false, | |
"startingheight": 801142, | |
"banscore": 0, | |
"synced_headers": -1, | |
"synced_blocks": -1, | |
"inflight": [ | |
], | |
"whitelisted": false | |
} | |
] | |
``` |
Author
imylomylo
commented
May 17, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment