Author

Topic: Crashes right before db build - can't access blk0000 (Read 1689 times)

newbie
Activity: 8
Merit: 0
I tried your suggestion, but it wasn't faked out and downloaded all of the blocks anyhow.  That must have been the issue, as things went well from there.  Thanks very much for your assistance. 
legendary
Activity: 3738
Merit: 1360
Armory Developer
Quote
I copied and renamed one of the other block files to blk0000.dat and I no longer got that error in the log.  The application still died though.  Below is the tail end of the log.

That won't do either. You're gonna have to do it the sneaky way. You may want to backup your entire bitcoin folder if you don't want to possibly have to redownload the blockchain.

Then delete the chainstate folder, and the rev files in your blockchain folder. Rename your block files so that they start at 00000: if you start at blk00001.dat, make it 00000, then rename blk00002.dat to blk00001.dat and so on. The files have to start at 0 and named consecutively. Then start BitcoinQt. It will notice the missing DB and reindex the blockchain. This isn't the same as downloading it, it won't be grabbing the data, just rebuild its DB. It should take 1-3 hours based on your system.

Then go to your Armory datadir and delete the databases folder. Start Armory and let it do its thing.
newbie
Activity: 8
Merit: 0
Well that helped a bit.  I appreciate the help and suggestions!

I copied and renamed one of the other block files to blk0000.dat and I no longer got that error in the log.  The application still died though.  Below is the tail end of the log.

Any other suggestions?

