dashpay / dash

Dash - Reinventing Cryptocurrency
https://www.dash.org
MIT License
1.49k stars 1.2k forks source link

Testnet node is stuck at block 419438 #4006

Closed 1scrooge closed 3 years ago

1scrooge commented 3 years ago

Hey there. My testnet node is stuck at block 419438. I've tried to resync from scratch, but the same problem

Version:

Dash Core - 0.16.1.1 Insight-api - 3.1.1

Machine specs:

Dash config:

server=1
testnet=1
whitelist=127.0.0.1
txindex=1
addressindex=1
timestampindex=1
spentindex=1
zmqpubrawtx=tcp://127.0.0.1:28332
zmqpubrawtxlock=tcp://127.0.0.1:28332
zmqpubhashblock=tcp://127.0.0.1:28332
rpcallowip=127.0.0.1
rpcport=19998
rpcuser=dash
rpcpassword=password
uacomment=bitcore

Logs from Insight-api:

[2021-02-18T03:37:22.073Z] info: Using config: /lykke-dash/dashcore-node/dashnode/dashcore-node.json
[2021-02-18T03:37:22.073Z] info: Using network: testnet
[2021-02-18T03:37:22.075Z] info: Starting dashd
[2021-02-18T03:37:22.077Z] info: Using Dash config file: /root/data/dash.conf
[2021-02-18T03:37:22.079Z] info: Starting dash process
[2021-02-18T03:37:27.663Z] warn: ZMQ connection delay: tcp://127.0.0.1:28332
[2021-02-18T03:37:27.663Z] info: ZMQ connected to: tcp://127.0.0.1:28332
[2021-02-18T03:37:27.973Z] info: Dash Height: 404957 Percentage: 96.53
[2021-02-18T03:37:28.825Z] info: Dash Daemon Ready
[2021-02-18T03:37:28.825Z] info: Starting web
[2021-02-18T03:37:28.842Z] info: Starting @dashevo/insight-api
[2021-02-18T03:37:28.843Z] info: Dashcore Node ready
[2021-02-18T03:37:44.749Z] info: Dash Height: 406211 Percentage: 96.71
[2021-02-18T03:37:59.646Z] info: Dash Height: 407344 Percentage: 96.94
[2021-02-18T03:38:14.863Z] info: Dash Height: 407344 Percentage: 97.05
[2021-02-18T03:38:29.774Z] info: Dash Height: 409601 Percentage: 97.13
[2021-02-18T03:38:44.878Z] info: Dash Height: 411083 Percentage: 97.24
[2021-02-18T03:38:59.754Z] info: Dash Height: 411083 Percentage: 97.33
[2021-02-18T03:39:15.084Z] info: Dash Height: 413532 Percentage: 97.42
[2021-02-18T03:39:29.834Z] info: Dash Height: 414105 Percentage: 97.46
[2021-02-18T03:39:45.842Z] info: Dash Height: 414762 Percentage: 97.50
[2021-02-18T03:39:59.763Z] info: Dash Height: 416341 Percentage: 98.23
[2021-02-18T03:40:15.013Z] info: Dash Height: 416341 Percentage: 99.02
[2021-02-18T03:40:29.783Z] info: Dash Height: 419438 Percentage: 99.88

debug.log

