bitpay / insight

A bitcoin blockchain explorer and API
https://insight.bitpay.com/
MIT License
1.19k stars 1.11k forks source link

The Bitcoin Cash with insight-api is stuck at 556034 block #974

Open 1scrooge opened 5 years ago

1scrooge commented 5 years ago

Hi All. I have the Bitcoin node with insight-api. And I have a problem with 556034 block, Insight-api can not download 556034 block, because it is large (32 Mb). Using Azure VM 4 core/14Gb RAM. Could anybody help me? Insight-api log:

[2018-11-12T19:13:52.705Z] info: Block Service: download progress: 556033/556364  (99.9405%)
[2018-11-12T19:13:57.711Z] info: Block Service: download progress: 556033/556364  (99.9405%)
[2018-11-12T19:14:02.711Z] info: Block Service: download progress: 556033/556364  (99.9405%)
[2018-11-12T19:14:07.717Z] info: Block Service: download progress: 556033/556364  (99.9405%)
[2018-11-12T19:14:12.722Z] info: Block Service: download progress: 556033/556364  (99.9405%)
[2018-11-12T19:14:17.727Z] info: Block Service: download progress: 556033/556364  (99.9405%)
[2018-11-12T19:14:22.732Z] info: Block Service: download progress: 556033/556364  (99.9405%)
[2018-11-12T19:14:27.738Z] info: Block Service: download progress: 556033/556364  (99.9405%)
[2018-11-12T19:14:32.744Z] info: Block Service: download progress: 556033/556364  (99.9405%)
[2018-11-12T19:14:37.749Z] info: Block Service: download progress: 556033/556364  (99.9405%)
[2018-11-12T19:14:42.752Z] info: Block Service: download progress: 556033/556364  (99.9405%)
[2018-11-12T19:14:47.758Z] info: Block Service: download progress: 556033/556364  (99.9405%)
[2018-11-12T19:14:52.763Z] info: Block Service: download progress: 556033/556364  (99.9405%)

bitcore-node.json:

{
  "version": "5.0.0-beta.44",
  "network": "livenet",
  "port": 3001,
  "services": [
    "address",
    "block",
    "db",
    "fee",
    "header",
    "mempool",
    "p2p",
    "timestamp",
    "transaction",
    "web",
    "insight-api"
  ],
  "datadir": "/ext/bitcore",
  "servicesConfig": {
"p2p": {
      "peers": [
        {
          "ip": {
            "v4": "127.0.0.1"
          },
          "port": 8333
        }
      ]
    }
zhtet036 commented 5 years ago

zhtett036@gmail.com