Post
Topic
Board Armory
Re: Stuck in scanning
by
HenryRomp
on 01/10/2017, 14:44:42 UTC
So, I've now downgraded bitcoin core to version 0.15.0.0, and now when I run armory, it does show "connected (0 blocks)" in the lower right corner (first time I've seen that! woohoo!) but it still doesn't seem to be loading the database correctly.

Screenshot:


Logfile:
Code:
Log file opened at 10:39:57: /home/henry/.armory/dbLog.txt
-INFO  - 10:39:57: (main.cpp:32) Running on 2 threads
-INFO  - 10:39:57: (main.cpp:33) Ram usage level: 4
-INFO  - 10:39:57: (BlockUtils.cpp:915) blkfile dir: /home/henry/.bitcoin/blocks
-INFO  - 10:39:57: (BlockUtils.cpp:916) lmdb dir: /home/henry/.armory/databases
-INFO  - 10:39:57: (lmdb_wrapper.cpp:388) Opening databases...
-INFO  - 10:39:57: (BDM_Server.h:263) Listening on port 62746
-INFO  - 10:39:57: (BlockUtils.cpp:1108) Executing: doInitialSyncOnLoad
-INFO  - 10:39:57: (DatabaseBuilder.cpp:199) Reading headers from db
-WARN  - 10:39:57: (lmdb_wrapper.cpp:1241) No headers in DB yet!
-INFO  - 10:39:57: (DatabaseBuilder.cpp:238) Found 1 headers in db
-INFO  - 10:39:57: (DatabaseBuilder.cpp:71) updating HEADERS db
-INFO  - 10:39:57: (Blockchain.cpp:248) Organizing chain
-INFO  - 10:39:57: (Blockchain.cpp:370) Organized chain in 0s
-INFO  - 10:39:57: (DatabaseBuilder.cpp:76) updated HEADERS db in 0s
-INFO  - 10:39:57: (lmdb_wrapper.cpp:388) Opening databases...
-INFO  - 10:39:57: (DatabaseBuilder.cpp:1231) verifying txfilters integrity
-INFO  - 10:39:57: (DatabaseBuilder.cpp:1314) done checking txfilters
-INFO  - 10:39:57: (BDM_supportClasses.cpp:1890) Enabling zero-conf tracking
-INFO  - 10:39:57: (BDM_Server.cpp:1114) registered bdv: d7844602586a413b4d22
-INFO  - 10:39:57: (BitcoinP2P.cpp:947) Connected to Bitcoin node
-INFO  - 10:39:57: (BDM_supportClasses.cpp:401) Starting address registration process
-ERROR - 10:39:57: (lmdb_wrapper.cpp:1503) Headers DB has no block at height: 0
-ERROR - 10:39:57: (lmdb_wrapper.cpp:1483) No headers at height 0
-ERROR - 10:39:57: (BlockchainScanner.cpp:445) Missing file map for output scan, this is unexpected
-ERROR - 10:39:57: (BlockchainScanner.cpp:447) Has the following block files:
-ERROR - 10:39:57: (BlockchainScanner.cpp:451) Was looking for id #4294967295

Any help would be great!

Thanks again

Henry