Bitcoin Forum

Bitcoin => Armory => Topic started by: dannytrigo2 on May 05, 2019, 02:27:32 PM



Title: Armory stops receiving block/transaction updates
Post by: dannytrigo2 on May 05, 2019, 02:27:32 PM
I have an issue when I sent some BTC to my Armory wallet - but I never receive a popup/update in the wallet when the transaction is broadcast.
Then I noticed that the block height remained at 574705, even though 574712 is the current height.  When I check the log, I see that something went wrong at the block its stuck on:

Code:
-INFO  - 09:52:07.078: (e:\users\goat\code\armory3\cppforswig\blockchainscanner.cpp:857) scanned block #574705
-ERROR - 09:52:10.234: (e:\users\goat\code\armory3\cppforswig\blockchainscanner.cpp:445) Missing file map for output scan, this is unexpected
-ERROR - 09:52:10.234: (e:\users\goat\code\armory3\cppforswig\blockchainscanner.cpp:447) Has the following block files:
-ERROR - 09:52:10.234: (e:\users\goat\code\armory3\cppforswig\blockchainscanner.cpp:449)  --- #1625
-ERROR - 09:52:10.234: (e:\users\goat\code\armory3\cppforswig\blockchainscanner.cpp:451) Was looking for id #1626

Anyone seen this before?  Recently I've been having to reset/rebuild the database/blockchain chain etc. very often to keep things working.
Another strange thing - when I launched Bitcoin core independently after this, it was way behind at block 574652.

Armory: 0.96.5-beta-8730390989
Bitcoin Core: 0.17.1

Thanks


Title: Re: Armory stops receiving block/transaction updates
Post by: dannytrigo2 on May 11, 2019, 08:35:58 PM
No ideas? Are my armory and core at least compatible? If I rescan the db it gets stuck at the same place so I have to do a full rebuild instead. I’m having to do this every time I try to perform a transaction. Luckily it’s rare as it’s an offline cold storage wallet


Title: Re: Armory stops receiving block/transaction updates
Post by: droark on May 12, 2019, 03:01:52 AM
If Core isn't on the latest block, you need to straighten that out first. A corrupted Core basically means Armory won't be able to run effectively in online mode.


Title: Re: Armory stops receiving block/transaction updates
Post by: dannytrigo2 on May 12, 2019, 04:54:56 PM
Thanks for the reply.  I'm now running core separately, and its up to date, but starting Armory this time, the DB process shuts down.
Logs here:  https://pastebin.com/DzXmxJXT

It's a little frustrating having to rebuild databases every time I want to use Armory :(