https://pastebin.com/6Ec3H14XThe last 4 lines are ERRORs:INFO - 17:03:57.151: (e:\users\goat\code\armory3\cppforswig\bdm_supportclasses.cpp:1891) Enabling zero-conf tracking
-INFO - 17:03:57.151: (e:\users\goat\code\armory3\cppforswig\bdm_supportclasses.cpp:401) Starting address registration process
-ERROR - 17:03:57.151: (e:\users\goat\code\armory3\cppforswig\lmdb_wrapper.cpp:1503) Headers DB has no block at height: 0
-ERROR - 17:03:57.151: (e:\users\goat\code\armory3\cppforswig\lmdb_wrapper.cpp:1483) No headers at height 0
-ERROR - 17:03:57.166: (e:\users\goat\code\armory3\cppforswig\blockchainscanner.cpp:445) Missing file map for output scan, this is unexpected
-ERROR - 17:03:57.166: (e:\users\goat\code\armory3\cppforswig\blockchainscanner.cpp:447) Has the following block files:
-ERROR - 17:03:57.166: (e:\users\goat\code\armory3\cppforswig\blockchainscanner.cpp:451) Was looking for id #4294967295
Are you sure that your core is not running at pruned mode?
Check the bitcoin.conf file under your bitcoin directory and look something like "prune=" remove them then save and restart the core and let it sync again.
If it's not running at pruned mode then try to delete the database folder.
Here's the folder location:
"~/Armory/databases" on Windows
"~/.armory/databases" on Linux
"~/Library/Application Support/Armory/databases" on OSX
Then do the rebuild and rescan again.
If the issue still the same then you might need to run the armory with a custom directory for both datadir and dbdir.
Read this
https://btcarmory.com/docs/pathing#armoryqt if how to run armory with custom path/directory.
And read this the same issue as yours and he fixed the issue by removing "prune=" and adding "server=1" on bitcoin.conf
-
https://bitcointalk.org/index.php?topic=2221954.msg22437568#msg22437568