Code:
2014-08-25 21:15 (INFO) -- SDM.pyc:584 - Called startBitcoind
2014-08-25 21:15 (INFO) -- SDM.pyc:277 - Total size of files in C:\Users\Chris\AppData\Roaming\Bitcoin\blocks is 21.3 GB
2014-08-25 21:15 (INFO) -- ArmoryUtils.pyc:560 - Executing popen: ['C:\\Program Files (x86)\\Bitcoin\\daemon\\bitcoind.exe', u'-datadir=C:\\Users\\Chris\\AppData\\Roaming\\Bitcoin\\']
2014-08-25 21:15 (INFO) -- SDM.pyc:644 - PID of bitcoind: 9316
2014-08-25 21:15 (INFO) -- SDM.pyc:645 - PID of armory:   3280
2014-08-25 21:15 (INFO) -- ArmoryUtils.pyc:560 - Executing popen: ['.\\guardian.exe', '3280', '9316']
2014-08-25 21:15 (INFO) -- ArmoryQt.py:1367 - setupUriRegistration
2014-08-25 21:15 (INFO) -- ArmoryQt.py:1485 - URL-register action: AskUser
2014-08-25 21:16 (INFO) -- ArmoryQt.py:617 - Usermode: Advanced
2014-08-25 21:16 (INFO) -- ArmoryQt.py:1662 - Changing usermode:
2014-08-25 21:16 (INFO) -- ArmoryQt.py:1663 -    From: Advanced
2014-08-25 21:16 (INFO) -- ArmoryQt.py:1671 -      To: Advanced
2014-08-25 21:16 (INFO) -- SDM.pyc:809 - Creating proxy in SDM: host=127.0.0.1, port=8332
2014-08-25 21:16 (INFO) -- ArmoryQt.py:5984 - Dashboard switched to auto-InitSync
2014-08-25 21:16 (INFO) -- ArmoryQt.py:5418 - Switching Armory state text to Mgmt:Auto, State:InitializingLongTime
2014-08-25 21:16 (INFO) -- ArmoryQt.py:5418 - Switching Armory state text to Mgmt:Auto, State:NewUserInfo
2014-08-25 21:16 (INFO) -- ArmoryQt.py:5360 - Switching Armory functional mode to "Offline"
2014-08-25 21:16 (WARNING) -- SDM.pyc:729 - Overriding not-available state. This should happen 0-5 times
2014-08-25 21:16 (WARNING) -- SDM.pyc:729 - Overriding not-available state. This should happen 0-5 times
2014-08-25 21:16 (WARNING) -- SDM.pyc:729 - Overriding not-available state. This should happen 0-5 times
2014-08-25 21:16 (INFO) -- ArmoryQt.py:5984 - Dashboard switched to auto-InitSync
2014-08-25 21:16 (INFO) -- ArmoryQt.py:5418 - Switching Armory state text to Mgmt:Auto, State:InitializingDoneSoon
2014-08-25 21:16 (INFO) -- ArmoryQt.py:5418 - Switching Armory state text to Mgmt:Auto, State:NewUserInfo
2014-08-25 21:16 (INFO) -- ArmoryQt.py:5360 - Switching Armory functional mode to "Offline"
2014-08-25 21:23 (INFO) -- ArmoryQt.py:6437 - Starting load blockchain
2014-08-25 21:23 (INFO) -- ArmoryQt.py:2325 - loadBlockchainIfNecessary
2014-08-25 21:23 (ERROR) -- ArmoryQt.py:1176 - 6 attempts to load blockchain failed.  Remove mempool.bin.
2014-08-25 21:23 (ERROR) -- ArmoryQt.py:1181 - File mempool.bin does not exist. Nothing deleted.
2014-08-25 21:23 (INFO) -- ArmoryQt.py:2362 - Setting netmode: 1
2014-08-25 21:23 (INFO) -- BDM.pyc:470 - Setting online mode: True (wait=False)
2014-08-25 21:23 (INFO) -- BDM.pyc:1509 - Go online requested
2014-08-25 21:23 (INFO) -- BDM.pyc:982 - Setting Armory Home Dir: C:\Users\Chris\AppData\Roaming\Armory\
2014-08-25 21:23 (INFO) -- BDM.pyc:983 - Setting BlkFile Dir:     C:\Users\Chris\AppData\Roaming\Bitcoin\blocks
2014-08-25 21:23 (INFO) -- BDM.pyc:984 - Setting LevelDB Dir:     C:\Users\Chris\AppData\Roaming\Armory\databases
2014-08-25 21:23 (INFO) -- ArmoryQt.py:6114 - Dashboard switched to "Scanning" mode
2014-08-25 21:23 (INFO) -- ArmoryQt.py:5418 - Switching Armory state text to Mgmt:User, State:ScanWithWallets
2014-08-25 21:23 (INFO) -- ArmoryQt.py:5418 - Switching Armory state text to Mgmt:Auto, State:NewUserInfo
2014-08-25 21:23 (INFO) -- ArmoryQt.py:5360 - Switching Armory functional mode to "Scanning"
2014-08-25 21:23 (INFO) -- Networking.pyc:63 - Connection initiated.  Start handshake
2014-08-25 21:23 (INFO) -- ArmoryQt.py:6114 - Dashboard switched to "Scanning" mode
2014-08-25 21:23 (INFO) -- ArmoryQt.py:5418 - Switching Armory state text to Mgmt:User, State:ScanWithWallets
2014-08-25 21:23 (INFO) -- ArmoryQt.py:5418 - Switching Armory state text to Mgmt:Auto, State:NewUserInfo
2014-08-25 21:23 (INFO) -- ArmoryQt.py:5360 - Switching Armory functional mode to "Scanning"
2014-08-25 21:23 (INFO) -- Networking.pyc:152 - Received version message from peer:
2014-08-25 21:23 (INFO) -- Networking.pyc:153 -    Version:     70002
2014-08-25 21:23 (INFO) -- Networking.pyc:154 -    SubVersion:  /Satoshi:0.9.2.1/
2014-08-25 21:23 (INFO) -- Networking.pyc:155 -    TimeStamp:   1409016196
2014-08-25 21:23 (INFO) -- Networking.pyc:156 -    StartHeight: 317483
2014-08-25 21:23 (INFO) -- Networking.pyc:348 - Handshake finished, connection open!
2014-08-25 21:23 (INFO) -- ArmoryQt.py:6104 - Dashboard switched to fully-online mode
2014-08-25 21:23 (INFO) -- ArmoryQt.py:5418 - Switching Armory state text to Mgmt:User, State:OnlineFull1
2014-08-25 21:23 (INFO) -- ArmoryQt.py:5360 - Switching Armory functional mode to "Online"
2014-08-25 21:23 (INFO) -- ArmoryQt.py:5418 - Switching Armory state text to Mgmt:User, State:OnlineFull2
2014-08-25 21:23 (INFO) -- ArmoryQt.py:6104 - Dashboard switched to fully-online mode
2014-08-25 21:23 (INFO) -- ArmoryQt.py:5418 - Switching Armory state text to Mgmt:User, State:OnlineFull1
2014-08-25 21:23 (INFO) -- ArmoryQt.py:5360 - Switching Armory functional mode to "Online"
2014-08-25 21:23 (INFO) -- ArmoryQt.py:5418 - Switching Armory state text to Mgmt:User, State:OnlineFull2
2014-08-25 21:23 (INFO) -- BDM.pyc:1336 - Syncing wallet: 2kszgqke3
2014-08-25 21:23 (INFO) -- BDM.pyc:1347 - Blockchain load and wallet sync finished
2014-08-25 21:23 (INFO) -- ArmoryQt.py:3005 - Current block number: 0
legendary
Activity: 3738
Merit: 1360
Armory Developer
The satoshi client doesn't really care, it relies a lot on its DB instead of the raw files. It wouldn't know unless asked to fetch this data in particular. You could add an empty blk00000.dat and see if it works, but I'm pretty sure Armory will want to see the header magic bytes before moving on to the next file. Worth a shot regardless.
newbie
Activity: 8
Merit: 0
Did you check this folder: C:\Users\Chris\AppData\Roaming\Bitcoin\blocks\
Does it have a blk00000.dat?

