|
April 20, 2014, 12:57:10 AM |
|
Make sure that you have properly modified --satoshi-datadir to the right folder, and that it exists. We typically see this happen when the user originally was running Bitcoin Core in the default dir (C:\Users\<user>\AppData\Roaming\Bitcoin), then later moved to a new directory but left the original one there.
Armory looks for a P2P connection to Bitcoin Core and looks for the blk*.dat files in the bitcoin home directory. If it finds both, it goes into online mode, not realizing that the blk*.dat files it's watching aren't being updated.
|