Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.0.5: DB corrupted and wiped completly without any obvious reason #2741

Open
GuybrushX opened this issue Dec 10, 2023 · 0 comments
Open

4.0.5: DB corrupted and wiped completly without any obvious reason #2741

GuybrushX opened this issue Dec 10, 2023 · 0 comments
Labels

Comments

@GuybrushX
Copy link

Summary

Editing the defi.conf and starting defid again resulted in a completely wiped out DB and the node started to sync from genesis -> I had to use a snapshot to recover quickly.

Snapshot I've used:
snapshot-mainnet-3514793.tar.gz

The same snapshot was used before after upgrading to 4.0.5 because the node switched to another and wrong chain and didn't recover automatically.

Similar and maybe related reports:
#2704 #2705

-> I'm NOT using pruning as you can see in my config below.

Settings in the defi.conf:

blocktimeordering=1
daemon=1
gen=1
spv=1

# Some Operator
masternode_operator=<1>
#masternode_operator=<2> # RESIGNED
#masternode_operator=<3> # RESIGNED
masternode_operator=<4>

rpcbind=0.0.0.0
rpcallowip=192.168.x.y
rpcuser=SomeUser
rpcpassword=SomePassword

Steps to Reproduce

  • Disable the cron job for automatic defid starts
  • ./defi-cli stop
  • Unfortunately I don't fully remember the exact order but I basically uncommented 2 old masternode_operator addresses of RESIGNED nodes (from previous testing, they were ENABLED a few months ago for a short period of time) so they are active again since I wanted to see the behavior in the debug.log

./defid -> see debug.log

2023-12-10T09:10:15Z UpdateTip: new best=befd2b6c8b79325982029fc51638b62cbf35bc2c791aa1d71e06156d54e4512c height=3532337 version=0x20000000 log2_work=87.990087 tx=27742532 date='2023-12-10T09:10:43Z' progress=1.000000 cache=0.8MiB(5256txo)
2023-12-10T09:10:15Z UpdateTip: new best=93fb717becdd3f45c7e20e2936b75ef1a4b4735269da9db076c83230d4e6b7c9 height=3532338 version=0x20000000 log2_work=87.990088 tx=27742534 date='2023-12-10T09:10:19Z' progress=1.000000 cache=0.8MiB(5257txo)
2023-12-10T09:10:21Z ThreadStaker: (HexNumber1) Staked, but no kernel found yet.
2023-12-10T09:10:53Z UpdateTip: new best=f251d8e1954eb878673df03f6bcbb64b92dbde490fdd1c3284ee2be021cf8281 height=3532339 version=0x20000000 log2_work=87.990089 tx=27742581 date='2023-12-10T09:11:21Z' progress=1.000000 cache=0.8MiB(5266txo)
2023-12-10T09:10:53Z ThreadStaker: (HexNumber2) waiting init...
2023-12-10T09:12:06Z tor: Thread interrupt
2023-12-10T09:12:06Z opencon thread exit
2023-12-10T09:12:06Z addcon thread exit
2023-12-10T09:12:06Z Shutdown: In progress...
2023-12-10T09:12:06Z torcontrol thread exit
2023-12-10T09:12:06Z net thread exit
2023-12-10T09:12:06Z msghand thread exit
2023-12-10T09:12:06Z [ain_grpc] Shutdown rs network services
2023-12-10T09:12:06Z scheduler thread exit
2023-12-10T09:12:06Z CoinStaker thread exit
2023-12-10T09:12:10Z DfTxTaskPool: Waiting for tasks
2023-12-10T09:12:10Z DfTxTaskPool: Shutdown
2023-12-10T09:12:10Z [ain_grpc] Shutdown rs services
2023-12-10T09:12:13Z [default wallet] Releasing wallet
2023-12-10T09:12:13Z Shutdown: done