Is there a privilege snafu?

I did and the file does not exist.  The Satoshi client is happy however.
legendary
Activity: 3738
Merit: 1360
Armory Developer
Did you check this folder: C:\Users\Chris\AppData\Roaming\Bitcoin\blocks\
Does it have a blk00000.dat?

Is there a privilege snafu?
newbie
Activity: 8
Merit: 0
But Satoshi client is running fine.

Here is log:

Code:
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1003 - C++ block utilities loaded successfully
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1110 -
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1111 -
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1112 -
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1113 - ************************************************************
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1114 - Invoked: C:\Program Files (x86)\Armory\ArmoryQt.exe
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1115 - ************************************************************
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1116 - Loading Armory Engine:
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1117 -    Armory Version        : 0.92.1
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1118 -    PyBtcWallet  Version  : 1.35
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1119 - Detected Operating system: Windows
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1120 -    OS Variant            : 8-6.2.9200--Multiprocessor Free
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1121 -    User home-directory   : C:\Users\Chris\AppData\Roaming
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1122 -    Satoshi BTC directory : C:\Users\Chris\AppData\Roaming\Bitcoin\
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1123 -    Armory home dir       : C:\Users\Chris\AppData\Roaming\Armory\
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1124 - Detected System Specs    :
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1125 -    Total Available RAM   : 7.90 GB
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1126 -    CPU ID string         : Intel64 Family 6 Model 58 Stepping 9, GenuineIntel
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1127 -    Number of CPU cores   : 4 cores
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1128 -    System is 64-bit      : False
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1129 -    Preferred Encoding    : cp1252
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1130 -    Machine Arch          : amd64
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1131 -    Available HDD (ARM)   : 16 GB
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1132 -    Available HDD (BTC)   : 16 GB
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1133 -
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1134 - Network Name: Main Network
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1135 - Satoshi Port: 8333
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1136 - Do wlt check: True
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1137 - Named options/arguments to armoryengine.py:
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     maxOpenFiles    : 0
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     nettimeout      : 2
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     rescan          : False
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     leveldbDir      : DEFAULT
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     ignoreAllZC     : False
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     disableModules  : False
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     port            : None
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     interport       : 8223
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     coverageOutputDir: None
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     forceWalletCheck: False
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     rebuild         : False
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     datadir         : DEFAULT
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     offline         : False
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     satoshiPort     : DEFAULT
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     netlog          : False
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     keypool         : 100
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     coverageInclude : None
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     forceOnline     : False
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     skipAnnounceCheck: False
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     redownload      : False
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     multisigFile    : DEFAULT
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     disableTorrent  : False
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     testAnnounceCode: False
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     mtdebug         : False
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     skipVerCheck    : False
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     settingsPath    : C:\Users\Chris\AppData\Roaming\Armory\ArmorySettings.txt
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     verbosity       : None
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     doDebug         : False
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     testnet         : False
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     rpcport         : DEFAULT
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     satoshiHome     : DEFAULT
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     satoshiRpcport  : DEFAULT
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     logDisable      : False
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     logFile         : C:\Users\Chris\AppData\Roaming\Armory\ArmoryQt.exe.log.txt
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1139 -     disableConfPermis: False
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1140 - Other arguments:
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1143 - ************************************************************
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:1538 - C++ block utilities loaded successfully
2014-08-23 11:07 (INFO) -- BDM.pyc:1568 - Using the asynchronous/multi-threaded BlockDataManager.
2014-08-23 11:07 (INFO) -- BDM.pyc:1569 - Blockchain operations will happen in the background. 
2014-08-23 11:07 (INFO) -- BDM.pyc:1570 - Devs: check TheBDM.getBDMState() before asking for data.
2014-08-23 11:07 (INFO) -- BDM.pyc:1571 - Registering addresses during rescans will queue them for
2014-08-23 11:07 (INFO) -- BDM.pyc:1572 - inclusion after the current scan is completed.
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:3429 - Using settings file: C:\Users\Chris\AppData\Roaming\Armory\ArmorySettings.txt
2014-08-23 11:07 (INFO) -- announcefetch.pyc:83 - Reading files in fetcher directory:
2014-08-23 11:07 (INFO) -- announcefetch.pyc:92 -    announce         : 105dbcf76690213ba5e4e328b82bc4e5196e5926712e536915894f6a69aac312
2014-08-23 11:07 (INFO) -- announcefetch.pyc:92 -    bootstrap        : 85c16aa3846585af5def2a8df53ef83094a6c5bdad87b002b497c71c077e4bdc
2014-08-23 11:07 (INFO) -- announcefetch.pyc:92 -    changelog        : 092add56e3ca6bbdc1d9cd7fe4a04e177ff5388e3a5ef7a71c68adbf0c18cf5c
2014-08-23 11:07 (INFO) -- announcefetch.pyc:92 -    downloads        : dd5ebbcb47194ea04d2c7394143ad434fae4dc6a76491023814d4c1c7ab0b1dc
2014-08-23 11:07 (INFO) -- announcefetch.pyc:92 -    notify           : 858d111282eb25a1fbbc579a997b3f34bfd1c61731339fa152929420424b5a43
2014-08-23 11:07 (INFO) -- announcefetch.pyc:252 - Fetching: https://bitcoinarmory.com/announce.txt?osvar=8&os=win&ver=0.92.1&id=fdd61027
2014-08-23 11:07 (INFO) -- ArmoryQt.py:2542 - loadWalletsAndSettings
2014-08-23 11:07 (INFO) -- ArmoryQt.py:2598 - Loading wallets...
2014-08-23 11:07 (INFO) -- ArmoryQt.py:2644 - Number of wallets read in: 1
2014-08-23 11:07 (INFO) -- ArmoryQt.py:2649 -    Wallet (2kszgqke3):   "Dummy Wallet                    "   (Encrypted)
2014-08-23 11:07 (INFO) -- ArmoryQt.py:2083 - Setting up networking...
2014-08-23 11:07 (INFO) -- ArmoryQt.py:2135 - Internet connection is Available: True
2014-08-23 11:07 (INFO) -- ArmoryQt.py:2136 - Bitcoin-Qt/bitcoind is Available: 0
2014-08-23 11:07 (INFO) -- ArmoryQt.py:2137 - The first blk*.dat was Available: True
2014-08-23 11:07 (INFO) -- ArmoryQt.py:2138 - Online mode currently possible:   0
2014-08-23 11:07 (INFO) -- ArmoryQt.py:2257 - startBitcoindIfNecessary
2014-08-23 11:07 (INFO) -- ArmoryQt.py:2298 - setSatoshiPaths
2014-08-23 11:07 (INFO) -- SDM.pyc:277 - Total size of files in C:\Users\Chris\AppData\Roaming\Bitcoin\blocks is 21.2 GB
2014-08-23 11:07 (INFO) -- SDM.pyc:316 - Found bitcoind in the following places:
2014-08-23 11:07 (INFO) -- SDM.pyc:318 -    C:\Program Files (x86)\Bitcoin\daemon\bitcoind.exe
2014-08-23 11:07 (INFO) -- SDM.pyc:320 - Using: C:\Program Files (x86)\Bitcoin\daemon\bitcoind.exe
2014-08-23 11:07 (INFO) -- SDM.pyc:490 - Reading bitcoin.conf file
2014-08-23 11:07 (INFO) -- SDM.pyc:509 - Setting permissions on bitcoin.conf
2014-08-23 11:07 (INFO) -- SDM.pyc:517 - Setting permissions on bitcoin.conf
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:560 - Executing popen: [u'icacls', u'C:\\Users\\Chris\\AppData\\Roaming\\Bitcoin\\bitcoin.conf', u'/inheritance:r', u'/grant:r', u'chris.page:F']
2014-08-23 11:07 (INFO) -- SDM.pyc:520 - icacls returned:
2014-08-23 11:07 (INFO) -- SDM.pyc:584 - Called startBitcoind
2014-08-23 11:07 (INFO) -- SDM.pyc:277 - Total size of files in C:\Users\Chris\AppData\Roaming\Bitcoin\blocks is 21.2 GB
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:560 - Executing popen: ['C:\\Program Files (x86)\\Bitcoin\\daemon\\bitcoind.exe', u'-datadir=C:\\Users\\Chris\\AppData\\Roaming\\Bitcoin\\']
2014-08-23 11:07 (INFO) -- SDM.pyc:644 - PID of bitcoind: 8904
2014-08-23 11:07 (INFO) -- SDM.pyc:645 - PID of armory:   4356
2014-08-23 11:07 (INFO) -- ArmoryUtils.pyc:560 - Executing popen: ['.\\guardian.exe', '4356', '8904']
2014-08-23 11:07 (INFO) -- ArmoryQt.py:1367 - setupUriRegistration
2014-08-23 11:07 (INFO) -- ArmoryQt.py:1485 - URL-register action: AskUser
2014-08-23 11:07 (INFO) -- ArmoryQt.py:617 - Usermode: Advanced
2014-08-23 11:07 (INFO) -- ArmoryQt.py:1662 - Changing usermode:
2014-08-23 11:07 (INFO) -- ArmoryQt.py:1663 -    From: Advanced
2014-08-23 11:07 (INFO) -- ArmoryQt.py:1671 -      To: Advanced
2014-08-23 11:07 (INFO) -- SDM.pyc:809 - Creating proxy in SDM: host=127.0.0.1, port=8332
2014-08-23 11:07 (INFO) -- ArmoryQt.py:5984 - Dashboard switched to auto-InitSync
2014-08-23 11:07 (INFO) -- ArmoryQt.py:5418 - Switching Armory state text to Mgmt:Auto, State:InitializingLongTime
2014-08-23 11:07 (INFO) -- ArmoryQt.py:5418 - Switching Armory state text to Mgmt:Auto, State:NewUserInfo
2014-08-23 11:07 (INFO) -- ArmoryQt.py:5360 - Switching Armory functional mode to "Offline"
2014-08-23 11:08 (WARNING) -- SDM.pyc:729 - Overriding not-available state. This should happen 0-5 times
2014-08-23 11:08 (WARNING) -- SDM.pyc:729 - Overriding not-available state. This should happen 0-5 times
2014-08-23 11:08 (WARNING) -- SDM.pyc:729 - Overriding not-available state. This should happen 0-5 times
2014-08-23 11:08 (INFO) -- ArmoryQt.py:5984 - Dashboard switched to auto-InitSync
2014-08-23 11:08 (INFO) -- ArmoryQt.py:5418 - Switching Armory state text to Mgmt:Auto, State:InitializingDoneSoon
2014-08-23 11:08 (INFO) -- ArmoryQt.py:5418 - Switching Armory state text to Mgmt:Auto, State:NewUserInfo
2014-08-23 11:08 (INFO) -- ArmoryQt.py:5360 - Switching Armory functional mode to "Offline"
2014-08-23 11:08 (INFO) -- ArmoryQt.py:6437 - Starting load blockchain
2014-08-23 11:08 (INFO) -- ArmoryQt.py:2325 - loadBlockchainIfNecessary
2014-08-23 11:08 (ERROR) -- ArmoryQt.py:1176 - 5 attempts to load blockchain failed.  Remove mempool.bin.
2014-08-23 11:08 (ERROR) -- ArmoryQt.py:1181 - File mempool.bin does not exist. Nothing deleted.
2014-08-23 11:08 (INFO) -- ArmoryQt.py:2362 - Setting netmode: 1
2014-08-23 11:08 (INFO) -- BDM.pyc:470 - Setting online mode: True (wait=False)
2014-08-23 11:08 (INFO) -- BDM.pyc:1509 - Go online requested
2014-08-23 11:08 (ERROR) -- BDM.pyc:962 - Blockchain data not available: C:\Users\Chris\AppData\Roaming\Bitcoin\blocks\blk00000.dat
2014-08-23 11:08 (ERROR) -- BDM.pyc:254 - No BDM method: blk1st
2014-08-23 11:08 (ERROR) -- BDM.pyc:1534 - Error processing BDM input
2014-08-23 11:08 (ERROR) -- BDM.pyc:1536 - Received inputTuple: GoOnlineRequested [13, 18177629, False]
2014-08-23 11:08 (ERROR) -- BDM.pyc:1537 - Error processing ID (18177629)
2014-08-23 11:08 (ERROR) -- BDM.pyc:1538 - ERROR:
Traceback (most recent call last):
  File "armoryengine\BDM.pyc", line 1520, in run
  File "armoryengine\Timer.pyc", line 99, in inner
  File "armoryengine\BDM.pyc", line 72, in inner
  File "armoryengine\BDM.pyc", line 964, in __startLoadBlockchain
  File "armoryengine\BDM.pyc", line 72, in inner
  File "armoryengine\BDM.pyc", line 255, in __getattr__
