Bitcoin Core (27.0.0) keeps restarting and restarting sync - Fresh Install

I had an issue where the sync got to about 2.5% then kept disconnecting and trying to reconnect, so I made a clean install. Then, after a clean install, it seemed to sync maybe 1% and run into the same issue.

I check again and it’s now re-downloading block headers each time, and at 0.0%, and then it restarts and tries again.

Here’s part of the log… what’s going on and how do I fix this? Totally clean install with default settings:

2024-05-25T00:51:42+00:00 2024-05-25T00:51:42Z UpdateTip: new best=0000000000000346c8cd34734eb2d83159d67e41d0a51d375dd048d6439a62ff height=226061 version=0x00000001 log2_work=69.552937 tx=14484748 date='2013-03-15T21:57:34Z' progress=0.014087 cache=479.1MiB(4329972txo)
2024-05-25T00:51:42+00:00 2024-05-25T00:51:42Z UpdateTip: new best=00000000000000d4a0350ca7b225135dd5a550a77b7b4792ff9fb812bb188b22 height=226062 version=0x00000002 log2_work=69.552972 tx=14485213 date='2013-03-15T21:59:54Z' progress=0.014088 cache=479.1MiB(4330013txo)
2024-05-25T00:51:42+00:00 2024-05-25T00:51:42Z UpdateTip: new best=00000000000001260c71fc262c71c4b27cdb88b8acd8aebed659c3e46adadede height=226063 version=0x00000002 log2_work=69.553006 tx=14485855 date='2013-03-15T22:10:28Z' progress=0.014088 cache=479.1MiB(4330212txo)
2024-05-25T00:51:42+00:00 2024-05-25T00:51:42Z Fatal LevelDB error: Corruption: block checksum mismatch: /root/.bitcoin/indexes/txindex/002335.ldb
2024-05-25T00:51:42+00:00 2024-05-25T00:51:42Z You can use -debug=leveldb to get more complete diagnostic messages
2024-05-25T00:51:42+00:00 2024-05-25T00:51:42Z
2024-05-25T00:51:42+00:00
2024-05-25T00:51:42+00:00 ************************
2024-05-25T00:51:42+00:00 EXCEPTION: 15dbwrapper_error
2024-05-25T00:51:42+00:00 Fatal LevelDB error: Corruption: block checksum mismatch: /root/.bitcoin/indexes/txindex/002335.ldb
2024-05-25T00:51:42+00:00 bitcoin in scheduler
2024-05-25T00:51:42+00:00
2024-05-25T00:51:42+00:00
2024-05-25T00:51:42+00:00
2024-05-25T00:51:42+00:00 ************************
2024-05-25T00:51:42+00:00 EXCEPTION: 15dbwrapper_error
2024-05-25T00:51:42+00:00 Fatal LevelDB error: Corruption: block checksum mismatch: /root/.bitcoin/indexes/txindex/002335.ldb
2024-05-25T00:51:42+00:00 bitcoin in scheduler
2024-05-25T00:51:42+00:00
2024-05-25T00:51:42+00:00 terminate called after throwing an instance of 'dbwrapper_error'
2024-05-25T00:51:42+00:00 what(): Fatal LevelDB error: Corruption: block checksum mismatch: /root/.bitcoin/indexes/txindex/002335.ldb
2024-05-25T00:51:42+00:00 PROCESS TERMINATED BY SIGABRT
2024-05-25T00:51:58+00:00 Error updating blockchain info: error: timeout on transient error: Could not connect to the server 127.0.0.1:8332
2024-05-25T00:51:58+00:00
2024-05-25T00:51:58+00:00 Make sure the bitcoind server is running and that you are connecting to the correct RPC port.
2024-05-25T00:51:58+00:00
2024-05-25T00:51:58+00:00 Error updating network info: error: timeout on transient error: Could not connect to the server 127.0.0.1:8332
2024-05-25T00:51:58+00:00
2024-05-25T00:51:58+00:00 Make sure the bitcoind server is running and that you are connecting to the correct RPC port.
2024-05-25T00:51:58+00:00
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Bitcoin Core version v27.0.0 (release build)
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z InitParameterInteraction: parameter interaction: -externalip set -> setting -discover=0
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Script verification uses 3 additional threads
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Using the 'sse4(1way),sse41(4way),avx2(8way)' SHA256 implementation
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Using RdSeed as an additional entropy source
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Using RdRand as an additional entropy source
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Default data directory /root/.bitcoin
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Using data directory /root/.bitcoin
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config file: /root/.bitcoin/bitcoin.conf
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config file arg: avoidpartialspends="1"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config file arg: bind="0.0.0.0:8333"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config file arg: blockfilterindex="basic"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config file arg: datacarrier="1"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config file arg: datacarriersize="83"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config file arg: deprecatedrpc="create_bdb"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config file arg: disablewallet="0"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config file arg: discardfee="0.0001"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config file arg: listen="1"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config file arg: maxmempool="300"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config file arg: mempoolexpiry="336"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config file arg: mempoolfullrbf="1"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config file arg: permitbaremultisig="1"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config file arg: persistmempool="1"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config file arg: rpcallowip="0.0.0.0/0"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config file arg: rpcbind="0.0.0.0:8332"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config file arg: rpcpassword=****
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config file arg: rpcservertimeout="30"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config file arg: rpcthreads="16"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config file arg: rpcuser=****
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config file arg: rpcworkqueue="128"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config file arg: txindex="1"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config file arg: v2transport="0"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config file arg: whitelist="172.18.0.0/16"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config file arg: zmqpubhashblock="tcp://0.0.0.0:28332"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config file arg: zmqpubhashtx="tcp://0.0.0.0:28333"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config file arg: zmqpubrawblock="tcp://0.0.0.0:28332"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config file arg: zmqpubrawtx="tcp://0.0.0.0:28333"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config file arg: zmqpubsequence="tcp://0.0.0.0:28333"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Command-line arg: conf="/root/.bitcoin/bitcoin.conf"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Command-line arg: datadir="/root/.bitcoin"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Command-line arg: externalip="q53xchn2e5h56r2af6utpi3wjuailyp6snkxmxcznuh64xjd5p2grkad.onion"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Command-line arg: onion="172.18.0.1:9050"
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Using at most 125 automatic connections (1048576 file descriptors available)
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Using 16 MiB out of 16 MiB requested for signature cache, able to store 524288 elements
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Using 16 MiB out of 16 MiB requested for script execution cache, able to store 524288 elements
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z scheduler thread start
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Binding RPC on address 0.0.0.0 port 8332
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z WARNING: the RPC server is not safe to expose to untrusted networks such as the public internet
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Config options rpcuser and rpcpassword will soon be deprecated. Locally-run instances may remove rpcuser to use cookie-based auth, or may be replaced with rpcauth. Please see share/rpcauth for rpcauth auth generation.
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Starting HTTP server with 16 worker threads
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Using wallet directory /root/.bitcoin
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z init message: Verifying wallet(s)…
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Using /16 prefix for IP bucketing
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z init message: Loading P2P addresses…
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Loaded 13805 addresses from peers.dat 77ms
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z init message: Loading banlist…
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z SetNetworkActive: true
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z /root/.bitcoin/fee_estimates.dat is not found. Continue anyway.
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z AddLocal(q53xchn2e5h56r2af6utpi3wjuailyp6snkxmxcznuh64xjd5p2grkad.onion:8333,4)
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Script verification uses 3 additional threads
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Cache configuration:
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z * Using 2.0 MiB for block index database
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z * Using 56.0 MiB for transaction index database
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z * Using 49.0 MiB for basic block filter index database
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z * Using 8.0 MiB for chain state database
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z * Using 335.0 MiB for in-memory UTXO set (plus up to 286.1 MiB of unused mempool space)
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z init message: Loading block index…
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Assuming ancestors of block 000000000000000000026811d149d4d261995ec5b3f64f439a0a10e1a464af9a have valid signatures.
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Setting nMinimumChainWork=000000000000000000000000000000000000000063c4ebd298db40af57541800
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Opening LevelDB in /root/.bitcoin/blocks/index
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Opened LevelDB successfully
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Using obfuscation key for /root/.bitcoin/blocks/index: 0000000000000000
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z LoadBlockIndexDB: last block file = 0
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=0, size=0, heights=0...0, time=1970-01-01...1970-01-01)
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Checking all blk files are present...
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Initializing databases...
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Initializing chainstate Chainstate [ibd] @ height -1 (null)
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Opening LevelDB in /root/.bitcoin/chainstate
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Opened LevelDB successfully
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Using obfuscation key for /root/.bitcoin/chainstate: d553c9631c0cd28e
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Opening LevelDB in /root/.bitcoin/chainstate
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Opened LevelDB successfully
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Using obfuscation key for /root/.bitcoin/chainstate: d553c9631c0cd28e
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z [Chainstate [ibd] @ height -1 (null)] resized coinsdb cache to 8.0 MiB
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z [Chainstate [ibd] @ height -1 (null)] resized coinstip cache to 335.0 MiB
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z init message: Verifying blocks…
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z block index 15ms
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Opening LevelDB in /root/.bitcoin/indexes/txindex
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Opened LevelDB successfully
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Using obfuscation key for /root/.bitcoin/indexes/txindex: 0000000000000000
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Opening LevelDB in /root/.bitcoin/indexes/blockfilter/basic/db
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Opened LevelDB successfully
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Using obfuscation key for /root/.bitcoin/indexes/blockfilter/basic/db: 0000000000000000
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Setting NODE_NETWORK on non-prune mode
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z initload thread start
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z UpdateTip: new best=000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f height=0 version=0x00000001 log2_work=32.000022 tx=1 date='2009-01-03T18:15:05Z' progress=0.000000 cache=0.3MiB(0txo)
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z block tree size = 1
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z nBestHeight = 0
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Failed to open mempool file from disk. Continuing anyway.
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z initload thread exit
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z basic block filter index thread start
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z basic block filter index is enabled at height 0
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z basic block filter index thread exit
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Bound to 0.0.0.0:8333
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z torcontrol thread start
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z txindex thread start
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z txindex is enabled at height 0
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z txindex thread exit
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Bound to 127.0.0.1:8334
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z 0 block-relay-only anchors will be tried for connections.
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z init message: Starting network threads…
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z addcon thread start
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z init message: Done loading
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z opencon thread start
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z net thread start
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z msghand thread start
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z dnsseed thread start
2024-05-25T00:51:58+00:00 2024-05-25T00:51:58Z Waiting 300 seconds before querying DNS seeds.
2024-05-25T00:51:59+00:00 2024-05-25T00:51:59Z New outbound-full-relay v1 peer connected: version: 70015, blocks=844998, peer=0
2024-05-25T00:52:00+00:00 2024-05-25T00:52:00Z New outbound-full-relay v1 peer connected: version: 70016, blocks=844998, peer=1
2024-05-25T00:52:00+00:00 2024-05-25T00:52:00Z Pre-synchronizing blockheaders, height: 2000 (~0.25%)
2024-05-25T00:52:00+00:00 2024-05-25T00:52:00Z New outbound-full-relay v1 peer connected: version: 70016, blocks=844998, peer=2
2024-05-25T00:52:00+00:00 2024-05-25T00:52:00Z Pre-synchronizing blockheaders, height: 4000 (~0.50%)
2024-05-25T00:52:01+00:00 2024-05-25T00:52:01Z New outbound-full-relay v1 peer connected: version: 70016, blocks=844998, peer=3
2024-05-25T00:52:02+00:00 2024-05-25T00:52:02Z Pre-synchronizing blockheaders, height: 6000 (~0.74%)
2024-05-25T00:52:03+00:00 2024-05-25T00:52:03Z Pre-synchronizing blockheaders, height: 8000 (~0.99%)
2024-05-25T00:52:04+00:00 2024-05-25T00:52:04Z Pre-synchronizing blockheaders, height: 10000 (~1.24%)
2024-05-25T00:52:04+00:00 2024-05-25T00:52:04Z Pre-synchronizing blockheaders, height: 12000 (~1.49%)
2024-05-25T00:52:05+00:00 2024-05-25T00:52:05Z Pre-synchronizing blockheaders, height: 14000 (~1.74%)
2024-05-25T00:52:06+00:00 2024-05-25T00:52:06Z Pre-synchronizing blockheaders, height: 16000 (~1.99%)
ETC ETC ETC ETC ETC
2024-05-25T01:06:17+00:00 2024-05-25T01:06:17Z Synchronizing blockheaders, height: 807118 (~95.62%)
2024-05-25T01:06:17+00:00 2024-05-25T01:06:17Z Synchronizing blockheaders, height: 809118 (~95.84%)
2024-05-25T01:06:17+00:00 2024-05-25T01:06:17Z Synchronizing blockheaders, height: 825559 (~97.73%)
2024-05-25T01:06:17+00:00 2024-05-25T01:06:17Z Synchronizing blockheaders, height: 827559 (~97.97%)
2024-05-25T01:06:17+00:00 2024-05-25T01:06:17Z UpdateTip: new best=00000000839a8e6886ab5951d76f411475428afc90947ee320161bbf18eb6048 height=1 version=0x00000001 log2_work=33.000022 tx=2 date='2009-01-09T02:54:25Z' progress=0.000000 cache=0.3MiB(1txo)
2024-05-25T01:06:17+00:00 2024-05-25T01:06:17Z UpdateTip: new best=000000006a625f06636b8bb6ac7b960a8d03705d1ace08b1a19da3fdcc99ddbd height=2 version=0x00000001 log2_work=33.584985 tx=3 date='2009-01-09T02:55:44Z' progress=0.000000 cache=0.3MiB(2txo)
2024-05-25T01:06:17+00:00 2024-05-25T01:06:17Z Fatal LevelDB error: Corruption: block checksum mismatch: /root/.bitcoin/indexes/txindex/002335.ldb
2024-05-25T01:06:17+00:00 2024-05-25T01:06:17Z You can use -debug=leveldb to get more complete diagnostic messages
2024-05-25T01:06:17+00:00 2024-05-25T01:06:17Z
2024-05-25T01:06:17+00:00
2024-05-25T01:06:17+00:00 ************************
2024-05-25T01:06:17+00:00 EXCEPTION: 15dbwrapper_error
2024-05-25T01:06:17+00:00 Fatal LevelDB error: Corruption: block checksum mismatch: /root/.bitcoin/indexes/txindex/002335.ldb
2024-05-25T01:06:17+00:00 bitcoin in scheduler
2024-05-25T01:06:17+00:00
2024-05-25T01:06:17+00:00
2024-05-25T01:06:17+00:00
2024-05-25T01:06:17+00:00 ************************
2024-05-25T01:06:17+00:00 EXCEPTION: 15dbwrapper_error
2024-05-25T01:06:17+00:00 Fatal LevelDB error: Corruption: block checksum mismatch: /root/.bitcoin/indexes/txindex/002335.ldb
2024-05-25T01:06:17+00:00 bitcoin in scheduler
2024-05-25T01:06:17+00:00
2024-05-25T01:06:17+00:00 2024-05-25T01:06:17Z UpdateTip: new best=0000000082b5015589a3fdf2d4baff403e6f0be035a5d9742c1cae6295464449 height=3 version=0x00000001 log2_work=34.000022 tx=4 date='2009-01-09T03:02:53Z' progress=0.000000 cache=0.3MiB(3txo)
2024-05-25T01:06:17+00:00 terminate called after throwing an instance of 'dbwrapper_error'
2024-05-25T01:06:17+00:00 what(): Fatal LevelDB error: Corruption: block checksum mismatch: /root/.bitcoin/indexes/txindex/002335.ldb
2024-05-25T01:06:17+00:00 PROCESS TERMINATED BY SIGABRT
2024-05-25T01:06:33+00:00 Error updating blockchain info: error: timeout on transient error: Could not connect to the server 127.0.0.1:8332
2024-05-25T01:06:33+00:00
2024-05-25T01:06:33+00:00 Make sure the bitcoind server is running and that you are connecting to the correct RPC port.
2024-05-25T01:06:33+00:00
2024-05-25T01:06:33+00:00 Error updating network info: error: timeout on transient error: Could not connect to the server 127.0.0.1:8332
2024-05-25T01:06:33+00:00
2024-05-25T01:06:33+00:00 Make sure the bitcoind server is running and that you are connecting to the correct RPC port.
2024-05-25T01:06:33+00:00
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Bitcoin Core version v27.0.0 (release build)
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z InitParameterInteraction: parameter interaction: -externalip set -> setting -discover=0
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Script verification uses 3 additional threads
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Using the 'sse4(1way),sse41(4way),avx2(8way)' SHA256 implementation
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Using RdSeed as an additional entropy source
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Using RdRand as an additional entropy source
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Default data directory /root/.bitcoin
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Using data directory /root/.bitcoin
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config file: /root/.bitcoin/bitcoin.conf
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config file arg: avoidpartialspends="1"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config file arg: bind="0.0.0.0:8333"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config file arg: blockfilterindex="basic"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config file arg: datacarrier="1"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config file arg: datacarriersize="83"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config file arg: deprecatedrpc="create_bdb"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config file arg: disablewallet="0"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config file arg: discardfee="0.0001"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config file arg: listen="1"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config file arg: maxmempool="300"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config file arg: mempoolexpiry="336"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config file arg: mempoolfullrbf="1"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config file arg: permitbaremultisig="1"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config file arg: persistmempool="1"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config file arg: rpcallowip="0.0.0.0/0"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config file arg: rpcbind="0.0.0.0:8332"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config file arg: rpcpassword=****
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config file arg: rpcservertimeout="30"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config file arg: rpcthreads="16"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config file arg: rpcuser=****
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config file arg: rpcworkqueue="128"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config file arg: txindex="1"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config file arg: v2transport="0"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config file arg: whitelist="172.18.0.0/16"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config file arg: zmqpubhashblock="tcp://0.0.0.0:28332"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config file arg: zmqpubhashtx="tcp://0.0.0.0:28333"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config file arg: zmqpubrawblock="tcp://0.0.0.0:28332"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config file arg: zmqpubrawtx="tcp://0.0.0.0:28333"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config file arg: zmqpubsequence="tcp://0.0.0.0:28333"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Command-line arg: conf="/root/.bitcoin/bitcoin.conf"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Command-line arg: datadir="/root/.bitcoin"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Command-line arg: externalip="q53xchn2e5h56r2af6utpi3wjuailyp6snkxmxcznuh64xjd5p2grkad.onion"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Command-line arg: onion="172.18.0.1:9050"
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Using at most 125 automatic connections (1048576 file descriptors available)
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Using 16 MiB out of 16 MiB requested for signature cache, able to store 524288 elements
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Using 16 MiB out of 16 MiB requested for script execution cache, able to store 524288 elements
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z scheduler thread start
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Binding RPC on address 0.0.0.0 port 8332
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z WARNING: the RPC server is not safe to expose to untrusted networks such as the public internet
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Config options rpcuser and rpcpassword will soon be deprecated. Locally-run instances may remove rpcuser to use cookie-based auth, or may be replaced with rpcauth. Please see share/rpcauth for rpcauth auth generation.
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Starting HTTP server with 16 worker threads
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Using wallet directory /root/.bitcoin
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z init message: Verifying wallet(s)…
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Using /16 prefix for IP bucketing
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z init message: Loading P2P addresses…
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Loaded 13805 addresses from peers.dat 73ms
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z init message: Loading banlist…
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z SetNetworkActive: true
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z /root/.bitcoin/fee_estimates.dat is not found. Continue anyway.
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z AddLocal(q53xchn2e5h56r2af6utpi3wjuailyp6snkxmxcznuh64xjd5p2grkad.onion:8333,4)
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Script verification uses 3 additional threads
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Cache configuration:
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z * Using 2.0 MiB for block index database
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z * Using 56.0 MiB for transaction index database
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z * Using 49.0 MiB for basic block filter index database
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z * Using 8.0 MiB for chain state database
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z * Using 335.0 MiB for in-memory UTXO set (plus up to 286.1 MiB of unused mempool space)
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z init message: Loading block index…
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Assuming ancestors of block 000000000000000000026811d149d4d261995ec5b3f64f439a0a10e1a464af9a have valid signatures.
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Setting nMinimumChainWork=000000000000000000000000000000000000000063c4ebd298db40af57541800
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Opening LevelDB in /root/.bitcoin/blocks/index
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Opened LevelDB successfully
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Using obfuscation key for /root/.bitcoin/blocks/index: 0000000000000000
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z LoadBlockIndexDB: last block file = 0
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=0, size=0, heights=0...0, time=1970-01-01...1970-01-01)
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Checking all blk files are present...
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Initializing databases...
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Initializing chainstate Chainstate [ibd] @ height -1 (null)
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Opening LevelDB in /root/.bitcoin/chainstate
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Opened LevelDB successfully
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Using obfuscation key for /root/.bitcoin/chainstate: d553c9631c0cd28e
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Opening LevelDB in /root/.bitcoin/chainstate
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Opened LevelDB successfully
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Using obfuscation key for /root/.bitcoin/chainstate: d553c9631c0cd28e
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z [Chainstate [ibd] @ height -1 (null)] resized coinsdb cache to 8.0 MiB
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z [Chainstate [ibd] @ height -1 (null)] resized coinstip cache to 335.0 MiB
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z init message: Verifying blocks…
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z block index 26ms
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Opening LevelDB in /root/.bitcoin/indexes/txindex
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Opened LevelDB successfully
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Using obfuscation key for /root/.bitcoin/indexes/txindex: 0000000000000000
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Opening LevelDB in /root/.bitcoin/indexes/blockfilter/basic/db
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Opened LevelDB successfully
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Using obfuscation key for /root/.bitcoin/indexes/blockfilter/basic/db: 0000000000000000
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Setting NODE_NETWORK on non-prune mode
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z initload thread start
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z UpdateTip: new best=000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f height=0 version=0x00000001 log2_work=32.000022 tx=1 date='2009-01-03T18:15:05Z' progress=0.000000 cache=0.3MiB(0txo)
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Failed to open mempool file from disk. Continuing anyway.
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z initload thread exit
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z basic block filter index thread start
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z basic block filter index is enabled
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z basic block filter index thread exit
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z txindex thread start
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z txindex is enabled at height 0
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z txindex thread exit
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z block tree size = 1
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z nBestHeight = 0
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Bound to 0.0.0.0:8333
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Bound to 127.0.0.1:8334
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z torcontrol thread start
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z 0 block-relay-only anchors will be tried for connections.
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z init message: Starting network threads…
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z init message: Done loading
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z net thread start
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z msghand thread start
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z addcon thread start
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z dnsseed thread start
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z Waiting 300 seconds before querying DNS seeds.
2024-05-25T01:06:33+00:00 2024-05-25T01:06:33Z opencon thread start
2024-05-25T01:06:40+00:00 2024-05-25T01:06:40Z New outbound-full-relay v1 peer connected: version: 70015, blocks=844999, peer=0
2024-05-25T01:06:40+00:00 2024-05-25T01:06:40Z Pre-synchronizing blockheaders, height: 2000 (~0.25%)
2024-05-25T01:06:41+00:00 2024-05-25T01:06:41Z Pre-synchronizing blockheaders, height: 4000 (~0.50%)
2024-05-25T01:06:42+00:00 2024-05-25T01:06:42Z Pre-synchronizing blockheaders, height: 6000 (~0.74%)
2024-05-25T01:06:42+00:00 2024-05-25T01:06:42Z Pre-synchronizing blockheaders, height: 8000 (~0.99%)
2024-05-25T01:06:43+00:00 2024-05-25T01:06:43Z Pre-synchronizing blockheaders, height: 10000 (~1.24%)
2024-05-25T01:06:43+00:00 2024-05-25T01:06:43Z Pre-synchronizing blockheaders, height: 12000 (~1.49%)
2024-05-25T01:06:44+00:00 2024-05-25T01:06:44Z Pre-synchronizing blockheaders, height: 14000 (~1.74%)
2024-05-25T01:06:44+00:00 2024-05-25T01:06:44Z Pre-synchronizing blockheaders, height: 16000 (~1.99%)

