Post
Topic
Board Armory
Re: BTC sent to generated address doesn't show up in wallet
by
EddieRock
on 05/08/2017, 23:24:06 UTC
I upgraded Bitcoin Core to Version v0.14.2 and Armory to 0.96.0. Bitcoin Core shows the correct number of blocks (479110) but Armory only shows 465366.

Is there a way to force Armory to read all the blocks?

Ed

Check permissions? If Armory and Bitcoind are running as different users on unix-like systems, there can be issues because of Bitcoin's default owner-only permissions.  If you're running as different users, you'll need to fix Bitcoin's blocks/ directory to have an other-read (or group-read, if you put them in the same group) bit, then set sysperms=1 in bitcoin.conf
It's running on windows. I have admin rights on my computer. I've right clicked and "run as administrator". without success.

this has run fine for years and now (since 2013), the last transaction was May 7th. Last block showing in Armory is 465366 which was may 8th according to the block chain: https://blockchain.info/block/000000000000000000d6d1e36e02f62264e8b4973dd8aa73374764a05527bf13


Ed