2023-12-10T09:12:28Z DeFi Blockchain version v4.0.5 (release build)
2023-12-10T09:12:28Z [ain_grpc] Init rs logging
2023-12-10T09:12:28Z InitParameterInteraction: parameter interaction: -masternode_operator -> setting -leveldbchecksum='true'
2023-12-10T09:12:28Z conf: fd limit: req: 283, set 1024, max: 1048576
2023-12-10T09:12:28Z conf: checkpoints enabled.
2023-12-10T09:12:28Z Assuming ancestors of block 9b257cb88630e422902ef2b17a3627ae2f786a5923df9c3bda4226f9551b1ea8 have valid signatures.
2023-12-10T09:12:28Z Setting nMinimumChainWork=000000000000000000000000000000000000000000003f2949bfe4efc275390c
2023-12-10T09:12:28Z Using the 'shani(1way,2way)' SHA256 implementation
2023-12-10T09:12:28Z Using RdSeed as additional entropy source
2023-12-10T09:12:28Z Using RdRand as an additional entropy source
2023-12-10T09:12:28Z Default data directory /home/defichain/.defi
2023-12-10T09:12:28Z Using data directory /home/defichain/.defi
2023-12-10T09:12:28Z Config file: /home/defichain/.defi/defi.conf
2023-12-10T09:12:28Z Using at most 125 automatic connections (1024 file descriptors available)
2023-12-10T09:12:28Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2023-12-10T09:12:28Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2023-12-10T09:12:28Z conf: walletfastselect: false
2023-12-10T09:12:28Z conf: walletcoinoptskipsolvable: false
2023-12-10T09:12:28Z conf: walletcoinopteagerselect: false
2023-12-10T09:12:28Z Script verification uses 3 additional threads
2023-12-10T09:12:28Z scheduler thread start
2023-12-10T09:12:28Z WARNING: the RPC server is not safe to expose to untrusted networks such as the public internet
2023-12-10T09:12:28Z HTTP: creating work queue of depth 16
2023-12-10T09:12:28Z 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.
2023-12-10T09:12:28Z HTTP: starting 4 worker threads
2023-12-10T09:12:28Z Using wallet directory /home/defichain/.defi
2023-12-10T09:12:28Z init message: Verifying wallet(s)...
2023-12-10T09:12:28Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2023-12-10T09:12:28Z Using wallet /home/defichain/.defi
2023-12-10T09:12:28Z BerkeleyEnvironment::Open: LogDir=/home/defichain/.defi/database ErrorFile=/home/defichain/.defi/db.log
2023-12-10T09:12:28Z init message: Loading banlist...
2023-12-10T09:12:28Z Cache configuration:
2023-12-10T09:12:28Z * Using 4.0 MiB for block index database
2023-12-10T09:12:28Z * Using 8.0 MiB for chain state database
2023-12-10T09:12:28Z * Using 500.0 MiB for in-memory UTXO set (plus up to 286.1 MiB of unused mempool space)
2023-12-10T09:12:28Z DfTxTaskPool: Init (0)
2023-12-10T09:12:28Z DfTxTaskPool: Size: 7
2023-12-10T09:12:28Z init message: Loading block index...
2023-12-10T09:12:28Z Opening LevelDB in /home/defichain/.defi/blocks/index
2023-12-10T09:12:28Z Opened LevelDB successfully
2023-12-10T09:12:28Z Using obfuscation key for /home/defichain/.defi/blocks/index: 0000000000000000
2023-12-10T09:12:44Z LoadBlockIndexDB: last block file = 76
2023-12-10T09:12:44Z LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=28406, size=134020150, heights=3505097...3532339, time=2023-12-01...2023-12-10)
2023-12-10T09:12:44Z Checking all blk files are present...
2023-12-10T09:12:45Z Opening LevelDB in /home/defichain/.defi/chainstate
2023-12-10T09:12:45Z Opened LevelDB successfully
2023-12-10T09:12:45Z Using obfuscation key for /home/defichain/.defi/chainstate: cbd7c10e873c4b00
2023-12-10T09:12:45Z Opening LevelDB in /home/defichain/.defi/enhancedcs
2023-12-10T09:12:45Z Opened LevelDB successfully
2023-12-10T09:12:45Z Using obfuscation key for /home/defichain/.defi/enhancedcs: 0000000000000000
2023-12-10T09:12:45Z Opening LevelDB in /home/defichain/.defi/history
2023-12-10T09:12:45Z Fatal LevelDB error: IO error: lock /home/defichain/.defi/history/LOCK: Resource temporarily unavailable
2023-12-10T09:12:45Z You can use -debug=leveldb to get more complete diagnostic messages
2023-12-10T09:12:45Z Fatal LevelDB error: IO error: lock /home/defichain/.defi/history/LOCK: Resource temporarily unavailable
2023-12-10T09:12:45Z : Error opening block database.
Please restart with -reindex or -reindex-chainstate to recover.
2023-12-10T09:12:45Z Aborted block database rebuild. Exiting.
2023-12-10T09:12:45Z Shutdown: In progress...
2023-12-10T09:12:45Z scheduler thread exit
2023-12-10T09:12:45Z DfTxTaskPool: Waiting for tasks
2023-12-10T09:12:45Z DfTxTaskPool: Shutdown
2023-12-10T09:12:45Z Shutdown: done