The error messages in the logs indicate a Fatal LevelDB error: Corruption: block checksum mismatch. This typically means that the blockchain data stored on your disk has become corrupted. Here are some steps you can take to resolve this issue:

Potential Causes:

  1. Hardware Issues: Problems with the storage device, such as a failing SSD or bad sectors, can cause data corruption.
  2. Power Failures: Sudden power losses can lead to data corruption.
  3. Improper Shutdowns: If the system is not shut down properly, it can cause corruption in the database files.

Troubleshooting Steps:

  1. Check the Storage Device:
  • Ensure your SSD (HDD not recommended) is functioning properly. You can use tools like smartctl to check the health of your storage device.

What Hardware are you using?

Interesting, maybe I have a bum NVME SSD. I guess I need to buy a new one? Hopefully it’s not a problem with my motherboard or power supply (could it be?).

I’m using:

I would start with the drive. That is more likely the culprit, although the drive you have if healthy should be plenty fast

Ok so start by buying a new drive. How much of a chance do you think there is that some other fault in my system damage the drive in the first place?

Have you had any power surges, outages, or unusual power related events lately? Do you have your server connected to a UPS or at least a surge protector? Power issues are often the cause of disk failures. If possible you could run some diagnostics on the drive to make sure that it is in fact the problem before buying a new one.

1 Like

I haven’t had any recently, but I have been switching to StartOS because my Umbrel node stopped syncing for some reason months ago. We had power outages over the last year, so that could have happened.

Anyway, I ordered a Crucial P3 drive. Hopefully it works.

1 Like

I got a brand new SSD. I re-installed StartOS. I installed Bitcoin and began to sync. Today, I’m seeing errors again. Here’s the latest of what’s showing up.

2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: permitbaremultisig="1"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: persistmempool="1"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: rpcallowip="0.0.0.0/0"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: rpcbind="0.0.0.0:8332"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: rpcpassword=****
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: rpcservertimeout="30"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: rpcthreads="16"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: rpcuser=****
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: rpcworkqueue="128"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: txindex="1"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: v2transport="0"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: whitelist="172.18.0.0/16"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: zmqpubhashblock="tcp://0.0.0.0:28332"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: zmqpubhashtx="tcp://0.0.0.0:28333"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: zmqpubrawblock="tcp://0.0.0.0:28332"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: zmqpubrawtx="tcp://0.0.0.0:28333"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: zmqpubsequence="tcp://0.0.0.0:28333"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Command-line arg: conf="/root/.bitcoin/bitcoin.conf"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Command-line arg: datadir="/root/.bitcoin"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Command-line arg: externalip="hergwfeddvwvfa4d7s2biy5mbpwckvsdabcp7bcidzf73564ptsu4vqd.onion"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Command-line arg: onion="172.18.0.1:9050"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Using at most 125 automatic connections (1048576 file descriptors available)
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Using 16 MiB out of 16 MiB requested for signature cache, able to store 524288 elements
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Using 16 MiB out of 16 MiB requested for script execution cache, able to store 524288 elements
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z scheduler thread start
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Binding RPC on address 0.0.0.0 port 8332
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z WARNING: the RPC server is not safe to expose to untrusted networks such as the public internet
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config options rpcuser and rpcpassword will soon be deprecated. Locally-run instances may remove rpcuser to use cookie-based auth, or may be replaced with rpcauth. Please see share/rpcauth for rpcauth auth generation.
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Starting HTTP server with 16 worker threads
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Using wallet directory /root/.bitcoin
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z init message: Verifying wallet(s)…
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Using /16 prefix for IP bucketing
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z init message: Loading P2P addresses…
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Loaded 11785 addresses from peers.dat  57ms
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z init message: Loading banlist…
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z SetNetworkActive: true
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z AddLocal(hergwfeddvwvfa4d7s2biy5mbpwckvsdabcp7bcidzf73564ptsu4vqd.onion:8333,4)
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Script verification uses 3 additional threads
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Cache configuration:
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z * Using 2.0 MiB for block index database
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z * Using 56.0 MiB for transaction index database
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z * Using 49.0 MiB for basic block filter index database
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z * Using 8.0 MiB for chain state database
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z * Using 335.0 MiB for in-memory UTXO set (plus up to 953.7 MiB of unused mempool space)
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z init message: Loading block index…
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Assuming ancestors of block 000000000000000000026811d149d4d261995ec5b3f64f439a0a10e1a464af9a have valid signatures.
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Setting nMinimumChainWork=000000000000000000000000000000000000000063c4ebd298db40af57541800
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Opening LevelDB in /root/.bitcoin/blocks/index
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Opened LevelDB successfully
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Using obfuscation key for /root/.bitcoin/blocks/index: 0000000000000000
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: permitbaremultisig="1"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: persistmempool="1"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: rpcallowip="0.0.0.0/0"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: rpcbind="0.0.0.0:8332"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: rpcpassword=****
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: rpcservertimeout="30"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: rpcthreads="16"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: rpcuser=****
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: rpcworkqueue="128"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: txindex="1"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: v2transport="0"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: whitelist="172.18.0.0/16"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: zmqpubhashblock="tcp://0.0.0.0:28332"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: zmqpubhashtx="tcp://0.0.0.0:28333"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: zmqpubrawblock="tcp://0.0.0.0:28332"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: zmqpubrawtx="tcp://0.0.0.0:28333"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config file arg: zmqpubsequence="tcp://0.0.0.0:28333"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Command-line arg: conf="/root/.bitcoin/bitcoin.conf"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Command-line arg: datadir="/root/.bitcoin"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Command-line arg: externalip="hergwfeddvwvfa4d7s2biy5mbpwckvsdabcp7bcidzf73564ptsu4vqd.onion"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Command-line arg: onion="172.18.0.1:9050"
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Using at most 125 automatic connections (1048576 file descriptors available)
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Using 16 MiB out of 16 MiB requested for signature cache, able to store 524288 elements
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Using 16 MiB out of 16 MiB requested for script execution cache, able to store 524288 elements
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z scheduler thread start
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Binding RPC on address 0.0.0.0 port 8332
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z WARNING: the RPC server is not safe to expose to untrusted networks such as the public internet
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Config options rpcuser and rpcpassword will soon be deprecated. Locally-run instances may remove rpcuser to use cookie-based auth, or may be replaced with rpcauth. Please see share/rpcauth for rpcauth auth generation.
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Starting HTTP server with 16 worker threads
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Using wallet directory /root/.bitcoin
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z init message: Verifying wallet(s)…
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Using /16 prefix for IP bucketing
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z init message: Loading P2P addresses…
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Loaded 11785 addresses from peers.dat  57ms
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z init message: Loading banlist…
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z SetNetworkActive: true
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z AddLocal(hergwfeddvwvfa4d7s2biy5mbpwckvsdabcp7bcidzf73564ptsu4vqd.onion:8333,4)
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Script verification uses 3 additional threads
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Cache configuration:
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z * Using 2.0 MiB for block index database
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z * Using 56.0 MiB for transaction index database
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z * Using 49.0 MiB for basic block filter index database
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z * Using 8.0 MiB for chain state database
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z * Using 335.0 MiB for in-memory UTXO set (plus up to 953.7 MiB of unused mempool space)
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z init message: Loading block index…
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Assuming ancestors of block 000000000000000000026811d149d4d261995ec5b3f64f439a0a10e1a464af9a have valid signatures.
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Setting nMinimumChainWork=000000000000000000000000000000000000000063c4ebd298db40af57541800
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Opening LevelDB in /root/.bitcoin/blocks/index
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Opened LevelDB successfully
2024-06-18T15:24:03+00:00  2024-06-18T15:24:03Z Using obfuscation key for /root/.bitcoin/blocks/index: 0000000000000000
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z LoadBlockIndexDB: last block file = 59
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=620, size=115634594, heights=234909...235929, time=2013-05-07...2013-05-13)
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Checking all blk files are present...
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z LoadBlockIndexDB: last block file = 59
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=620, size=115634594, heights=234909...235929, time=2013-05-07...2013-05-13)
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Checking all blk files are present...
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Initializing chainstate Chainstate [ibd] @ height -1 (null)
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Opening LevelDB in /root/.bitcoin/chainstate
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Opened LevelDB successfully
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Using obfuscation key for /root/.bitcoin/chainstate: de8aa0be6c0aa6ec
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Loaded best chain: hashBestChain=000000000000019f2112335e0bcae9aa02767331d7fab45184c09ae5bf6ec1d8 height=235025 date=2013-05-07T19:35:06Z progress=0.016662
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Opening LevelDB in /root/.bitcoin/chainstate
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Opened LevelDB successfully
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Using obfuscation key for /root/.bitcoin/chainstate: de8aa0be6c0aa6ec
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z [Chainstate [ibd] @ height 235025 (000000000000019f2112335e0bcae9aa02767331d7fab45184c09ae5bf6ec1d8)] resized coinsdb cache to 8.0 MiB
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z [Chainstate [ibd] @ height 235025 (000000000000019f2112335e0bcae9aa02767331d7fab45184c09ae5bf6ec1d8)] resized coinstip cache to 335.0 MiB
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z init message: Verifying blocks…
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Verifying last 6 blocks at level 3
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Verification progress: 0%
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Verification progress: 16%
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Verification progress: 33%
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Verification progress: 50%
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Verification progress: 66%
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Verification progress: 83%
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Verification progress: 99%
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Verification: No coin database inconsistencies in last 6 blocks (1937 transactions)
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z  block index            5162ms
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Opening LevelDB in /root/.bitcoin/indexes/txindex
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Opened LevelDB successfully
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Using obfuscation key for /root/.bitcoin/indexes/txindex: 0000000000000000
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Opening LevelDB in /root/.bitcoin/indexes/blockfilter/basic/db
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Opened LevelDB successfully
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Using obfuscation key for /root/.bitcoin/indexes/blockfilter/basic/db: 0000000000000000
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Setting NODE_NETWORK on non-prune mode
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z block tree size = 848388
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z nBestHeight = 235025
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z initload thread start
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Bound to 0.0.0.0:8333
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Bound to 127.0.0.1:8334
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z torcontrol thread start
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Loaded 0 addresses from "anchors.dat"
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z 0 block-relay-only anchors will be tried for connections.
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z init message: Starting network threads…
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z net thread start
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z dnsseed thread start
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Waiting 300 seconds before querying DNS seeds.
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z addcon thread start
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z opencon thread start
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z msghand thread start
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z *** Corrupt block found indicating potential hardware failure; shutting down
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Error: A fatal internal error occurred, see debug.log for details
2024-06-18T15:24:08+00:00  Error: A fatal internal error occurred, see debug.log for details
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z ERROR: ConnectTip: ConnectBlock 0000000000000099c32e8e8e085aa983ad8bd5c6b33e1695641d0141a169ccb7 failed, bad-txnmrklroot, hashMerkleRoot mismatch
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z init message: Done loading
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z tor: Thread interrupt
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Shutdown: In progress...
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z torcontrol thread exit
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z addcon thread exit
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z dnsseed thread exit
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z opencon thread exit
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z *** Failed to connect best block (bad-txnmrklroot, hashMerkleRoot mismatch)
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Error: A fatal internal error occurred, see debug.log for details
2024-06-18T15:24:08+00:00  Error: A fatal internal error occurred, see debug.log for details
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Loading 0 mempool transactions from disk...
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Imported mempool transactions from disk: 0 succeeded, 0 failed, 0 expired, 0 already there, 0 waiting for initial broadcast
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z initload thread exit
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z txindex thread start
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z txindex is enabled at height 235025
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z txindex thread exit
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z basic block filter index thread start
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z basic block filter index is enabled at height 235025
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z basic block filter index thread exit
2024-06-18T15:24:09+00:00  2024-06-18T15:24:09Z net thread exit
2024-06-18T15:24:09+00:00  2024-06-18T15:24:09Z msghand thread exit
2024-06-18T15:24:09+00:00  2024-06-18T15:24:09Z DumpAnchors: Flush 0 outbound block-relay-only peer addresses to anchors.dat started
2024-06-18T15:24:09+00:00  2024-06-18T15:24:09Z DumpAnchors: Flush 0 outbound block-relay-only peer addresses to anchors.dat completed (0.00s)
2024-06-18T15:24:09+00:00  2024-06-18T15:24:09Z scheduler thread exit
2024-06-18T15:24:09+00:00  2024-06-18T15:24:09Z Flushed fee estimates to fee_estimates.dat.
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Initializing chainstate Chainstate [ibd] @ height -1 (null)
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Opening LevelDB in /root/.bitcoin/chainstate
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Opened LevelDB successfully
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Using obfuscation key for /root/.bitcoin/chainstate: de8aa0be6c0aa6ec
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Loaded best chain: hashBestChain=000000000000019f2112335e0bcae9aa02767331d7fab45184c09ae5bf6ec1d8 height=235025 date=2013-05-07T19:35:06Z progress=0.016662
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Opening LevelDB in /root/.bitcoin/chainstate
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Opened LevelDB successfully
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Using obfuscation key for /root/.bitcoin/chainstate: de8aa0be6c0aa6ec
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z [Chainstate [ibd] @ height 235025 (000000000000019f2112335e0bcae9aa02767331d7fab45184c09ae5bf6ec1d8)] resized coinsdb cache to 8.0 MiB
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z [Chainstate [ibd] @ height 235025 (000000000000019f2112335e0bcae9aa02767331d7fab45184c09ae5bf6ec1d8)] resized coinstip cache to 335.0 MiB
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z init message: Verifying blocks…
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Verifying last 6 blocks at level 3
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Verification progress: 0%
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Verification progress: 16%
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Verification progress: 33%
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Verification progress: 50%
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Verification progress: 66%
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Verification progress: 83%
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Verification progress: 99%
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Verification: No coin database inconsistencies in last 6 blocks (1937 transactions)
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z  block index            5162ms
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Opening LevelDB in /root/.bitcoin/indexes/txindex
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Opened LevelDB successfully
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Using obfuscation key for /root/.bitcoin/indexes/txindex: 0000000000000000
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Opening LevelDB in /root/.bitcoin/indexes/blockfilter/basic/db
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Opened LevelDB successfully
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Using obfuscation key for /root/.bitcoin/indexes/blockfilter/basic/db: 0000000000000000
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Setting NODE_NETWORK on non-prune mode
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z block tree size = 848388
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z nBestHeight = 235025
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z initload thread start
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Bound to 0.0.0.0:8333
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Bound to 127.0.0.1:8334
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z torcontrol thread start
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Loaded 0 addresses from "anchors.dat"
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z 0 block-relay-only anchors will be tried for connections.
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z init message: Starting network threads…
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z net thread start
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z dnsseed thread start
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Waiting 300 seconds before querying DNS seeds.
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z addcon thread start
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z opencon thread start
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z msghand thread start
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z *** Corrupt block found indicating potential hardware failure; shutting down
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Error: A fatal internal error occurred, see debug.log for details
2024-06-18T15:24:08+00:00  Error: A fatal internal error occurred, see debug.log for details
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z ERROR: ConnectTip: ConnectBlock 0000000000000099c32e8e8e085aa983ad8bd5c6b33e1695641d0141a169ccb7 failed, bad-txnmrklroot, hashMerkleRoot mismatch
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z init message: Done loading
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z tor: Thread interrupt
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Shutdown: In progress...
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z torcontrol thread exit
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z addcon thread exit
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z dnsseed thread exit
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z opencon thread exit
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z *** Failed to connect best block (bad-txnmrklroot, hashMerkleRoot mismatch)
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Error: A fatal internal error occurred, see debug.log for details
2024-06-18T15:24:08+00:00  Error: A fatal internal error occurred, see debug.log for details
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Loading 0 mempool transactions from disk...
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z Imported mempool transactions from disk: 0 succeeded, 0 failed, 0 expired, 0 already there, 0 waiting for initial broadcast
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z initload thread exit
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z txindex thread start
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z txindex is enabled at height 235025
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z txindex thread exit
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z basic block filter index thread start
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z basic block filter index is enabled at height 235025
2024-06-18T15:24:08+00:00  2024-06-18T15:24:08Z basic block filter index thread exit
2024-06-18T15:24:09+00:00  2024-06-18T15:24:09Z net thread exit
2024-06-18T15:24:09+00:00  2024-06-18T15:24:09Z msghand thread exit
2024-06-18T15:24:09+00:00  2024-06-18T15:24:09Z DumpAnchors: Flush 0 outbound block-relay-only peer addresses to anchors.dat started
2024-06-18T15:24:09+00:00  2024-06-18T15:24:09Z DumpAnchors: Flush 0 outbound block-relay-only peer addresses to anchors.dat completed (0.00s)
2024-06-18T15:24:09+00:00  2024-06-18T15:24:09Z scheduler thread exit
2024-06-18T15:24:09+00:00  2024-06-18T15:24:09Z Flushed fee estimates to fee_estimates.dat.
2024-06-18T15:24:09+00:00  2024-06-18T15:24:09Z Shutdown: done
2024-06-18T15:24:09+00:00  2024-06-18T15:24:09Z Shutdown: done
Disconnected at 2024-06-18T15bitcoin:24:10+00:00
Disconnected at 2024-06-18T15bitcoin:24:10+00:00
Reconnected at 2024-06-18T15:24:10+00:00
Reconnected at 2024-06-18T15:24:10+00:00

Hey nuncode.

Can you investigate and post all logs including OS logs and Kernel logs?
You can find them in System > Insights.

Rick might be right about power surges be the issue here.

Here they are with a link via wetransfer.com - please let me know if there’s a better way to share them:

https://we.tl/t-i2fp7TuVYj

You can look for errors and post them here, or contact support on our DIY Telegram channel. Please send the complete log via Telegram and include a link to this thread. This will be the optimal solution.