<!-- 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)