2023-12-10T09:13:09Z DeFi Blockchain version v4.0.5 (release build)
2023-12-10T09:13:09Z [ain_grpc] Init rs logging
2023-12-10T09:13:09Z InitParameterInteraction: parameter interaction: -masternode_operator -> setting -leveldbchecksum='true'
2023-12-10T09:13:09Z conf: fd limit: req: 283, set 1024, max: 1048576
2023-12-10T09:13:09Z conf: checkpoints enabled.
2023-12-10T09:13:09Z Assuming ancestors of block 9b257cb88630e422902ef2b17a3627ae2f786a5923df9c3bda4226f9551b1ea8 have valid signatures.
2023-12-10T09:13:09Z Setting nMinimumChainWork=000000000000000000000000000000000000000000003f2949bfe4efc275390c
2023-12-10T09:13:09Z Using the 'shani(1way,2way)' SHA256 implementation
2023-12-10T09:13:09Z Using RdSeed as additional entropy source
2023-12-10T09:13:09Z Using RdRand as an additional entropy source
2023-12-10T09:13:09Z Default data directory /home/defichain/.defi
2023-12-10T09:13:09Z Using data directory /home/defichain/.defi
2023-12-10T09:13:09Z Config file: /home/defichain/.defi/defi.conf
2023-12-10T09:13:09Z Using at most 125 automatic connections (1024 file descriptors available)
2023-12-10T09:13:09Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2023-12-10T09:13:09Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2023-12-10T09:13:09Z conf: walletfastselect: false
2023-12-10T09:13:09Z conf: walletcoinoptskipsolvable: false
2023-12-10T09:13:09Z conf: walletcoinopteagerselect: false
2023-12-10T09:13:09Z Script verification uses 3 additional threads
2023-12-10T09:13:09Z scheduler thread start
2023-12-10T09:13:09Z WARNING: the RPC server is not safe to expose to untrusted networks such as the public internet
2023-12-10T09:13:09Z HTTP: creating work queue of depth 16
2023-12-10T09:13:09Z 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.
2023-12-10T09:13:09Z HTTP: starting 4 worker threads
2023-12-10T09:13:09Z Using wallet directory /home/defichain/.defi
2023-12-10T09:13:09Z init message: Verifying wallet(s)...
2023-12-10T09:13:09Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2023-12-10T09:13:09Z Using wallet /home/defichain/.defi
2023-12-10T09:13:09Z BerkeleyEnvironment::Open: LogDir=/home/defichain/.defi/database ErrorFile=/home/defichain/.defi/db.log
2023-12-10T09:13:09Z init message: Loading banlist...
2023-12-10T09:13:09Z Cache configuration:
2023-12-10T09:13:09Z * Using 4.0 MiB for block index database
2023-12-10T09:13:09Z * Using 8.0 MiB for chain state database
2023-12-10T09:13:09Z * Using 500.0 MiB for in-memory UTXO set (plus up to 286.1 MiB of unused mempool space)
2023-12-10T09:13:09Z DfTxTaskPool: Init (0)
2023-12-10T09:13:09Z DfTxTaskPool: Size: 7
2023-12-10T09:13:09Z init message: Loading block index...
2023-12-10T09:13:09Z Wiping LevelDB in /home/defichain/.defi/blocks/index
2023-12-10T09:13:09Z Opening LevelDB in /home/defichain/.defi/blocks/index
2023-12-10T09:13:09Z Opened LevelDB successfully
2023-12-10T09:13:09Z Using obfuscation key for /home/defichain/.defi/blocks/index: 0000000000000000
2023-12-10T09:13:09Z Initializing databases...
2023-12-10T09:13:09Z Wiping LevelDB in /home/defichain/.defi/chainstate
2023-12-10T09:13:09Z Opening LevelDB in /home/defichain/.defi/chainstate
2023-12-10T09:13:09Z Opened LevelDB successfully
2023-12-10T09:13:09Z Wrote new obfuscate key for /home/defichain/.defi/chainstate: 1b89388533c62499
2023-12-10T09:13:09Z Using obfuscation key for /home/defichain/.defi/chainstate: 1b89388533c62499
2023-12-10T09:13:09Z Wiping LevelDB in /home/defichain/.defi/enhancedcs
2023-12-10T09:13:09Z Opening LevelDB in /home/defichain/.defi/enhancedcs
2023-12-10T09:13:09Z Opened LevelDB successfully
2023-12-10T09:13:09Z Using obfuscation key for /home/defichain/.defi/enhancedcs: 0000000000000000
2023-12-10T09:13:09Z Wiping LevelDB in /home/defichain/.defi/history
2023-12-10T09:13:09Z Fatal LevelDB error: IO error: lock /home/defichain/.defi/history/LOCK: Resource temporarily unavailable
2023-12-10T09:13:09Z You can use -debug=leveldb to get more complete diagnostic messages
2023-12-10T09:13:09Z Fatal LevelDB error: IO error: lock /home/defichain/.defi/history/LOCK: Resource temporarily unavailable
2023-12-10T09:13:09Z Error: Error opening block database
2023-12-10T09:13:09Z Shutdown: In progress...
2023-12-10T09:13:09Z scheduler thread exit
2023-12-10T09:13:09Z DfTxTaskPool: Waiting for tasks
2023-12-10T09:13:09Z DfTxTaskPool: Shutdown
2023-12-10T09:13:09Z Shutdown: done



