#1 Desktop Issue - Bitcoin core 12.1
Laptop Issue - Bitcoin-QT 8.3
I am unable to run this program on any of my computers. Windows 10) Can you tell me hoe to send my balance to another wallet? (wallet.dat)
Update with Debug Data
Desktop #1 Debug data- 2016-05-18 22:58:42 *** System error while flushing: CDB: Error -30974, can’t open database 2016-05-18 23:18:38 socket sending timeout: 1201s 2016-05-18 23:18:41 socket sending timeout: 1201s 2016-05-18 23:18:41 socket sending timeout: 1201s 2016-05-18 23:18:41 socket sending timeout: 1201s 2016-05-18 23:18:41 socket sending timeout: 1201s 2016-05-18 23:18:41 socket sending timeout: 1201s 2016-05-19 16:19:19 ERROR: ProcessNewBlock: ActivateBestChain failed 2016-05-19 16:19:19 socket send error An operation was attempted on something that is not a socket. (10038) 2016-05-19 16:19:19 tor: Thread interrupt 2016-05-19 16:19:19 addcon thread interrupt 2016-05-19 16:19:19 torcontrol thread exit 2016-05-19 16:19:19 opencon thread interrupt 2016-05-19 16:19:19 scheduler thread interrupt 2016-05-19 16:19:19 msghand thread interrupt 2016-05-19 16:19:19 net thread interrupt 2016-05-19 16:19:19 Shutdown: In progress… 2016-05-19 16:19:19 StopNode() 2016-05-19 16:19:19 *** System error while flushing: CDB: Error -30974, can’t open database 2016-05-19 16:19:24 CDBEnv::EnvShutdown: Error -30974 shutting down database environment: DB_RUNRECOVERY: Fatal error, run database recovery 2016-05-19 16:19:24 Shutdown: done
Desktop #2 Data- 2016-05-18 22:48:40 *** System error while flushing: CDB: Error -30974, can’t open database 2016-05-18 23:08:27 ping timeout: 1200.005373s 2016-05-18 23:08:27 ping timeout: 1200.031379s 2016-05-18 23:08:38 socket sending timeout: 1201s 2016-05-18 23:08:38 socket sending timeout: 1201s 2016-05-18 23:08:38 socket sending timeout: 1201s 2016-05-19 16:28:40 ERROR: ProcessNewBlock: ActivateBestChain failed 2016-05-19 16:28:41 tor: Thread interrupt 2016-05-19 16:28:41 torcontrol thread exit 2016-05-19 16:28:41 addcon thread interrupt 2016-05-19 16:28:41 opencon thread interrupt 2016-05-19 16:28:41 msghand thread interrupt 2016-05-19 16:28:41 scheduler thread interrupt 2016-05-19 16:28:41 net thread interrupt 2016-05-19 16:28:41 Shutdown: In progress… 2016-05-19 16:28:41 StopNode() 2016-05-19 16:28:41 *** System error while flushing: CDB: Error -30974, can’t open database 2016-05-19 16:28:44 CDBEnv::EnvShutdown: Error -30974 shutting down database environment: DB_RUNRECOVERY: Fatal error, run database recovery 2016-05-19 16:28:44 Shutdown: done
I would say your wallet.dat
file is corrupted or you have create the wallet.dat file with a bitcoin-version that was compiled with --incompatible-bdb
(though not sure if that would rise your particular error).
You could analyze your wallet.dat file more deeply. Maybe download some berkley db utilities or use python (http://stackoverflow.com/questions/37644/examining-berkeley-db-files-from-the-cli).
Labels
Wallet