CDB error can't open database; bad file descriptor (9) #24

Closed
opened 3 years ago by oDinZu · 3 comments
oDinZu commented 3 years ago

On importanting all the private keys from SDL into SD. 6hrs later right at the end, this happened:

ERROR: send Bad file descriptor (9); closing connection

Two general error dialog boxes appeared without any real details of why.

then all the funds showed on the GUI, then the funds were no longer visible.

I closed the SD GUI and ran SD again, then,

CBD error can't open database

SD debug.log

22.08.2021 21:07:26 Your hushd is starting up. Please wait.:CDB: Error -30972, can't open databa..
22.08.2021 21:07:26 Waiting for hushd to come online.

The funds are visible in hush-cli.

on hushd shutdown

2021-08-23 01:18:48 StopRPC: waiting for async rpc workers to stop
2021-08-23 01:18:48 StopNode()
2021-08-23 01:18:48 Flushed stats at height 0 to zindex.dat  2ms
2021-08-23 01:18:49 CDBEnv::EnvShutdown: Error -30972 shutting down database environment: BDB0087 DB_RUNRECOVERY: Fatal error, run database recovery
2021-08-23 01:18:49 CloseSocket(hListenSocket) failed with error Success (0)
2021-08-23 01:18:49 CloseSocket(hListenSocket) failed with error Success (0)
2021-08-23 01:18:49 Shutdown: done

on hushd startup

2021-08-23 01:19:06 Hush version v3.8.1-056f31403 (2021-08-11 14:04:14 -0400)
2021-08-23 01:19:06 Using WolfSSL version 4.6.0
2021-08-23 01:19:06 Using BerkeleyDB version Berkeley DB 6.2.23: (March 28, 2016)
2021-08-23 01:19:06 Default data directory /home/username/.hush/HUSH3
2021-08-23 01:19:06 Using data directory /home/username/.hush/HUSH3
2021-08-23 01:19:06 Using config file /home/username/.hush/HUSH3/HUSH3.conf
2021-08-23 01:19:06 Using at most 384 connections (1024 file descriptors available)
2021-08-23 01:19:06 Using 8 threads for script verification
2021-08-23 01:19:06 Looking for sapling params, PWD=/home/username/Desktop/Applications/Nodes/hush3
2021-08-23 01:19:06 scheduler thread start
2021-08-23 01:19:06 Found sapling params in .
2021-08-23 01:19:06 Found sapling param in 0.000063s seconds.
2021-08-23 01:19:06 Loading Sapling (Spend) parameters from sapling-spend.params
2021-08-23 01:19:06 Loading Sapling (Output) parameters from sapling-output.params
2021-08-23 01:19:07 Loaded Sapling parameters in 0.322694s seconds.
2021-08-23 01:19:07 HTTP: creating work queue of depth 4096
2021-08-23 01:19:07 HTTP: starting 8 worker threads
2021-08-23 01:19:07 Using wallet wallet.dat
2021-08-23 01:19:07 init message: Verifying wallet...
2021-08-23 01:19:07 Using wallet wallet.dat
2021-08-23 01:19:07 init message: Verifying wallet...
2021-08-23 01:19:07 CDBEnv::Open: LogDir=/home/username/.hush/HUSH3/database ErrorFile=/home/username/.hush/HUSH3/db.log pathIn.(/home/username/.hush/HUSH3)
2021-08-23 01:19:07 Bound to [::]:18030
2021-08-23 01:19:07 Bound to 0.0.0.0:18030
2021-08-23 01:19:07 Block index database configuration:
2021-08-23 01:19:07 * Using 1000 max open files
2021-08-23 01:19:07 * Compression is enabled
2021-08-23 01:19:07 Cache configuration:
2021-08-23 01:19:07 * Max cache setting possible 16384MiB
2021-08-23 01:19:07 * Using 64.0MiB for block index database
2021-08-23 01:19:07 * Using 120.0MiB for chain state database
2021-08-23 01:19:07 * Using 328.0MiB for in-memory UTXO set
2021-08-23 01:19:07 Opening LevelDB in /home/username/.hush/HUSH3/blocks/index
2021-08-23 01:19:07 Opened LevelDB successfully
2021-08-23 01:19:07 init message: Loading block index...
2021-08-23 01:19:07 Opening LevelDB in /home/username/.hush/HUSH3/blocks/index
2021-08-23 01:19:07 Opened LevelDB successfully
2021-08-23 01:19:07 Opening LevelDB in /home/username/.hush/HUSH3/chainstate
2021-08-23 01:19:07 Opened LevelDB successfully
2021-08-23 01:19:07 Opening LevelDB in /home/username/.hush/HUSH3/notarizations
2021-08-23 01:19:07 Opened LevelDB successfully
2021-08-23 01:19:26 LoadBlockIndexDB: loaded guts
2021-08-23 01:19:27 LoadBlockIndexDB: last block file = 16
2021-08-23 01:19:27 LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=34495, size=132277039, heights=603227...637722, time=2021-07-23...2021-08-23)
2021-08-23 01:19:27 Checking all blk files are present...
2021-08-23 01:19:29 LoadBlockIndexDB: transaction index enabled
2021-08-23 01:19:29 LoadBlockIndexDB: address index disabled
2021-08-23 01:19:29 LoadBlockIndexDB: shielded index disabled
2021-08-23 01:19:29 LoadBlockIndexDB: timestamp index disabled
2021-08-23 01:19:29 LoadBlockIndexDB: spent index disabled
2021-08-23 01:19:29 LoadBlockIndexDB: hashBestChain=0000001558865b0f194668bf6333bc2bc98bd9d19352808b8caec0fbd9a8bdf height=637722 date=2021-08-23 01:18:03 progress=0.500000
2021-08-23 01:19:29 init message: Rewinding blocks if needed...
2021-08-23 01:19:30 init message: Verifying blocks...
2021-08-23 01:19:30 Verifying block DB...Verifying last 288 blocks at level 3
2021-08-23 01:19:31 No coin database inconsistencies in last 289 blocks (386 transactions)
2021-08-23 01:19:31  block index           23594ms
2021-08-23 01:19:31 init message: Loading wallet...
2021-08-23 01:19:31 nFileVersion = 3080150
2021-08-23 01:19:31 Keys: 123 plaintext, 0 encrypted, 123 w/ metadata, 123 total
2021-08-23 01:19:31 ZKeys: 68 plaintext, 0 encrypted, 68 w/metadata, 68 total
2021-08-23 01:19:31  wallet                  228ms
2021-08-23 01:19:31 init message: Rescanning...
2021-08-23 01:19:31 Rescanning last 4806 blocks (from block 632916)...
2021-08-23 01:20:31 Still rescanning. At block 636982. Progress=0.998544
2021-08-23 01:20:43 AddToWallet 627705d68e409f0451932232fb333ccae61aa8e35f03d9df3912da75dc512f80 at height 637455 update
2021-08-23 01:20:43 ScanForWalletTransactions: block has one of our transactions, building witness cacheVerifyAndSetInitialWitness: Setting Initial Sapling Witness for tx c1081f70cec32d76515be2c01182dbc6f38ba6ffdaad8e90434fce640f160e02, 12 of 1792
2021-08-23 01:20:43 VerifyAndSetInitialWitness: Setting Initial Sapling Witness for tx 150f28318cb03e92424fe4537c89d3013336f37ad742845eda8c863fad93304, 31 of 1792
...
2021-08-23 01:23:14 Building Witnesses for block 637700 1.0000 complete, 22 remaining
2021-08-23 01:23:14  rescan               223100ms
2021-08-23 01:23:14 init message: Activating best chain...
2021-08-23 01:23:14 txnotify thread start
2021-08-23 01:23:14 mapBlockIndex.size() = 637723
2021-08-23 01:23:14 nBestHeight = 637722
2021-08-23 01:23:14 setKeyPool.size() = 101
2021-08-23 01:23:14 mapWallet.size() = 1792
2021-08-23 01:23:14 mapAddressBook.size() = 22
2021-08-23 01:23:14 init message: Loading addresses...
2021-08-23 01:23:14 Loaded 831 addresses from peers.dat  78ms
2021-08-23 01:23:14 TLS: New private key and self-signed certificate were generated successfully
2021-08-23 01:23:14 TLS: ./hush/tlsmanager.cpp: initCtx():289 - Initializing server context
2021-08-23 01:23:14 TLS: ./hush/tlsmanager.cpp: initCtx():310 - setting cipher list
2021-08-23 01:23:14 initCtx: Preferring TLS_AES256-GCM-SHA384
2021-08-23 01:23:14 TLS: ./hush/tlsmanager.cpp: initCtx():336 - setting dh callback
2021-08-23 01:23:14 TLS: ./hush/tlsmanager.cpp: initCtx():289 - Initializing client context
2021-08-23 01:23:14 TLS: ./hush/tlsmanager.cpp: initCtx():310 - setting cipher list
2021-08-23 01:23:14 initCtx: Preferring TLS_AES256-GCM-SHA384
2021-08-23 01:23:14 dnsseed thread start
2021-08-23 01:23:14 opencon thread start
2021-08-23 01:23:14 net thread start
2021-08-23 01:23:14 addcon thread start
2021-08-23 01:23:14 msghand thread start
2021-08-23 01:23:14 init message: Hush Full Node Done Loading! :)
2021-08-23 01:23:14 Leaving InitialBlockDownload (latching to false)
2021-08-23 01:23:15 TLS: connection to 1.2.3.4:18030 has been established (tlsv = TLSv1.3 0x0304 / ssl = wolfSSL 4.6.0 0x4006000 ). Using cipher: TLS13-CHACHA20-POLY1305-SHA256
2021-08-23 01:23:15 ProcessMessages: advertizing address 64.135.239.40:18030
2021-08-23 01:23:15 receive version message: /GoldenSandtrout:3.7.1/: version 1987422, blocks=637724, us=1.2.3.40:39128, peer=1
2021-08-23 01:23:15 Added time data, samples 1, offset +0 (+0 minutes)
2021-08-23 01:23:15 AdvertizeLocal: advertizing address 1.2.3.4:18030
2021-08-23 01:23:15 TLS: connection to 1.2.3.4:18030 has been established (tlsv = TLSv1.3 0x0304 / ssl = wolfSSL 4.6.0 0x4006000 ). Using cipher: TLS13-CHACHA20-POLY1305-SHA256
2021-08-23 01:23:15 ProcessMessages: advertizing address 64.135.239.40:18030
2021-08-23 01:23:15 receive version message: /GoldenSandtrout:3.7.1/: version 1987422, blocks=637724, us=1.2.3.4:60890, peer=2
2021-08-23 01:23:15 Added time data, samples 2, offset +0 (+0 minutes)
2021-08-23 01:23:15 ContextualCheckBlockHeader: Blocktime halving to 75s at height 637723!
2021-08-23 01:23:15 ContextualCheckBlockHeader: nbits ,637723,488158480,488158480,0
2021-08-23 01:23:15 ContextualCheckBlockHeader: nbits ,637724,488158096,488158096,0
2021-08-23 01:23:15 UpdateTip: new best=00000018897a5bf239a8fbe10f33308556bcb2b411de583def4a312288452c  height=637723  log2_work=48.447784  tx=1029181  date=2021-08-23 01:18:12 progress=0.999998  cache=76.2MiB(1tx)
2021-08-23 01:23:15 UpdateTip: new best=0000000e88b8cca3615541ed2ebc3ead333c453244ed6ec08f02f92708a7056  height=637724  log2_work=48.447785  tx=1029183  date=2021-08-23 01:18:57 progress=1.000000  cache=76.2MiB(3tx)
2021-08-23 01:23:15 connect() to 1.2.3.4:18030 failed after select(): Connection refused (111)
2021-08-23 01:23:16 TLS: connection to 1.2.3.4:18030 has been established (tlsv = TLSv1.3 0x0304 / ssl = wolfSSL 4.6.0 0x4006000 ). Using cipher: TLS13-AES256-GCM-SHA384
2021-08-23 01:23:16 ProcessMessages: advertizing address 1.2.3.4:18030
2021-08-23 01:23:16 receive version message: /GoldenSandtrout:3.8.0/: version 1987423, blocks=637724, us=1.2.3.4:52114, peer=3
2021-08-23 01:23:16 Added time data, samples 3, offset +0 (+0 minutes)
2021-08-23 01:23:22 connect() to 1.2.3.4:18030 failed after select(): Connection refused (111)
2021-08-23 01:23:25 P2P peers available. Skipped DNS seeding.
2021-08-23 01:23:25 dnsseed thread exit
2021-08-23 01:23:47 connect() to 1.2.3.4:18030 failed after select(): Connection refused (111)
2021-08-23 01:23:51 ContextualCheckBlockHeader: nbits ,637725,488142531,488142531,0
2021-08-23 01:23:52 UpdateTip: new best=0000000a44fd053700adfdaf4364b55e3337a0d32aa3e3182dfbe8df1c7037c7  height=637725  log2_work=48.447786  tx=1029185  date=2021-08-23 01:23:02 progress=1.000000  cache=76.2MiB(5tx)
On importanting all the private keys from SDL into SD. 6hrs later right at the end, this happened: `ERROR: send Bad file descriptor (9); closing connection` Two general error dialog boxes appeared without any real details of why. then all the funds showed on the GUI, then the funds were no longer visible. I closed the SD GUI and ran SD again, then, `CBD error can't open database` **SD debug.log** ``` 22.08.2021 21:07:26 Your hushd is starting up. Please wait.:CDB: Error -30972, can't open databa.. 22.08.2021 21:07:26 Waiting for hushd to come online. ``` The funds are visible in hush-cli. **on hushd shutdown** ``` 2021-08-23 01:18:48 StopRPC: waiting for async rpc workers to stop 2021-08-23 01:18:48 StopNode() 2021-08-23 01:18:48 Flushed stats at height 0 to zindex.dat 2ms 2021-08-23 01:18:49 CDBEnv::EnvShutdown: Error -30972 shutting down database environment: BDB0087 DB_RUNRECOVERY: Fatal error, run database recovery 2021-08-23 01:18:49 CloseSocket(hListenSocket) failed with error Success (0) 2021-08-23 01:18:49 CloseSocket(hListenSocket) failed with error Success (0) 2021-08-23 01:18:49 Shutdown: done ``` **on hushd startup** ``` 2021-08-23 01:19:06 Hush version v3.8.1-056f31403 (2021-08-11 14:04:14 -0400) 2021-08-23 01:19:06 Using WolfSSL version 4.6.0 2021-08-23 01:19:06 Using BerkeleyDB version Berkeley DB 6.2.23: (March 28, 2016) 2021-08-23 01:19:06 Default data directory /home/username/.hush/HUSH3 2021-08-23 01:19:06 Using data directory /home/username/.hush/HUSH3 2021-08-23 01:19:06 Using config file /home/username/.hush/HUSH3/HUSH3.conf 2021-08-23 01:19:06 Using at most 384 connections (1024 file descriptors available) 2021-08-23 01:19:06 Using 8 threads for script verification 2021-08-23 01:19:06 Looking for sapling params, PWD=/home/username/Desktop/Applications/Nodes/hush3 2021-08-23 01:19:06 scheduler thread start 2021-08-23 01:19:06 Found sapling params in . 2021-08-23 01:19:06 Found sapling param in 0.000063s seconds. 2021-08-23 01:19:06 Loading Sapling (Spend) parameters from sapling-spend.params 2021-08-23 01:19:06 Loading Sapling (Output) parameters from sapling-output.params 2021-08-23 01:19:07 Loaded Sapling parameters in 0.322694s seconds. 2021-08-23 01:19:07 HTTP: creating work queue of depth 4096 2021-08-23 01:19:07 HTTP: starting 8 worker threads 2021-08-23 01:19:07 Using wallet wallet.dat 2021-08-23 01:19:07 init message: Verifying wallet... 2021-08-23 01:19:07 Using wallet wallet.dat 2021-08-23 01:19:07 init message: Verifying wallet... 2021-08-23 01:19:07 CDBEnv::Open: LogDir=/home/username/.hush/HUSH3/database ErrorFile=/home/username/.hush/HUSH3/db.log pathIn.(/home/username/.hush/HUSH3) 2021-08-23 01:19:07 Bound to [::]:18030 2021-08-23 01:19:07 Bound to 0.0.0.0:18030 2021-08-23 01:19:07 Block index database configuration: 2021-08-23 01:19:07 * Using 1000 max open files 2021-08-23 01:19:07 * Compression is enabled 2021-08-23 01:19:07 Cache configuration: 2021-08-23 01:19:07 * Max cache setting possible 16384MiB 2021-08-23 01:19:07 * Using 64.0MiB for block index database 2021-08-23 01:19:07 * Using 120.0MiB for chain state database 2021-08-23 01:19:07 * Using 328.0MiB for in-memory UTXO set 2021-08-23 01:19:07 Opening LevelDB in /home/username/.hush/HUSH3/blocks/index 2021-08-23 01:19:07 Opened LevelDB successfully 2021-08-23 01:19:07 init message: Loading block index... 2021-08-23 01:19:07 Opening LevelDB in /home/username/.hush/HUSH3/blocks/index 2021-08-23 01:19:07 Opened LevelDB successfully 2021-08-23 01:19:07 Opening LevelDB in /home/username/.hush/HUSH3/chainstate 2021-08-23 01:19:07 Opened LevelDB successfully 2021-08-23 01:19:07 Opening LevelDB in /home/username/.hush/HUSH3/notarizations 2021-08-23 01:19:07 Opened LevelDB successfully 2021-08-23 01:19:26 LoadBlockIndexDB: loaded guts 2021-08-23 01:19:27 LoadBlockIndexDB: last block file = 16 2021-08-23 01:19:27 LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=34495, size=132277039, heights=603227...637722, time=2021-07-23...2021-08-23) 2021-08-23 01:19:27 Checking all blk files are present... 2021-08-23 01:19:29 LoadBlockIndexDB: transaction index enabled 2021-08-23 01:19:29 LoadBlockIndexDB: address index disabled 2021-08-23 01:19:29 LoadBlockIndexDB: shielded index disabled 2021-08-23 01:19:29 LoadBlockIndexDB: timestamp index disabled 2021-08-23 01:19:29 LoadBlockIndexDB: spent index disabled 2021-08-23 01:19:29 LoadBlockIndexDB: hashBestChain=0000001558865b0f194668bf6333bc2bc98bd9d19352808b8caec0fbd9a8bdf height=637722 date=2021-08-23 01:18:03 progress=0.500000 2021-08-23 01:19:29 init message: Rewinding blocks if needed... 2021-08-23 01:19:30 init message: Verifying blocks... 2021-08-23 01:19:30 Verifying block DB...Verifying last 288 blocks at level 3 2021-08-23 01:19:31 No coin database inconsistencies in last 289 blocks (386 transactions) 2021-08-23 01:19:31 block index 23594ms 2021-08-23 01:19:31 init message: Loading wallet... 2021-08-23 01:19:31 nFileVersion = 3080150 2021-08-23 01:19:31 Keys: 123 plaintext, 0 encrypted, 123 w/ metadata, 123 total 2021-08-23 01:19:31 ZKeys: 68 plaintext, 0 encrypted, 68 w/metadata, 68 total 2021-08-23 01:19:31 wallet 228ms 2021-08-23 01:19:31 init message: Rescanning... 2021-08-23 01:19:31 Rescanning last 4806 blocks (from block 632916)... 2021-08-23 01:20:31 Still rescanning. At block 636982. Progress=0.998544 2021-08-23 01:20:43 AddToWallet 627705d68e409f0451932232fb333ccae61aa8e35f03d9df3912da75dc512f80 at height 637455 update 2021-08-23 01:20:43 ScanForWalletTransactions: block has one of our transactions, building witness cacheVerifyAndSetInitialWitness: Setting Initial Sapling Witness for tx c1081f70cec32d76515be2c01182dbc6f38ba6ffdaad8e90434fce640f160e02, 12 of 1792 2021-08-23 01:20:43 VerifyAndSetInitialWitness: Setting Initial Sapling Witness for tx 150f28318cb03e92424fe4537c89d3013336f37ad742845eda8c863fad93304, 31 of 1792 ``` ``` ... 2021-08-23 01:23:14 Building Witnesses for block 637700 1.0000 complete, 22 remaining 2021-08-23 01:23:14 rescan 223100ms 2021-08-23 01:23:14 init message: Activating best chain... 2021-08-23 01:23:14 txnotify thread start 2021-08-23 01:23:14 mapBlockIndex.size() = 637723 2021-08-23 01:23:14 nBestHeight = 637722 2021-08-23 01:23:14 setKeyPool.size() = 101 2021-08-23 01:23:14 mapWallet.size() = 1792 2021-08-23 01:23:14 mapAddressBook.size() = 22 2021-08-23 01:23:14 init message: Loading addresses... 2021-08-23 01:23:14 Loaded 831 addresses from peers.dat 78ms 2021-08-23 01:23:14 TLS: New private key and self-signed certificate were generated successfully 2021-08-23 01:23:14 TLS: ./hush/tlsmanager.cpp: initCtx():289 - Initializing server context 2021-08-23 01:23:14 TLS: ./hush/tlsmanager.cpp: initCtx():310 - setting cipher list 2021-08-23 01:23:14 initCtx: Preferring TLS_AES256-GCM-SHA384 2021-08-23 01:23:14 TLS: ./hush/tlsmanager.cpp: initCtx():336 - setting dh callback 2021-08-23 01:23:14 TLS: ./hush/tlsmanager.cpp: initCtx():289 - Initializing client context 2021-08-23 01:23:14 TLS: ./hush/tlsmanager.cpp: initCtx():310 - setting cipher list 2021-08-23 01:23:14 initCtx: Preferring TLS_AES256-GCM-SHA384 2021-08-23 01:23:14 dnsseed thread start 2021-08-23 01:23:14 opencon thread start 2021-08-23 01:23:14 net thread start 2021-08-23 01:23:14 addcon thread start 2021-08-23 01:23:14 msghand thread start 2021-08-23 01:23:14 init message: Hush Full Node Done Loading! :) 2021-08-23 01:23:14 Leaving InitialBlockDownload (latching to false) 2021-08-23 01:23:15 TLS: connection to 1.2.3.4:18030 has been established (tlsv = TLSv1.3 0x0304 / ssl = wolfSSL 4.6.0 0x4006000 ). Using cipher: TLS13-CHACHA20-POLY1305-SHA256 2021-08-23 01:23:15 ProcessMessages: advertizing address 64.135.239.40:18030 2021-08-23 01:23:15 receive version message: /GoldenSandtrout:3.7.1/: version 1987422, blocks=637724, us=1.2.3.40:39128, peer=1 2021-08-23 01:23:15 Added time data, samples 1, offset +0 (+0 minutes) 2021-08-23 01:23:15 AdvertizeLocal: advertizing address 1.2.3.4:18030 2021-08-23 01:23:15 TLS: connection to 1.2.3.4:18030 has been established (tlsv = TLSv1.3 0x0304 / ssl = wolfSSL 4.6.0 0x4006000 ). Using cipher: TLS13-CHACHA20-POLY1305-SHA256 2021-08-23 01:23:15 ProcessMessages: advertizing address 64.135.239.40:18030 2021-08-23 01:23:15 receive version message: /GoldenSandtrout:3.7.1/: version 1987422, blocks=637724, us=1.2.3.4:60890, peer=2 2021-08-23 01:23:15 Added time data, samples 2, offset +0 (+0 minutes) 2021-08-23 01:23:15 ContextualCheckBlockHeader: Blocktime halving to 75s at height 637723! 2021-08-23 01:23:15 ContextualCheckBlockHeader: nbits ,637723,488158480,488158480,0 2021-08-23 01:23:15 ContextualCheckBlockHeader: nbits ,637724,488158096,488158096,0 2021-08-23 01:23:15 UpdateTip: new best=00000018897a5bf239a8fbe10f33308556bcb2b411de583def4a312288452c height=637723 log2_work=48.447784 tx=1029181 date=2021-08-23 01:18:12 progress=0.999998 cache=76.2MiB(1tx) 2021-08-23 01:23:15 UpdateTip: new best=0000000e88b8cca3615541ed2ebc3ead333c453244ed6ec08f02f92708a7056 height=637724 log2_work=48.447785 tx=1029183 date=2021-08-23 01:18:57 progress=1.000000 cache=76.2MiB(3tx) 2021-08-23 01:23:15 connect() to 1.2.3.4:18030 failed after select(): Connection refused (111) 2021-08-23 01:23:16 TLS: connection to 1.2.3.4:18030 has been established (tlsv = TLSv1.3 0x0304 / ssl = wolfSSL 4.6.0 0x4006000 ). Using cipher: TLS13-AES256-GCM-SHA384 2021-08-23 01:23:16 ProcessMessages: advertizing address 1.2.3.4:18030 2021-08-23 01:23:16 receive version message: /GoldenSandtrout:3.8.0/: version 1987423, blocks=637724, us=1.2.3.4:52114, peer=3 2021-08-23 01:23:16 Added time data, samples 3, offset +0 (+0 minutes) 2021-08-23 01:23:22 connect() to 1.2.3.4:18030 failed after select(): Connection refused (111) 2021-08-23 01:23:25 P2P peers available. Skipped DNS seeding. 2021-08-23 01:23:25 dnsseed thread exit 2021-08-23 01:23:47 connect() to 1.2.3.4:18030 failed after select(): Connection refused (111) 2021-08-23 01:23:51 ContextualCheckBlockHeader: nbits ,637725,488142531,488142531,0 2021-08-23 01:23:52 UpdateTip: new best=0000000a44fd053700adfdaf4364b55e3337a0d32aa3e3182dfbe8df1c7037c7 height=637725 log2_work=48.447786 tx=1029185 date=2021-08-23 01:23:02 progress=1.000000 cache=76.2MiB(5tx) ```
Poster

OK, now SD is is working and everything is running correctly.

I don't know why the error was created, but after stopping hush-cli stop then running hushd again, it sync'd everything again and built the witnesses.

If no other information or replies; I will close this ticket.

OK, now SD is is working and everything is running correctly. I don't know why the error was created, but after stopping **hush-cli stop** then running **hushd** again, it sync'd everything again and built the witnesses. If no other information or replies; I will close this ticket.
Owner

@odinzu looks like you had wallet.dat corruption. Upon startup, if hushd detects wallet.dat corruption, it tries hard to "uncorrupt" it, so it's likely that you stopping and restarting fixed stuff.

@odinzu looks like you had wallet.dat corruption. Upon startup, if hushd detects wallet.dat corruption, it tries hard to "uncorrupt" it, so it's likely that you stopping and restarting fixed stuff.
Owner

@oDinZu create a new issue if you see new weirdness. I think it was transient corruption 😺

@oDinZu create a new issue if you see new weirdness. I think it was transient corruption 😺
duke closed this issue 3 years ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.