Post
Topic
Board Bitcoin Technical Support
Merits 4 from 2 users
Topic OP
Node unactive? Blocks stuck at 97%
by
Bitcoiner317
on 09/02/2023, 03:20:56 UTC
⭐ Merited by hugeblack (3) ,ETFbitcoin (1)
I'm not too sure what I've done wrong. The node used to run fine but I've been experimenting with Ubuntu and new blocks aren't loading anymore. Might be due to updating my node from core v22 to v24. Anyway - can anybody spot a clue? Would be much appreciated! It seems like I'm not getting any connections for some reason.

bitcoin.conf:

   
Code:
datadir=/media/anonymous/T7/Bitcoin/
   
    # Needed for full validation
    addumevalid=0
   
    #not needed but will show useful info later
    #debug=net
   
    server=1
    txindex=1
    daemon=1
    rpcport=8332
    rpcbind=0.0.0.0
    rpcallowip=127.0.0.1
    rpcallowip=10.0.0.0/8
    rpcallowip=172.0.0.0/8
    rpcallowip=192.0.0.0/8
    zmqpubrawblock=tcp://0.0.0.0:28332
    zmqpubrawtx=tcp://0.0.0.0:28333
    zmqpubhashblock=tcp://0.0.0.0:28334
    whitelist=127.0.0.1
    rpcauth=****
   
    proxy=127.0.0.1:9050
    listen=1
    bind=127.0.0.1
    onlynet=onion