AttributeError
2014-08-23 11:08 (INFO) -- Networking.pyc:63 - Connection initiated.  Start handshake
2014-08-23 11:08 (INFO) -- Networking.pyc:152 - Received version message from peer:
2014-08-23 11:08 (INFO) -- Networking.pyc:153 -    Version:     70002
2014-08-23 11:08 (INFO) -- Networking.pyc:154 -    SubVersion:  /Satoshi:0.9.2.1/
2014-08-23 11:08 (INFO) -- Networking.pyc:155 -    TimeStamp:   1408806528
2014-08-23 11:08 (INFO) -- Networking.pyc:156 -    StartHeight: 317126
2014-08-23 11:08 (INFO) -- Networking.pyc:348 - Handshake finished, connection open!
2014-08-23 11:08 (ERROR) -- ArmoryQt.py:6440 - Bitcoind is ready, but we are offline... ?
2014-08-23 11:08 (ERROR) -- ArmoryQt.py:6440 - Bitcoind is ready, but we are offline... ?
2014-08-23 11:08 (ERROR) -- ArmoryQt.py:6440 - Bitcoind is ready, but we are offline... ?
2014-08-23 11:08 (ERROR) -- ArmoryQt.py:6440 - Bitcoind is ready, but we are offline... ?
2014-08-23 11:08 (ERROR) -- ArmoryQt.py:6440 - Bitcoind is ready, but we are offline... ?
2014-08-23 11:08 (ERROR) -- ArmoryQt.py:6440 - Bitcoind is ready, but we are offline... ?
2014-08-23 11:08 (ERROR) -- ArmoryQt.py:6440 - Bitcoind is ready, but we are offline... ?
2014-08-23 11:08 (ERROR) -- ArmoryQt.py:6440 - Bitcoind is ready, but we are offline... ?
2014-08-23 11:08 (ERROR) -- ArmoryQt.py:6440 - Bitcoind is ready, but we are offline... ?
2014-08-23 11:08 (ERROR) -- ArmoryQt.py:6440 - Bitcoind is ready, but we are offline... ?
2014-08-23 11:08 (ERROR) -- ArmoryQt.py:6440 - Bitcoind is ready, but we are offline... ?
2014-08-23 11:09 (ERROR) -- ArmoryQt.py:6440 - Bitcoind is ready, but we are offline... ?
2014-08-23 11:09 (ERROR) -- ArmoryQt.py:6440 - Bitcoind is ready, but we are offline... ?
Jump to: