copernet / copernicus

An alternative implementation of the Bitcoin Cash protocol, written in Golang
https://copernet.io
BSD 2-Clause "Simplified" License
85 stars 34 forks source link

hang on download headers during IBD #217

Closed whunmr closed 5 years ago

whunmr commented 5 years ago

Describe the bug During IBD, haven't start download block in nearly one hour, seems still syncing headers.

root@server_16:~/go/src/github.com/copernet/copernicus# date
Mon Dec 10 13:29:09 CST 2018
root@server_16:~/go/src/github.com/copernet/copernicus# /root/go/src/github.com/copernet/copernicus/tools/coperctl/coperctl getblockchaininfo | grep headers
  "headers": 1235077,
root@server_16:~/go/src/github.com/copernet/copernicus# /root/go/src/github.com/copernet/copernicus/tools/coperctl/coperctl getblockchaininfo | grep headers
  "headers": 1235077,
root@server_16:~/go/src/github.com/copernet/copernicus# date
Mon Dec 10 13:35:04 CST 2018
root@server_16:~/go/src/github.com/copernet/copernicus# /root/go/src/github.com/copernet/copernicus/tools/coperctl/coperctl getblockchaininfo | grep headers
  "headers": 1245077,
root@server_16:~/go/src/github.com/copernet/copernicus# date
Mon Dec 10 14:18:12 CST 2018
root@server_16:~/go/src/github.com/copernet/copernicus# /root/go/src/github.com/copernet/copernicus/tools/coperctl/coperctl getblockchaininfo
{
  "chain": "test",
  "blocks": 0,
  "headers": 1245077,
  "bestblockhash": "000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943",

root@server_16:~/go/src/github.com/copernet/copernicus# date
Mon Dec 10 14:18:56 CST 2018
root@server_16:~/go/src/github.com/copernet/copernicus#

To Reproduce running instance from master code on testnet: https://github.com/copernet/copernicus/commit/3a07937d0a62239de752dd1bf61a9a344a4dd023

Expected behavior quickly download the headers of all block. when peer hang we should switch to other peers to download the headers.

Additional context

root@server_16:~/go/src/github.com/copernet/copernicus# date
Mon Dec 10 13:29:09 CST 2018
root@server_16:~/go/src/github.com/copernet/copernicus# /root/go/src/github.com/copernet/copernicus/tools/coperctl/coperctl getblockchaininfo | grep headers
  "headers": 1235077,
root@server_16:~/go/src/github.com/copernet/copernicus# /root/go/src/github.com/copernet/copernicus/tools/coperctl/coperctl getblockchaininfo | grep headers
  "headers": 1235077,
root@server_16:~/go/src/github.com/copernet/copernicus# /root/go/src/github.com/copernet/copernicus/tools/coperctl/coperctl getblockchaininfo | grep headers
  "headers": 1235077,
root@server_16:~/go/src/github.com/copernet/copernicus# /root/go/src/github.com/copernet/copernicus/tools/coperctl/coperctl getblockchaininfo | grep headers
  "headers": 1235077,
root@server_16:~/go/src/github.com/copernet/copernicus# /root/go/src/github.com/copernet/copernicus/tools/coperctl/coperctl getblockchaininfo | grep headers
  "headers": 1235077,
root@server_16:~/go/src/github.com/copernet/copernicus# /root/go/src/github.com/copernet/copernicus/tools/coperctl/coperctl getblockchaininfo | grep headers
  "headers": 1235077,
root@server_16:~/go/src/github.com/copernet/copernicus# /root/go/src/github.com/copernet/copernicus/tools/coperctl/coperctl getblockchaininfo | grep headers
  "headers": 1235077,
root@server_16:~/go/src/github.com/copernet/copernicus# /root/go/src/github.com/copernet/copernicus/tools/coperctl/coperctl getblockchaininfo | grep headers
  "headers": 1235077,
root@server_16:~/go/src/github.com/copernet/copernicus# /root/go/src/github.com/copernet/copernicus/tools/coperctl/coperctl getblockchaininfo | grep headers
  "headers": 1235077,
root@server_16:~/go/src/github.com/copernet/copernicus# date
Mon Dec 10 13:35:04 CST 2018
root@server_16:~/go/src/github.com/copernet/copernicus# /root/go/src/github.com/copernet/copernicus/tools/coperctl/coperctl getblockchaininfo | grep headers
  "headers": 1235077,
root@server_16:~/go/src/github.com/copernet/copernicus# /root/go/src/github.com/copernet/copernicus/tools/coperctl/coperctl getblockchaininfo | grep headers
  "headers": 1241077,
root@server_16:~/go/src/github.com/copernet/copernicus# /root/go/src/github.com/copernet/copernicus/tools/coperctl/coperctl getblockchaininfo | grep headers
  "headers": 1241077,
root@server_16:~/go/src/github.com/copernet/copernicus# /root/go/src/github.com/copernet/copernicus/tools/coperctl/coperctl getblockchaininfo | grep headers
  "headers": 1241077,
root@server_16:~/go/src/github.com/copernet/copernicus# date
Mon Dec 10 13:59:41 CST 2018
root@server_16:~/go/src/github.com/copernet/copernicus# /root/go/src/github.com/copernet/copernicus/tools/coperctl/coperctl getblockchaininfo | grep headers
  "headers": 1241077,
root@server_16:~/go/src/github.com/copernet/copernicus# /root/go/src/github.com/copernet/copernicus/tools/coperctl/coperctl getblockchaininfo | grep headers
  "headers": 1241077,
root@server_16:~/go/src/github.com/copernet/copernicus# date
Mon Dec 10 14:05:42 CST 2018
root@server_16:~/go/src/github.com/copernet/copernicus# date
Mon Dec 10 14:09:36 CST 2018
root@server_16:~/go/src/github.com/copernet/copernicus# /root/go/src/github.com/copernet/copernicus/tools/coperctl/coperctl getblockchaininfo | grep headers
  "headers": 1241077,
root@server_16:~/go/src/github.com/copernet/copernicus# date
Mon Dec 10 14:09:41 CST 2018
root@server_16:~/go/src/github.com/copernet/copernicus# /root/go/src/github.com/copernet/copernicus/tools/coperctl/coperctl getblockchaininfo
{
  "chain": "test",
  "blocks": 0,
  "headers": 1241077,
  "bestblockhash": "000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943",
  "difficulty": 1,
  "mediantime": 1296688602,
  "verificationprogress": 4.552473572222998e-8,
  "pruned": false,
  "chainwork": "0000000000000000000000000000000000000000000000000000000100010001",
  "softforks": [
    {
      "id": "bip34",
      "version": 2,
      "reject": {
        "status": false
      }
    },
    {
      "id": "bip66",
      "version": 3,
      "reject": {
        "status": false
      }
    },
    {
      "id": "bip65",
      "version": 4,
      "reject": {
        "status": false
      }
    },
    {
      "id": "csv",
      "version": 5,
      "reject": {
        "status": false
      }
    }
  ],
  "bip9_softforks": {
    "csv": {
      "status": "defined",
      "bit": 0,
      "startTime": 1456790400,
      "timeout": 1493596800,
      "since": 0
    },
    "testdummy": {
      "status": "defined",
      "bit": 28,
      "startTime": 1199145601,
      "timeout": 1230767999,
      "since": 0
    }
  }
}
root@server_16:~/go/src/github.com/copernet/copernicus# /root/go/src/github.com/copernet/copernicus/tools/coperctl/coperctl getpeerinfo
[
  {
    "id": 40,
    "addr": "18.219.186.84:18333",
    "addrlocal": "114.215.41.16:55222",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422285,
    "lastrecv": 1544422285,
    "bytessent": 5274,
    "bytesrecv": 491801,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 272255,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.18.2(EB32.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1273284,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 43,
    "addr": "207.154.196.149:18333",
    "addrlocal": "114.215.41.16:44628",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422285,
    "lastrecv": 1544422285,
    "bytessent": 1880,
    "bytesrecv": 2133,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 336389,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.16.2(EB8.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1233077,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 4,
    "addr": "118.26.129.214:18333",
    "addrlocal": "114.215.41.16:54138",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422284,
    "lastrecv": 1544422284,
    "bytessent": 1880,
    "bytesrecv": 2078,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 23060,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.16.2(EB8.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1233077,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 33,
    "addr": "144.217.73.86:18333",
    "addrlocal": "114.215.41.16:48664",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422284,
    "lastrecv": 1544422284,
    "bytessent": 5806,
    "bytesrecv": 493971,
    "conntime": 1544419163,
    "timeoffset": 6,
    "pingtime": 286042,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.18.3(EB32.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1273284,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 47,
    "addr": "35.228.248.211:18333",
    "addrlocal": "114.215.41.16:51166",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422285,
    "lastrecv": 1544422285,
    "bytessent": 1880,
    "bytesrecv": 3564,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 332963,
    "version": 70015,
    "subver": "/Bitcoin SV:0.1.0(EB128.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1274400,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 58,
    "addr": "35.234.158.44:18333",
    "addrlocal": "114.215.41.16:44736",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422286,
    "lastrecv": 1544422286,
    "bytessent": 1880,
    "bytesrecv": 3564,
    "conntime": 1544419164,
    "timeoffset": 0,
    "pingtime": 304040,
    "version": 70015,
    "subver": "/Bitcoin SV:0.1.0(EB128.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1274400,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 31,
    "addr": "18.202.113.209:18333",
    "addrlocal": "114.215.41.16:38730",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422284,
    "lastrecv": 1544422284,
    "bytessent": 5196,
    "bytesrecv": 491511,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 285493,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.18.1(EB32.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1273284,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 32,
    "addr": "18.202.113.209:18333",
    "addrlocal": "114.215.41.16:38770",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422284,
    "lastrecv": 1544422284,
    "bytessent": 5135,
    "bytesrecv": 491341,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 290618,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.18.1(EB32.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1273284,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 38,
    "addr": "52.214.195.71:18333",
    "addrlocal": "114.215.41.16:45834",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422284,
    "lastrecv": 1544422284,
    "bytessent": 1880,
    "bytesrecv": 2046,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 298651,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.16.0(EB8.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1233077,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 39,
    "addr": "34.253.51.235:18333",
    "addrlocal": "114.215.41.16:54250",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422284,
    "lastrecv": 1544422284,
    "bytessent": 5257,
    "bytesrecv": 491747,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 306759,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.18.4(EB32.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1273284,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 3,
    "addr": "47.99.176.58:18333",
    "addrlocal": "114.215.41.16:40482",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422284,
    "lastrecv": 1544422284,
    "bytessent": 5135,
    "bytesrecv": 491256,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 24233,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.18.2(EB32.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1273284,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 16,
    "addr": "159.89.149.75:18333",
    "addrlocal": "114.215.41.16:38432",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422284,
    "lastrecv": 1544422284,
    "bytessent": 1880,
    "bytesrecv": 1969,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 186852,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.17.1(EB32.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1268000,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 26,
    "addr": "35.237.217.145:18333",
    "addrlocal": "114.215.41.16:41872",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422284,
    "lastrecv": 1544422284,
    "bytessent": 1880,
    "bytesrecv": 3619,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 226133,
    "version": 70015,
    "subver": "/Bitcoin SV:0.1.0(EB128.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1274400,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 30,
    "addr": "70.36.125.75:18333",
    "addrlocal": "114.215.41.16:35344",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422286,
    "lastrecv": 1544422286,
    "bytessent": 5135,
    "bytesrecv": 491281,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 174826,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.18.4(EB32.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1273284,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 23,
    "addr": "67.205.179.161:18333",
    "addrlocal": "114.215.41.16:33258",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422283,
    "lastrecv": 1544422283,
    "bytessent": 1880,
    "bytesrecv": 2078,
    "conntime": 1544419163,
    "timeoffset": 1,
    "pingtime": 230441,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.16.0(EB8.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1233077,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 27,
    "addr": "67.205.179.161:18333",
    "addrlocal": "114.215.41.16:33324",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422284,
    "lastrecv": 1544422284,
    "bytessent": 1880,
    "bytesrecv": 1913,
    "conntime": 1544419163,
    "timeoffset": 1,
    "pingtime": 227244,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.16.0(EB8.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1233077,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 55,
    "addr": "18.231.178.141:18333",
    "addrlocal": "114.215.41.16:46610",
    "services": "0000000000000037",
    "relaytxes": true,
    "lastsend": 1544422285,
    "lastrecv": 1544422285,
    "bytessent": 1880,
    "bytesrecv": 1895,
    "conntime": 1544419163,
    "timeoffset": -1,
    "pingtime": 755235,
    "version": 70015,
    "subver": "/Bitcoin XT:0.11.0K(Linux; x86_64; EB32)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1266533,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 48,
    "addr": "52.214.195.71:18333",
    "addrlocal": "114.215.41.16:45852",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422285,
    "lastrecv": 1544422285,
    "bytessent": 1880,
    "bytesrecv": 1936,
    "conntime": 1544419163,
    "timeoffset": -1,
    "pingtime": 288564,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.16.0(EB8.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1233077,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 72,
    "addr": "52.25.222.97:18333",
    "addrlocal": "114.215.41.16:45312",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422211,
    "lastrecv": 1544422211,
    "bytessent": 3858,
    "bytesrecv": 328746,
    "conntime": 1544419449,
    "timeoffset": 0,
    "pingtime": 205674,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.18.4(EB32.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1273285,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 8,
    "addr": "39.104.60.222:18333",
    "addrlocal": "114.215.41.16:60748",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422284,
    "lastrecv": 1544422284,
    "bytessent": 5274,
    "bytesrecv": 491541,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 58539,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.18.5(EB32.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1273284,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 71,
    "addr": "199.192.20.83:18333",
    "addrlocal": "114.215.41.16:43226",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422293,
    "lastrecv": 1544422293,
    "bytessent": 1816,
    "bytesrecv": 1969,
    "conntime": 1544419291,
    "timeoffset": -1,
    "pingtime": 201750,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.17.1(EB32.0; bitcore)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1268000,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 14,
    "addr": "3.0.44.122:18333",
    "addrlocal": "114.215.41.16:59858",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422287,
    "lastrecv": 1544422287,
    "bytessent": 5135,
    "bytesrecv": 491181,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 136776,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.18.2(EB32.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1273284,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 42,
    "addr": "188.40.93.205:18333",
    "addrlocal": "114.215.41.16:57170",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422285,
    "lastrecv": 1544422285,
    "bytessent": 1880,
    "bytesrecv": 1969,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 315644,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.17.1(EB32.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1268000,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 45,
    "addr": "35.228.248.211:18333",
    "addrlocal": "114.215.41.16:51068",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422285,
    "lastrecv": 1544422285,
    "bytessent": 1880,
    "bytesrecv": 3509,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 332813,
    "version": 70015,
    "subver": "/Bitcoin SV:0.1.0(EB128.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1274400,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 52,
    "addr": "18.231.178.141:18333",
    "addrlocal": "114.215.41.16:46618",
    "services": "0000000000000037",
    "relaytxes": true,
    "lastsend": 1544422285,
    "lastrecv": 1544422285,
    "bytessent": 1880,
    "bytesrecv": 1950,
    "conntime": 1544419163,
    "timeoffset": -1,
    "pingtime": 727530,
    "version": 70015,
    "subver": "/Bitcoin XT:0.11.0K(Linux; x86_64; EB32)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1266533,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 59,
    "addr": "203.162.80.101:18333",
    "addrlocal": "114.215.41.16:46430",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422286,
    "lastrecv": 1544422286,
    "bytessent": 5135,
    "bytesrecv": 491231,
    "conntime": 1544419164,
    "timeoffset": 0,
    "pingtime": 95462,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.18.0(EB32.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1273284,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 65,
    "addr": "52.44.250.161:18333",
    "addrlocal": "114.215.41.16:48332",
    "services": "0000000000000021",
    "relaytxes": true,
    "lastsend": 1544422259,
    "lastrecv": 1544422259,
    "bytessent": 1816,
    "bytesrecv": 3044,
    "conntime": 1544419258,
    "timeoffset": 0,
    "pingtime": 345063,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.15.1(EB8.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1196428,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 10,
    "addr": "54.250.148.121:18333",
    "addrlocal": "114.215.41.16:39568",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422284,
    "lastrecv": 1544422284,
    "bytessent": 5135,
    "bytesrecv": 491231,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 92778,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.18.2(EB32.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1273284,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 19,
    "addr": "35.237.217.145:18333",
    "addrlocal": "114.215.41.16:41902",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422284,
    "lastrecv": 1544422284,
    "bytessent": 1880,
    "bytesrecv": 3564,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 223009,
    "version": 70015,
    "subver": "/Bitcoin SV:0.1.0(EB128.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1274400,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 35,
    "addr": "138.68.231.122:18333",
    "addrlocal": "114.215.41.16:42554",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422285,
    "lastrecv": 1544422285,
    "bytessent": 1880,
    "bytesrecv": 2274,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 182756,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.18.5(EB32.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1268003,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 37,
    "addr": "144.217.73.86:18333",
    "addrlocal": "114.215.41.16:48630",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422284,
    "lastrecv": 1544422284,
    "bytessent": 6006,
    "bytesrecv": 493627,
    "conntime": 1544419163,
    "timeoffset": 6,
    "pingtime": 275821,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.18.3(EB32.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1273284,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 70,
    "addr": "116.125.120.98:18333",
    "addrlocal": "114.215.41.16:53864",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422291,
    "lastrecv": 1544422291,
    "bytessent": 1816,
    "bytesrecv": 2990,
    "conntime": 1544419291,
    "timeoffset": 0,
    "pingtime": 44053,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.18.4(EB32.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1266534,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 7,
    "addr": "39.104.60.222:18333",
    "addrlocal": "114.215.41.16:60794",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422284,
    "lastrecv": 1544422284,
    "bytessent": 5135,
    "bytesrecv": 491286,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 52380,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.18.5(EB32.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1273284,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 17,
    "addr": "35.237.217.145:18333",
    "addrlocal": "114.215.41.16:41880",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422284,
    "lastrecv": 1544422284,
    "bytessent": 1880,
    "bytesrecv": 3509,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 221844,
    "version": 70015,
    "subver": "/Bitcoin SV:0.1.0(EB128.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1274400,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 24,
    "addr": "67.205.179.161:18333",
    "addrlocal": "114.215.41.16:33250",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422284,
    "lastrecv": 1544422284,
    "bytessent": 1880,
    "bytesrecv": 1968,
    "conntime": 1544419163,
    "timeoffset": 1,
    "pingtime": 228926,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.16.0(EB8.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1233077,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 51,
    "addr": "18.231.178.141:18333",
    "addrlocal": "114.215.41.16:46574",
    "services": "0000000000000037",
    "relaytxes": true,
    "lastsend": 1544422285,
    "lastrecv": 1544422285,
    "bytessent": 1880,
    "bytesrecv": 1895,
    "conntime": 1544419163,
    "timeoffset": -1,
    "pingtime": 731421,
    "version": 70015,
    "subver": "/Bitcoin XT:0.11.0K(Linux; x86_64; EB32)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1266533,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 2,
    "addr": "118.26.129.214:18333",
    "addrlocal": "114.215.41.16:54140",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422284,
    "lastrecv": 1544422284,
    "bytessent": 1880,
    "bytesrecv": 1968,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 20294,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.16.2(EB8.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1233077,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 53,
    "addr": "18.231.178.141:18333",
    "addrlocal": "114.215.41.16:46586",
    "services": "0000000000000037",
    "relaytxes": true,
    "lastsend": 1544422285,
    "lastrecv": 1544422285,
    "bytessent": 1880,
    "bytesrecv": 1895,
    "conntime": 1544419163,
    "timeoffset": -1,
    "pingtime": 736215,
    "version": 70015,
    "subver": "/Bitcoin XT:0.11.0K(Linux; x86_64; EB32)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1266533,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 54,
    "addr": "18.231.178.141:18333",
    "addrlocal": "114.215.41.16:46598",
    "services": "0000000000000037",
    "relaytxes": true,
    "lastsend": 1544422285,
    "lastrecv": 1544422285,
    "bytessent": 1880,
    "bytesrecv": 2005,
    "conntime": 1544419163,
    "timeoffset": -1,
    "pingtime": 746108,
    "version": 70015,
    "subver": "/Bitcoin XT:0.11.0K(Linux; x86_64; EB32)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1266533,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 62,
    "addr": "35.204.58.182:18333",
    "addrlocal": "114.215.41.16:56696",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422305,
    "lastrecv": 1544422305,
    "bytessent": 1880,
    "bytesrecv": 3509,
    "conntime": 1544419166,
    "timeoffset": -1,
    "pingtime": 304719,
    "version": 70015,
    "subver": "/Bitcoin SV:0.1.0(EB128.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1274400,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 22,
    "addr": "35.237.217.145:18333",
    "addrlocal": "114.215.41.16:41956",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422284,
    "lastrecv": 1544422284,
    "bytessent": 1880,
    "bytesrecv": 3564,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 223333,
    "version": 70015,
    "subver": "/Bitcoin SV:0.1.0(EB128.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1274400,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 28,
    "addr": "35.237.217.145:18333",
    "addrlocal": "114.215.41.16:41940",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422284,
    "lastrecv": 1544422284,
    "bytessent": 1880,
    "bytesrecv": 3509,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 232583,
    "version": 70015,
    "subver": "/Bitcoin SV:0.1.0(EB128.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1274400,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 44,
    "addr": "207.154.196.149:18333",
    "addrlocal": "114.215.41.16:44700",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422285,
    "lastrecv": 1544422285,
    "bytessent": 1880,
    "bytesrecv": 1968,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 324319,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.16.2(EB8.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1233077,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 61,
    "addr": "35.204.58.182:18333",
    "addrlocal": "114.215.41.16:56654",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422294,
    "lastrecv": 1544422294,
    "bytessent": 1880,
    "bytesrecv": 3564,
    "conntime": 1544419170,
    "timeoffset": 0,
    "pingtime": 302942,
    "version": 70015,
    "subver": "/Bitcoin SV:0.1.0(EB128.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1274400,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 49,
    "addr": "52.214.195.71:18333",
    "addrlocal": "114.215.41.16:45854",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422285,
    "lastrecv": 1544422285,
    "bytessent": 1880,
    "bytesrecv": 1936,
    "conntime": 1544419163,
    "timeoffset": -1,
    "pingtime": 291268,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.16.0(EB8.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1233077,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 18,
    "addr": "35.237.217.145:18333",
    "addrlocal": "114.215.41.16:41920",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422284,
    "lastrecv": 1544422284,
    "bytessent": 1880,
    "bytesrecv": 3564,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 230145,
    "version": 70015,
    "subver": "/Bitcoin SV:0.1.0(EB128.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1274400,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 20,
    "addr": "67.205.179.161:18333",
    "addrlocal": "114.215.41.16:33262",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422283,
    "lastrecv": 1544422283,
    "bytessent": 1880,
    "bytesrecv": 1913,
    "conntime": 1544419163,
    "timeoffset": 1,
    "pingtime": 229860,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.16.0(EB8.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1233077,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 34,
    "addr": "52.214.195.71:18333",
    "addrlocal": "114.215.41.16:45760",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422284,
    "lastrecv": 1544422284,
    "bytessent": 1880,
    "bytesrecv": 1936,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 296538,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.16.0(EB8.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1233077,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 41,
    "addr": "217.23.14.133:18333",
    "addrlocal": "114.215.41.16:49254",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422285,
    "lastrecv": 1544422285,
    "bytessent": 1880,
    "bytesrecv": 2024,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 315166,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.17.1(EB32.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1268000,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 1,
    "addr": "118.26.129.214:18333",
    "addrlocal": "114.215.41.16:54122",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422284,
    "lastrecv": 1544422284,
    "bytessent": 636893,
    "bytesrecv": 99897864,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 16798,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.16.2(EB8.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1233077,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 12,
    "addr": "139.162.89.204:18333",
    "addrlocal": "114.215.41.16:59396",
    "services": "0000000000000001",
    "relaytxes": true,
    "lastsend": 1544422313,
    "lastrecv": 1544422313,
    "bytessent": 4280,
    "bytesrecv": 4909,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 122232,
    "version": 70015,
    "subver": "/bcash:v1.0.2/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1274400,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 6,
    "addr": "47.99.176.58:18333",
    "addrlocal": "114.215.41.16:40584",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422284,
    "lastrecv": 1544422284,
    "bytessent": 5135,
    "bytesrecv": 491261,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 27974,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.18.2(EB32.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1273284,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 50,
    "addr": "188.166.108.147:18333",
    "addrlocal": "114.215.41.16:43104",
    "services": "0000000000000036",
    "relaytxes": true,
    "lastsend": 1544422285,
    "lastrecv": 1544422285,
    "bytessent": 1880,
    "bytesrecv": 2438,
    "conntime": 1544419163,
    "timeoffset": -1,
    "pingtime": 690353,
    "version": 70015,
    "subver": "/Bitcoin XT:0.11.0J(Linux; x86_64; EB32)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1274400,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 46,
    "addr": "207.154.196.149:18333",
    "addrlocal": "114.215.41.16:44734",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422285,
    "lastrecv": 1544422285,
    "bytessent": 1880,
    "bytesrecv": 1968,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 333636,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.16.2(EB8.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1233077,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 63,
    "addr": "159.203.58.120:18333",
    "addrlocal": "114.215.41.16:43688",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422312,
    "lastrecv": 1544422312,
    "bytessent": 1880,
    "bytesrecv": 2329,
    "conntime": 1544419190,
    "timeoffset": 0,
    "pingtime": 237611,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.18.5(EB32.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1268003,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 57,
    "addr": "54.248.49.139:18333",
    "addrlocal": "114.215.41.16:40286",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422286,
    "lastrecv": 1544422286,
    "bytessent": 5257,
    "bytesrecv": 491750,
    "conntime": 1544419164,
    "timeoffset": 0,
    "pingtime": 77476,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.18.3(EB32.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1273284,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 11,
    "addr": "54.250.148.121:18333",
    "addrlocal": "114.215.41.16:39566",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422284,
    "lastrecv": 1544422284,
    "bytessent": 5135,
    "bytesrecv": 491256,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 93875,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.18.2(EB32.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1273284,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 15,
    "addr": "138.68.231.122:18333",
    "addrlocal": "114.215.41.16:42562",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422285,
    "lastrecv": 1544422285,
    "bytessent": 1880,
    "bytesrecv": 2384,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 180575,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.18.5(EB32.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1268003,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 21,
    "addr": "165.227.127.169:18333",
    "addrlocal": "114.215.41.16:34718",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422285,
    "lastrecv": 1544422285,
    "bytessent": 1880,
    "bytesrecv": 2511,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 231902,
    "version": 70015,
    "subver": "/Bitcoin SV:0.1.0(EB128.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1274400,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 67,
    "addr": "112.222.87.221:18333",
    "addrlocal": "114.215.41.16:47762",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422291,
    "lastrecv": 1544422291,
    "bytessent": 3986,
    "bytesrecv": 328982,
    "conntime": 1544419290,
    "timeoffset": 0,
    "pingtime": 58248,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.18.5(EB32.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1273285,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 5,
    "addr": "47.99.176.58:18333",
    "addrlocal": "114.215.41.16:40536",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422284,
    "lastrecv": 1544422284,
    "bytessent": 5135,
    "bytesrecv": 491281,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 28001,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.18.2(EB32.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1273284,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 13,
    "addr": "3.0.44.122:18333",
    "addrlocal": "114.215.41.16:59846",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422284,
    "lastrecv": 1544422284,
    "bytessent": 5135,
    "bytesrecv": 491256,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 131989,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.18.2(EB32.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1273284,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 25,
    "addr": "165.227.127.169:18333",
    "addrlocal": "114.215.41.16:34728",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422285,
    "lastrecv": 1544422285,
    "bytessent": 1880,
    "bytesrecv": 2456,
    "conntime": 1544419163,
    "timeoffset": 0,
    "pingtime": 228818,
    "version": 70015,
    "subver": "/Bitcoin SV:0.1.0(EB128.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1274400,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  },
  {
    "id": 36,
    "addr": "144.217.73.86:18333",
    "addrlocal": "114.215.41.16:48594",
    "services": "0000000000000025",
    "relaytxes": true,
    "lastsend": 1544422284,
    "lastrecv": 1544422284,
    "bytessent": 6440,
    "bytesrecv": 494602,
    "conntime": 1544419163,
    "timeoffset": 6,
    "pingtime": 261153,
    "version": 70015,
    "subver": "/Bitcoin ABC:0.18.3(EB32.0)/",
    "inbound": false,
    "addnode": false,
    "startingheight": 1273284,
    "whitelisted": false,
    "cashmagic": false,
    "bytessent_per_msg": null,
    "bytesrecv_per_msg": null
  }
]
root@server_16:~/go/src/github.com/copernet/copernicus# date
Mon Dec 10 14:12:10 CST 2018
root@server_16:~/go/src/github.com/copernet/copernicus# /root/go/src/github.com/copernet/copernicus/tools/coperctl/coperctl getblockchaininfo | grep headers
  "headers": 1241077,
root@server_16:~/go/src/github.com/copernet/copernicus# date
Mon Dec 10 14:12:19 CST 2018
root@server_16:~/go/src/github.com/copernet/copernicus# /root/go/src/github.com/copernet/copernicus/tools/coperctl/coperctl getblockchaininfo | grep headers
  "headers": 1245077,
root@server_16:~/go/src/github.com/copernet/copernicus# date
Mon Dec 10 14:16:38 CST 2018
root@server_16:~/go/src/github.com/copernet/copernicus# /root/go/src/github.com/copernet/copernicus/tools/coperctl/coperctl getblockchaininfo | grep headers
  "headers": 1245077,
root@server_16:~/go/src/github.com/copernet/copernicus# date
Mon Dec 10 14:18:12 CST 2018
root@server_16:~/go/src/github.com/copernet/copernicus# /root/go/src/github.com/copernet/copernicus/tools/coperctl/coperctl getblockchaininfo
{
  "chain": "test",
  "blocks": 0,
  "headers": 1245077,
  "bestblockhash": "000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943",
  "difficulty": 1,
  "mediantime": 1296688602,
  "verificationprogress": 4.552460414806139e-8,
  "pruned": false,
  "chainwork": "0000000000000000000000000000000000000000000000000000000100010001",
  "softforks": [
    {
      "id": "bip34",
      "version": 2,
      "reject": {
        "status": false
      }
    },
    {
      "id": "bip66",
      "version": 3,
      "reject": {
        "status": false
      }
    },
    {
      "id": "bip65",
      "version": 4,
      "reject": {
        "status": false
      }
    },
    {
      "id": "csv",
      "version": 5,
      "reject": {
        "status": false
      }
    }
  ],
  "bip9_softforks": {
    "csv": {
      "status": "defined",
      "bit": 0,
      "startTime": 1456790400,
      "timeout": 1493596800,
      "since": 0
    },
    "testdummy": {
      "status": "defined",
      "bit": 28,
      "startTime": 1199145601,
      "timeout": 1230767999,
      "since": 0
    }
  }
}
root@server_16:~/go/src/github.com/copernet/copernicus# date
Mon Dec 10 14:18:56 CST 2018
root@server_16:~/go/src/github.com/copernet/copernicus#
whunmr commented 5 years ago

fixing this one

whunmr commented 5 years ago

due to simulated slow connection, at least 3 peer were disconnected.

| => grep "disconnect timeout" ~/.bitcoincash/logs/copernicus.log
2018/12/14 15:41:35.539 [W] [syncmanager.go:244]  disconnect timeout sync peer:39.108.100.122:8333
2018/12/14 16:04:15.539 [W] [syncmanager.go:244]  disconnect timeout sync peer:47.52.233.52:8333
2018/12/14 16:23:55.539 [W] [syncmanager.go:244]  disconnect timeout sync peer:206.189.115.28:8333

and finally started to download blocks:

| => ./coperctl getblockchaininfo | head
{
  "chain": "main",
  "blocks": 603,
  "headers": 560767,
  "bestblockhash": "0000000051654a00514d993e928b21e06c47dc16d4e289bb435ea6f7d55b357b",
  "difficulty": 1,
  "mediantime": 1232037121,
  "verificationprogress": 1,
  "pruned": false,
  "chainwork": "0000000000000000000000000000000000000000000000000000025c025c025c",

image

will close this issue now.