debug.log:
Code:
    2023-02-09T02:34:22Z Ignoring unknown configuration value addumevalid
    2023-02-09T02:34:22Z Bitcoin Core version v24.0.1 (release build)
    2023-02-09T02:34:22Z InitParameterInteraction: parameter interaction: -proxy set -> setting -upnp=0
    2023-02-09T02:34:22Z InitParameterInteraction: parameter interaction: -proxy set -> setting -natpmp=0
    2023-02-09T02:34:22Z InitParameterInteraction: parameter interaction: -proxy set -> setting -discover=0
    2023-02-09T02:34:22Z InitParameterInteraction: parameter interaction: -onlynet excludes IPv4 and IPv6 -> setting -dnsseed=0
    2023-02-09T02:34:22Z Using the 'sse4(1way),sse41(4way)' SHA256 implementation
    2023-02-09T02:34:22Z Default data directory /home/anonymous/.bitcoin
    2023-02-09T02:34:22Z Using data directory /media/anonymous/T7/Bitcoin
    2023-02-09T02:34:22Z Config file: /home/anonymous/.bitcoin/bitcoin.conf
    2023-02-09T02:34:22Z Config file arg: bind="127.0.0.1"
    2023-02-09T02:34:22Z Config file arg: daemon="1"
    2023-02-09T02:34:22Z Config file arg: datadir="/media/anonymous/T7/Bitcoin/"
    2023-02-09T02:34:22Z Config file arg: listen="1"
    2023-02-09T02:34:22Z Config file arg: onlynet="onion"
    2023-02-09T02:34:22Z Config file arg: proxy="127.0.0.1:9050"
    2023-02-09T02:34:22Z Config file arg: rpcallowip="127.0.0.1"
    2023-02-09T02:34:22Z Config file arg: rpcallowip="10.0.0.0/8"
    2023-02-09T02:34:22Z Config file arg: rpcallowip="172.0.0.0/8"
    2023-02-09T02:34:22Z Config file arg: rpcallowip="192.0.0.0/8"
    2023-02-09T02:34:22Z Config file arg: rpcauth=****
    2023-02-09T02:34:22Z Config file arg: rpcbind=****
    2023-02-09T02:34:22Z Config file arg: rpcport="8332"
    2023-02-09T02:34:22Z Config file arg: server="1"
    2023-02-09T02:34:22Z Config file arg: txindex="1"
    2023-02-09T02:34:22Z Config file arg: whitelist="127.0.0.1"
    2023-02-09T02:34:22Z Config file arg: zmqpubhashblock="tcp://0.0.0.0:28334"
    2023-02-09T02:34:22Z Config file arg: zmqpubrawblock="tcp://0.0.0.0:28332"
    2023-02-09T02:34:22Z Config file arg: zmqpubrawtx="tcp://0.0.0.0:28333"
    2023-02-09T02:34:22Z Command-line arg: conf="/home/anonymous/.bitcoin/bitcoin.conf"
    2023-02-09T02:34:22Z Command-line arg: daemon=""
    2023-02-09T02:34:22Z Command-line arg: datadir="/media/anonymous/T7/Bitcoin"
    2023-02-09T02:34:22Z Command-line arg: pid="/media/anonymous/T7/Bitcoin/bitcoind.pid"
    2023-02-09T02:34:22Z Using at most 125 automatic connections (1024 file descriptors available)
    2023-02-09T02:34:23Z Using 16 MiB out of 16 MiB requested for signature cache, able to store 524288 elements
    2023-02-09T02:34:23Z Using 16 MiB out of 16 MiB requested for script execution cache, able to store 524288 elements
    2023-02-09T02:34:23Z Script verification uses 3 additional threads
    2023-02-09T02:34:23Z scheduler thread start
    2023-02-09T02:34:23Z WARNING: the RPC server is not safe to expose to untrusted networks such as the public internet
    2023-02-09T02:34:23Z [http] creating work queue of depth 16
    2023-02-09T02:34:23Z Using random cookie authentication.
    2023-02-09T02:34:23Z Generated RPC authentication cookie /media/anonymous/T7/Bitcoin/.cookie
    2023-02-09T02:34:23Z Using rpcauth authentication.
    2023-02-09T02:34:23Z [http] starting 4 worker threads
    2023-02-09T02:34:23Z Using wallet directory /media/anonymous/T7/Bitcoin
    2023-02-09T02:34:23Z init message: Verifying wallet(s)…
    2023-02-09T02:34:23Z Using /16 prefix for IP bucketing
    2023-02-09T02:34:23Z init message: Loading P2P addresses…
    2023-02-09T02:34:23Z Loaded 57414 addresses from peers.dat  608ms
    2023-02-09T02:34:23Z init message: Loading banlist…
    2023-02-09T02:34:23Z SetNetworkActive: true
    2023-02-09T02:34:23Z Cache configuration:
    2023-02-09T02:34:23Z * Using 2.0 MiB for block index database
    2023-02-09T02:34:23Z * Using 56.0 MiB for transaction index database
    2023-02-09T02:34:23Z * Using 8.0 MiB for chain state database
    2023-02-09T02:34:23Z * Using 384.0 MiB for in-memory UTXO set (plus up to 286.1 MiB of unused mempool space)
    2023-02-09T02:34:23Z init message: Loading block index…
    2023-02-09T02:34:23Z Assuming ancestors of block 00000000000000000009c97098b5295f7e5f183ac811fb5d1534040adb93cabd have valid signatures.
    2023-02-09T02:34:23Z Setting nMinimumChainWork=00000000000000000000000000000000000000003404ba0801921119f903495e
    2023-02-09T02:34:23Z Switching active chainstate to Chainstate [ibd] @ height -1 (null)
    2023-02-09T02:34:23Z Opening LevelDB in /media/anonymous/T7/Bitcoin/blocks/index
    2023-02-09T02:34:23Z Opened LevelDB successfully
    2023-02-09T02:34:23Z Using obfuscation key for /media/anonymous/T7/Bitcoin/blocks/index: 0000000000000000
    2023-02-09T02:34:33Z LoadBlockIndexDB: last block file = 3277
    2023-02-09T02:34:33Z LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=61, size=76919772, heights=763336...763446, time=2022-11-15...2022-11-16)
    2023-02-09T02:34:33Z Checking all blk files are present...
    2023-02-09T02:34:36Z Opening LevelDB in /media/anonymous/T7/Bitcoin/chainstate
    2023-02-09T02:34:36Z Opened LevelDB successfully
    2023-02-09T02:34:36Z Using obfuscation key for /media/anonymous/T7/Bitcoin/chainstate: 26573160958bad91
    2023-02-09T02:34:36Z Loaded best chain: hashBestChain=00000000000000000004698262d70574cdfe6f8fbfa9f09f3289163c2d8c0c29 height=763398 date=2022-11-16T08:10:57Z progress=0.973287
    2023-02-09T02:34:36Z init message: Verifying blocks…
    2023-02-09T02:34:36Z Verifying last 6 blocks at level 3
    2023-02-09T02:34:36Z [0%]...[16%]...[33%]...[50%]...[66%]...[83%]...[99%]...[DONE].
    2023-02-09T02:34:38Z No coin database inconsistencies in last 6 blocks (8457 transactions)
    2023-02-09T02:34:38Z  block index           14704ms
    2023-02-09T02:34:38Z Opening LevelDB in /media/anonymous/T7/Bitcoin/indexes/txindex
    2023-02-09T02:34:39Z Opened LevelDB successfully
    2023-02-09T02:34:39Z Using obfuscation key for /media/anonymous/T7/Bitcoin/indexes/txindex: 0000000000000000
    2023-02-09T02:34:39Z Setting NODE_NETWORK on non-prune mode
    2023-02-09T02:34:39Z txindex thread start
    2023-02-09T02:34:39Z txindex is enabled at height 763398
    2023-02-09T02:34:39Z txindex thread exit
    2023-02-09T02:34:39Z loadblk thread start
    2023-02-09T02:34:39Z block tree size = 770107
    2023-02-09T02:34:39Z nBestHeight = 763398
    2023-02-09T02:34:39Z Imported mempool transactions from disk: 0 succeeded, 0 failed, 0 expired, 0 already there, 0 waiting for initial broadcast
    2023-02-09T02:34:39Z loadblk thread exit
    2023-02-09T02:34:39Z torcontrol thread start
    2023-02-09T02:34:39Z Bound to 127.0.0.1:8333
    2023-02-09T02:34:39Z Bound to 127.0.0.1:8334
    2023-02-09T02:34:39Z Loaded 0 addresses from "anchors.dat"
    2023-02-09T02:34:39Z 0 block-relay-only anchors will be tried for connections.
    2023-02-09T02:34:39Z init message: Starting network threads…
    2023-02-09T02:34:39Z DNS seeding disabled
    2023-02-09T02:34:39Z net thread start
    2023-02-09T02:34:39Z addcon thread start
    2023-02-09T02:34:39Z opencon thread start
    2023-02-09T02:34:39Z init message: Done loading
    2023-02-09T02:34:39Z msghand thread start