2021-02-18 03:42:37 ERROR: AcceptBlockHeader: block 000000b8fa33fbcbead7fe1442a5b8d5638bfe705766103d56be9673e289b97d is marked invalid
2021-02-18 03:42:37 ThreadSocketHandler -- removing node: peer=64 nRefCount=1 fInbound=0 fMasternode=0
2021-02-18 03:42:40 CMasternodeSync::ProcessTick -- nTick 305 nCurrentAsset 1 nTriedPeerCount 0 nSyncProgress 0.000000
2021-02-18 03:42:46 CMasternodeSync::ProcessTick -- nTick 311 nCurrentAsset 1 nTriedPeerCount 0 nSyncProgress 0.000000
2021-02-18 03:42:46 connect() to 71.239.154.151:19025 failed after select(): No route to host (113)
2021-02-18 03:42:47 New outbound peer connected: version: 70219, blocks=447209, peer=65
2021-02-18 03:42:47 ERROR: AcceptBlockHeader: block 000000b8fa33fbcbead7fe1442a5b8d5638bfe705766103d56be9673e289b97d is marked invalid
2021-02-18 03:42:47 New outbound peer connected: version: 70218, blocks=419438, peer=66
2021-02-18 03:42:47 ThreadSocketHandler -- removing node: peer=65 nRefCount=2 fInbound=0 fMasternode=0
2021-02-18 03:42:48 New outbound peer connected: version: 70218, blocks=419438, peer=67
2021-02-18 03:42:52 CMasternodeSync::ProcessTick -- nTick 317 nCurrentAsset 1 nTriedPeerCount 0 nSyncProgress 0.000000
2021-02-18 03:42:52 CMasternodeSync::ProcessTick -- nTick 317 nCurrentAsset 1 -- requesting sporks from peer=66
2021-02-18 03:42:52 CMasternodeSync::ProcessTick -- nTick 317 nCurrentAsset 1 -- requesting sporks from peer=67
2021-02-18 03:42:58 CMasternodeSync::ProcessTick -- nTick 323 nCurrentAsset 1 nTriedPeerCount 0 nSyncProgress 0.000000
2021-02-18 03:43:04 CMasternodeSync::ProcessTick -- nTick 329 nCurrentAsset 1 nTriedPeerCount 0 nSyncProgress 0.000000
2021-02-18 03:43:10 CMasternodeSync::ProcessTick -- nTick 335 nCurrentAsset 1 nTriedPeerCount 0 nSyncProgress 0.000000
2021-02-18 03:43:16 CMasternodeSync::ProcessTick -- nTick 341 nCurrentAsset 1 nTriedPeerCount 0 nSyncProgress 0.000000
2021-02-18 03:43:22 CMasternodeSync::ProcessTick -- nTick 347 nCurrentAsset 1 nTriedPeerCount 0 nSyncProgress 0.000000
2021-02-18 03:43:28 CMasternodeSync::ProcessTick -- nTick 353 nCurrentAsset 1 nTriedPeerCount 0 nSyncProgress 0.000000
2021-02-18 03:43:34 CMasternodeSync::ProcessTick -- nTick 359 nCurrentAsset 1 nTriedPeerCount 0 nSyncProgress 0.000000
2021-02-18 03:43:40 CMasternodeSync::ProcessTick -- nTick 365 nCurrentAsset 1 nTriedPeerCount 0 nSyncProgress 0.000000
2021-02-18 03:43:45 connect() to 94.198.43.78:19999 failed after select(): Connection refused (111)
2021-02-18 03:43:46 CMasternodeSync::ProcessTick -- nTick 371 nCurrentAsset 1 nTriedPeerCount 0 nSyncProgress 0.000000
2021-02-18 03:43:52 CMasternodeSync::ProcessTick -- nTick 377 nCurrentAsset 1 nTriedPeerCount 0 nSyncProgress 0.000000
2021-02-18 03:43:58 CMasternodeSync::ProcessTick -- nTick 383 nCurrentAsset 1 nTriedPeerCount 0 nSyncProgress 0.000000
2021-02-18 03:44:04 CMasternodeSync::ProcessTick -- nTick 389 nCurrentAsset 1 nTriedPeerCount 0 nSyncProgress 0.000000
2021-02-18 03:44:10 CMasternodeSync::ProcessTick -- nTick 395 nCurrentAsset 1 nTriedPeerCount 0 nSyncProgress 0.000000
2021-02-18 03:44:16 CMasternodeSync::ProcessTick -- nTick 401 nCurrentAsset 1 nTriedPeerCount 0 nSyncProgress 0.000000
2021-02-18 03:44:22 CMasternodeSync::ProcessTick -- nTick 407 nCurrentAsset 1 nTriedPeerCount 0 nSyncProgress 0.000000
2021-02-18 03:44:28 CMasternodeSync::ProcessTick -- nTick 413 nCurrentAsset 1 nTriedPeerCount 0 nSyncProgress 0.000000
2021-02-18 03:44:34 CMasternodeSync::ProcessTick -- nTick 419 nCurrentAsset 1 nTriedPeerCount 0 nSyncProgress 0.000000
2021-02-18 03:44:40 CMasternodeSync::ProcessTick -- nTick 425 nCurrentAsset 1 nTriedPeerCount 0 nSyncProgress 0.000000
2021-02-18 03:44:40 CMasternodeSync::ProcessTick -- nTick 425 nCurrentAsset 1 -- requesting sporks from peer=12

Any ideas?

PastaPastaPasta commented 3 years ago

Testnet has forked as v0.17 includes breaking changes / a HF. Please run v0.17.0.0-rc3.

1scrooge commented 3 years ago

@PastaPastaPasta Thank you. It helped

yshurik commented 3 years ago

It looks as not fixed in official docker - dashpay/dashd:0.17.0.0-rc3-hotfix1 - is this one should include the solution? Because this docker image just stuck on testnet block 419438 of Feb 15 20:00 ... :( same as dashpay/dashd:latest

1scrooge commented 3 years ago

I'm using the own docker image. I've never tested the official image. If you need I can send the dockerfile

yshurik commented 3 years ago

I'm using the own docker image. I've never tested the official image. If you need I can send the dockerfile

I can, but really want to just run for testnet official docker :latest +watchtower and expect it always in sync, this is purpose of official image :) isnt