Valid block 606457 marked invalid #19527

issue baryluk opened this issue on July 15, 2020
  1. baryluk commented at 5:02 PM on July 15, 2020: none

    <!-- This issue tracker is only for technical issues related to Bitcoin Core. General bitcoin questions and/or support requests are best directed to the Bitcoin StackExchange at https://bitcoin.stackexchange.com. For reporting security issues, please read instructions at https://bitcoincore.org/en/contact/. If the node is "stuck" during sync or giving "block checksum mismatch" errors, please ensure your hardware is stable by running memtest and observe CPU temperature with a load-test tool such as linpack before creating an issue! Any report, issue or feature request related to the GUI should be reported at https://github.com/bitcoin-core/gui/issues/ -->

    <!-- Describe the issue -->

    <!--- What behavior did you expect? -->

    <!--- What was the actual behavior (provide screenshots if the issue is GUI-related)? -->

    <!--- How reliably can you reproduce the issue, what are the steps to do so? -->

    <!-- What version of Bitcoin Core are you using, where did you get it (website, self-compiled, etc)? -->

    <!-- What type of machine are you observing the error on (OS/CPU and disk type)? -->

    <!-- GUI-related issue? What is your operating system and its version? If Linux, what is your desktop environment and graphical shell? -->

    <!-- Any extra information that might be useful in the debugging process. -->

    <!--- This is normally the contents of a `debug.log` or `config.log` file. Raw text or a link to a pastebin type site are preferred. -->

    I just upgraded my node to latest git master version, and I do have issues.

    ./autogen.sh
    ./configure --with-gui=no --prefix=/home/baryluk/local --with-incompatible-bdb CFLAGS="-O2 -march=native -g0 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter" CXXFLAGS="-O2 -march=native -g -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter"
    make
    

    gcc 8.3.0-6

    ./src/bitcoind -prune=20000 -daemon -disablewallet -checklevel=4
    
    2020-07-15T16:50:13Z Bitcoin Core version v0.20.99.0-d626a3be3 (release build)
    2020-07-15T16:50:13Z Assuming ancestors of block 0000000000000000000f2adce67e49b0b6bdeb9de8b7c3d7e93b21e7fc1e819d have valid signatures.
    2020-07-15T16:50:13Z Setting nMinimumChainWork=00000000000000000000000000000000000000000e1ab5ec9348e9f4b8eb8154
    2020-07-15T16:50:13Z Prune configured to target 20000 MiB on disk for block and undo files.
    2020-07-15T16:50:13Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
    2020-07-15T16:50:13Z Default data directory /home/baryluk/.bitcoin
    2020-07-15T16:50:13Z Using data directory /home/baryluk/.bitcoin
    2020-07-15T16:50:13Z Config file: /home/baryluk/.bitcoin/bitcoin.conf
    2020-07-15T16:50:13Z Config file arg: disablewallet="1"
    2020-07-15T16:50:13Z Config file arg: rpcallowip="81.X.Y.Z/24"
    2020-07-15T16:50:13Z Config file arg: rpcauth=****
    2020-07-15T16:50:13Z Config file arg: rpcbind=****
    2020-07-15T16:50:13Z Config file arg: server="1"
    2020-07-15T16:50:13Z Command-line arg: checklevel="4"
    2020-07-15T16:50:13Z Command-line arg: daemon=""
    2020-07-15T16:50:13Z Command-line arg: disablewallet=""
    2020-07-15T16:50:13Z Command-line arg: prune="20000"
    2020-07-15T16:50:13Z Using at most 125 automatic connections (65536 file descriptors available)
    2020-07-15T16:50:13Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
    2020-07-15T16:50:13Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
    2020-07-15T16:50:13Z Script verification uses 1 additional threads
    2020-07-15T16:50:13Z Wallet disabled!
    2020-07-15T16:50:13Z scheduler thread start
    2020-07-15T16:50:13Z WARNING: the RPC server is not safe to expose to untrusted networks such as the public internet
    2020-07-15T16:50:13Z HTTP: creating work queue of depth 16
    2020-07-15T16:50:13Z Using random cookie authentication.
    2020-07-15T16:50:13Z Generated RPC authentication cookie /home/baryluk/.bitcoin/.cookie
    2020-07-15T16:50:13Z Using rpcauth authentication.
    2020-07-15T16:50:13Z HTTP: starting 4 worker threads
    2020-07-15T16:50:13Z init message: Loading banlist...
    2020-07-15T16:50:13Z Using /16 prefix for IP bucketing
    2020-07-15T16:50:13Z Cache configuration:
    2020-07-15T16:50:13Z * Using 2.0 MiB for block index database
    2020-07-15T16:50:13Z * Using 8.0 MiB for chain state database
    2020-07-15T16:50:13Z * Using 440.0 MiB for in-memory UTXO set (plus up to 286.1 MiB of unused mempool space)
    2020-07-15T16:50:13Z init message: Loading block index...
    2020-07-15T16:50:13Z Switching active chainstate to Chainstate [ibd] @ height -1 (null)
    2020-07-15T16:50:13Z Opening LevelDB in /home/baryluk/.bitcoin/blocks/index
    2020-07-15T16:50:13Z Opened LevelDB successfully
    2020-07-15T16:50:13Z Using obfuscation key for /home/baryluk/.bitcoin/blocks/index: 0000000000000000
    2020-07-15T16:50:18Z LoadBlockIndexDB: last block file = 1884
    2020-07-15T16:50:18Z LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=54, size=51273708, heights=606404...606457, time=2019-12-03...2019-12-03)
    2020-07-15T16:50:18Z Checking all blk files are present...
    2020-07-15T16:50:18Z LoadBlockIndexDB(): Block files have previously been pruned
    2020-07-15T16:50:18Z Initializing chainstate Chainstate [ibd] @ height -1 (null)
    2020-07-15T16:50:18Z Opening LevelDB in /home/baryluk/.bitcoin/chainstate
    2020-07-15T16:50:18Z Opened LevelDB successfully
    2020-07-15T16:50:18Z Using obfuscation key for /home/baryluk/.bitcoin/chainstate: 0549da24d9cccc5f
    2020-07-15T16:50:19Z Loaded best chain: hashBestChain=000000000000000000000f5f758df281a7a51b5dc8fe2aaa491979621b5f14b4 height=606456 date=2019-12-03T13:23:35Z progress=0.877919
    2020-07-15T16:50:19Z init message: Rewinding blocks...
    2020-07-15T16:50:19Z FlushStateToDisk: write coins cache to disk (0 coins, 0kB) started
    2020-07-15T16:50:19Z FlushStateToDisk: write coins cache to disk (0 coins, 0kB) completed (0.01s)
    2020-07-15T16:50:19Z init message: Verifying blocks...
    2020-07-15T16:50:19Z Verifying last 6 blocks at level 4
    2020-07-15T16:50:19Z [0%]...[16%]...[25%]...[33%]...[41%]...[50%]...[67%]...[75%]...[84%]...[92%]...[DONE].
    2020-07-15T16:50:47Z No coin database inconsistencies in last 6 blocks (13864 transactions)
    2020-07-15T16:50:47Z  block index           33590ms
    2020-07-15T16:50:47Z Unsetting NODE_NETWORK on prune mode
    2020-07-15T16:50:47Z init message: Pruning blockstore...
    2020-07-15T16:50:47Z block tree size = 606515
    2020-07-15T16:50:47Z nBestHeight = 606456
    2020-07-15T16:50:47Z loadblk thread start
    2020-07-15T16:50:47Z torcontrol thread start
    2020-07-15T16:50:47Z AddLocal(x.x.x.x:8333,1)
    2020-07-15T16:50:47Z Discover: IPv4 eth0: x.x.x.x
    2020-07-15T16:50:47Z AddLocal([2a02:x:x:x]:8333,1)
    2020-07-15T16:50:47Z Discover: IPv6 eth0: 2a02:x:x:x
    2020-07-15T16:50:47Z Bound to [::]:8333
    2020-07-15T16:50:47Z Bound to 0.0.0.0:8333
    2020-07-15T16:50:47Z init message: Loading P2P addresses...
    2020-07-15T16:50:47Z Imported mempool transactions from disk: 0 succeeded, 0 failed, 9 expired, 0 already there, 0 waiting for initial broadcast
    2020-07-15T16:50:47Z loadblk thread exit
    2020-07-15T16:50:47Z Loaded 78711 addresses from peers.dat  275ms
    2020-07-15T16:50:47Z init message: Starting network threads...
    2020-07-15T16:50:47Z init message: Done loading
    2020-07-15T16:50:47Z dnsseed thread start
    2020-07-15T16:50:47Z Waiting 300 seconds before querying DNS seeds.
    2020-07-15T16:50:47Z net thread start
    2020-07-15T16:50:47Z addcon thread start
    2020-07-15T16:50:47Z msghand thread start
    2020-07-15T16:50:47Z opencon thread start
    2020-07-15T16:50:48Z New outbound peer connected: version: 70015, blocks=639390, peer=0 (full-relay)
    2020-07-15T16:50:48Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:50:48Z Disconnecting and discouraging peer 195.154.108.123:8333!
    2020-07-15T16:50:55Z New outbound peer connected: version: 70015, blocks=639390, peer=1 (full-relay)
    2020-07-15T16:50:56Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:50:56Z Disconnecting and discouraging peer 76.173.238.49:8333!
    2020-07-15T16:51:01Z New outbound peer connected: version: 70015, blocks=639390, peer=2 (full-relay)
    2020-07-15T16:51:01Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:51:01Z Disconnecting and discouraging peer 216.146.251.8:8333!
    2020-07-15T16:51:09Z New outbound peer connected: version: 70015, blocks=639390, peer=3 (full-relay)
    2020-07-15T16:51:11Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:51:11Z Disconnecting and discouraging peer 104.199.205.84:8333!
    2020-07-15T16:51:13Z New outbound peer connected: version: 70015, blocks=639390, peer=4 (full-relay)
    2020-07-15T16:51:14Z New outbound peer connected: version: 70015, blocks=639390, peer=5 (full-relay)
    2020-07-15T16:51:14Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:51:14Z Disconnecting and discouraging peer 52.191.254.47:8333!
    2020-07-15T16:51:14Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:51:14Z Disconnecting and discouraging peer 91.121.86.38:8333!
    2020-07-15T16:51:42Z New outbound peer connected: version: 70013, blocks=639390, peer=6 (full-relay)
    2020-07-15T16:51:42Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:51:42Z Disconnecting and discouraging peer 35.246.10.142:8333!
    2020-07-15T16:51:48Z New outbound peer connected: version: 70015, blocks=639390, peer=7 (full-relay)
    2020-07-15T16:51:49Z New outbound peer connected: version: 70015, blocks=639390, peer=8 (full-relay)
    2020-07-15T16:51:49Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:51:49Z Disconnecting and discouraging peer 86.83.88.212:8333!
    2020-07-15T16:52:01Z New outbound peer connected: version: 70015, blocks=639390, peer=9 (full-relay)
    2020-07-15T16:52:01Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:52:01Z Disconnecting and discouraging peer 134.209.226.160:8333!
    2020-07-15T16:52:02Z New outbound peer connected: version: 70015, blocks=639390, peer=10 (full-relay)
    2020-07-15T16:52:03Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:52:03Z Disconnecting and discouraging peer 120.25.252.249:8333!
    2020-07-15T16:52:48Z New outbound peer connected: version: 70015, blocks=639390, peer=12 (full-relay)
    2020-07-15T16:52:48Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:52:48Z Disconnecting and discouraging peer 95.216.96.93:8333!
    2020-07-15T16:52:56Z New outbound peer connected: version: 70015, blocks=639390, peer=13 (full-relay)
    2020-07-15T16:52:56Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:52:56Z Disconnecting and discouraging peer [2a02:e00:fff0:1e2::a]:8333!
    2020-07-15T16:52:58Z New outbound peer connected: version: 70015, blocks=639390, peer=14 (full-relay)
    2020-07-15T16:52:58Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:52:58Z Disconnecting and discouraging peer 5.189.187.89:8333!
    2020-07-15T16:53:04Z New outbound peer connected: version: 70015, blocks=639390, peer=15 (full-relay)
    2020-07-15T16:53:04Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:53:04Z Disconnecting and discouraging peer 46.166.142.2:8333!
    2020-07-15T16:53:16Z New outbound peer connected: version: 70015, blocks=639390, peer=16 (full-relay)
    2020-07-15T16:53:16Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:53:16Z Disconnecting and discouraging peer 91.121.183.151:8333!
    2020-07-15T16:53:23Z New outbound peer connected: version: 70015, blocks=639390, peer=17 (full-relay)
    2020-07-15T16:53:24Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:53:24Z Disconnecting and discouraging peer 54.65.195.120:8333!
    2020-07-15T16:53:58Z New outbound peer connected: version: 70015, blocks=639390, peer=19 (full-relay)
    2020-07-15T16:54:08Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:54:08Z Disconnecting and discouraging peer 35.243.70.255:8333!
    2020-07-15T16:54:44Z New outbound peer connected: version: 70015, blocks=639390, peer=20 (full-relay)
    2020-07-15T16:54:46Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:54:46Z Disconnecting and discouraging peer 52.221.241.245:8333!
    2020-07-15T16:54:50Z New outbound peer connected: version: 70015, blocks=639390, peer=21 (full-relay)
    2020-07-15T16:54:50Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:54:50Z Disconnecting and discouraging peer 73.39.60.223:8333!
    2020-07-15T16:55:01Z New outbound peer connected: version: 70015, blocks=639390, peer=22 (full-relay)
    2020-07-15T16:55:02Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:55:02Z Disconnecting and discouraging peer 185.108.244.41:8333!
    2020-07-15T16:55:14Z New outbound peer connected: version: 70015, blocks=639390, peer=23 (full-relay)
    2020-07-15T16:55:15Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:55:15Z Disconnecting and discouraging peer 34.220.6.99:8333!
    2020-07-15T16:55:42Z New outbound peer connected: version: 70015, blocks=639390, peer=24 (full-relay)
    2020-07-15T16:55:42Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:55:42Z Disconnecting and discouraging peer 5.187.55.242:8333!
    2020-07-15T16:55:42Z New outbound peer connected: version: 70015, blocks=639390, peer=25 (full-relay)
    2020-07-15T16:55:47Z Loading addresses from DNS seed dnsseed.bitcoin.dashjr.org
    2020-07-15T16:55:48Z Loading addresses from DNS seed seed.bitcoin.jonasschnelli.ch
    2020-07-15T16:55:54Z New outbound peer connected: version: 70015, blocks=639390, peer=26 (full-relay)
    2020-07-15T16:55:54Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:55:54Z Disconnecting and discouraging peer 116.203.176.220:8333!
    2020-07-15T16:56:01Z New outbound peer connected: version: 70015, blocks=639390, peer=27 (full-relay)
    2020-07-15T16:56:01Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:56:01Z Disconnecting and discouraging peer [2a01:4f8:c2c:3179::1]:8333!
    2020-07-15T16:56:03Z Loading addresses from DNS seed seed.btc.petertodd.org
    2020-07-15T16:56:03Z Waiting 300 seconds before querying DNS seeds.
    2020-07-15T16:56:07Z New outbound peer connected: version: 70015, blocks=639390, peer=28 (full-relay)
    2020-07-15T16:56:07Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:56:07Z Disconnecting and discouraging peer [2a02:c207:3001:4820::1]:8333!
    2020-07-15T16:56:08Z New outbound peer connected: version: 70015, blocks=639390, peer=29 (full-relay)
    2020-07-15T16:56:14Z New outbound peer connected: version: 70015, blocks=639390, peer=30 (full-relay)
    2020-07-15T16:56:15Z New outbound peer connected: version: 70015, blocks=639390, peer=31 (full-relay)
    2020-07-15T16:56:15Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:56:15Z Disconnecting and discouraging peer 76.88.107.25:8333!
    2020-07-15T16:56:21Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:56:21Z Disconnecting and discouraging peer [2a01:e35:2f12:cb70:db2a:1f2a:1449:5520]:8333!
    2020-07-15T16:56:21Z New outbound peer connected: version: 70015, blocks=639390, peer=32 (full-relay)
    2020-07-15T16:56:21Z New outbound peer connected: version: 70015, blocks=639390, peer=33 (full-relay)
    2020-07-15T16:56:21Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:56:21Z Disconnecting and discouraging peer 52.15.65.61:8333!
    2020-07-15T16:56:21Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:56:21Z Disconnecting and discouraging peer 185.107.80.147:8333!
    2020-07-15T16:56:22Z New outbound peer connected: version: 70013, blocks=639390, peer=34 (full-relay)
    2020-07-15T16:56:29Z New outbound peer connected: version: 70015, blocks=639390, peer=37 (full-relay)
    2020-07-15T16:56:31Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:56:31Z Disconnecting and discouraging peer 54.169.209.225:8333!
    2020-07-15T16:56:41Z New outbound peer connected: version: 70015, blocks=639390, peer=38 (full-relay)
    2020-07-15T16:56:41Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:56:41Z Disconnecting and discouraging peer 185.45.113.201:8333!
    2020-07-15T16:56:42Z New outbound peer connected: version: 70015, blocks=639390, peer=39 (full-relay)
    2020-07-15T16:56:43Z New outbound peer connected: version: 70015, blocks=639390, peer=40 (full-relay)
    2020-07-15T16:56:44Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:56:44Z Disconnecting and discouraging peer 221.240.155.78:8333!
    2020-07-15T16:56:44Z New outbound peer connected: version: 70015, blocks=639390, peer=41 (full-relay)
    2020-07-15T16:56:45Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:56:45Z Disconnecting and discouraging peer 149.56.21.37:8333!
    2020-07-15T16:56:46Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:56:46Z Disconnecting and discouraging peer 3.0.145.194:8333!
    2020-07-15T16:56:55Z New outbound peer connected: version: 70015, blocks=639390, peer=42 (full-relay)
    2020-07-15T16:56:55Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:56:55Z Disconnecting and discouraging peer 83.162.2.12:8333!
    2020-07-15T16:56:55Z New outbound peer connected: version: 70015, blocks=639390, peer=43 (full-relay)
    2020-07-15T16:56:56Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:56:56Z Disconnecting and discouraging peer 207.154.220.21:8333!
    2020-07-15T16:57:02Z New outbound peer connected: version: 70015, blocks=639390, peer=44 (full-relay)
    2020-07-15T16:57:03Z New outbound peer connected: version: 70015, blocks=639390, peer=45 (full-relay)
    2020-07-15T16:57:03Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:57:03Z Disconnecting and discouraging peer 71.230.209.147:8333!
    2020-07-15T16:57:03Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:57:03Z Disconnecting and discouraging peer 212.51.144.42:8333!
    2020-07-15T16:57:16Z New outbound peer connected: version: 70015, blocks=639390, peer=46 (full-relay)
    2020-07-15T16:57:16Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:57:16Z Disconnecting and discouraging peer [2a01:4f8:171:2bdc::2]:8333!
    2020-07-15T16:57:16Z New outbound peer connected: version: 70015, blocks=639390, peer=47 (full-relay)
    2020-07-15T16:57:16Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:57:16Z Disconnecting and discouraging peer 46.4.68.112:8333!
    2020-07-15T16:57:29Z New outbound peer connected: version: 70015, blocks=639390, peer=49 (full-relay)
    2020-07-15T16:57:30Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:57:30Z Disconnecting and discouraging peer 73.38.249.5:8333!
    2020-07-15T16:57:30Z New outbound peer connected: version: 70015, blocks=639390, peer=50 (full-relay)
    2020-07-15T16:57:31Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:57:31Z Disconnecting and discouraging peer 47.74.191.34:8333!
    2020-07-15T16:58:17Z New outbound peer connected: version: 70015, blocks=639390, peer=51 (full-relay)
    2020-07-15T16:58:18Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:58:18Z Disconnecting and discouraging peer 97.89.21.22:8333!
    2020-07-15T16:58:27Z New outbound peer connected: version: 70015, blocks=639390, peer=53 (full-relay)
    2020-07-15T16:58:28Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:58:28Z Disconnecting and discouraging peer 104.166.89.123:8333!
    2020-07-15T16:58:33Z New outbound peer connected: version: 70015, blocks=639390, peer=54 (full-relay)
    2020-07-15T16:58:33Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:58:33Z Disconnecting and discouraging peer 139.162.236.94:8333!
    2020-07-15T16:58:39Z New outbound peer connected: version: 70015, blocks=639390, peer=55 (full-relay)
    2020-07-15T16:58:45Z New outbound peer connected: version: 70015, blocks=639390, peer=56 (full-relay)
    2020-07-15T16:58:46Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:58:46Z Disconnecting and discouraging peer 78.46.126.167:8333!
    2020-07-15T16:59:35Z New outbound peer connected: version: 70015, blocks=639390, peer=57 (full-relay)
    2020-07-15T16:59:36Z New outbound peer connected: version: 70015, blocks=639390, peer=58 (full-relay)
    2020-07-15T16:59:36Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:59:36Z Disconnecting and discouraging peer 46.229.170.218:8333!
    2020-07-15T16:59:36Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:59:36Z Disconnecting and discouraging peer 5.9.68.19:8333!
    2020-07-15T16:59:37Z New outbound peer connected: version: 70015, blocks=639390, peer=59 (full-relay)
    2020-07-15T16:59:37Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T16:59:37Z Disconnecting and discouraging peer [2604:a880:2:d0::23ad:b001]:8333!
    2020-07-15T17:00:05Z New outbound peer connected: version: 70015, blocks=565799, peer=60 (full-relay)
    2020-07-15T17:00:11Z New outbound peer connected: version: 70015, blocks=639390, peer=61 (full-relay)
    2020-07-15T17:00:16Z 82 addresses found from DNS seeds
    2020-07-15T17:00:16Z P2P peers available. Finished DNS seeding.
    2020-07-15T17:00:16Z dnsseed thread exit
    2020-07-15T17:00:18Z New outbound peer connected: version: 70015, blocks=565799, peer=63 (full-relay)
    2020-07-15T17:00:18Z New outbound peer connected: version: 70015, blocks=639390, peer=64 (full-relay)
    2020-07-15T17:00:19Z New outbound peer connected: version: 70015, blocks=639390, peer=65 (full-relay)
    2020-07-15T17:00:31Z New outbound peer connected: version: 70015, blocks=639390, peer=66 (full-relay)
    2020-07-15T17:00:37Z New outbound peer connected: version: 70015, blocks=639390, peer=68 (full-relay)
    2020-07-15T17:00:49Z New outbound peer connected: version: 70015, blocks=639390, peer=69 (full-relay)
    2020-07-15T17:00:50Z New outbound peer connected: version: 70015, blocks=639390, peer=70 (block-relay)
    2020-07-15T17:00:51Z New outbound peer connected: version: 70015, blocks=639390, peer=71 (block-relay)
    2020-07-15T17:01:21Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T17:01:21Z Disconnecting and discouraging peer 81.187.244.47:8333!
    2020-07-15T17:01:44Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T17:01:44Z Disconnecting and discouraging peer 178.238.237.56:8333!
    2020-07-15T17:01:44Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T17:01:44Z Disconnecting and discouraging peer 68.37.223.44:8333!
    2020-07-15T17:01:45Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T17:01:45Z Disconnecting and discouraging peer 34.220.54.166:8333!
    2020-07-15T17:01:46Z New outbound peer connected: version: 70015, blocks=639391, peer=73 (full-relay)
    2020-07-15T17:01:52Z New outbound peer connected: version: 70015, blocks=639390, peer=74 (full-relay)
    2020-07-15T17:01:53Z New outbound peer connected: version: 70015, blocks=565799, peer=75 (full-relay)
    2020-07-15T17:01:53Z New outbound peer connected: version: 70015, blocks=639391, peer=76 (full-relay)
    2020-07-15T17:01:54Z New outbound peer connected: version: 70015, blocks=639391, peer=77 (full-relay)
    2020-07-15T17:01:59Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    2020-07-15T17:01:59Z Disconnecting and discouraging peer 167.71.81.215:8333!
    2020-07-15T17:02:00Z New outbound peer connected: version: 70015, blocks=639391, peer=78 (full-relay)
    2020-07-15T17:02:12Z New outbound peer connected: version: 70015, blocks=639391, peer=79 (full-relay)
    2020-07-15T17:02:23Z New outbound peer connected: version: 70015, blocks=639391, peer=80 (full-relay)
    2020-07-15T17:02:58Z New outbound peer connected: version: 70015, blocks=639391, peer=82 (block-relay)
    2020-07-15T17:02:58Z New outbound peer connected: version: 70015, blocks=639391, peer=83 (block-relay)
    2020-07-15T17:03:05Z New outbound peer connected: version: 70015, blocks=639391, peer=85 (block-relay)
    2020-07-15T17:03:46Z New outbound peer connected: version: 70015, blocks=639391, peer=86 (full-relay)
    ...
    

    Node state:

    $ ./bitcoin-cli getblockchaininfo                                                                                                                                                        {
      "chain": "main",
      "blocks": 606456,
      "headers": 606456,
      "bestblockhash": "000000000000000000000f5f758df281a7a51b5dc8fe2aaa491979621b5f14b4",
      "difficulty": 12973235968799.78,
      "mediantime": 1575376858,
      "verificationprogress": 0.8779120064080504,
      "initialblockdownload": true,
      "chainwork": "00000000000000000000000000000000000000000a8f2524c7ce7cd0a7b1c745",
      "size_on_disk": 20803983704,
      "pruned": true,
      "pruneheight": 588755,
      "automatic_pruning": true,
      "prune_target_size": 20971520000,
      "softforks": {
        "bip34": {
          "type": "buried",
          "active": true,
          "height": 227931
        },
        "bip66": {
          "type": "buried",
          "active": true,
          "height": 363725
        },
        "bip65": {
          "type": "buried",
          "active": true,
          "height": 388381
        },
        "csv": {
          "type": "buried",
          "active": true,
          "height": 419328
        },
        "segwit": {
          "type": "buried",
          "active": true,
          "height": 481824
        }
      },
      "warnings": "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications"
    }
    

    The previously working version was a bit old, somewhere from around February I think, but it was offline also for about 2 months (from 2020-04-06 to 2020-07-15)

  2. baryluk renamed this:
    Valid block 606457 marked invalid
    Valid block 606457 marked invalid after node upgrade (no progress)
    on Jul 15, 2020
  3. MarcoFalke commented at 5:14 PM on July 15, 2020: member

    What is the debug log of when the block was marked invalid (with the previous version)?

    Also, Bitcoin Core makes heavy use of CPU, RAM and disk IO. Hardware defects might only become visible when running Bitcoin Core. You might want to check your hardware for defects.

    • memtest86 to check your RAM
    • to check the CPU behaviour under load, use linpack or Prime95
    • to test your storage device use smartctl or CrystalDiskInfo

    Source: https://bitcoin.stackexchange.com/a/12206

  4. sipa commented at 5:17 PM on July 15, 2020: member

    You can also try bitcoin-cli reconsiderblock 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 to retry validating it (which may fix the problem, though if it's anything but hardware issues, it'd still be useful to retain a snapshot of the datadir so we may investigate what caused it).

  5. baryluk commented at 5:18 PM on July 15, 2020: none

    Oh. Indeed, the block was also marked invalid in the previous version:

    For example:

    2020-03-19T06:43:33Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    ...
    
    ...
    2020-04-05T13:06:07Z ERROR: AcceptBlockHeader: block 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 is marked invalid
    ...
    2020-04-05T13:15:10Z Potential stale tip detected, will try using extra outbound peer (last tip update: 5607558 seconds ago)
    ...
    

    Don't have older logs that that.

    So that is unrelated to my todays upgrade of the node.

  6. baryluk commented at 5:20 PM on July 15, 2020: none

    What is the debug log of when the block was marked invalid (with the previous version)?

    Also, Bitcoin Core makes heavy use of CPU, RAM and disk IO. Hardware defects might only become visible when running Bitcoin Core. You might want to check your hardware for defects.

    * memtest86 to check your RAM
    
    * to check the CPU behaviour under load, use linpack or Prime95
    
    * to test your storage device use smartctl or CrystalDiskInfo

    Source: https://bitcoin.stackexchange.com/a/12206

    Extremely unlikely. Stock clocks, ECC memory, redundant storage with hardware and software checksums. The system has about 300 days of uptime with not a single issue of other services, or kernel logs indicating anything wrong.

  7. baryluk commented at 5:26 PM on July 15, 2020: none

    You can also try bitcoin-cli reconsiderblock 0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 to retry validating it (which may fix the problem, though if it's anything but hardware issues, it'd still be useful to retain a snapshot of the datadir so we may investigate what caused it).

    It is happy now:

    2020-07-15T17:21:25Z UpdateTip: new best=0000000000000000000cea06478d2a30a4a7ff24e704158ae37f25a4c80e8a39 height=606457 version=0x2000e000 log2_work=91.400448 tx=480364022 date='2019-12-03T13:30:47Z' progress=0.877913 cache=1.2MiB(8983txo)
    2020-07-15T17:25:19Z Synchronizing blockheaders, height: 608456 (~95.23%)
    2020-07-15T17:25:19Z Synchronizing blockheaders, height: 610456 (~95.53%)
    2020-07-15T17:25:19Z Synchronizing blockheaders, height: 612456 (~95.82%)
    2020-07-15T17:25:19Z Synchronizing blockheaders, height: 614456 (~96.12%)
    2020-07-15T17:25:19Z Synchronizing blockheaders, height: 616456 (~96.43%)
    2020-07-15T17:25:19Z Synchronizing blockheaders, height: 618456 (~96.74%)
    2020-07-15T17:25:19Z Synchronizing blockheaders, height: 620456 (~97.04%)
    2020-07-15T17:25:19Z Synchronizing blockheaders, height: 622456 (~97.39%)
    2020-07-15T17:25:19Z Synchronizing blockheaders, height: 624456 (~97.71%)
    2020-07-15T17:25:19Z Synchronizing blockheaders, height: 626456 (~98.00%)
    2020-07-15T17:25:26Z UpdateTip: new best=000000000000000000070762e97073d58c0f74c47fbb66f2911e549661d3c846 height=606458 version=0x20000000 log2_work=91.400472 tx=480367314 date='2019-12-03T13:57:20Z' progress=0.877918 cache=2.7MiB(20553txo)
    2020-07-15T17:25:32Z UpdateTip: new best=000000000000000000127473fb47b28e3c512f6e8f708c22a1f04dfa0786ec82 height=606459 version=0x20000000 log2_work=91.400497 tx=480369230 date='2019-12-03T13:57:30Z' progress=0.877921 cache=4.0MiB(29245txo)
    2020-07-15T17:25:32Z Synchronizing blockheaders, height: 628456 (~98.31%)
    2020-07-15T17:25:36Z UpdateTip: new best=000000000000000000083ad45dbff2edb6a037f79210e1c1d79688c0850d657e height=606460 version=0x20002000 log2_work=91.400522 tx=480371855 date='2019-12-03T14:09:32Z' progress=0.877926 cache=5.0MiB(37368txo)
    2020-07-15T17:25:36Z Synchronizing blockheaders, height: 630456 (~98.62%)
    2020-07-15T17:25:39Z Pre-allocating up to position 0x800000 in rev01884.dat
    2020-07-15T17:25:40Z UpdateTip: new best=00000000000000000005a6eb9e72be8d4802b0b8d937f06b9975010a771e7e34 height=606461 version=0x20000000 log2_work=91.400546 tx=480374780 date='2019-12-03T14:23:37Z' progress=0.877931 cache=6.0MiB(45579txo)
    2020-07-15T17:25:44Z UpdateTip: new best=0000000000000000000054f06571b5fde3bd97336f3b36e5a2bf764626bbbcf9 height=606462 version=0x20000000 log2_work=91.400571 tx=480376774 date='2019-12-03T14:31:30Z' progress=0.877935 cache=7.4MiB(53634txo)
    2020-07-15T17:25:47Z UpdateTip: new best=000000000000000000134a4849e08ccadd5d695a2d23c9e6649e5ac037776c13 height=606463 version=0x2000e000 log2_work=91.400595 tx=480380174 date='2019-12-03T14:56:22Z' progress=0.877941 cache=8.5MiB(62478txo)
    2020-07-15T17:25:47Z Pre-allocating up to position 0x5000000 in blk01884.dat
    2020-07-15T17:25:50Z UpdateTip: new best=0000000000000000001266f7fbf51e67971a8baa0c86d893fe6759b22cea84ad height=606464 version=0x20c00000 log2_work=91.400620 tx=480382755 date='2019-12-03T15:00:13Z' progress=0.877946 cache=9.4MiB(70008txo)
    2020-07-15T17:25:53Z UpdateTip: new best=00000000000000000001b6411220cc946e9c0ed7562f9e926e0a4d96be725310 height=606465 version=0x20c00000 log2_work=91.400645 tx=480385996 date='2019-12-03T15:18:42Z' progress=0.877952 cache=10.4MiB(77978txo)
    2020-07-15T17:25:55Z UpdateTip: new best=00000000000000000004fdb95238b3eae8702e0d65a2e1a5af7b8ffb9a484a85 height=606466 version=0x3fff0000 log2_work=91.400669 tx=480388890 date='2019-12-03T15:22:57Z' progress=0.877957 cache=11.3MiB(85332txo)
    2020-07-15T17:25:55Z Pre-allocating up to position 0x6000000 in blk01884.dat
    2020-07-15T17:25:58Z Pre-allocating up to position 0x900000 in rev01884.dat
    2020-07-15T17:25:58Z UpdateTip: new best=000000000000000000081c5d1098a421ed751555607d688d6e9bc95f017866ff height=606467 version=0x20000000 log2_work=91.400694 tx=480391292 date='2019-12-03T15:32:50Z' progress=0.877961 cache=12.1MiB(92312txo)
    2020-07-15T17:25:59Z UpdateTip: new best=00000000000000000003774f095be511b4674d8bf840638b549fa3ea1a4df6d6 height=606468 version=0x20400000 log2_work=91.400718 tx=480393271 date='2019-12-03T15:37:10Z' progress=0.877965 cache=12.8MiB(97431txo)
    2020-07-15T17:26:01Z UpdateTip: new best=000000000000000000129c2abed0c57f27f5fb917b0b2af3a8deb2db27ae08fb height=606469 version=0x2000e000 log2_work=91.400743 tx=480396281 date='2019-12-03T15:46:22Z' progress=0.877970 cache=13.6MiB(104323txo)
    2020-07-15T17:26:01Z Pre-allocating up to position 0x7000000 in blk01884.dat
    2020-07-15T17:26:03Z UpdateTip: new best=000000000000000000145e87fbdd5de7138a87c920286c564a86448803a1d11e height=606470 version=0x20800000 log2_work=91.400768 tx=480399169 date='2019-12-03T15:52:48Z' progress=0.877976 cache=15.3MiB(111665txo)
    2020-07-15T17:26:06Z UpdateTip: new best=0000000000000000001550e62c6c7ca93a7a7fa47e1f4456ebc2d06a5164d8d9 height=606471 version=0x20c00000 log2_work=91.400792 tx=480400665 date='2019-12-03T15:54:07Z' progress=0.877978 cache=16.3MiB(119457txo)
    2020-07-15T17:26:06Z Pre-allocating up to position 0x8000000 in blk01884.dat
    2020-07-15T17:26:08Z UpdateTip: new best=0000000000000000000c8f8ed2cdbd21162f8ad932bebcdbb1c364becf33a01f height=606472 version=0x20000000 log2_work=91.400817 tx=480402228 date='2019-12-03T15:55:59Z' progress=0.877981 cache=16.7MiB(122960txo)
    2020-07-15T17:26:08Z UpdateTip: new best=000000000000000000030273af4101275fa0185524a0649870e637b6f4236a2f height=606473 version=0x3fffe000 log2_work=91.400841 tx=480403174 date='2019-12-03T15:58:53Z' progress=0.877983 cache=17.0MiB(124900txo)
    2020-07-15T17:26:09Z Leaving block file 1884: CBlockFileInfo(blocks=146, size=133813913, heights=606404...606604, time=2019-12-03...2019-12-04)
    2020-07-15T17:26:09Z Pre-allocating up to position 0x1000000 in blk01885.dat
    2020-07-15T17:26:10Z Pre-allocating up to position 0x100000 in rev01885.dat
    2020-07-15T17:26:10Z UpdateTip: new best=00000000000000000012128f85d530786f0177882db40e9a7ddd218abbbac027 height=606474 version=0x20c00000 log2_work=91.400866 tx=480404311 date='2019-12-03T16:01:42Z' progress=0.877985 cache=17.2MiB(126672txo)
    2020-07-15T17:26:10Z UpdateTip: new best=000000000000000000007b23378e4602e7617ef672ea5a2dc0347a87e0f21072 height=606475 version=0x20000000 log2_work=91.400891 tx=480404517 date='2019-12-03T16:03:02Z' progress=0.877985 cache=17.2MiB(126935txo)
    2020-07-15T17:26:11Z Pre-allocating up to position 0xa00000 in rev01884.dat
    2020-07-15T17:26:11Z UpdateTip: new best=0000000000000000000451c2a583d22b000bcb179632ec5ccc02673d84a3db87 height=606476 version=0x20000000 log2_work=91.400915 tx=480407765 date='2019-12-03T16:23:16Z' progress=0.877991 cache=18.0MiB(133533txo)
    2020-07-15T17:26:13Z UpdateTip: new best=00000000000000000000a054dd23cbb21fd93907e826363184cc9193d947b227 height=606477 version=0x20002000 log2_work=91.400940 tx=480410823 date='2019-12-03T16:28:12Z' progress=0.877997 cache=18.8MiB(139981txo)
    2020-07-15T17:26:13Z UpdateTip: new best=000000000000000000093b3e8eb81dc33316741afcd63baf0fd42c9fc2053561 height=606478 version=0x3fffc000 log2_work=91.400964 tx=480412634 date='2019-12-03T16:30:34Z' progress=0.878000 cache=19.1MiB(142307txo)
    2020-07-15T17:26:14Z UpdateTip: new best=0000000000000000001450b2fa403b1dcc489d59db15d03a1854c0c16329b27f height=606479 version=0x3fffe000 log2_work=91.400989 tx=480413357 date='2019-12-03T16:32:42Z' progress=0.878002 cache=19.3MiB(143729txo)
    2020-07-15T17:26:14Z UpdateTip: new best=00000000000000000006cd5209a8f518436edc205200d957a6d2b117b567aede height=606480 version=0x3fffe000 log2_work=91.401013 tx=480415215 date='2019-12-03T16:38:48Z' progress=0.878005 cache=19.7MiB(147038txo)
    2020-07-15T17:26:15Z UpdateTip: new best=0000000000000000000ab426e4cf744b9f338bb7c14a0aa4b352ee6d9810c08b height=606481 version=0x20000000 log2_work=91.401038 tx=480416053 date='2019-12-03T16:41:05Z' progress=0.878006 cache=19.9MiB(148664txo)
    2020-07-15T17:26:16Z UpdateTip: new best=0000000000000000001093b8c93312193b66d156df06333ab95c5707e5268a8b height=606482 version=0x3fffc000 log2_work=91.401063 tx=480418688 date='2019-12-03T16:50:22Z' progress=0.878011 cache=20.5MiB(153803txo)
    2020-07-15T17:26:17Z UpdateTip: new best=0000000000000000000afa7b24f58cc529d2e710a23d6f330faa5a780ed68923 height=606483 version=0x20000000 log2_work=91.401087 tx=480421574 date='2019-12-03T17:00:15Z' progress=0.878017 cache=21.2MiB(159139txo)
    2020-07-15T17:26:18Z UpdateTip: new best=000000000000000000128f8038038ce03e5e3c3d3810f2fddc81f29c266b2bc0 height=606484 version=0x20800000 log2_work=91.401112 tx=480424670 date='2019-12-03T17:10:39Z' progress=0.878022 cache=21.9MiB(164889txo)
    2020-07-15T17:26:19Z Pre-allocating up to position 0xb00000 in rev01884.dat
    2020-07-15T17:26:19Z UpdateTip: new best=0000000000000000000d17bf643c610a6c119b83a06ab8eb4c26e041a8f955b0 height=606485 version=0x3fffe000 log2_work=91.401136 tx=480427217 date='2019-12-03T17:18:59Z' progress=0.878027 cache=22.4MiB(169133txo)
    2020-07-15T17:26:19Z UpdateTip: new best=0000000000000000000b56b1db652a78e13ba77c4830251624a23a2572f7fdf7 height=606486 version=0x3fffc000 log2_work=91.401161 tx=480427723 date='2019-12-03T17:20:20Z' progress=0.878028 cache=22.4MiB(169492txo)
    2020-07-15T17:26:19Z UpdateTip: new best=0000000000000000000ea6ecaf5985b81eb2c3b54271299d129764203682c0d0 height=606487 version=0x20c00000 log2_work=91.401186 tx=480428180 date='2019-12-03T17:21:39Z' progress=0.878029 cache=22.5MiB(170149txo)
    2020-07-15T17:26:20Z UpdateTip: new best=000000000000000000056233f3da60e41e865a5daa03ec980c191d4ce67079f8 height=606488 version=0x3fffc000 log2_work=91.401210 tx=480430993 date='2019-12-03T17:30:59Z' progress=0.878034 cache=23.1MiB(175029txo)
    2020-07-15T17:26:21Z UpdateTip: new best=000000000000000000010eeb5eb1d92cb96b2d090d75e9a350417bfc8815ebc7 height=606489 version=0x20000000 log2_work=91.401235 tx=480433519 date='2019-12-03T17:39:58Z' progress=0.878038 cache=23.8MiB(180381txo)
    2020-07-15T17:26:22Z UpdateTip: new best=0000000000000000000dfe94c17b8346c7203a65a91ff1691b581b97c6bb28af height=606490 version=0x20000000 log2_work=91.401259 tx=480435347 date='2019-12-03T17:46:16Z' progress=0.878042 cache=24.1MiB(183377txo)
    2020-07-15T17:26:23Z UpdateTip: new best=0000000000000000000f14d53a056dd75c4b271bb68d88c2b24e62ab1c5e98f9 height=606491 version=0x20800000 log2_work=91.401284 tx=480437923 date='2019-12-03T17:56:10Z' progress=0.878046 cache=24.8MiB(189160txo)
    2020-07-15T17:26:23Z UpdateTip: new best=0000000000000000000acc85df69fe8aaa85eb5013079c0312b337d2ca5aa752 height=606492 version=0x20400000 log2_work=91.401309 tx=480438136 date='2019-12-03T17:56:23Z' progress=0.878047 cache=24.9MiB(189431txo)
    2020-07-15T17:26:23Z UpdateTip: new best=000000000000000000125ce255766173ec40a97f2c9f2d2e34c8860fbdf696c7 height=606493 version=0x7fffe000 log2_work=91.401333 tx=480438270 date='2019-12-03T17:56:43Z' progress=0.878047 cache=24.9MiB(189631txo)
    2020-07-15T17:26:23Z UpdateTip: new best=00000000000000000009334881f6ee321cf9ae0eaa94c7bd04ae142e5aa310da height=606494 version=0x3fffe000 log2_work=91.401358 tx=480438897 date='2019-12-03T17:58:35Z' progress=0.878048 cache=25.0MiB(190717txo)
    2020-07-15T17:26:24Z UpdateTip: new best=00000000000000000010127ae2d54754d253b8f2fa524c27dc3d7da4204644dc height=606495 version=0x3fffe000 log2_work=91.401382 tx=480441225 date='2019-12-03T18:07:42Z' progress=0.878052 cache=25.6MiB(195645txo)
    2020-07-15T17:26:25Z UpdateTip: new best=00000000000000000011cee194234ea3312daff3fbedc3098e036d26172acb36 height=606496 version=0x20000000 log2_work=91.401407 tx=480443377 date='2019-12-03T18:14:35Z' progress=0.878056 cache=26.1MiB(199790txo)
    2020-07-15T17:26:26Z UpdateTip: new best=0000000000000000000701d9040958646210f230d3cd04bb66ed3c41cac59e70 height=606497 version=0x3fff0000 log2_work=91.401431 tx=480446677 date='2019-12-03T18:28:34Z' progress=0.878062 cache=26.9MiB(206389txo)
    2020-07-15T17:26:28Z UpdateTip: new best=000000000000000000009cbadc29b14ed0606688c4d452f944cb2e1e4087b051 height=606498 version=0x20000000 log2_work=91.401456 tx=480449513 date='2019-12-03T18:43:18Z' progress=0.878068 cache=27.7MiB(212401txo)
    2020-07-15T17:26:29Z UpdateTip: new best=00000000000000000014134bfd7753b14ea549a94d0092c623d2e526cc63eb0e height=606499 version=0x2000e000 log2_work=91.401481 tx=480451885 date='2019-12-03T19:45:04Z' progress=0.878072 cache=30.4MiB(220371txo)
    2020-07-15T17:26:30Z UpdateTip: new best=0000000000000000000d2e949fc5315d9400bc66127a0926251f3c5a569ecde6 height=606500 version=0x3fffc000 log2_work=91.401505 tx=480454650 date='2019-12-03T19:54:06Z' progress=0.878077 cache=31.4MiB(228725txo)
    2020-07-15T17:26:31Z Pre-allocating up to position 0x2000000 in blk01885.dat
    2020-07-15T17:26:32Z Pre-allocating up to position 0x200000 in rev01885.dat
    2020-07-15T17:26:32Z UpdateTip: new best=000000000000000000004c98c48f6d2c52cfb2236ab3ee378d6cb1a1d1873ab2 height=606501 version=0x2000e000 log2_work=91.401530 tx=480457483 date='2019-12-03T20:12:41Z' progress=0.878082 cache=32.1MiB(234846txo)
    2020-07-15T17:26:33Z UpdateTip: new best=0000000000000000000c761ea868de2a7d2af6d10208325589bca8d92dc803cc height=606502 version=0x20002000 log2_work=91.401554 tx=480460829 date='2019-12-03T20:17:32Z' progress=0.878088 cache=32.9MiB(241303txo)
    2020-07-15T17:26:33Z Synchronizing blockheaders, height: 632456 (~98.98%)
    2020-07-15T17:26:33Z Pre-allocating up to position 0x3000000 in blk01885.dat
    2020-07-15T17:26:34Z Pre-allocating up to position 0x4000000 in blk01885.dat
    2020-07-15T17:26:34Z Pre-allocating up to position 0x5000000 in blk01885.dat
    2020-07-15T17:26:36Z Prune: UnlinkPrunedFiles deleted blk/rev (01747)
    2020-07-15T17:26:36Z Prune: UnlinkPrunedFiles deleted blk/rev (01748)
    2020-07-15T17:26:36Z Prune: UnlinkPrunedFiles deleted blk/rev (01749)
    2020-07-15T17:26:36Z Prune: UnlinkPrunedFiles deleted blk/rev (01750)
    2020-07-15T17:26:36Z Prune: UnlinkPrunedFiles deleted blk/rev (01751)
    2020-07-15T17:26:36Z Prune: UnlinkPrunedFiles deleted blk/rev (01752)
    2020-07-15T17:26:37Z Prune: UnlinkPrunedFiles deleted blk/rev (01753)
    2020-07-15T17:26:37Z Prune: UnlinkPrunedFiles deleted blk/rev (01754)
    2020-07-15T17:26:37Z Prune: UnlinkPrunedFiles deleted blk/rev (01755)
    2020-07-15T17:26:37Z Prune: UnlinkPrunedFiles deleted blk/rev (01756)
    2020-07-15T17:26:37Z Prune: UnlinkPrunedFiles deleted blk/rev (01757)
    2020-07-15T17:26:37Z Prune: UnlinkPrunedFiles deleted blk/rev (01758)
    2020-07-15T17:26:37Z Prune: UnlinkPrunedFiles deleted blk/rev (01759)
    2020-07-15T17:26:37Z Prune: UnlinkPrunedFiles deleted blk/rev (01760)
    2020-07-15T17:26:37Z FlushStateToDisk: write coins cache to disk (241303 coins, 34538kB) started
    2020-07-15T17:26:37Z FlushStateToDisk: write coins cache to disk (241303 coins, 34538kB) completed (0.66s)
    2020-07-15T17:26:40Z UpdateTip: new best=0000000000000000000672811eb2fb5e386cf23c8bd1fe3d1257d4cbcb9003d5 height=606503 version=0x3fffe000 log2_work=91.401579 tx=480462044 date='2019-12-03T20:21:40Z' progress=0.878090 cache=5.0MiB(13327txo)
    2020-07-15T17:26:41Z Pre-allocating up to position 0x6000000 in blk01885.dat
    2020-07-15T17:26:42Z UpdateTip: new best=000000000000000000032b063ba07ee0fccc86b5760f241349dba86746200ef8 height=606504 version=0x20000000 log2_work=91.401604 tx=480465311 date='2019-12-03T20:29:24Z' progress=0.878096 cache=6.4MiB(24709txo)
    2020-07-15T17:26:42Z Pre-allocating up to position 0x7000000 in blk01885.dat
    2020-07-15T17:26:43Z Pre-allocating up to position 0x8000000 in blk01885.dat
    2020-07-15T17:26:43Z Synchronizing blockheaders, height: 634456 (~99.26%)
    2020-07-15T17:26:43Z Leaving block file 1885: CBlockFileInfo(blocks=138, size=133753327, heights=606474...606706, time=2019-12-03...2019-12-05)
    2020-07-15T17:26:44Z Pre-allocating up to position 0x1000000 in blk01886.dat
    2020-07-15T17:26:45Z Pre-allocating up to position 0x100000 in rev01886.dat
    2020-07-15T17:26:45Z UpdateTip: new best=0000000000000000001078e3e6f28afc79640b7a341de6566a81576e97c25d6f height=606505 version=0x20c00000 log2_work=91.401628 tx=480468024 date='2019-12-03T20:34:41Z' progress=0.878101 cache=7.6MiB(34506txo)
    2020-07-15T17:26:45Z Pre-allocating up to position 0x2000000 in blk01886.dat
    2020-07-15T17:26:46Z Pre-allocating up to position 0x3000000 in blk01886.dat
    2020-07-15T17:26:46Z Pre-allocating up to position 0x4000000 in blk01886.dat
    2020-07-15T17:26:47Z Pre-allocating up to position 0x5000000 in blk01886.dat
    2020-07-15T17:26:47Z Pre-allocating up to position 0x6000000 in blk01886.dat
    2020-07-15T17:26:48Z Pre-allocating up to position 0x7000000 in blk01886.dat
    2020-07-15T17:26:48Z Pre-allocating up to position 0x8000000 in blk01886.dat
    2020-07-15T17:26:50Z UpdateTip: new best=000000000000000000139dc70f2cdeb50de45da7a46e0215ce0f8c366207aa2a height=606506 version=0x20000000 log2_work=91.401653 tx=480470913 date='2019-12-03T20:41:05Z' progress=0.878107 cache=8.9MiB(44694txo)
    2020-07-15T17:26:50Z Leaving block file 1886: CBlockFileInfo(blocks=134, size=132715105, heights=606505...606896, time=2019-12-03...2019-12-06)
    2020-07-15T17:26:50Z Pre-allocating up to position 0x1000000 in blk01887.dat
    2020-07-15T17:26:51Z Pre-allocating up to position 0x2000000 in blk01887.dat
    2020-07-15T17:26:51Z Pre-allocating up to position 0x3000000 in blk01887.dat
    2020-07-15T17:26:52Z Pre-allocating up to position 0x4000000 in blk01887.dat
    2020-07-15T17:26:52Z Synchronizing blockheaders, height: 636456 (~99.57%)
    2020-07-15T17:26:52Z Pre-allocating up to position 0x5000000 in blk01887.dat
    2020-07-15T17:26:53Z Pre-allocating up to position 0x6000000 in blk01887.dat
    2020-07-15T17:26:54Z Pre-allocating up to position 0x7000000 in blk01887.dat
    2020-07-15T17:26:55Z Pre-allocating up to position 0x100000 in rev01887.dat
    2020-07-15T17:26:55Z UpdateTip: new best=00000000000000000013365c0b67c7e8bacf97d7736c12d80f6b05287259a675 height=606507 version=0x20000000 log2_work=91.401677 tx=480473744 date='2019-12-03T20:50:20Z' progress=0.878112 cache=10.0MiB(53665txo)
    2020-07-15T17:26:57Z Pre-allocating up to position 0xc00000 in rev01884.dat
    2020-07-15T17:26:57Z UpdateTip: new best=00000000000000000014bf92d9b259afcb4231283c92baf4b361338cf0566738 height=606508 version=0x20000000 log2_work=91.401702 tx=480476537 date='2019-12-03T20:57:50Z' progress=0.878117 cache=11.0MiB(62255txo)
    2020-07-15T17:26:58Z UpdateTip: new best=00000000000000000014ed86f2eaadea4d44ed4f4b1899a787144ec19eb314f3 height=606509 version=0x20c00000 log2_work=91.401726 tx=480479470 date='2019-12-03T21:00:54Z' progress=0.878122 cache=12.1MiB(70823txo)
    ...
    

    Thank you Pieter. :)

  8. baryluk renamed this:
    Valid block 606457 marked invalid after node upgrade (no progress)
    Valid block 606457 marked invalid
    on Jul 15, 2020
  9. MarcoFalke commented at 6:06 PM on July 15, 2020: member

    I don't think we can troubleshoot this further without access to the debug.log when the error happened

    Closing for now. Let us know if this happens again.

  10. MarcoFalke closed this on Jul 15, 2020

  11. DrahtBot locked this on Feb 15, 2022

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-05-02 15:14 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me