2023-12-10T09:13:55Z DeFi Blockchain version v4.0.5 (release build)
2023-12-10T09:13:55Z [ain_grpc] Init rs logging
2023-12-10T09:13:55Z InitParameterInteraction: parameter interaction: -masternode_operator -> setting -leveldbchecksum='true'
2023-12-10T09:13:55Z conf: fd limit: req: 283, set 1024, max: 1048576
2023-12-10T09:13:55Z conf: checkpoints enabled.
2023-12-10T09:13:55Z Assuming ancestors of block 9b257cb88630e422902ef2b17a3627ae2f786a5923df9c3bda4226f9551b1ea8 have valid signatures.
2023-12-10T09:13:55Z Setting nMinimumChainWork=000000000000000000000000000000000000000000003f2949bfe4efc275390c
2023-12-10T09:13:55Z Using the 'shani(1way,2way)' SHA256 implementation
2023-12-10T09:13:55Z Using RdSeed as additional entropy source
2023-12-10T09:13:55Z Using RdRand as an additional entropy source
2023-12-10T09:13:56Z Default data directory /home/defichain/.defi
2023-12-10T09:13:56Z Using data directory /home/defichain/.defi
2023-12-10T09:13:56Z Config file: /home/defichain/.defi/defi.conf
2023-12-10T09:13:56Z Using at most 125 automatic connections (1024 file descriptors available)
2023-12-10T09:13:56Z Using 16 MiB out of 32/2 requested for signature cache, able to store 524288 elements
2023-12-10T09:13:56Z Using 16 MiB out of 32/2 requested for script execution cache, able to store 524288 elements
2023-12-10T09:13:56Z conf: walletfastselect: false
2023-12-10T09:13:56Z conf: walletcoinoptskipsolvable: false
2023-12-10T09:13:56Z conf: walletcoinopteagerselect: false
2023-12-10T09:13:56Z Script verification uses 3 additional threads
2023-12-10T09:13:56Z scheduler thread start
2023-12-10T09:13:56Z WARNING: the RPC server is not safe to expose to untrusted networks such as the public internet
2023-12-10T09:13:56Z HTTP: creating work queue of depth 16
2023-12-10T09:13:56Z 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.
2023-12-10T09:13:56Z HTTP: starting 4 worker threads
2023-12-10T09:13:56Z Using wallet directory /home/defichain/.defi
2023-12-10T09:13:56Z init message: Verifying wallet(s)...
2023-12-10T09:13:56Z Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2023-12-10T09:13:56Z Using wallet /home/defichain/.defi
2023-12-10T09:13:56Z BerkeleyEnvironment::Open: LogDir=/home/defichain/.defi/database ErrorFile=/home/defichain/.defi/db.log
2023-12-10T09:13:56Z init message: Loading banlist...
2023-12-10T09:13:56Z Cache configuration:
2023-12-10T09:13:56Z * Using 4.0 MiB for block index database
2023-12-10T09:13:56Z * Using 8.0 MiB for chain state database
2023-12-10T09:13:56Z * Using 500.0 MiB for in-memory UTXO set (plus up to 286.1 MiB of unused mempool space)
2023-12-10T09:13:56Z DfTxTaskPool: Init (0)
2023-12-10T09:13:56Z DfTxTaskPool: Size: 7
2023-12-10T09:13:56Z init message: Loading block index...
2023-12-10T09:13:56Z Opening LevelDB in /home/defichain/.defi/blocks/index
2023-12-10T09:13:56Z Opened LevelDB successfully
2023-12-10T09:13:56Z Using obfuscation key for /home/defichain/.defi/blocks/index: 0000000000000000
2023-12-10T09:13:56Z LoadBlockIndexDB: last block file = 0
2023-12-10T09:13:56Z LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=0, size=0, heights=0...0, time=1970-01-01...1970-01-01)
2023-12-10T09:13:56Z Checking all blk files are present...
2023-12-10T09:13:56Z Initializing databases...
2023-12-10T09:13:56Z Opening LevelDB in /home/defichain/.defi/chainstate
2023-12-10T09:13:56Z Opened LevelDB successfully
2023-12-10T09:13:56Z Using obfuscation key for /home/defichain/.defi/chainstate: 1b89388533c62499
2023-12-10T09:13:56Z Opening LevelDB in /home/defichain/.defi/enhancedcs
2023-12-10T09:13:56Z Opened LevelDB successfully
2023-12-10T09:13:56Z Using obfuscation key for /home/defichain/.defi/enhancedcs: 0000000000000000
2023-12-10T09:13:56Z Opening LevelDB in /home/defichain/.defi/history
2023-12-10T09:13:56Z Opened LevelDB successfully
2023-12-10T09:13:56Z Using obfuscation key for /home/defichain/.defi/history: 0000000000000000
2023-12-10T09:13:56Z Opening LevelDB in /home/defichain/.defi/burn
2023-12-10T09:13:56Z Opened LevelDB successfully
2023-12-10T09:13:56Z Using obfuscation key for /home/defichain/.defi/burn: 0000000000000000
2023-12-10T09:13:56Z [ain_grpc] Init rs services
2023-12-10T09:13:56Z [ain_evm::services] Starting tokio waiter
2023-12-10T09:13:57Z init message: Rewinding blocks...
2023-12-10T09:13:57Z  block index            1356ms
2023-12-10T09:13:57Z init message: Loading wallet...
2023-12-10T09:13:57Z BerkeleyEnvironment::Open: LogDir=/home/defichain/.defi/database ErrorFile=/home/defichain/.defi/db.log
2023-12-10T09:13:57Z [default wallet] Wallet File Version = 169900
2023-12-10T09:13:57Z [default wallet] Keys: 2011 plaintext, 0 encrypted, 2011 w/ metadata, 2011 total. Unknown wallet records: 0
2023-12-10T09:13:57Z [default wallet] Wallet completed loading in              64ms
2023-12-10T09:13:57Z [default wallet] setKeyPool.size() = 2000
2023-12-10T09:13:57Z [default wallet] mapWallet.size() = 0
2023-12-10T09:13:57Z [default wallet] mapAddressBook.size() = 10
2023-12-10T09:13:57Z Wiping LevelDB in /home/defichain/.defi/anchors
2023-12-10T09:13:57Z Opening LevelDB in /home/defichain/.defi/anchors
2023-12-10T09:13:57Z Opened LevelDB successfully
2023-12-10T09:13:57Z Using obfuscation key for /home/defichain/.defi/anchors: 0000000000000000
2023-12-10T09:13:57Z Wiping LevelDB in /home/defichain/.defi/spv
2023-12-10T09:13:57Z Opening LevelDB in /home/defichain/.defi/spv
2023-12-10T09:13:57Z Opened LevelDB successfully
2023-12-10T09:13:57Z Using obfuscation key for /home/defichain/.defi/spv: 0000000000000000
2023-12-10T09:13:57Z Wiping LevelDB in /home/defichain/.defi/anchors
2023-12-10T09:13:57Z Opening LevelDB in /home/defichain/.defi/anchors
2023-12-10T09:13:57Z Opened LevelDB successfully
2023-12-10T09:13:57Z Using obfuscation key for /home/defichain/.defi/anchors: 0000000000000000
2023-12-10T09:13:57Z Wiping LevelDB in /home/defichain/.defi/spv
2023-12-10T09:13:57Z Opening LevelDB in /home/defichain/.defi/spv
2023-12-10T09:13:57Z Opened LevelDB successfully
2023-12-10T09:13:57Z Using obfuscation key for /home/defichain/.defi/spv: 0000000000000000
2023-12-10T09:13:57Z Cleared anchor and SPV database. SPV DB version set to 1
2023-12-10T09:13:57Z Reindexing block file blk00000.dat...
2023-12-10T09:13:57Z UpdateTip: new best=279b1a87aedc7b9471d4ad4e5f12967ab6259926cd097ade188dfcf22ebfe72a height=0 version=0x00000001 log2_work=32.000022 tx=4 date='2020-04-26T06:50:31Z' progress=0.000000 cache=0.0MiB(12txo)
2023-12-10T09:13:57Z block tree size = 1
2023-12-10T09:13:57Z nBestHeight = 0
2023-12-10T09:13:57Z Bound to [::]:8555
2023-12-10T09:13:57Z Bound to 0.0.0.0:8555
2023-12-10T09:13:57Z init message: Loading P2P addresses...
2023-12-10T09:13:57Z torcontrol thread start
2023-12-10T09:13:57Z Loaded 15950 addresses from peers.dat  26ms
2023-12-10T09:13:57Z init message: Starting network threads...
2023-12-10T09:13:57Z net thread start
2023-12-10T09:13:57Z dnsseed thread start
2023-12-10T09:13:57Z WARNING: option -rpcallowip was specified without -ethrpcbind; this doesn't usually make sense
2023-12-10T09:13:57Z msghand thread start
2023-12-10T09:13:57Z opencon thread start
2023-12-10T09:13:57Z WARNING: option -rpcallowip was specified without -grpcbind; this doesn't usually make sense
2023-12-10T09:13:57Z WARNING: option -rpcallowip was specified without -wsbind; this doesn't usually make sense
2023-12-10T09:13:57Z addcon thread start
2023-12-10T09:13:57Z [ain_grpc] Starting JSON RPC server at 127.0.0.1:8551
2023-12-10T09:13:57Z [ain_grpc] Starting WebSockets server at 127.0.0.1:8553
2023-12-10T09:13:57Z init message: Done loading
2023-12-10T09:13:58Z New outbound peer connected: version: 70038, blocks=3532339, peer=1
2023-12-10T09:14:03Z New outbound peer connected: version: 70038, blocks=3532339, peer=0
2023-12-10T09:14:06Z New outbound peer connected: version: 70038, blocks=3532339, peer=3
2023-12-10T09:14:07Z Minting thread will start with empty coinbase address because masternode does not exist yet. Correct address will be resolved later.
2023-12-10T09:14:07Z Minting thread will start with empty coinbase address because masternode does not exist yet. Correct address will be resolved later.
2023-12-10T09:14:07Z CoinStaker thread start
2023-12-10T09:14:07Z ThreadStaker: started.
2023-12-10T09:14:07Z ThreadStaker: waiting reindex...
2023-12-10T09:14:08Z ThreadStaker: waiting reindex...
2023-12-10T09:14:08Z P2P peers available. Skipped DNS seeding.
2023-12-10T09:14:08Z dnsseed thread exit
2023-12-10T09:14:09Z ThreadStaker: waiting reindex...
2023-12-10T09:14:10Z ThreadStaker: waiting reindex...
2023-12-10T09:14:10Z New outbound peer connected: version: 70038, blocks=3532339, peer=2
2023-12-10T09:14:11Z ThreadStaker: waiting reindex...
2023-12-10T09:14:12Z ThreadStaker: waiting reindex...
2023-12-10T09:14:12Z New outbound peer connected: version: 70038, blocks=3532339, peer=4
2023-12-10T09:14:13Z ThreadStaker: waiting reindex...
2023-12-10T09:14:13Z ThreadStaker: waiting reindex...
2023-12-10T09:14:14Z ThreadStaker: waiting reindex...
2023-12-10T09:14:15Z ThreadStaker: waiting reindex...
2023-12-10T09:14:16Z ThreadStaker: waiting reindex...
2023-12-10T09:14:17Z ThreadStaker: waiting reindex...
2023-12-10T09:14:18Z ThreadStaker: waiting reindex...
2023-12-10T09:14:19Z New outbound peer connected: version: 70038, blocks=3532343, peer=6

Environment

[Please fill all of the following or NA if not applicable]

  • Node Version: defichain-4.0.5-x86_64-pc-linux-gnu.tar.gz
  • Block height on bug if applicable: Check the debug.log
  • TX or TX type on bug if applicable: NA
  • OS with version: Ubuntu 20.04.06
  • Any other relevant environment info: NA
@GuybrushX GuybrushX added the bug label Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant