Bitcoin Forum

Bitcoin => Armory => Topic started by: paranoidx on July 12, 2016, 03:58:12 PM



Title: Armory not displaying funds or transaction history.
Post by: paranoidx on July 12, 2016, 03:58:12 PM
I downloaded the complete blockchain through bitcoin qt and then loaded armory after unchecking "let armory load bitcoin qt in background".
It seems the client connected but it is not displaying any funds or transaction history on my imported wallet.
It does only say it's connected to 132000 blocks though.  Shouldn't it be 420,000+ right now?


Title: Re: Armory not displaying funds or transaction history.
Post by: goatpig on July 12, 2016, 04:07:40 PM
It's off on the block height. Make sure you are pointing Armory to the right block data folder. Also, log files.


Title: Re: Armory not displaying funds or transaction history.
Post by: paranoidx on July 12, 2016, 07:48:55 PM
How do I point armory to the right data folder when I have unchecked "let armory load bitcoin qt in background"?
My bitcoin qt stores on a 2nd internal hard drive sdb.

Log file: pastebin.com/embed_iframe/XDa30R0C


Title: Re: Armory not displaying funds or transaction history.
Post by: achow101 on July 12, 2016, 07:54:12 PM
How do I point armory to the right data folder when I have unchecked "let armory load bitcoin qt in background"?
My bitcoin qt stores on a 2nd internal hard drive sdb.
You have to start Armory with the following option
Code:
--satoshi-datadir=<path to datadir>
where <path to datadir> is the path to your Bitcoin Core datadir.


Title: Re: Armory not displaying funds or transaction history.
Post by: paranoidx on July 15, 2016, 06:19:09 AM
How do I point armory to the right data folder when I have unchecked "let armory load bitcoin qt in background"?
My bitcoin qt stores on a 2nd internal hard drive sdb.
You have to start Armory with the following option
Code:
--satoshi-datadir=<path to datadir>
where <path to datadir> is the path to your Bitcoin Core datadir.


Thanks, this solved my issue.