Author

Topic: Armory stuck in offline mode... (Read 26438 times)

newbie
Activity: 53
Merit: 0
December 08, 2023, 04:07:50 PM
#70
just wanted to say "thank you carlton and goatpig" for pointing me to the right direction. got stuck a few days ago with this very issue after switching to my own big datacenter-hosted fullnodes that my armory client is being connected to with "connect= ". unfortunately, doing this in bitcoin.conf eliminates listen=1 automagically and sets it to "0". bitcoind doesn't allow incoming connections anymore. that causes amory to stay in "node offline" forever. setting "listen=1" after "connect=" solved this issue almost immediately. thank you!! *being relieved*
legendary
Activity: 3430
Merit: 3071
August 18, 2023, 09:23:45 AM
#69
I was being a moron, bitcoin.conf needs explicit listen=1 also, as I'm setting proxy= in there too

all working, thanks gp
legendary
Activity: 3640
Merit: 1345
Armory Developer
August 18, 2023, 08:12:47 AM
#68
  • bitcoin-cli getpeerinfo | grep inbound tells me ArmoryDB isn't connected to bitcoind

This is your issue. Armory connects to Bitcoin Core as a P2P node. It waits on new block broadcasts from your node to trigger the new block checks. If that connection isn't established, Armory won't see new blocks.
legendary
Activity: 3430
Merit: 3071
August 17, 2023, 08:18:41 AM
#67
maybe this needs it's own thread, but here goes....

got Armory 0.96.5 db synced in a Debian 10 VM, bitcoind 24.0

bitcoind I compiled myself using the depends build system
armory I also compiled myself standardly


  • bitcoin-cli getpeerinfo | grep inbound tells me ArmoryDB isn't connected to bitcoind
  • using default 8333 port for inbounds
  • dbLog.txt says "RPC connection established" and "Node is ready"
  • Armory footer says "Node disconnected"
  • Armory dashboard says"Armory is online"

Armory is synced (as I say), but up to the block it queried at startup, it clearly reads bitcoin blocks from disk ok, but cannot receive new blocks once synced.

I'm using all the same config files from my old installation, and everything in them seems sensible (Armory isn't exec'ing bitcoind, bitcoin.conf has server=1)

I also tried running ArmoryDB with and without --cookie, hoping to elicit some kind of different error or change in behavior, but it didn't startup properly Undecided


is Bitcoin 24.0 the issue? I somehow doubt it. I've also checked to see that the VM isn't missing any dependencies, but it's hard to see what else those could be when networking is up (bitcoind is for sure connecting to the network and is currently at block 803610). building armory and bitcoind completed without any errors (I built them using Debian 10 build-essentials and standard dev packages)

mysterious, n'est pas?
HCP
legendary
Activity: 2086
Merit: 4314
January 22, 2022, 03:19:46 AM
#66
So I started deleting the oldest part of it and did it a few times to keep it going until the end.
You can't delete parts of the blockchain and expect Armory to work properly. It won't work properly with a "pruned" node, and it certainly won't work if you've simply been deleting block files manually.

You absolutely need the entire blockchain data available for Armory to work properly. If you don't have enough disk space, then unfortunately Armory is not an option. Buy an external drive and suffer through the slow sync speeds that external drives generally cause, or upgrade your internal storage to at least 1TB
legendary
Activity: 2338
Merit: 5297
Self-proclaimed Genius
January 20, 2022, 03:43:29 AM
#65
OK, finally Armory has noticed Bitcoin qt. It started syncing, which took forever. After it downloaded ~270 GB of blockchain to my HDD, I ran out of space. So I started deleting the oldest part of it and did it a few times to keep it going until the end. No I got 229 GB of blockchain on my 270 GB HDD.
-snip-
A 270GB HDD wont do, Armory requires the whole blockchain in your disk which will require about 400GB of data.
Even if Bitcoin Core is fully synced with pruned blockchain, Armory won't be able to build its database from the pruned blocks.
newbie
Activity: 2
Merit: 0
January 19, 2022, 09:44:33 AM
#64
OK, finally Armory has noticed Bitcoin qt. It started syncing, which took forever. After it downloaded ~270 GB of blockchain to my HDD, I ran out of space. So I started deleting the oldest part of it and did it a few times to keep it going until the end. No I got 229 GB of blockchain on my 270 GB HDD.

The situation right now is:
- bitcoin qt is running in the background
- at the Armory startup it says it does not have communication with bitcoin
- Node status is done
- Build databases is done, but with a disc symbol
- Scanning Transaction History  does not do anything
- wallet is offline again...

Is there any shortcut to my wallet that will not need me to download another hundreads of GB again?

my logs:
https://pastebin.com/8UAwJJ46
newbie
Activity: 2
Merit: 0
January 16, 2022, 02:16:54 PM
#63
I got the same problem.   Sad

Armory 0.96.5 on Windows 10.

Just downloaded whole blockchain by Bitcoin-qt.

I've installed everything into
D:\Armory
D:\Armory\bitcoin qt
D:\Armory\bitcoin qt\blocks

And so says bitcoin qt.

At the ArmorySettings.txt i've got:
ArmoryDbdir                         | D:\Armory\bitcoin qt\blocks
SatoshiDatadir                      | D:\Armory\bitcoin qt\blocks
SatoshiExe                           | D:\Armory\bitcoin qt


I think directory settings are ok, but still Armory is offline.

Is there any chance to take my offline wallet and log it into another instance of Armory, or another app?
newbie
Activity: 1
Merit: 0
January 07, 2022, 05:37:09 AM
#62
Me too my client always off line.
I have set the default directories but it doesn't work.
Where I can send my log file?
HCP
legendary
Activity: 2086
Merit: 4314
April 26, 2018, 04:03:43 AM
#61
Hello, I have the same problem. I start armory, it always says offline mode. Please healp. Here is my log file.
As achow101 mentioned to the previous poster, you shouldn't hijack other threads. You should really start your own thread!

Anyway, if you manually run Bitcoin-QT... then look under "Help -> Debug Window -> Information"... what is "DataDir" set to?



Looking at your debug, Armory is attempting to run bitcoind, and set it to use: C:\Users\Vitalii\AppData\Roaming/Bitcoin as the Bitcoin datadir... however, it doesn't seem to exist... so Armory cannot read the "blocks" from this datadir...

You may need to set Armory so that it doesn't control bitcoind (File -> Settings -> make sure "Let Armory run Bitcoin Core/bitcoind in the background" is unchecked)... then make sure that your bitcoind (or Bitcoin Core) is run manually and fully synced and then start Armory.
newbie
Activity: 1
Merit: 0
April 26, 2018, 03:41:58 AM
#60
Hello, I have the same problem. I start armory, it always says offline mode. Please healp. Here is my log file.

2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1154 - C++ block utilities loaded successfully
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1271 -
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1272 -
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1273 -
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1274 - ************************************************************
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1275 - Invoked: E:\Program Files (x86)\Armory\ArmoryQt.exe
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1276 - ************************************************************
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1277 - Loading Armory Engine:
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1278 -    Armory Version        : 0.96.4
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1279 -    Armory Build:         : fee1f91a31
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1280 -    PyBtcWallet  Version  : 1.35
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1281 - Detected Operating system: Windows
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1282 -    OS Variant            : 10-10.0.16299--Multiprocessor Free
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1283 -    User home-directory   : C:\Users\Vitalii\AppData\Roaming
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1284 -    Satoshi BTC directory : C:\Users\Vitalii\AppData\Roaming\Bitcoin
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1285 -    Armory home dir       : C:\Users\Vitalii\AppData\Roaming\Armory\
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1286 - Detected System Specs    :
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1287 -    Total Available RAM   : 3.86 GB
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1288 -    CPU ID string         : Intel64 Family 6 Model 158 Stepping 9, GenuineIntel
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1289 -    Number of CPU cores   : 2 cores
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1290 -    System is 64-bit      : True
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1291 -    Preferred Encoding    : cp1251
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1292 -    Machine Arch          : amd64
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1293 -    Available HDD (ARM)   : 97 GB
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1294 -    Available HDD (BTC)   : 0 GB
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1295 -
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1296 - Network Name: Main Network
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1297 - Satoshi Port: 8333
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1298 - Do wlt check: True
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1299 - Named options/arguments to armoryengine.py:
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     force_segwit    : False
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     nettimeout      : 2
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     rescan          : False
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     force_fcgi      : False
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     ignoreAllZC     : False
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     rescanBalance   : False
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     disableModules  : False
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     port            : None
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     interport       : 8223
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     coverageOutputDir: None
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     forceWalletCheck: False
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     regtest         : False
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     rebuild         : False
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     thread_count    : -1
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     datadir         : DEFAULT
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     clearMempool    : False
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     offline         : False
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     armoryDBDir     : DEFAULT
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     armorydb_port   : 9001
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     satoshiPort     : DEFAULT
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     disableConfPermis: False
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     useTorSettings  : False
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     netlog          : False
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     keypool         : 100
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     coverageInclude : None
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     forceOnline     : False
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     disableWalletCheck: False
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     redownload      : False
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     rpcBindAddr     : 127.0.0.1
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     armorydb_ip     : 127.0.0.1
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     multisigFile    : DEFAULT
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     ram_usage       : -1
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     ignoreZC        : False
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     logDisable      : False
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     settingsPath    : C:\Users\Vitalii\AppData\Roaming\Armory\ArmorySettings.txt
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     language        : en
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     db_type         : DB_FULL
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     doDebug         : False
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     enableDetSign   : True
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     mtdebug         : False
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     testnet         : False
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     rpcport         : DEFAULT
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     satoshiHome     : DEFAULT
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     satoshiRpcport  : DEFAULT
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     logFile         : C:\Users\Vitalii\AppData\Roaming\Armory\ArmoryQt.exe.log.txt
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1301 -     verbosity       : None
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1302 - Other arguments:
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1305 - ************************************************************
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:1708 - C++ block utilities loaded successfully
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:3566 - Using settings file: C:\Users\Vitalii\AppData\Roaming\Armory\ArmorySettings.txt
2018-04-21 16:19:00 (ERROR) -- ArmoryUtils.pyc:3723 - Unsupported language  specified. Defaulting to English (en)
2018-04-21 16:19:00 (INFO) -- ArmoryUtils.pyc:3726 - Using Language: en
2018-04-21 16:19:00 (INFO) -- BDM.pyc:361 - Using the asynchronous/multi-threaded BlockDataManager.
2018-04-21 16:19:00 (INFO) -- BDM.pyc:362 - Blockchain operations will happen in the background. 
2018-04-21 16:19:00 (INFO) -- BDM.pyc:363 - Devs: check TheBDM.getState() before asking for data.
2018-04-21 16:19:00 (INFO) -- BDM.pyc:364 - Registering addresses during rescans will queue them for
2018-04-21 16:19:00 (INFO) -- BDM.pyc:365 - inclusion after the current scan is completed.
2018-04-21 16:19:02 (INFO) -- ArmoryUtils.pyc:3566 - Using settings file: C:\Users\Vitalii\AppData\Roaming\Armory\ArmorySettings.txt
2018-04-21 16:19:02 (INFO) -- ArmoryQt.py:2061 - loadWalletsAndSettings
2018-04-21 16:19:02 (INFO) -- ArmoryQt.py:2121 - Loading wallets...
2018-04-21 16:19:02 (INFO) -- ArmoryQt.py:2186 - Number of wallets read in: 0
2018-04-21 16:20:54 (INFO) -- ArmoryQt.py:1763 - acquiring process mutex...
2018-04-21 16:20:55 (INFO) -- ArmoryQt.py:1395 - setupUriRegistration
2018-04-21 16:20:55 (INFO) -- ArmoryQt.py:1513 - URL-register action: AskUser
2018-04-21 16:20:55 (INFO) -- ArmoryQt.py:566 - Usermode: Advanced
2018-04-21 16:20:55 (INFO) -- ArmoryQt.py:1698 - Changing usermode:
2018-04-21 16:20:55 (INFO) -- ArmoryQt.py:1699 -    From: Advanced
2018-04-21 16:20:55 (INFO) -- ArmoryQt.py:1707 -      To: Advanced
2018-04-21 16:20:55 (INFO) -- ArmoryQt.py:1836 - startBitcoindIfNecessary
2018-04-21 16:20:55 (INFO) -- ArmoryQt.py:1872 - setSatoshiPaths
2018-04-21 16:20:55 (ERROR) -- BDM.pyc:268 - setSatoshiDir: directory does not exist: C:\Users\Vitalii\AppData\Roaming\Bitcoin
2018-04-21 16:20:55 (INFO) -- SDM.pyc:253 - Found Bitcoin Core link on desktop: E:\Program Files\Bitcoin
2018-04-21 16:20:55 (INFO) -- SDM.pyc:171 - Found bitcoind in the following places:
2018-04-21 16:20:55 (INFO) -- SDM.pyc:173 -    E:\Program Files\Bitcoin\daemon\bitcoind.exe
2018-04-21 16:20:55 (INFO) -- SDM.pyc:175 - Using: E:\Program Files\Bitcoin\daemon\bitcoind.exe
2018-04-21 16:20:55 (INFO) -- SDM.pyc:339 - Called startBitcoind
2018-04-21 16:20:55 (WARNING) -- SDM.pyc:441 - Spawning bitcoind with command: E:\Program Files\Bitcoin\daemon\bitcoind.exe -datadir=C:\Users\Vitalii\AppData\Roaming\Bitcoin -dbcache=500
2018-04-21 16:20:55 (INFO) -- ArmoryUtils.pyc:679 - Executing popen: [u'E:\\Program Files\\Bitcoin\\daemon\\bitcoind.exe', u'-datadir=C:\\Users\\Vitalii\\AppData\\Roaming\\Bitcoin', '-dbcache=500']
2018-04-21 16:20:57 (INFO) -- SDM.pyc:447 - PID of bitcoind: 2268
2018-04-21 16:20:57 (INFO) -- SDM.pyc:448 - PID of armory:   6240
2018-04-21 16:20:57 (INFO) -- ArmoryUtils.pyc:679 - Executing popen: ['E:\\Program Files (x86)\\Armory\\guardian.exe', '6240', '2268']
2018-04-21 16:20:59 (INFO) -- ArmoryQt.py:1872 - setSatoshiPaths
2018-04-21 16:20:59 (ERROR) -- BDM.pyc:268 - setSatoshiDir: directory does not exist: C:\Users\Vitalii\AppData\Roaming\Bitcoin
2018-04-21 16:20:59 (WARNING) -- SDM.pyc:398 - Spawning DB with command: E:\Program Files (x86)\Armory\ArmoryDB.exe --db-type="DB_FULL" --cookie --datadir="C:\Users\Vitalii\AppData\Roaming\Armory\" --dbdir="C:\Users\Vitalii\AppData\Roaming\Armory\databases"
2018-04-21 16:20:59 (INFO) -- ArmoryUtils.pyc:679 - Executing popen: ['E:\\Program Files (x86)\\Armory\\ArmoryDB.exe', '--db-type="DB_FULL"', '--cookie', '--datadir="C:\\Users\\Vitalii\\AppData\\Roaming\\Armory\\"', u'--dbdir="C:\\Users\\Vitalii\\AppData\\Roaming\\Armory\\databases"']
2018-04-21 16:21:00 (INFO) -- ArmoryQt.py:1824 - Connecting on port 9001
2018-04-21 16:21:00 (INFO) -- ArmoryQt.py:1924 - Setting netmode: 1
2018-04-21 16:21:00 (ERROR) -- BDM.pyc:197 - DB error: C:\Users\Vitalii\AppData\Roaming/Bitcoin/blocks is not a valid path
2018-04-21 16:21:00 (INFO) -- ArmoryQt.py:1924 - Setting netmode: 0
2018-04-21 16:21:00 (INFO) -- ArmoryQt.py:1906 - loadBlockchainIfNecessary
2018-04-21 16:21:00 (INFO) -- ArmoryQt.py:4673 - Dashboard switched to "Scanning" mode
2018-04-21 16:21:00 (INFO) -- ArmoryQt.py:4673 - Dashboard switched to "Scanning" mode
2018-04-21 16:23:04 (INFO) -- ArmoryQt.py:5478 - BDM is safe for clean shutdown
2018-04-21 16:23:04 (INFO) -- SDM.pyc:461 - Called stopBitcoind
2018-04-21 16:23:04 (WARNING) -- SDM.pyc:511 - bitcoind exited, bitcoind STDOUT:
2018-04-21 16:23:04 (WARNING) -- SDM.pyc:513 -
2018-04-21 16:23:04 (WARNING) -- SDM.pyc:514 - bitcoind exited, bitcoind STDERR:
2018-04-21 16:23:04 (WARNING) -- SDM.pyc:516 -
2018-04-21 16:23:04 (INFO) -- SDM.pyc:467 - ...but bitcoind is not running, to be able to stop
2018-04-21 16:23:04 (INFO) -- ArmoryQt.py:5491 - Attempting to close the main window!
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1154 - C++ block utilities loaded successfully
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1271 -
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1272 -
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1273 -
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1274 - ************************************************************
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1275 - Invoked: E:\Program Files (x86)\Armory\ArmoryQt.exe
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1276 - ************************************************************
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1277 - Loading Armory Engine:
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1278 -    Armory Version        : 0.96.4
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1279 -    Armory Build:         : fee1f91a31
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1280 -    PyBtcWallet  Version  : 1.35
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1281 - Detected Operating system: Windows
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1282 -    OS Variant            : 10-10.0.16299--Multiprocessor Free
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1283 -    User home-directory   : C:\Users\Vitalii\AppData\Roaming
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1284 -    Satoshi BTC directory : C:\Users\Vitalii\AppData\Roaming\Bitcoin
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1285 -    Armory home dir       : C:\Users\Vitalii\AppData\Roaming\Armory\
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1286 - Detected System Specs    :
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1287 -    Total Available RAM   : 3.86 GB
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1288 -    CPU ID string         : Intel64 Family 6 Model 158 Stepping 9, GenuineIntel
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1289 -    Number of CPU cores   : 2 cores
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1290 -    System is 64-bit      : True
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1291 -    Preferred Encoding    : cp1251
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1292 -    Machine Arch          : amd64
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1293 -    Available HDD (ARM)   : 96 GB
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1294 -    Available HDD (BTC)   : 0 GB
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1295 -
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1296 - Network Name: Main Network
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1297 - Satoshi Port: 8333
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1298 - Do wlt check: True
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1299 - Named options/arguments to armoryengine.py:
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     force_segwit    : False
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     nettimeout      : 2
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     rescan          : False
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     force_fcgi      : False
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     ignoreAllZC     : False
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     rescanBalance   : False
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     disableModules  : False
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     port            : None
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     interport       : 8223
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     coverageOutputDir: None
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     forceWalletCheck: False
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     regtest         : False
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     rebuild         : False
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     thread_count    : -1
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     datadir         : DEFAULT
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     clearMempool    : False
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     offline         : False
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     armoryDBDir     : DEFAULT
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     armorydb_port   : 9001
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     satoshiPort     : DEFAULT
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     disableConfPermis: False
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     useTorSettings  : False
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     netlog          : False
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     keypool         : 100
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     coverageInclude : None
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     forceOnline     : False
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     disableWalletCheck: False
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     redownload      : False
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     rpcBindAddr     : 127.0.0.1
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     armorydb_ip     : 127.0.0.1
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     multisigFile    : DEFAULT
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     ram_usage       : -1
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     ignoreZC        : False
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     logDisable      : False
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     settingsPath    : C:\Users\Vitalii\AppData\Roaming\Armory\ArmorySettings.txt
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     language        : en
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     db_type         : DB_FULL
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     doDebug         : False
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     enableDetSign   : True
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     mtdebug         : False
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     testnet         : False
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     rpcport         : DEFAULT
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     satoshiHome     : DEFAULT
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     satoshiRpcport  : DEFAULT
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     logFile         : C:\Users\Vitalii\AppData\Roaming\Armory\ArmoryQt.exe.log.txt
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1301 -     verbosity       : None
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1302 - Other arguments:
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1305 - ************************************************************
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:1708 - C++ block utilities loaded successfully
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:3566 - Using settings file: C:\Users\Vitalii\AppData\Roaming\Armory\ArmorySettings.txt
2018-04-21 17:09:12 (ERROR) -- ArmoryUtils.pyc:3723 - Unsupported language  specified. Defaulting to English (en)
2018-04-21 17:09:12 (INFO) -- ArmoryUtils.pyc:3726 - Using Language: en
2018-04-21 17:09:12 (INFO) -- BDM.pyc:361 - Using the asynchronous/multi-threaded BlockDataManager.
2018-04-21 17:09:12 (INFO) -- BDM.pyc:362 - Blockchain operations will happen in the background. 
2018-04-21 17:09:12 (INFO) -- BDM.pyc:363 - Devs: check TheBDM.getState() before asking for data.
2018-04-21 17:09:12 (INFO) -- BDM.pyc:364 - Registering addresses during rescans will queue them for
2018-04-21 17:09:12 (INFO) -- BDM.pyc:365 - inclusion after the current scan is completed.
2018-04-21 17:09:20 (INFO) -- ArmoryUtils.pyc:3566 - Using settings file: C:\Users\Vitalii\AppData\Roaming\Armory\ArmorySettings.txt
2018-04-21 17:09:21 (INFO) -- ArmoryQt.py:2061 - loadWalletsAndSettings
2018-04-21 17:09:21 (INFO) -- ArmoryQt.py:2121 - Loading wallets...
2018-04-21 17:09:21 (INFO) -- ArmoryQt.py:2186 - Number of wallets read in: 0
2018-04-21 17:09:21 (INFO) -- ArmoryQt.py:1763 - acquiring process mutex...
2018-04-21 17:09:23 (INFO) -- ArmoryQt.py:1395 - setupUriRegistration
2018-04-21 17:09:37 (INFO) -- ArmoryQt.py:1513 - URL-register action: DoIt
2018-04-21 17:09:37 (INFO) -- ArmoryQt.py:1516 - Registering Armory  for current user
2018-04-21 17:09:37 (INFO) -- ArmoryQt.py:1526 -    Writing key: [HKEY_CURRENT_USER\] Software\Classes\bitcoin\
2018-04-21 17:09:37 (INFO) -- ArmoryQt.py:1526 -    Writing key: [HKEY_CURRENT_USER\] Software\Classes\bitcoin\URL Protocol
2018-04-21 17:09:37 (INFO) -- ArmoryQt.py:1526 -    Writing key: [HKEY_CURRENT_USER\] Software\Classes\bitcoin\shell\
2018-04-21 17:09:37 (INFO) -- ArmoryQt.py:1526 -    Writing key: [HKEY_CURRENT_USER\] Software\Classes\bitcoin\shell\open\
2018-04-21 17:09:37 (INFO) -- ArmoryQt.py:1538 -    Writing key: [HKEY_CURRENT_USER\] Software\Classes\bitcoin\shell\open\command\
2018-04-21 17:09:37 (INFO) -- ArmoryQt.py:1538 -    Writing key: [HKEY_CURRENT_USER\] Software\Classes\bitcoin\DefaultIcon\
2018-04-21 17:09:39 (INFO) -- ArmoryQt.py:566 - Usermode: Advanced
2018-04-21 17:09:39 (INFO) -- ArmoryQt.py:1698 - Changing usermode:
2018-04-21 17:09:39 (INFO) -- ArmoryQt.py:1699 -    From: Advanced
2018-04-21 17:09:39 (INFO) -- ArmoryQt.py:1707 -      To: Advanced
2018-04-21 17:09:39 (INFO) -- ArmoryQt.py:1836 - startBitcoindIfNecessary
2018-04-21 17:09:39 (INFO) -- ArmoryQt.py:1872 - setSatoshiPaths
2018-04-21 17:09:39 (ERROR) -- BDM.pyc:268 - setSatoshiDir: directory does not exist: C:\Users\Vitalii\AppData\Roaming\Bitcoin
2018-04-21 17:09:40 (INFO) -- SDM.pyc:253 - Found Bitcoin Core link on desktop: E:\Program Files\Bitcoin
2018-04-21 17:09:40 (INFO) -- SDM.pyc:171 - Found bitcoind in the following places:
2018-04-21 17:09:40 (INFO) -- SDM.pyc:173 -    E:\Program Files\Bitcoin\daemon\bitcoind.exe
2018-04-21 17:09:40 (INFO) -- SDM.pyc:175 - Using: E:\Program Files\Bitcoin\daemon\bitcoind.exe
2018-04-21 17:09:40 (INFO) -- SDM.pyc:339 - Called startBitcoind
2018-04-21 17:09:40 (WARNING) -- SDM.pyc:441 - Spawning bitcoind with command: E:\Program Files\Bitcoin\daemon\bitcoind.exe -datadir=C:\Users\Vitalii\AppData\Roaming\Bitcoin -dbcache=500
2018-04-21 17:09:40 (INFO) -- ArmoryUtils.pyc:679 - Executing popen: [u'E:\\Program Files\\Bitcoin\\daemon\\bitcoind.exe', u'-datadir=C:\\Users\\Vitalii\\AppData\\Roaming\\Bitcoin', '-dbcache=500']
2018-04-21 17:09:41 (INFO) -- SDM.pyc:447 - PID of bitcoind: 7776
2018-04-21 17:09:41 (INFO) -- SDM.pyc:448 - PID of armory:   1128
2018-04-21 17:09:41 (INFO) -- ArmoryUtils.pyc:679 - Executing popen: ['E:\\Program Files (x86)\\Armory\\guardian.exe', '1128', '7776']
2018-04-21 17:09:42 (INFO) -- ArmoryQt.py:1924 - Setting netmode: 1
2018-04-21 17:09:42 (ERROR) -- BDM.pyc:197 - DB error: C:\Users\Vitalii\AppData\Roaming/Bitcoin/blocks is not a valid path
2018-04-21 17:09:42 (INFO) -- ArmoryQt.py:1924 - Setting netmode: 0
2018-04-21 17:09:42 (INFO) -- ArmoryQt.py:1906 - loadBlockchainIfNecessary
2018-04-21 17:09:42 (INFO) -- ArmoryQt.py:4673 - Dashboard switched to "Scanning" mode
2018-04-21 17:09:42 (INFO) -- ArmoryQt.py:4673 - Dashboard switched to "Scanning" mode
2018-04-21 17:10:26 (INFO) -- ArmoryQt.py:5478 - BDM is safe for clean shutdown
2018-04-21 17:10:26 (INFO) -- SDM.pyc:461 - Called stopBitcoind
2018-04-21 17:10:26 (WARNING) -- SDM.pyc:511 - bitcoind exited, bitcoind STDOUT:
2018-04-21 17:10:26 (WARNING) -- SDM.pyc:513 -
2018-04-21 17:10:26 (WARNING) -- SDM.pyc:514 - bitcoind exited, bitcoind STDERR:
2018-04-21 17:10:26 (WARNING) -- SDM.pyc:516 -
2018-04-21 17:10:26 (INFO) -- SDM.pyc:467 - ...but bitcoind is not running, to be able to stop
2018-04-21 17:10:26 (INFO) -- ArmoryQt.py:5491 - Attempting to close the main window!
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1154 - C++ block utilities loaded successfully
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1271 -
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1272 -
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1273 -
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1274 - ************************************************************
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1275 - Invoked: E:\Program Files (x86)\Armory\ArmoryQt.exe
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1276 - ************************************************************
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1277 - Loading Armory Engine:
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1278 -    Armory Version        : 0.96.4
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1279 -    Armory Build:         : fee1f91a31
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1280 -    PyBtcWallet  Version  : 1.35
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1281 - Detected Operating system: Windows
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1282 -    OS Variant            : 10-10.0.16299--Multiprocessor Free
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1283 -    User home-directory   : C:\Users\Vitalii\AppData\Roaming
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1284 -    Satoshi BTC directory : C:\Users\Vitalii\AppData\Roaming\Bitcoin
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1285 -    Armory home dir       : C:\Users\Vitalii\AppData\Roaming\Armory\
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1286 - Detected System Specs    :
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1287 -    Total Available RAM   : 3.86 GB
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1288 -    CPU ID string         : Intel64 Family 6 Model 158 Stepping 9, GenuineIntel
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1289 -    Number of CPU cores   : 2 cores
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1290 -    System is 64-bit      : True
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1291 -    Preferred Encoding    : cp1251
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1292 -    Machine Arch          : amd64
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1293 -    Available HDD (ARM)   : 96 GB
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1294 -    Available HDD (BTC)   : 0 GB
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1295 -
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1296 - Network Name: Main Network
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1297 - Satoshi Port: 8333
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1298 - Do wlt check: True
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1299 - Named options/arguments to armoryengine.py:
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     force_segwit    : False
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     nettimeout      : 2
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     rescan          : False
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     force_fcgi      : False
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     ignoreAllZC     : False
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     rescanBalance   : False
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     disableModules  : False
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     port            : None
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     interport       : 8223
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     coverageOutputDir: None
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     forceWalletCheck: False
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     regtest         : False
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     rebuild         : False
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     thread_count    : -1
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     datadir         : DEFAULT
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     clearMempool    : False
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     offline         : False
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     armoryDBDir     : DEFAULT
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     armorydb_port   : 9001
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     satoshiPort     : DEFAULT
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     disableConfPermis: False
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     useTorSettings  : False
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     netlog          : False
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     keypool         : 100
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     coverageInclude : None
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     forceOnline     : False
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     disableWalletCheck: False
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     redownload      : False
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     rpcBindAddr     : 127.0.0.1
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     armorydb_ip     : 127.0.0.1
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     multisigFile    : DEFAULT
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     ram_usage       : -1
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     ignoreZC        : False
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     logDisable      : False
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     settingsPath    : C:\Users\Vitalii\AppData\Roaming\Armory\ArmorySettings.txt
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     language        : en
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     db_type         : DB_FULL
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     doDebug         : False
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     enableDetSign   : True
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     mtdebug         : False
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     testnet         : False
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     rpcport         : DEFAULT
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     satoshiHome     : DEFAULT
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     satoshiRpcport  : DEFAULT
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     logFile         : C:\Users\Vitalii\AppData\Roaming\Armory\ArmoryQt.exe.log.txt
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1301 -     verbosity       : None
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1302 - Other arguments:
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1305 - ************************************************************
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:1708 - C++ block utilities loaded successfully
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:3566 - Using settings file: C:\Users\Vitalii\AppData\Roaming\Armory\ArmorySettings.txt
2018-04-21 17:18:44 (ERROR) -- ArmoryUtils.pyc:3723 - Unsupported language  specified. Defaulting to English (en)
2018-04-21 17:18:44 (INFO) -- ArmoryUtils.pyc:3726 - Using Language: en
2018-04-21 17:18:44 (INFO) -- BDM.pyc:361 - Using the asynchronous/multi-threaded BlockDataManager.
2018-04-21 17:18:44 (INFO) -- BDM.pyc:362 - Blockchain operations will happen in the background. 
2018-04-21 17:18:44 (INFO) -- BDM.pyc:363 - Devs: check TheBDM.getState() before asking for data.
2018-04-21 17:18:44 (INFO) -- BDM.pyc:364 - Registering addresses during rescans will queue them for
2018-04-21 17:18:44 (INFO) -- BDM.pyc:365 - inclusion after the current scan is completed.
2018-04-21 17:18:45 (INFO) -- ArmoryUtils.pyc:3566 - Using settings file: C:\Users\Vitalii\AppData\Roaming\Armory\ArmorySettings.txt
2018-04-21 17:18:45 (INFO) -- ArmoryQt.py:2061 - loadWalletsAndSettings
2018-04-21 17:18:45 (INFO) -- ArmoryQt.py:2121 - Loading wallets...
2018-04-21 17:18:45 (INFO) -- ArmoryQt.py:2186 - Number of wallets read in: 0
2018-04-21 17:18:45 (INFO) -- ArmoryQt.py:1763 - acquiring process mutex...
2018-04-21 17:18:46 (INFO) -- ArmoryQt.py:1395 - setupUriRegistration
2018-04-21 17:18:46 (INFO) -- ArmoryQt.py:1463 - Armory already registered for current user.  Done!
2018-04-21 17:18:46 (INFO) -- ArmoryQt.py:566 - Usermode: Advanced
2018-04-21 17:18:46 (INFO) -- ArmoryQt.py:1698 - Changing usermode:
2018-04-21 17:18:46 (INFO) -- ArmoryQt.py:1699 -    From: Advanced
2018-04-21 17:18:46 (INFO) -- ArmoryQt.py:1707 -      To: Advanced
2018-04-21 17:18:46 (INFO) -- ArmoryQt.py:1836 - startBitcoindIfNecessary
2018-04-21 17:18:46 (INFO) -- ArmoryQt.py:1872 - setSatoshiPaths
2018-04-21 17:18:46 (ERROR) -- BDM.pyc:268 - setSatoshiDir: directory does not exist: C:\Users\Vitalii\AppData\Roaming\Bitcoin
2018-04-21 17:18:46 (INFO) -- SDM.pyc:253 - Found Bitcoin Core link on desktop: E:\Program Files\Bitcoin
2018-04-21 17:18:46 (INFO) -- SDM.pyc:171 - Found bitcoind in the following places:
2018-04-21 17:18:46 (INFO) -- SDM.pyc:173 -    E:\Program Files\Bitcoin\daemon\bitcoind.exe
2018-04-21 17:18:46 (INFO) -- SDM.pyc:175 - Using: E:\Program Files\Bitcoin\daemon\bitcoind.exe
2018-04-21 17:18:46 (INFO) -- SDM.pyc:339 - Called startBitcoind
2018-04-21 17:18:46 (WARNING) -- SDM.pyc:441 - Spawning bitcoind with command: E:\Program Files\Bitcoin\daemon\bitcoind.exe -datadir=C:\Users\Vitalii\AppData\Roaming\Bitcoin -dbcache=500
2018-04-21 17:18:46 (INFO) -- ArmoryUtils.pyc:679 - Executing popen: [u'E:\\Program Files\\Bitcoin\\daemon\\bitcoind.exe', u'-datadir=C:\\Users\\Vitalii\\AppData\\Roaming\\Bitcoin', '-dbcache=500']
2018-04-21 17:18:46 (INFO) -- SDM.pyc:447 - PID of bitcoind: 6064
2018-04-21 17:18:46 (INFO) -- SDM.pyc:448 - PID of armory:   5568
2018-04-21 17:18:46 (INFO) -- ArmoryUtils.pyc:679 - Executing popen: ['E:\\Program Files (x86)\\Armory\\guardian.exe', '5568', '6064']
2018-04-21 17:18:46 (INFO) -- ArmoryQt.py:1924 - Setting netmode: 1
2018-04-21 17:18:46 (ERROR) -- BDM.pyc:197 - DB error: C:\Users\Vitalii\AppData\Roaming/Bitcoin/blocks is not a valid path
2018-04-21 17:18:46 (INFO) -- ArmoryQt.py:1924 - Setting netmode: 0
2018-04-21 17:18:46 (INFO) -- ArmoryQt.py:1906 - loadBlockchainIfNecessary
2018-04-21 17:18:46 (INFO) -- ArmoryQt.py:4673 - Dashboard switched to "Scanning" mode
2018-04-21 17:18:46 (INFO) -- ArmoryQt.py:4673 - Dashboard switched to "Scanning" mode
2018-04-21 17:23:09 (INFO) -- PyBtcWallet.pyc:885 - ***Creating new deterministic wallet
2018-04-21 17:23:09 (INFO) -- PyBtcWallet.pyc:891 - (with encryption)
2018-04-21 17:23:09 (INFO) -- PyBtcWallet.pyc:893 - Target (time,RAM)=(0.250,33554432)
2018-04-21 17:23:14 (INFO) -- PyBtcWallet.pyc:960 -    New wallet will be written to: C:\Users\Vitalii\AppData\Roaming\Armory\armory_2coU4E7vF_.wallet
2018-04-21 17:23:28 (INFO) -- ArmoryQt.py:2859 - addWalletToApplication
2018-04-21 17:28:18 (INFO) -- qtdialogs.pyc:6484 - Deriving SecurePrint code took 0.25 seconds
2018-04-21 17:28:35 (INFO) -- qtdialogs.pyc:6702 - Printing!
2018-04-21 17:51:30 (INFO) -- qtdialogs.pyc:6702 - Printing!
2018-04-21 18:02:27 (INFO) -- ArmoryQt.py:5478 - BDM is safe for clean shutdown
2018-04-21 18:02:27 (INFO) -- SDM.pyc:461 - Called stopBitcoind
2018-04-21 18:02:27 (WARNING) -- SDM.pyc:511 - bitcoind exited, bitcoind STDOUT:
2018-04-21 18:02:27 (WARNING) -- SDM.pyc:513 -
2018-04-21 18:02:27 (WARNING) -- SDM.pyc:514 - bitcoind exited, bitcoind STDERR:
2018-04-21 18:02:27 (WARNING) -- SDM.pyc:516 -
2018-04-21 18:02:27 (INFO) -- SDM.pyc:467 - ...but bitcoind is not running, to be able to stop
2018-04-21 18:02:28 (INFO) -- ArmoryQt.py:5491 - Attempting to close the main window!
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1154 - C++ block utilities loaded successfully
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1271 -
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1272 -
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1273 -
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1274 - ************************************************************
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1275 - Invoked: E:\Program Files (x86)\Armory\ArmoryQt.exe
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1276 - ************************************************************
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1277 - Loading Armory Engine:
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1278 -    Armory Version        : 0.96.4
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1279 -    Armory Build:         : fee1f91a31
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1280 -    PyBtcWallet  Version  : 1.35
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1281 - Detected Operating system: Windows
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1282 -    OS Variant            : 10-10.0.16299--Multiprocessor Free
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1283 -    User home-directory   : C:\Users\Vitalii\AppData\Roaming
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1284 -    Satoshi BTC directory : C:\Users\Vitalii\AppData\Roaming\Bitcoin
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1285 -    Armory home dir       : C:\Users\Vitalii\AppData\Roaming\Armory\
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1286 - Detected System Specs    :
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1287 -    Total Available RAM   : 3.86 GB
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1288 -    CPU ID string         : Intel64 Family 6 Model 158 Stepping 9, GenuineIntel
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1289 -    Number of CPU cores   : 2 cores
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1290 -    System is 64-bit      : True
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1291 -    Preferred Encoding    : cp1251
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1292 -    Machine Arch          : amd64
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1293 -    Available HDD (ARM)   : 96 GB
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1294 -    Available HDD (BTC)   : 0 GB
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1295 -
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1296 - Network Name: Main Network
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1297 - Satoshi Port: 8333
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1298 - Do wlt check: True
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1299 - Named options/arguments to armoryengine.py:
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     force_segwit    : False
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     nettimeout      : 2
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     rescan          : False
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     force_fcgi      : False
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     ignoreAllZC     : False
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     rescanBalance   : False
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     disableModules  : False
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     port            : None
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     interport       : 8223
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     coverageOutputDir: None
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     forceWalletCheck: False
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     regtest         : False
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     rebuild         : False
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     thread_count    : -1
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     datadir         : DEFAULT
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     clearMempool    : False
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     offline         : False
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     armoryDBDir     : DEFAULT
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     armorydb_port   : 9001
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     satoshiPort     : DEFAULT
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     disableConfPermis: False
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     useTorSettings  : False
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     netlog          : False
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     keypool         : 100
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     coverageInclude : None
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     forceOnline     : False
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     disableWalletCheck: False
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     redownload      : False
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     rpcBindAddr     : 127.0.0.1
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     armorydb_ip     : 127.0.0.1
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     multisigFile    : DEFAULT
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     ram_usage       : -1
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     ignoreZC        : False
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     logDisable      : False
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     settingsPath    : C:\Users\Vitalii\AppData\Roaming\Armory\ArmorySettings.txt
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     language        : en
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     db_type         : DB_FULL
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     doDebug         : False
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     enableDetSign   : True
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     mtdebug         : False
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     testnet         : False
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     rpcport         : DEFAULT
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     satoshiHome     : DEFAULT
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     satoshiRpcport  : DEFAULT
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     logFile         : C:\Users\Vitalii\AppData\Roaming\Armory\ArmoryQt.exe.log.txt
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1301 -     verbosity       : None
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1302 - Other arguments:
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1305 - ************************************************************
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:1708 - C++ block utilities loaded successfully
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:3566 - Using settings file: C:\Users\Vitalii\AppData\Roaming\Armory\ArmorySettings.txt
2018-04-21 18:09:04 (ERROR) -- ArmoryUtils.pyc:3723 - Unsupported language  specified. Defaulting to English (en)
2018-04-21 18:09:04 (INFO) -- ArmoryUtils.pyc:3726 - Using Language: en
2018-04-21 18:09:04 (INFO) -- BDM.pyc:361 - Using the asynchronous/multi-threaded BlockDataManager.
2018-04-21 18:09:04 (INFO) -- BDM.pyc:362 - Blockchain operations will happen in the background. 
2018-04-21 18:09:04 (INFO) -- BDM.pyc:363 - Devs: check TheBDM.getState() before asking for data.
2018-04-21 18:09:04 (INFO) -- BDM.pyc:364 - Registering addresses during rescans will queue them for
2018-04-21 18:09:04 (INFO) -- BDM.pyc:365 - inclusion after the current scan is completed.
2018-04-21 18:09:05 (INFO) -- ArmoryUtils.pyc:3566 - Using settings file: C:\Users\Vitalii\AppData\Roaming\Armory\ArmorySettings.txt
2018-04-21 18:09:05 (INFO) -- ArmoryQt.py:2061 - loadWalletsAndSettings
2018-04-21 18:09:05 (INFO) -- ArmoryQt.py:2121 - Loading wallets...
2018-04-21 18:09:05 (INFO) -- ArmoryQt.py:2186 - Number of wallets read in: 1
2018-04-21 18:09:05 (INFO) -- ArmoryQt.py:2191 -    Wallet (2coU4E7vF):   "Primary Wallet                  "   (Encrypted)
2018-04-21 18:09:05 (INFO) -- ArmoryQt.py:1763 - acquiring process mutex...
2018-04-21 18:09:06 (INFO) -- ArmoryQt.py:1395 - setupUriRegistration
2018-04-21 18:09:06 (INFO) -- ArmoryQt.py:1463 - Armory already registered for current user.  Done!
2018-04-21 18:09:06 (INFO) -- ArmoryQt.py:566 - Usermode: Advanced
2018-04-21 18:09:06 (INFO) -- ArmoryQt.py:1698 - Changing usermode:
2018-04-21 18:09:06 (INFO) -- ArmoryQt.py:1699 -    From: Advanced
2018-04-21 18:09:06 (INFO) -- ArmoryQt.py:1707 -      To: Advanced
2018-04-21 18:09:06 (INFO) -- ArmoryQt.py:1836 - startBitcoindIfNecessary
2018-04-21 18:09:06 (INFO) -- ArmoryQt.py:1872 - setSatoshiPaths
2018-04-21 18:09:06 (ERROR) -- BDM.pyc:268 - setSatoshiDir: directory does not exist: C:\Users\Vitalii\AppData\Roaming\Bitcoin
2018-04-21 18:09:06 (INFO) -- SDM.pyc:253 - Found Bitcoin Core link on desktop: E:\Program Files\Bitcoin
2018-04-21 18:09:06 (INFO) -- SDM.pyc:171 - Found bitcoind in the following places:
2018-04-21 18:09:06 (INFO) -- SDM.pyc:173 -    E:\Program Files\Bitcoin\daemon\bitcoind.exe
2018-04-21 18:09:06 (INFO) -- SDM.pyc:175 - Using: E:\Program Files\Bitcoin\daemon\bitcoind.exe
2018-04-21 18:09:06 (INFO) -- SDM.pyc:339 - Called startBitcoind
2018-04-21 18:09:06 (WARNING) -- SDM.pyc:441 - Spawning bitcoind with command: E:\Program Files\Bitcoin\daemon\bitcoind.exe -datadir=C:\Users\Vitalii\AppData\Roaming\Bitcoin -dbcache=500
2018-04-21 18:09:06 (INFO) -- ArmoryUtils.pyc:679 - Executing popen: [u'E:\\Program Files\\Bitcoin\\daemon\\bitcoind.exe', u'-datadir=C:\\Users\\Vitalii\\AppData\\Roaming\\Bitcoin', '-dbcache=500']
2018-04-21 18:09:06 (INFO) -- SDM.pyc:447 - PID of bitcoind: 8560
2018-04-21 18:09:06 (INFO) -- SDM.pyc:448 - PID of armory:   1036
2018-04-21 18:09:06 (INFO) -- ArmoryUtils.pyc:679 - Executing popen: ['E:\\Program Files (x86)\\Armory\\guardian.exe', '1036', '8560']
2018-04-21 18:09:06 (INFO) -- ArmoryQt.py:1924 - Setting netmode: 1
2018-04-21 18:09:06 (ERROR) -- BDM.pyc:197 - DB error: C:\Users\Vitalii\AppData\Roaming/Bitcoin/blocks is not a valid path
2018-04-21 18:09:06 (INFO) -- ArmoryQt.py:1924 - Setting netmode: 0
2018-04-21 18:09:06 (INFO) -- ArmoryQt.py:1906 - loadBlockchainIfNecessary
2018-04-21 18:09:06 (INFO) -- ArmoryQt.py:4673 - Dashboard switched to "Scanning" mode
2018-04-21 18:09:06 (INFO) -- ArmoryQt.py:4673 - Dashboard switched to "Scanning" mode
2018-04-21 18:24:28 (INFO) -- ArmoryQt.py:5478 - BDM is safe for clean shutdown
2018-04-21 18:24:28 (INFO) -- SDM.pyc:461 - Called stopBitcoind
2018-04-21 18:24:28 (WARNING) -- SDM.pyc:511 - bitcoind exited, bitcoind STDOUT:
2018-04-21 18:24:28 (WARNING) -- SDM.pyc:513 -
2018-04-21 18:24:28 (WARNING) -- SDM.pyc:514 - bitcoind exited, bitcoind STDERR:
2018-04-21 18:24:28 (WARNING) -- SDM.pyc:516 -
2018-04-21 18:24:28 (INFO) -- SDM.pyc:467 - ...but bitcoind is not running, to be able to stop
2018-04-21 18:24:28 (INFO) -- ArmoryQt.py:5491 - Attempting to close the main window!
2018-04-21 18:30:43 (INFO) -- ArmoryUtils.pyc:1154 - C++ block utilities loaded successfully
2018-04-21 18:30:43 (INFO) -- ArmoryUtils.pyc:1271 -
2018-04-21 18:30:43 (INFO) -- ArmoryUtils.pyc:1272 -
staff
Activity: 3374
Merit: 6530
Just writing some code
October 24, 2016, 10:20:56 PM
#59
I'm not terribly technical and have not been able to get my armory client online.  I'm stuck in offline mode. 
First of all, please do not hijack someone else's thread. Make your own thread for you own issue.

Upgrade to 0.94.1 (the latest 0.95 has some windows issues) and see if that fixes the problem.
newbie
Activity: 2
Merit: 0
October 24, 2016, 09:45:12 PM
#58
I'm not terribly technical and have not been able to get my armory client online.  I'm stuck in offline mode. 

here's my giant error log.

2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1188 -
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1189 - ************************************************************
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1190 - Invoked: C:\Program Files (x86)\Armory\ArmoryQt.exe
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1191 - ************************************************************
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1192 - Loading Armory Engine:
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1193 -    Armory Version        : 0.93.3
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1194 -    Armory Build:         : e59e10d38c
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1195 -    PyBtcWallet  Version  : 1.35
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1196 - Detected Operating system: Windows
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1197 -    OS Variant            : 7-6.1.7601-SP1-Multiprocessor Free
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1198 -    User home-directory   : C:\Users\USERNAME1\AppData\Roaming
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1199 -    Satoshi BTC directory : C:\Users\USERNAME1\AppData\Roaming\Bitcoin\
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1200 -    Armory home dir       : C:\Users\USERNAME1\AppData\Roaming\Armory\
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1201 - Detected System Specs    :
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1202 -    Total Available RAM   : 15.91 GB
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1203 -    CPU ID string         : Intel64 Family 6 Model 69 Stepping 1, GenuineIntel
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1204 -    Number of CPU cores   : 4 cores
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1205 -    System is 64-bit      : True
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1206 -    Preferred Encoding    : cp1252
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1207 -    Machine Arch          : amd64
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1208 -    Available HDD (ARM)   : 57 GB
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1209 -    Available HDD (BTC)   : 57 GB
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1210 -
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1211 - Network Name: Main Network
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1212 - Satoshi Port: 8333
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1213 - Do wlt check: True
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1214 - Named options/arguments to armoryengine.py:
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     nettimeout      : 2
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     rescan          : False
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     ignoreAllZC     : False
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     enableSupernode : False
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     disableModules  : False
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     port            : None
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     interport       : 8223
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     skipStatsReport : False
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     forceWalletCheck: False
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     rebuild         : False
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     datadir         : DEFAULT
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     clearMempool    : False
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     offline         : False
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     coverageOutputDir: None
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     armoryDBDir     : DEFAULT
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     satoshiPort     : DEFAULT
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     useTorSettings  : False
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     netlog          : False
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     keypool         : 100
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     coverageInclude : None
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     forceOnline     : False
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     skipAnnounceCheck: False
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     redownload      : False
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     multisigFile    : DEFAULT
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     disableTorrent  : False
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     testAnnounceCode: False
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     mtdebug         : False
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     logDisable      : False
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     settingsPath    : C:\Users\USERNAME1\AppData\Roaming\Armory\ArmorySettings.txt
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     verbosity       : None
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     doDebug         : False
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     enableDetSign   : True
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     testnet         : False
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     rpcport         : DEFAULT
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     satoshiHome     : DEFAULT
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     satoshiRpcport  : DEFAULT
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     logFile         : C:\Users\USERNAME1\AppData\Roaming\Armory\ArmoryQt.exe.log.txt
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1216 -     disableConfPermis: False
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1217 - Other arguments:
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1220 - ************************************************************
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:1620 - C++ block utilities loaded successfully
2016-10-24 20:27 (INFO) -- BDM.pyc:418 - Using the asynchronous/multi-threaded BlockDataManager.
2016-10-24 20:27 (INFO) -- BDM.pyc:419 - Blockchain operations will happen in the background. 
2016-10-24 20:27 (INFO) -- BDM.pyc:420 - Devs: check TheBDM.getState() before asking for data.
2016-10-24 20:27 (INFO) -- BDM.pyc:421 - Registering addresses during rescans will queue them for
2016-10-24 20:27 (INFO) -- BDM.pyc:422 - inclusion after the current scan is completed.
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:3531 - Using settings file: C:\Users\USERNAME1\AppData\R



2016-10-24 20:27 (INFO) -- ArmoryQt.py:2863 - Loading Multisig Lockboxes
2016-10-24 20:27 (INFO) -- ArmoryQt.py:2298 - Setting up networking...
2016-10-24 20:27 (INFO) -- ArmoryQt.py:2327 - Internet status: 2
2016-10-24 20:27 (INFO) -- ArmoryQt.py:2442 - startBitcoindIfNecessary
2016-10-24 20:27 (INFO) -- ArmoryQt.py:2491 - setSatoshiPaths
2016-10-24 20:27 (INFO) -- SDM.pyc:282 - Total size of files in C:\Users\USERNAME1\AppData\Roaming\Bitcoin\blocks is 847.9 MB
2016-10-24 20:27 (INFO) -- ArmoryQt.py:2431 - Using torrent file: C:\Users\USERNAME1\AppData\Roaming\Armory\bootstrap.dat.torrent
2016-10-24 20:27 (INFO) -- torrentDL.pyc:105 - Torrent name is: bootstrap.dat
2016-10-24 20:27 (INFO) -- torrentDL.pyc:106 - Torrent size is: 27633.38 MB
2016-10-24 20:27 (INFO) -- SDM.pyc:246 - Bootstrap file is 27.0 GB
2016-10-24 20:27 (INFO) -- SDM.pyc:321 - Found bitcoind in the following places:
2016-10-24 20:27 (INFO) -- SDM.pyc:323 -    C:\Program Files\Bitcoin\daemon\bitcoind.exe
2016-10-24 20:27 (INFO) -- SDM.pyc:325 - Using: C:\Program Files\Bitcoin\daemon\bitcoind.exe
2016-10-24 20:27 (INFO) -- SDM.pyc:496 - Reading bitcoin.conf file
2016-10-24 20:27 (INFO) -- SDM.pyc:515 - Setting permissions on bitcoin.conf
2016-10-24 20:27 (INFO) -- SDM.pyc:524 - Setting permissions on bitcoin.conf
2016-10-24 20:27 (INFO) -- ArmoryUtils.pyc:600 - Executing popen: [u'icacls', u'C:\\Users\\USERNAME1\\AppData\\Roaming\\Bitcoin\\bitcoin.conf', u'/inheritance:r', u'/grant:r', u'USERNAME1:F']
2016-10-24 20:27 (INFO) -- SDM.pyc:530 - icacls returned:
2016-10-24 20:27 (INFO) -- SDM.pyc:597 - Called startBitcoind
2016-10-24 20:27 (INFO) -- SDM.pyc:282 - Total size of files in C:\Users\USERNAME1\AppData\Roaming\Bitcoin\blocks is 847.9 MB
2016-10-24 20:27 (INFO) -- ArmoryQt.py:1514 - setupUriRegistration
2016-10-24 20:27 (INFO) -- ArmoryQt.py:1582 - Armory already registered for current user.  Done!
2016-10-24 20:27 (INFO) -- torrentDL.pyc:431 - Downloading: bootstrap.dat
2016-10-24 20:27 (INFO) -- torrentDL.pyc:439 - Picking up where left off at 9380 of 27633 MB
2016-10-24 20:27 (ERROR) -- announcefetch.pyc:283 - Specified URL was inaccessible
2016-10-24 20:27 (ERROR) -- announcefetch.pyc:284 - Tried: https://bitcoinarmory.com/announce.txt?osvar=7&os=win&ver=0.93.3&id=f9065aa1
2016-10-24 20:27 (INFO) -- announcefetch.pyc:271 - Fetching: https://s3.amazonaws.com/bitcoinarmory-media/announce.txt
2016-10-24 20:27 (INFO) -- ArmoryQt.py:664 - Usermode: Expert
2016-10-24 20:27 (INFO) -- ArmoryQt.py:1810 - Changing usermode:
2016-10-24 20:27 (INFO) -- ArmoryQt.py:1811 -    From: Expert
2016-10-24 20:27 (INFO) -- ArmoryQt.py:1819 -      To: Expert
2016-10-24 20:27 (INFO) -- ArmoryQt.py:5887 - Dashboard switched to auto-InitSync
2016-10-24 20:27 (ERROR) -- announcefetch.pyc:283 - Specified URL was inaccessible
2016-10-24 20:27 (ERROR) -- announcefetch.pyc:284 - Tried: https://s3.amazonaws.com/bitcoinarmory-media/announce.txt
2016-10-24 20:27 (WARNING) -- announcefetch.pyc:297 - Error fetching announce digest
2016-10-24 20:27 (ERROR) -- torrentDL.pyc:314 - Problem connecting to tracker - [Errno 11004] getaddrinfo failed
None
2016-10-24 20:28 (ERROR) -- torrentDL.pyc:314 - Problem connecting to tracker - [Errno 11004] getaddrinfo failed
None
2016-10-24 20:29 (INFO) -- SDM.pyc:203 - Torrent:    Done: 33.9%   / Seeds: 0 / Peers: 0
2016-10-24 20:29 (ERROR) -- torrentDL.pyc:314 - Problem connecting to tracker - [Errno 11004] getaddrinfo failed
None
2016-10-24 20:30 (INFO) -- SDM.pyc:203 - Torrent:    Done: 33.9%   / Seeds: 0 / Peers: 0
2016-10-24 20:30 (ERROR) -- torrentDL.pyc:314 - Problem connecting to tracker - [Errno 11004] getaddrinfo failed
None
2016-10-24 20:31 (ERROR) -- torrentDL.pyc:314 - Problem connecting to tracker - [Errno 11004] getaddrinfo failed
None
2016-10-24 20:32 (INFO) -- SDM.pyc:203 - Torrent:    Done: 33.9%   / Seeds: 0 / Peers: 0
2016-10-24 20:32 (ERROR) -- torrentDL.pyc:314 - Problem connecting to tracker - [Errno 11004] getaddrinfo failed
None


Log file opened at 1451580578: C:\Users\USERNAME1\AppData\Roaming\Armory\armorycpplog.txt


HELP!!

sr. member
Activity: 263
Merit: 250
October 12, 2016, 06:49:35 AM
#57
I moved Bitcoin and Armory database from
D:\Program Files (x86)\Armorydatabases\Bitcoin
D:\Program Files (x86)\Armorydatabases\NewArmory
to
D:\Armorydatabases\Bitcoin
D:\Armorydatabases\NewArmory

and changed the Armory shortcut from
D:\Program Files (x86)\Armory\ArmoryQt.exe" --datadir="D:\Program Files (x86)\Armorydatabases\NewArmory
to
D:\Program Files (x86)\Armory\ArmoryQt.exe" --datadir="D:\Armorydatabases\NewArmory

I started Armory, to change the Bitcoin home dir in Armory settings from
D:\Program Files (x86)\Armorydatabases\Bitcoin
to
D:\Armorydatabases\Bitcoin
AND THIS TIME ARMORY WAS ONLINE, during this change.

After exiting and restarting : OFFLINE !!!

I checked permissions, as you suggested : bitcoin.conf in D:\Armorydatabases\Bitcoin was not accessible : no rights to modify it, I had to take full new ownership and full permissions on this file with my new account in this new Windows install.

Now Armory is online !

THANK YOU !!!

I hope my abstract of changes may help others.


legendary
Activity: 3640
Merit: 1345
Armory Developer
October 12, 2016, 06:31:53 AM
#56
Don't put your datadir in a the program files folder, your user account most likely does not have the permission to write in that folder by default. Move your data to somewhere in the /Users folder.
sr. member
Activity: 263
Merit: 250
October 12, 2016, 06:29:34 AM
#55
Hi

Sorry, I searched solutions on this forums, but nothing seems to work, or I don't understand...

I had a Windows 10 install with Armory 0.94.01 x64 and Bitcoin Core 0.12


Bitcoin Core was in C:\Program File\Bitcoin

Armory was in D:\Program Files (x86)\Armory

The shortcut to Armory was "D:\Program Files (x86)\Armory\ArmoryQt.exe" --datadir="D:\Program Files (x86)\Armorydatabases\NewArmory"

In Armory settings :
"Let Armory run Bitcoin-Core..." was checked
Bitcoin install dir was C:\Program File\Bitcoin
Bitcoin home dir was D:\Program Files (x86)\Armorydatabases\Bitcoin


All was working fine.


After formatting and reinstalling Windows 10 :

I installed again Bitcoin Core 0.12 to C:\Program File\Bitcoin

I installed again Armory 0.94.01 x64 to D:\Program Files (x86)\Armory

I configured Armory shortcut as "D:\Program Files (x86)\Armory\ArmoryQt.exe" --datadir="D:\Program Files (x86)\Armorydatabases\NewArmory"

I configured Armory settings as :
"Let Armory run Bitcoin-Core..." checked
Bitcoin install dir : C:\Program File\Bitcoin
Bitcoin home dir was : D:\Program Files (x86)\Armorydatabases\Bitcoin

As before, so...


But now, when starting Armory it stays stuck in Offline (my wallets are correctly opened).


I installed Armory 0.94.1 over 0.94.01 and Bitcoin 0.13 over 0.12, same config, but no changes...


Any idea, please !??

Thnak you :-)
sr. member
Activity: 525
Merit: 282
February 19, 2016, 03:42:54 AM
#54
here ?
https://gyazo.com/b8c18e6d470f9242d5f55654d872024e
dont work and dont stay persistent :-(
You need to include the path to the bitcoin datadir (where wallet.dat and other bitcoin data files are stored). For instance --satoshi-datadir=/home/roterdam/bitcoin
i've tried this many times and dont work


What's the path? Do you have any spaces? If so, you'll need to use single or double quotes. (I think either one will work.) So, you'd see something like this:

Code:
--satoshi-datadir="/home/Natoshi Sakamoto/bitcoin"

As an alternative, are you using any special characters, like ü or å? I believe Armory has issues with them due to lack of Unicode support. That won't get fixed for awhile, sadly.
hero member
Activity: 640
Merit: 500
interested to BUY CASASCIUS
February 18, 2016, 04:43:42 PM
#53
here ?
https://gyazo.com/b8c18e6d470f9242d5f55654d872024e
dont work and dont stay persistent :-(
You need to include the path to the bitcoin datadir (where wallet.dat and other bitcoin data files are stored). For instance --satoshi-datadir=/home/roterdam/bitcoin
i've tried this many times and dont work
legendary
Activity: 1284
Merit: 1001
February 18, 2016, 09:58:58 AM
#52
here ?
https://gyazo.com/b8c18e6d470f9242d5f55654d872024e
dont work and dont stay persistent :-(
You need to include the path to the bitcoin datadir (where wallet.dat and other bitcoin data files are stored). For instance --satoshi-datadir=/home/roterdam/bitcoin
hero member
Activity: 640
Merit: 500
interested to BUY CASASCIUS
February 17, 2016, 04:15:24 PM
#51
here ?
https://gyazo.com/b8c18e6d470f9242d5f55654d872024e
dont work and dont stay persistent :-(
legendary
Activity: 3640
Merit: 1345
Armory Developer
February 17, 2016, 04:05:55 PM
#50
force your block file location using --satoshi-datadir
hero member
Activity: 640
Merit: 500
interested to BUY CASASCIUS
February 17, 2016, 03:48:04 PM
#49
recently purchased a new ssd to serve to my armory installation but other time is full the disk and i moved the bitcoin directory to other disk and marked it in armory settings, but dont work it keep in offline mode and dont work and bitcoind dont close properly
bitcoin core work well in the new location
help please!!!
2016-02-17 20:32 (ERROR) -- Traceback (most recent call last):
  File "/usr/lib/armory/ArmoryQt.py", line 4340, in executeModeSwitch
    TheBDM.goOnline()
  File "/usr/lib/armory/armoryengine/BDM.py", line 148, in inner
    return func(*newArgs, **kwargs)
  File "/usr/lib/armory/armoryengine/BDM.py", line 251, in goOnline
    self.bdmThread.setConfig(self.bdmConfig())
  File "/usr/lib/armory/armoryengine/BDM.py", line 148, in inner
    return func(*newArgs, **kwargs)
  File "/usr/lib/armory/armoryengine/BDM.py", line 339, in bdmConfig
    bdmConfig.blkFileLocation = blockdir
  File "/usr/lib/armory/CppBlockUtils.py", line 2203, in
    __setattr__ = lambda self, name, value: _swig_setattr(self, BlockDataManagerConfig, name, value)
  File "/usr/lib/armory/CppBlockUtils.py", line 51, in _swig_setattr
    return _swig_setattr_nondynamic(self,class_type,name,value,0)
  File "/usr/lib/armory/CppBlockUtils.py", line 44, in _swig_setattr_nondynamic
    if method: return method(self,value)
TypeError: in method 'BlockDataManagerConfig_blkFileLocation_set', argument 2 of type 'string const &'

2016-02-17 20:32 (INFO) -- Networking.py:215 - Received new block.  000000000000000001987699506eb97a6b5423e5191521a4866722fea9d46867
2016-02-17 20:35 (ERROR) -- Traceback (most recent call last):
  File "/usr/lib/armory/ArmoryQt.py", line 4340, in executeModeSwitch
    TheBDM.goOnline()
  File "/usr/lib/armory/armoryengine/BDM.py", line 148, in inner
    return func(*newArgs, **kwargs)
  File "/usr/lib/armory/armoryengine/BDM.py", line 251, in goOnline
    self.bdmThread.setConfig(self.bdmConfig())
  File "/usr/lib/armory/armoryengine/BDM.py", line 148, in inner
    return func(*newArgs, **kwargs)
  File "/usr/lib/armory/armoryengine/BDM.py", line 339, in bdmConfig
    bdmConfig.blkFileLocation = blockdir
  File "/usr/lib/armory/CppBlockUtils.py", line 2203, in
    __setattr__ = lambda self, name, value: _swig_setattr(self, BlockDataManagerConfig, name, value)
  File "/usr/lib/armory/CppBlockUtils.py", line 51, in _swig_setattr
    return _swig_setattr_nondynamic(self,class_type,name,value,0)
  File "/usr/lib/armory/CppBlockUtils.py", line 44, in _swig_setattr_nondynamic
    if method: return method(self,value)
TypeError: in method 'BlockDataManagerConfig_blkFileLocation_set', argument 2 of type 'string const &'

2016-02-17 20:35 (INFO) -- ArmoryQt.py:6763 - BDM is safe for clean shutdown
2016-02-17 20:35 (INFO) -- ArmoryQt.py:6805 - Attempting to close the main window!
2016-02-17 20:35 (ERROR) -- Networking.py:359 - ***Connection to Satoshi client LOST!  Attempting to reconnect...
newbie
Activity: 17
Merit: 0
January 07, 2016, 04:43:54 PM
#48
I finally got mine unstuck. I ended up gutting all the bitcoind and armory data and starting over. I had a paper wallet so I was able to recover so I did not need the wallet file. With my Intel i3 laptop it took about 3 days. A friend told me that as long as the time (in the log file) was updating and not a lot of unexplainable errors it should be good. I did have to recover my wallet from the paper wallet.
newbie
Activity: 1
Merit: 0
January 07, 2016, 04:21:58 PM
#47
Hi!

I am experiencing the same issue as described in this thread's first entry:

Armory simply stays in offline mode, hitting the "Go Online!" button does not have any effect.

What I tried/have done so far:

- use Linux instead of Mac OSX
- either let armory control bitcoind or start bitcoin-qt manually
- start with "Skip online check on startup" checked in settings (and unchecked)
- making sure I am running the latest software versions
- re-download blockchain and start with a fresh install
- making sure all data is read- and writable

Situation now is: The wallet is there, armory has read the blockchain - but it remains offline and so the bitcoin I transfered to this address has not yet appeared..  :-(

As I'm pretty new to armory & bitcoin in general, any advice shall be gratefully taken...

Thanks a lot!
legendary
Activity: 3430
Merit: 3071
November 18, 2015, 12:30:54 PM
#46
Corrupted DB, you need to let Core reindex the chain. BitcoinQt should prompt you with the error and ask to reindex. If it doesn't, delete the /chainstate folder. If that still doesn't make it, in /blocks, delete blk00367.dat, rev00367.dat and all blk+rev that come after 367

0.11.2 fixes some of these db issues with core, but 0.12 is when the complete fix for Windows users will arrive (only a few weeks till the release candidate apparently).
legendary
Activity: 3640
Merit: 1345
Armory Developer
November 18, 2015, 12:25:07 PM
#45
Corrupted DB, you need to let Core reindex the chain. BitcoinQt should prompt you with the error and ask to reindex. If it doesn't, delete the /chainstate folder. If that still doesn't make it, in /blocks, delete blk00367.dat, rev00367.dat and all blk+rev that come after 367
newbie
Activity: 17
Merit: 0
November 18, 2015, 11:59:51 AM
#44
I have a similar problem with Amory that I suspect is due to Bitcoin Core not connecting. When I run Bitcoin Core I receive this error log:




2015-11-18 15:41:48 Bitcoin version v0.11.1 (2015-10-12 20:58:31 +0200)
2015-11-18 15:41:48 Using OpenSSL version OpenSSL 1.0.1k 8 Jan 2015
2015-11-18 15:41:48 Using BerkeleyDB version Berkeley DB 4.8.30: (April  9, 2010)
2015-11-18 15:41:48 Default data directory C:\Users\Greg\AppData\Roaming\Bitcoin
2015-11-18 15:41:48 Using data directory C:\Users\Greg\AppData\Roaming\Bitcoin
2015-11-18 15:41:48 Using config file C:\Users\Greg\AppData\Roaming\Bitcoin\bitcoin.conf
2015-11-18 15:41:48 Using at most 125 connections (2048 file descriptors available)
2015-11-18 15:41:48 Using 4 threads for script verification
2015-11-18 15:41:48 Using wallet wallet.dat
2015-11-18 15:41:48 scheduler thread start
2015-11-18 15:41:48 init message: Verifying wallet...
2015-11-18 15:41:48 CDBEnv::Open: LogDir=C:\Users\Greg\AppData\Roaming\Bitcoin\database ErrorFile=C:\Users\Greg\AppData\Roaming\Bitcoin\db.log
2015-11-18 15:41:48 Bound to [::]:8333
2015-11-18 15:41:48 Bound to 0.0.0.0:8333
2015-11-18 15:41:48 Cache configuration:
2015-11-18 15:41:48 * Using 2.0MiB for block index database
2015-11-18 15:41:48 * Using 32.5MiB for chain state database
2015-11-18 15:41:48 * Using 65.5MiB for in-memory UTXO set
2015-11-18 15:41:48 init message: Loading block index...
2015-11-18 15:41:48 Opening LevelDB in C:\Users\Greg\AppData\Roaming\Bitcoin\blocks\index
2015-11-18 15:41:48 Opened LevelDB successfully
2015-11-18 15:41:48 Opening LevelDB in C:\Users\Greg\AppData\Roaming\Bitcoin\chainstate
2015-11-18 15:41:48 Opened LevelDB successfully
2015-11-18 15:41:52 LoadBlockIndexDB: last block file = 368
2015-11-18 15:41:52 LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=138, size=91703377, heights=382189...382325, time=2015-11-05...2015-11-06)
2015-11-18 15:41:52 Checking all blk files are present...
2015-11-18 15:41:53 LoadBlockIndexDB: transaction index disabled
2015-11-18 15:41:53 LoadBlockIndexDB: hashBestChain=00000000000000000b48452a4825f7a171b7dcc4a4e63db523a39b9bXXXXXXX
height=382323 date=2015-11-06 15:46:00 progress=0.988535
2015-11-18 15:41:53 init message: Verifying blocks...
2015-11-18 15:41:53 Verifying last 288 blocks at level 3
2015-11-18 15:42:02 No coin database inconsistencies in last 6 blocks (10291 transactions)
2015-11-18 15:42:02  block index           13494ms
2015-11-18 15:42:02 init message: Loading wallet...
2015-11-18 15:42:02 nFileVersion = 110100
2015-11-18 15:42:02 Keys: 0 plaintext, 215 encrypted, 1 w/ metadata, 215 total
2015-11-18 15:42:02  wallet                   16ms
2015-11-18 15:42:02 init message: Activating best chain...
2015-11-18 15:42:02 ERROR: CheckProofOfWork(): nBits below minimum work
2015-11-18 15:42:02 ERROR: ReadBlockFromDisk: Errors in block header at CBlockDiskPos(nFile=368, nPos=90754277)
2015-11-18 15:42:02 *** Failed to read block
2015-11-18 15:42:11 CDBEnv::EnvShutdown: Error 22 shutting down database environment: Invalid argument

Am I correct in thinking that Bitcoin Core needs to be connected?  If so what do I need to do to get this running? If I am wrong about the need for Bitcoin Core connecting I can post the Armory Log.
legendary
Activity: 3640
Merit: 1345
Armory Developer
November 08, 2015, 09:35:20 AM
#43
Unrelated issue. Submit a log file.
newbie
Activity: 17
Merit: 0
November 08, 2015, 12:56:03 AM
#42

Help - Just changed to .92.3 and my Armory says it is Offline and when I go to the logdump it says:
 "2015-11-03 17:43 (ERROR) -- ArmoryUtils.pyc:3154 - Error in pybkgdthread: Must unlock wallet to change passphrase"

How do I "unlock" my wallet. What menu item do I select?  Undecided
jr. member
Activity: 38
Merit: 1
October 29, 2015, 07:27:57 PM
#41
Start BitcoinQt on its own and let it catch up. Then close it and restart Armory. Should be back to normal.

Awesome.
Thanks!

 Grin
legendary
Activity: 3640
Merit: 1345
Armory Developer
October 28, 2015, 09:07:06 PM
#40
Start BitcoinQt on its own and let it catch up. Then close it and restart Armory. Should be back to normal.
jr. member
Activity: 38
Merit: 1
October 28, 2015, 08:13:45 PM
#39
I'm not having a "stuck in offline mode" problem per-se.

My issue is is we had a power outage which shut down my computer and something got corrupted.

When I start Armory it stays on the "initializing bitcoin engine" mode with the "wheel" spinning.

 Forever......

I have tried each of the 3 "Factory Reset" options. The 3rd one is the only one that works.

I usually shut down Armory before turning off my computer, which is what I do when I leave town for extended periods.

When I restart my computer and then Armory. It starts that same process all over again.

I never had this problem before the outage. I'd always turn everything back on and Armory would only take about 45 minutes

to sync to the current block.

Now I have to do the extreme factory reset each time or just leave the computer always "on".

Any ideas?

-Mark-
full member
Activity: 204
Merit: 100
July 14, 2015, 05:37:07 AM
#38
Hey DLS, I think we should upgrade out bitcoin core to 0.11 which was just released yesterda, just to see if it might work:
https://bitcointalksearch.org/topic/bitcoin-core-0110-has-been-released-1119832

Another thing that I've been using to avoid the frequent problem of having to reindex:
Make a backup of the chainstate golder found in appdata/roaming/bitcoin. If you are asked to reindex you can always use the backet up copy to avoid it (if the backed up copy is reindexed already of course).
newbie
Activity: 31
Merit: 0
July 13, 2015, 08:22:33 PM
#37
On windows 7, have the same problem OFFLINE, and the dashboard doesn't say anything about why. I already tried with skip online check on and off, same result:

http://s30.postimg.org/72yhkca9t/2015_armory_offline_pic_ed.jpg



Similar issue here. Windows 7, and armory wont connect, with no reason given. I have a few btc I am trying to transfer out of Armory, and can't get it to connect.

full member
Activity: 204
Merit: 100
July 10, 2015, 06:45:36 AM
#36
Any help from tech support about this issue?

Meantime I tried finishing downloading the blockchain just with bitcoin core, but it is stuck at 9 hours. Any ideas?
full member
Activity: 204
Merit: 100
July 07, 2015, 08:52:42 AM
#35
On windows 7, have the same problem OFFLINE, and the dashboard doesn't say anything about why. I already tried with skip online check on and off, same result:



My armorycpplog file:

Log file opened at 1435543965: C:\Users\Lortel24jun15\AppData\Roaming\Armory\armorycpplog.txt
-INFO  - 1435560228: (..\BlockUtils.cpp:894) blkfile dir: C:\Users\Lortel24jun15\AppData\Roaming\Bitcoin\blocks
-INFO  - 1435560228: (..\BlockUtils.cpp:895) lmdb dir: C:\Users\Lortel24jun15\AppData\Roaming\Armory\databases
-INFO  - 1435560228: (..\lmdb_wrapper.cpp:478) Opening databases...
-INFO  - 1435560228: (..\BlockUtils.cpp:1226) Executing: doInitialSyncOnLoad
-INFO  - 1435560228: (..\BlockUtils.cpp:1297) Total number of blk*.dat files: 290
-INFO  - 1435560228: (..\BlockUtils.cpp:1298) Total blockchain bytes: 38,855,992,595
-INFO  - 1435560228: (..\BlockUtils.cpp:1671) Reading headers from db
-WARN  - 1435560228: (..\lmdb_wrapper.cpp:1478) No headers in DB yet!
-INFO  - 1435560228: (..\BlockUtils.cpp:1697) Found 1 headers in db
-DEBUG - 1435560228: (..\Blockchain.cpp:211) Organizing chain w/ rebuild
-WARN  - 1435560228: (..\BlockUtils.cpp:1327) --- Fetching SSH summaries for 0 registered addresses
-INFO  - 1435560228: (..\BlockUtils.cpp:1340) Left off at file 0, offset 0
-INFO  - 1435560228: (..\BlockUtils.cpp:1343) Reading headers and building chain...
-INFO  - 1435560228: (..\BlockUtils.cpp:1344) Starting at block file 0 offset 0
-INFO  - 1435560228: (..\BlockUtils.cpp:1346) Block height 0
-DEBUG - 1435561653: (..\Blockchain.cpp:211) Organizing chain w/ rebuild
-INFO  - 1435561657: (..\BlockUtils.cpp:1381) Looking for first unrecognized block
-INFO  - 1435561919: (..\BlockUtils.cpp:1532) Loading block data... file 0 offset 0
-INFO  - 1435561952: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 0 offset 134209344
-INFO  - 1435561963: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 1 offset 134191315
-INFO  - 1435561968: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 2 offset 134179232
-INFO  - 1435561982: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 3 offset 134213358
-INFO  - 1435561988: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 4 offset 134209035
-INFO  - 1435561996: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 5 offset 134210063
-INFO  - 1435562005: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 6 offset 134209023
-INFO  - 1435562017: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 7 offset 134213992
-INFO  - 1435562059: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 8 offset 134210425
-INFO  - 1435562068: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 9 offset 134216219
-INFO  - 1435562073: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 10 offset 134144442

...continues up to:

-INFO  - 1435564513: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 278 offset 134159179
-INFO  - 1435564519: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 279 offset 134017433
-INFO  - 1435564526: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 280 offset 134208192
-INFO  - 1435564533: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 281 offset 133873878
-INFO  - 1435564539: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 282 offset 133569496
-INFO  - 1435564544: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 283 offset 134006723
-INFO  - 1435564550: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 284 offset 134060217
-INFO  - 1435564555: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 285 offset 133828750
-INFO  - 1435564560: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 286 offset 133725066
-INFO  - 1435564566: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 287 offset 134188100
-INFO  - 1435564573: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 133593832

**************************************

Last lines of my armorylog file:

2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1189 - ************************************************************
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1190 - Invoked: C:\Program Files (x86)\Armory\ArmoryQt.exe
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1191 - ************************************************************
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1192 - Loading Armory Engine:
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1193 -    Armory Version        : 0.93.2
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1194 -    Armory Build:         : 85959b20d8
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1195 -    PyBtcWallet  Version  : 1.35
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1196 - Detected Operating system: Windows
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1197 -    OS Variant            : 7-6.1.7600--Multiprocessor Free
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1198 -    User home-directory   : C:\Users\Lortel24jun15\AppData\Roaming
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1199 -    Satoshi BTC directory : C:\Users\Lortel24jun15\AppData\Roaming\Bitcoin\
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1200 -    Armory home dir       : C:\Users\Lortel24jun15\AppData\Roaming\Armory\
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1201 - Detected System Specs    :
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1202 -    Total Available RAM   : 3.98 GB
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1203 -    CPU ID string         : AMD64 Family 20 Model 2 Stepping 0, AuthenticAMD
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1204 -    Number of CPU cores   : 2 cores
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1205 -    System is 64-bit      : True
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1206 -    Preferred Encoding    : cp1252
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1207 -    Machine Arch          : amd64
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1208 -    Available HDD (ARM)   : 71 GB
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1209 -    Available HDD (BTC)   : 71 GB
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1210 -
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1211 - Network Name: Main Network
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1212 - Satoshi Port: 8333
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1213 - Do wlt check: True
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1214 - Named options/arguments to armoryengine.py:
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     nettimeout      : 2
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     rescan          : False
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     ignoreAllZC     : False
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     enableSupernode : False
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     disableModules  : False
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     port            : None
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     interport       : 8223
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     skipStatsReport : False
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     forceWalletCheck: False
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     rebuild         : False
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     datadir         : DEFAULT
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     clearMempool    : False
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     offline         : False
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     coverageOutputDir: None
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     armoryDBDir     : DEFAULT
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     satoshiPort     : DEFAULT
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     useTorSettings  : False
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     netlog          : False
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     keypool         : 100
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     coverageInclude : None
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     forceOnline     : False
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     skipAnnounceCheck: False
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     redownload      : False
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     multisigFile    : DEFAULT
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     disableTorrent  : False
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     testAnnounceCode: False
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     mtdebug         : False
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     logDisable      : False
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     settingsPath    : C:\Users\Lortel24jun15\AppData\Roaming\Armory\ArmorySettings.txt
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     verbosity       : None
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     doDebug         : False
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     enableDetSign   : True
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     testnet         : False
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     rpcport         : DEFAULT
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     satoshiHome     : DEFAULT
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     satoshiRpcport  : DEFAULT
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     logFile         : C:\Users\Lortel24jun15\AppData\Roaming\Armory\ArmoryQt.exe.log.txt
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1216 -     disableConfPermis: False
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1217 - Other arguments:
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1220 - ************************************************************
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:1615 - C++ block utilities loaded successfully
2015-07-06 22:39 (INFO) -- BDM.pyc:418 - Using the asynchronous/multi-threaded BlockDataManager.
2015-07-06 22:39 (INFO) -- BDM.pyc:419 - Blockchain operations will happen in the background. 
2015-07-06 22:39 (INFO) -- BDM.pyc:420 - Devs: check TheBDM.getState() before asking for data.
2015-07-06 22:39 (INFO) -- BDM.pyc:421 - Registering addresses during rescans will queue them for
2015-07-06 22:39 (INFO) -- BDM.pyc:422 - inclusion after the current scan is completed.
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:3521 - Using settings file: C:\Users\Lortel24jun15\AppData\Roaming\Armory\ArmorySettings.txt
2015-07-06 22:39 (INFO) -- announcefetch.pyc:95 - Reading files in fetcher directory:
2015-07-06 22:39 (INFO) -- announcefetch.pyc:104 -    announce         : 59e8b1d1ce166d2721b4264d29ce82b6779431f339b70df3739c98cc62499652
2015-07-06 22:39 (INFO) -- announcefetch.pyc:104 -    bootstrap        : b62c08932668ce162d51226135940724e90f4c71704ac936f74cc153b34cc251
2015-07-06 22:39 (INFO) -- announcefetch.pyc:104 -    changelog        : 791059d52f04d68a142730b421f46f52c3169440a168db50088fb2b7856e3d9b
2015-07-06 22:39 (INFO) -- announcefetch.pyc:104 -    downloads        : 21707983b98ad85f3ac5fd50ec765c08a346d00eaddbeb117516d0b7c25c5dbf
2015-07-06 22:39 (INFO) -- announcefetch.pyc:104 -    notify           : 78bbf86a93b31c391ad34ee1b26097abd9064c0c037a6d4a16d6d1cdb0c7635d
2015-07-06 22:39 (INFO) -- announcefetch.pyc:271 - Fetching: https://bitcoinarmory.com/announce.txt?osvar=7&os=win&ver=0.93.2&id=087bf462
2015-07-06 22:39 (INFO) -- ArmoryQt.py:2735 - loadWalletsAndSettings
2015-07-06 22:39 (INFO) -- ArmoryQt.py:2789 - Loading wallets...
2015-07-06 22:39 (INFO) -- ArmoryQt.py:2848 - Number of wallets read in: 2
2015-07-06 22:39 (INFO) -- ArmoryQt.py:2853 -    Wallet (************ (Watch)                     "      EDITED out wallet info
2015-07-06 22:39 (INFO) -- ArmoryQt.py:2853 -    Wallet (************ (Watch)                      "     EDITED out wallet info
2015-07-06 22:39 (INFO) -- ArmoryQt.py:2297 - Setting up networking...
2015-07-06 22:39 (INFO) -- ArmoryQt.py:2326 - Internet status: 0
2015-07-06 22:39 (INFO) -- ArmoryQt.py:2441 - startBitcoindIfNecessary
2015-07-06 22:39 (INFO) -- ArmoryQt.py:2490 - setSatoshiPaths
2015-07-06 22:39 (INFO) -- SDM.pyc:415 - Found Bitcoin-Qt link on desktop: C:\Users\Lortel24jun15\AppData\Roaming
2015-07-06 22:39 (INFO) -- SDM.pyc:321 - Found bitcoind in the following places:
2015-07-06 22:39 (INFO) -- SDM.pyc:323 -    C:\Program Files\Bitcoin\daemon\bitcoind.exe
2015-07-06 22:39 (INFO) -- SDM.pyc:325 - Using: C:\Program Files\Bitcoin\daemon\bitcoind.exe
2015-07-06 22:39 (INFO) -- SDM.pyc:496 - Reading bitcoin.conf file
2015-07-06 22:39 (INFO) -- SDM.pyc:515 - Setting permissions on bitcoin.conf
2015-07-06 22:39 (INFO) -- SDM.pyc:524 - Setting permissions on bitcoin.conf
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:600 - Executing popen: [u'icacls', u'C:\\Users\\Lortel24jun15\\AppData\\Roaming\\Bitcoin\\bitcoin.conf', u'/inheritance:r', u'/grant:r', u'Lortel24jun15:F']
2015-07-06 22:39 (INFO) -- SDM.pyc:530 - icacls returned:
2015-07-06 22:39 (INFO) -- SDM.pyc:597 - Called startBitcoind
2015-07-06 22:39 (INFO) -- SDM.pyc:282 - Total size of files in C:\Users\Lortel24jun15\AppData\Roaming\Bitcoin\blocks is 36.7 GB
2015-07-06 22:39 (ERROR) -- announcefetch.pyc:312 - Could not verify data in signed message block
Traceback (most recent call last):
  File "announcefetch.pyc", line 304, in __runFetchSequence
  File "jasvet.pyc", line 589, in readSigBlock
IndexError: list index out of range
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:600 - Executing popen: ['C:\\Program Files\\Bitcoin\\daemon\\bitcoind.exe', u'-datadir=C:\\Users\\Lortel24jun15\\AppData\\Roaming\\Bitcoin\\']
2015-07-06 22:39 (INFO) -- SDM.pyc:669 - PID of bitcoind: 6788
2015-07-06 22:39 (INFO) -- SDM.pyc:670 - PID of armory:   6688
2015-07-06 22:39 (INFO) -- ArmoryUtils.pyc:600 - Executing popen: ['.\\guardian.exe', '6688', '6788']
2015-07-06 22:39 (INFO) -- SDM.pyc:848 - Creating proxy in SDM: host=127.0.0.1, port=8332
2015-07-06 22:39 (INFO) -- ArmoryQt.py:1514 - setupUriRegistration
2015-07-06 22:39 (INFO) -- ArmoryQt.py:1582 - Armory already registered for current user.  Done!
2015-07-06 22:39 (INFO) -- ArmoryQt.py:664 - Usermode: Advanced
2015-07-06 22:39 (INFO) -- ArmoryQt.py:1809 - Changing usermode:
2015-07-06 22:39 (INFO) -- ArmoryQt.py:1810 -    From: Advanced
2015-07-06 22:39 (INFO) -- ArmoryQt.py:1818 -      To: Advanced
2015-07-06 22:39 (INFO) -- ArmoryQt.py:5898 - Dashboard switched to auto-InitSync
2015-07-06 23:09 (INFO) -- announcefetch.pyc:271 - Fetching: https://bitcoinarmory.com/announce.txt
2015-07-06 23:26 (INFO) -- ArmoryQt.py:6774 - BDM is safe for clean shutdown
2015-07-06 23:26 (INFO) -- ArmoryQt.py:6816 - Attempting to close the main window!
legendary
Activity: 3640
Merit: 1345
Armory Developer
June 29, 2015, 03:47:39 AM
#34
Then it cant find your blockchain and/or Core binary folders, you have to give it the proper paths.
newbie
Activity: 21
Merit: 0
June 28, 2015, 06:52:56 PM
#33
I was adding this line to my post when you replied:

I just tried the rescan and rebuild, restarted Armory and got the same results - it just stays offline (and never ran the rescan/rebuild).

legendary
Activity: 3640
Merit: 1345
Armory Developer
June 28, 2015, 06:45:18 PM
#32
From the looks of it you will have to rebuild and rescan.
newbie
Activity: 21
Merit: 0
June 28, 2015, 06:44:00 PM
#31
I didn't have to reload the blockchain; I salvaged it from the PC that died.
I just moved the drive containing the blockchain to my new computer, gave it the same drive letter as before.
Then I installed Armory and it found my wallet files (somehow) but never tried to go online.
Still stuck.

I just tried the rescan and rebuild, restarted Armory and got the same results - it stays offline.
legendary
Activity: 3640
Merit: 1345
Armory Developer
June 28, 2015, 06:32:02 PM
#30
If you redownloaded the blockchain you need to rebuild and rescan Armory's DB
newbie
Activity: 21
Merit: 0
June 28, 2015, 02:11:56 PM
#29
I'm having the same problem - Armory stays offline. I have plenty of disk, the right user is executing Armory, on it's own Bitcoin-QT runs fine and synched up after rebuilding the blocks. I can't see any reason for it to stay offline.

Can anyone help? I really need to get this working today!

here is the last part of Armory's log, if that helps:

Log file opened at 1435178967: n:\bitcoin\Armory\armorycpplog.txt
-INFO  - 1435179702: (..\BlockUtils.cpp:894) blkfile dir: n:\bitcoin\Bitcoin\blocks
-INFO  - 1435179702: (..\BlockUtils.cpp:895) lmdb dir: n:\bitcoin\Armory\databases
-INFO  - 1435179702: (..\lmdb_wrapper.cpp:478) Opening databases...
-INFO  - 1435179703: (..\BlockUtils.cpp:1226) Executing: doInitialSyncOnLoad
-INFO  - 1435179703: (..\BlockUtils.cpp:1297) Total number of blk*.dat files: 289
-INFO  - 1435179703: (..\BlockUtils.cpp:1298) Total blockchain bytes: 38,614,960,290
-INFO  - 1435179703: (..\BlockUtils.cpp:1671) Reading headers from db
-INFO  - 1435179721: (..\BlockUtils.cpp:1697) Found 362150 headers in db
-DEBUG - 1435179721: (..\Blockchain.cpp:211) Organizing chain w/ rebuild
-WARN  - 1435179723: (..\BlockUtils.cpp:1327) --- Fetching SSH summaries for 616 registered addresses
-INFO  - 1435179726: (..\BlockUtils.cpp:1340) Left off at file 287, offset 32868230
-INFO  - 1435179726: (..\BlockUtils.cpp:1343) Reading headers and building chain...
-INFO  - 1435179726: (..\BlockUtils.cpp:1344) Starting at block file 287 offset 32868230
-INFO  - 1435179726: (..\BlockUtils.cpp:1346) Block height 362140
-DEBUG - 1435179726: (..\Blockchain.cpp:211) Organizing chain w/ rebuild
-INFO  - 1435179728: (..\BlockUtils.cpp:1381) Looking for first unrecognized block
-INFO  - 1435179728: (..\BlockUtils.cpp:1532) Loading block data... file 287 offset 32868222
-ERROR - 1435179728: (..\BlockUtils.cpp:561) Next block header found at offset 32868230
-INFO  - 1435179728: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 287 offset 134118528
-INFO  - 1435179728: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 5478932
-INFO  - 1435179728: (..\BlockUtils.cpp:1398) Wrote blocks to DB in 0.193s
-INFO  - 1435179728: (..\BlockUtils.cpp:1415) Checking dupIDs from 362139 onward
-WARN  - 1435179728: (..\BlockUtils.cpp:1116) Scanning from 362140 to 362375
-ERROR - 1435179728: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-INFO  - 1435179731: (..\BlockUtils.cpp:1494) Scanned Block range in 3.03s
-INFO  - 1435179731: (..\BlockUtils.cpp:1497) Finished loading at file 288, offset 5478932
-INFO  - 1435179731: (..\BlockDataViewer.cpp:157) Enabling zero-conf tracking
-DEBUG - 1435180158: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435180158: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 5478932
-INFO  - 1435180158: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 6228103
-WARN  - 1435180158: (..\BlockUtils.cpp:1116) Scanning from 362376 to 362376
-ERROR - 1435180158: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-DEBUG - 1435181626: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435181626: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 6228103
-INFO  - 1435181626: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 6977211
-WARN  - 1435181626: (..\BlockUtils.cpp:1116) Scanning from 362377 to 362377
-ERROR - 1435181626: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-DEBUG - 1435181822: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435181822: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 6977211
-INFO  - 1435181822: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 7591346
-WARN  - 1435181822: (..\BlockUtils.cpp:1116) Scanning from 362378 to 362378
-ERROR - 1435181822: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-DEBUG - 1435182092: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435182092: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 7591346
-INFO  - 1435182092: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 7801844
-WARN  - 1435182092: (..\BlockUtils.cpp:1116) Scanning from 362379 to 362379
-ERROR - 1435182092: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-WARN  - 1435182403: (..\BDM_supportClasses.cpp:44) Updating SSH last scanned
-INFO  - 1435182403: (..\BDM_supportClasses.cpp:246) Done with side scan of wallet 32EAeFqZZ
-DEBUG - 1435182579: (..\Blockchain.cpp:211) Organizing chain
-DEBUG - 1435182586: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435182586: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 7801844
-INFO  - 1435182586: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 8110579
-WARN  - 1435182587: (..\BlockUtils.cpp:1116) Scanning from 362380 to 362381
-ERROR - 1435182587: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-WARN  - 1435182694: (..\BDM_supportClasses.cpp:44) Updating SSH last scanned
-INFO  - 1435182694: (..\BDM_supportClasses.cpp:246) Done with side scan of wallet 32EAeFqZZ
-DEBUG - 1435183165: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435183165: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 8110579
-INFO  - 1435183165: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 8507835
-WARN  - 1435183165: (..\BlockUtils.cpp:1116) Scanning from 362382 to 362382
-ERROR - 1435183165: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-DEBUG - 1435183767: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435183767: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 8507835
-INFO  - 1435183767: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 8933819
-WARN  - 1435183767: (..\BlockUtils.cpp:1116) Scanning from 362383 to 362383
-ERROR - 1435183767: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-INFO  - 1435184081: (..\BDM_mainthread.cpp:387) 1 new ZC Txn
-DEBUG - 1435184150: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435184150: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 8933819
-INFO  - 1435184150: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 9187563
-WARN  - 1435184150: (..\BlockUtils.cpp:1116) Scanning from 362384 to 362384
-ERROR - 1435184150: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-DEBUG - 1435184179: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435184179: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 9187563
-INFO  - 1435184179: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 9247427
-WARN  - 1435184179: (..\BlockUtils.cpp:1116) Scanning from 362385 to 362385
-ERROR - 1435184179: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-DEBUG - 1435184307: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435184307: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 9247427
-INFO  - 1435184307: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 9302260
-WARN  - 1435184307: (..\BlockUtils.cpp:1116) Scanning from 362386 to 362386
-ERROR - 1435184307: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-DEBUG - 1435185057: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435185057: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 9302260
-INFO  - 1435185057: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 9731278
-WARN  - 1435185057: (..\BlockUtils.cpp:1116) Scanning from 362387 to 362387
-ERROR - 1435185057: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-INFO  - 1435185080: (..\BDM_mainthread.cpp:387) 1 new ZC Txn
-DEBUG - 1435185124: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435185124: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 9731278
-INFO  - 1435185124: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 9801532
-WARN  - 1435185125: (..\BlockUtils.cpp:1116) Scanning from 362388 to 362388
-ERROR - 1435185125: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-DEBUG - 1435185285: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435185285: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 9801532
-INFO  - 1435185285: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 9914290
-WARN  - 1435185285: (..\BlockUtils.cpp:1116) Scanning from 362389 to 362389
-ERROR - 1435185285: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-WARN  - 1435185493: (..\BDM_supportClasses.cpp:44) Updating SSH last scanned
-INFO  - 1435185493: (..\BDM_supportClasses.cpp:246) Done with side scan of wallet 31zVWoQP9
-DEBUG - 1435185989: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435185989: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 9914290
-INFO  - 1435185989: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 10281764
-WARN  - 1435185989: (..\BlockUtils.cpp:1116) Scanning from 362390 to 362390
-ERROR - 1435185989: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-DEBUG - 1435186533: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435186533: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 10281764
-INFO  - 1435186533: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 10584469
-WARN  - 1435186533: (..\BlockUtils.cpp:1116) Scanning from 362391 to 362391
-ERROR - 1435186533: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-DEBUG - 1435187478: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435187478: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 10584469
-INFO  - 1435187478: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 11046355
-WARN  - 1435187478: (..\BlockUtils.cpp:1116) Scanning from 362392 to 362392
-ERROR - 1435187478: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-DEBUG - 1435188029: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435188029: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 11046355
-INFO  - 1435188029: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 11296240
-WARN  - 1435188029: (..\BlockUtils.cpp:1116) Scanning from 362393 to 362393
-ERROR - 1435188029: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-DEBUG - 1435188725: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435188725: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 11296240
-INFO  - 1435188725: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 11691612
-WARN  - 1435188725: (..\BlockUtils.cpp:1116) Scanning from 362394 to 362394
-ERROR - 1435188725: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-DEBUG - 1435188733: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435188733: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 11691612
-INFO  - 1435188733: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 11691830
-WARN  - 1435188733: (..\BlockUtils.cpp:1116) Scanning from 362395 to 362395
-ERROR - 1435188733: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-DEBUG - 1435189222: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435189222: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 11691830
-INFO  - 1435189222: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 11888297
-WARN  - 1435189222: (..\BlockUtils.cpp:1116) Scanning from 362396 to 362396
-ERROR - 1435189222: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-DEBUG - 1435189587: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435189587: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 11888297
-INFO  - 1435189587: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 12106626
-WARN  - 1435189587: (..\BlockUtils.cpp:1116) Scanning from 362397 to 362397
-ERROR - 1435189587: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-DEBUG - 1435189931: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435189931: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 12106626
-INFO  - 1435189931: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 12274256
-WARN  - 1435189931: (..\BlockUtils.cpp:1116) Scanning from 362398 to 362398
-ERROR - 1435189931: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-DEBUG - 1435190008: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435190008: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 12274256
-INFO  - 1435190008: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 12324042
-WARN  - 1435190008: (..\BlockUtils.cpp:1116) Scanning from 362399 to 362399
-ERROR - 1435190008: (..\lmdb_wrapper.cpp:152) Returning dirty key ref


Log file opened at 1435205138: n:\bitcoin\Armory\armorycpplog.txt
-INFO  - 1435205263: (..\BlockUtils.cpp:894) blkfile dir: n:\bitcoin\Bitcoin\blocks
-INFO  - 1435205263: (..\BlockUtils.cpp:895) lmdb dir: n:\bitcoin\Armory\databases
-INFO  - 1435205263: (..\lmdb_wrapper.cpp:478) Opening databases...
-INFO  - 1435205263: (..\BlockUtils.cpp:1226) Executing: doInitialSyncOnLoad
-INFO  - 1435205263: (..\BlockUtils.cpp:1297) Total number of blk*.dat files: 289
-INFO  - 1435205263: (..\BlockUtils.cpp:1298) Total blockchain bytes: 38,631,737,506
-INFO  - 1435205263: (..\BlockUtils.cpp:1671) Reading headers from db
-INFO  - 1435205265: (..\BlockUtils.cpp:1697) Found 362409 headers in db
-DEBUG - 1435205265: (..\Blockchain.cpp:211) Organizing chain w/ rebuild
-WARN  - 1435205266: (..\BlockUtils.cpp:1327) --- Fetching SSH summaries for 621 registered addresses
-INFO  - 1435205266: (..\BlockUtils.cpp:1340) Left off at file 288, offset 12324042
-INFO  - 1435205266: (..\BlockUtils.cpp:1343) Reading headers and building chain...
-INFO  - 1435205266: (..\BlockUtils.cpp:1344) Starting at block file 288 offset 12324042
-INFO  - 1435205266: (..\BlockUtils.cpp:1346) Block height 362399
-DEBUG - 1435205267: (..\Blockchain.cpp:211) Organizing chain w/ rebuild
-INFO  - 1435205268: (..\BlockUtils.cpp:1381) Looking for first unrecognized block
-INFO  - 1435205268: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 12324034
-ERROR - 1435205268: (..\BlockUtils.cpp:561) Next block header found at offset 12324042
-INFO  - 1435205268: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 20250316
-INFO  - 1435205268: (..\BlockUtils.cpp:1398) Wrote blocks to DB in 0.011s
-INFO  - 1435205268: (..\BlockUtils.cpp:1415) Checking dupIDs from 362398 onward
-WARN  - 1435205268: (..\BlockUtils.cpp:1116) Scanning from 0 to 362428
-WARN  - 1435205268: (..\BlockWriteBatcher.cpp:1130) Finished applying blocks up to 2500
-WARN  - 1435205268: (..\BlockWriteBatcher.cpp:1130) Finished applying blocks up to 5000
-WARN  - 1435205268: (..\BlockWriteBatcher.cpp:1130) Finished applying blocks up to 7500
-WARN  - 1435205268: (..\BlockWriteBatcher.cpp:1130) Finished applying blocks up to 10000
(redubdant lines deleted)
-WARN  - 1435206563: (..\BlockWriteBatcher.cpp:1130) Finished applying blocks up to 347500
-WARN  - 1435206607: (..\BlockWriteBatcher.cpp:1130) Finished applying blocks up to 350000
-WARN  - 1435206660: (..\BlockWriteBatcher.cpp:1130) Finished applying blocks up to 352500
-WARN  - 1435206732: (..\BlockWriteBatcher.cpp:1130) Finished applying blocks up to 355000
-WARN  - 1435206778: (..\BlockWriteBatcher.cpp:1130) Finished applying blocks up to 357500
-WARN  - 1435206827: (..\BlockWriteBatcher.cpp:1130) Finished applying blocks up to 360000
-INFO  - 1435206881: (..\BlockUtils.cpp:1494) Scanned Block range in 1613.43s
-INFO  - 1435206881: (..\BlockUtils.cpp:1497) Finished loading at file 288, offset 20250316
-INFO  - 1435206881: (..\BlockDataViewer.cpp:157) Enabling zero-conf tracking
-DEBUG - 1435206882: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435206883: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 20250316
-INFO  - 1435206883: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 20824168
-WARN  - 1435206883: (..\BlockUtils.cpp:1116) Scanning from 362429 to 362429
-ERROR - 1435206883: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-INFO  - 1435207031: (..\BDM_mainthread.cpp:387) 1 new ZC Txn
-DEBUG - 1435207331: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435207331: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 20824168
-INFO  - 1435207331: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 21175312
-WARN  - 1435207331: (..\BlockUtils.cpp:1116) Scanning from 362430 to 362430
-ERROR - 1435207331: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-INFO  - 1435207502: (..\BDM_mainthread.cpp:387) 1 new ZC Txn
-INFO  - 1435207565: (..\BDM_mainthread.cpp:387) 1 new ZC Txn
-DEBUG - 1435207829: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435207829: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 21175312
-INFO  - 1435207829: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 21342590
-WARN  - 1435207829: (..\BlockUtils.cpp:1116) Scanning from 362431 to 362431
-ERROR - 1435207829: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-DEBUG - 1435210614: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435210615: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 21342590
-INFO  - 1435210615: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 22019741
-WARN  - 1435210615: (..\BlockUtils.cpp:1116) Scanning from 362432 to 362432
-ERROR - 1435210615: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-DEBUG - 1435210630: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435210630: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 22019741
-INFO  - 1435210630: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 22095374
-WARN  - 1435210630: (..\BlockUtils.cpp:1116) Scanning from 362433 to 362433
-ERROR - 1435210630: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-DEBUG - 1435210633: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435210633: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 22095374
-INFO  - 1435210633: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 22435958
-WARN  - 1435210633: (..\BlockUtils.cpp:1116) Scanning from 362434 to 362434
-ERROR - 1435210633: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-DEBUG - 1435210646: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435210646: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 22435958
-INFO  - 1435210646: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 22498870
-WARN  - 1435210646: (..\BlockUtils.cpp:1116) Scanning from 362435 to 362435
-ERROR - 1435210646: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-DEBUG - 1435210647: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435210647: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 22498870
-INFO  - 1435210650: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 22649413
-WARN  - 1435210650: (..\BlockUtils.cpp:1116) Scanning from 362436 to 362436
-ERROR - 1435210650: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-DEBUG - 1435210653: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435210653: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 22649413
-INFO  - 1435210653: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 22733471
-WARN  - 1435210653: (..\BlockUtils.cpp:1116) Scanning from 362437 to 362437
-ERROR - 1435210653: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-DEBUG - 1435210880: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435210880: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 22733471
-INFO  - 1435210880: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 23032370
-WARN  - 1435210880: (..\BlockUtils.cpp:1116) Scanning from 362438 to 362438
-ERROR - 1435210880: (..\lmdb_wrapper.cpp:152) Returning dirty key ref


Log file opened at 1435300216: n:\bitcoin\Armory\armorycpplog.txt
-INFO  - 1435300878: (..\BlockUtils.cpp:894) blkfile dir: n:\bitcoin\Bitcoin\blocks
-INFO  - 1435300878: (..\BlockUtils.cpp:895) lmdb dir: n:\bitcoin\Armory\databases
-INFO  - 1435300878: (..\lmdb_wrapper.cpp:478) Opening databases...
-INFO  - 1435300879: (..\BlockUtils.cpp:1226) Executing: doInitialSyncOnLoad
-INFO  - 1435300879: (..\BlockUtils.cpp:1297) Total number of blk*.dat files: 289
-INFO  - 1435300879: (..\BlockUtils.cpp:1298) Total blockchain bytes: 38,682,069,154
-INFO  - 1435300879: (..\BlockUtils.cpp:1671) Reading headers from db
-INFO  - 1435300897: (..\BlockUtils.cpp:1697) Found 362448 headers in db
-DEBUG - 1435300897: (..\Blockchain.cpp:211) Organizing chain w/ rebuild
-WARN  - 1435300899: (..\BlockUtils.cpp:1327) --- Fetching SSH summaries for 621 registered addresses
-INFO  - 1435300902: (..\BlockUtils.cpp:1340) Left off at file 288, offset 23032370
-INFO  - 1435300902: (..\BlockUtils.cpp:1343) Reading headers and building chain...
-INFO  - 1435300902: (..\BlockUtils.cpp:1344) Starting at block file 288 offset 23032370
-INFO  - 1435300902: (..\BlockUtils.cpp:1346) Block height 362438
-DEBUG - 1435300902: (..\Blockchain.cpp:211) Organizing chain w/ rebuild
-INFO  - 1435300903: (..\BlockUtils.cpp:1381) Looking for first unrecognized block
-INFO  - 1435300904: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 23032362
-ERROR - 1435300904: (..\BlockUtils.cpp:561) Next block header found at offset 23032370
-INFO  - 1435300904: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 82011098
-INFO  - 1435300904: (..\BlockUtils.cpp:1398) Wrote blocks to DB in 0.125s
-INFO  - 1435300904: (..\BlockUtils.cpp:1415) Checking dupIDs from 362437 onward
-WARN  - 1435300904: (..\BlockUtils.cpp:1116) Scanning from 362438 to 362601
-ERROR - 1435300904: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-WARN  - 1435300904: (..\BlockWriteBatcher.cpp:1130) Finished applying blocks up to 362500
-INFO  - 1435300905: (..\BlockUtils.cpp:1494) Scanned Block range in 1.718s
-INFO  - 1435300905: (..\BlockUtils.cpp:1497) Finished loading at file 288, offset 82011098
-INFO  - 1435300905: (..\BlockDataViewer.cpp:157) Enabling zero-conf tracking
-DEBUG - 1435301803: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435301803: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 82011098
-INFO  - 1435301803: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 82750123
-WARN  - 1435301803: (..\BlockUtils.cpp:1116) Scanning from 362602 to 362602
-ERROR - 1435301803: (..\lmdb_wrapper.cpp:152) Returning dirty key ref


Log file opened at 1435345207: n:\bitcoin\Armory\armorycpplog.txt
-INFO  - 1435345550: (..\BlockUtils.cpp:894) blkfile dir: n:\bitcoin\Bitcoin\blocks
-INFO  - 1435345550: (..\BlockUtils.cpp:895) lmdb dir: n:\bitcoin\Armory\databases
-INFO  - 1435345550: (..\lmdb_wrapper.cpp:478) Opening databases...
-INFO  - 1435345550: (..\BlockUtils.cpp:1226) Executing: doInitialSyncOnLoad
-INFO  - 1435345550: (..\BlockUtils.cpp:1297) Total number of blk*.dat files: 289
-INFO  - 1435345550: (..\BlockUtils.cpp:1298) Total blockchain bytes: 38,732,400,802
-INFO  - 1435345550: (..\BlockUtils.cpp:1671) Reading headers from db
-INFO  - 1435345568: (..\BlockUtils.cpp:1697) Found 362612 headers in db
-DEBUG - 1435345568: (..\Blockchain.cpp:211) Organizing chain w/ rebuild
-WARN  - 1435345570: (..\BlockUtils.cpp:1327) --- Fetching SSH summaries for 621 registered addresses
-INFO  - 1435345573: (..\BlockUtils.cpp:1340) Left off at file 288, offset 82750123
-INFO  - 1435345573: (..\BlockUtils.cpp:1343) Reading headers and building chain...
-INFO  - 1435345573: (..\BlockUtils.cpp:1344) Starting at block file 288 offset 82750123
-INFO  - 1435345573: (..\BlockUtils.cpp:1346) Block height 362602
-DEBUG - 1435345574: (..\Blockchain.cpp:211) Organizing chain w/ rebuild
-INFO  - 1435345575: (..\BlockUtils.cpp:1381) Looking for first unrecognized block
-INFO  - 1435345575: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 82750115
-ERROR - 1435345575: (..\BlockUtils.cpp:561) Next block header found at offset 82750123
-INFO  - 1435345576: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 119259466
-INFO  - 1435345576: (..\BlockUtils.cpp:1398) Wrote blocks to DB in 0.11s
-INFO  - 1435345576: (..\BlockUtils.cpp:1415) Checking dupIDs from 362601 onward
-WARN  - 1435345576: (..\BlockUtils.cpp:1116) Scanning from 362602 to 362682
-ERROR - 1435345576: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-INFO  - 1435345577: (..\BlockUtils.cpp:1494) Scanned Block range in 1.232s
-INFO  - 1435345577: (..\BlockUtils.cpp:1497) Finished loading at file 288, offset 119259466
-INFO  - 1435345577: (..\BlockDataViewer.cpp:157) Enabling zero-conf tracking
-DEBUG - 1435346436: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435346436: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 119259466
-INFO  - 1435346436: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 120008530
-WARN  - 1435346436: (..\BlockUtils.cpp:1116) Scanning from 362683 to 362683
-ERROR - 1435346436: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-DEBUG - 1435346783: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435346783: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 120008530
-INFO  - 1435346783: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 120367836
-WARN  - 1435346783: (..\BlockUtils.cpp:1116) Scanning from 362684 to 362684
-ERROR - 1435346783: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-DEBUG - 1435348044: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435348044: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 120367836
-INFO  - 1435348044: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 121298521
-WARN  - 1435348044: (..\BlockUtils.cpp:1116) Scanning from 362685 to 362685
-ERROR - 1435348044: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-DEBUG - 1435348958: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435348958: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 121298521
-INFO  - 1435348958: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 122015017
-WARN  - 1435348958: (..\BlockUtils.cpp:1116) Scanning from 362686 to 362686
-ERROR - 1435348958: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-DEBUG - 1435350090: (..\Blockchain.cpp:211) Organizing chain
-INFO  - 1435350090: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 122015017
-INFO  - 1435350090: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 122634928
-WARN  - 1435350090: (..\BlockUtils.cpp:1116) Scanning from 362687 to 362687
-ERROR - 1435350090: (..\lmdb_wrapper.cpp:152) Returning dirty key ref


Log file opened at 1435442181: n:\bitcoin\Armory\armorycpplog.txt
-INFO  - 1435442768: (..\BlockUtils.cpp:894) blkfile dir: n:\bitcoin\Bitcoin\blocks
-INFO  - 1435442768: (..\BlockUtils.cpp:895) lmdb dir: n:\bitcoin\Armory\databases
-INFO  - 1435442768: (..\lmdb_wrapper.cpp:478) Opening databases...
-INFO  - 1435442768: (..\BlockUtils.cpp:1226) Executing: doInitialSyncOnLoad
-INFO  - 1435442769: (..\BlockUtils.cpp:1297) Total number of blk*.dat files: 290
-INFO  - 1435442769: (..\BlockUtils.cpp:1298) Total blockchain bytes: 38,799,413,685
-INFO  - 1435442769: (..\BlockUtils.cpp:1671) Reading headers from db
-INFO  - 1435442788: (..\BlockUtils.cpp:1697) Found 362697 headers in db
-DEBUG - 1435442788: (..\Blockchain.cpp:211) Organizing chain w/ rebuild
-WARN  - 1435442789: (..\BlockUtils.cpp:1327) --- Fetching SSH summaries for 621 registered addresses
-INFO  - 1435442790: (..\BlockUtils.cpp:1340) Left off at file 288, offset 122634928
-INFO  - 1435442790: (..\BlockUtils.cpp:1343) Reading headers and building chain...
-INFO  - 1435442790: (..\BlockUtils.cpp:1344) Starting at block file 288 offset 122634928
-INFO  - 1435442790: (..\BlockUtils.cpp:1346) Block height 362687
-DEBUG - 1435442790: (..\Blockchain.cpp:211) Organizing chain w/ rebuild
-INFO  - 1435442791: (..\BlockUtils.cpp:1381) Looking for first unrecognized block
-INFO  - 1435442792: (..\BlockUtils.cpp:1532) Loading block data... file 288 offset 122634920
-ERROR - 1435442792: (..\BlockUtils.cpp:561) Next block header found at offset 122634928
-INFO  - 1435442792: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 288 offset 134121747
-INFO  - 1435442792: (..\BlockUtils.cpp:589) Reading raw blocks finished at file 289 offset 55504415
-INFO  - 1435442792: (..\BlockUtils.cpp:1398) Wrote blocks to DB in 0.127s
-INFO  - 1435442792: (..\BlockUtils.cpp:1415) Checking dupIDs from 362686 onward
-WARN  - 1435442792: (..\BlockUtils.cpp:1116) Scanning from 362687 to 362825
-ERROR - 1435442792: (..\lmdb_wrapper.cpp:152) Returning dirty key ref
-INFO  - 1435442794: (..\BlockUtils.cpp:1494) Scanned Block range in 2.597s
-INFO  - 1435442794: (..\BlockUtils.cpp:1497) Finished loading at file 289, offset 55504415
-INFO  - 1435442794: (..\BlockDataViewer.cpp:157) Enabling zero-conf tracking


Log file opened at 1435471833: n:\bitcoin\Armory\armorycpplog.txt


hero member
Activity: 672
Merit: 500
June 21, 2015, 04:57:51 PM
#28
I just tried with the previous version of Armory 0.92.3 and bitcoind is closing properly on Armory exit.
legendary
Activity: 1610
Merit: 1183
June 21, 2015, 02:27:46 PM
#27
Same here, Offline mode, but after waiting for like an hour, it fully synced it. Everytime I open Armory (even if it was previously totally synced 1 minute ago) it takes 10 minutes alone in "Initializing Bitcoin Engine". Bitcoind.exe seems to be taking more and more ram, it peaks at about 560mb then goes back to like 240 when it's synced, then it goes from Offline to Connected and showing number of blocks. I actually think Armory is slower opening than Bitcoin Core for me, but seems to download faster.
hero member
Activity: 672
Merit: 500
June 21, 2015, 11:02:31 AM
#26
Unfortunately, I have the same issue as reported by the other users before me in the thread. Should I downgrade Armory?

Also I have question: Why after closing Armory it not close also bitcoind but it continues to be running? How can I fix this?
newbie
Activity: 2
Merit: 0
June 12, 2015, 04:15:31 PM
#25
Thanks! It turnes out the wrong user had access, works now!
legendary
Activity: 3640
Merit: 1345
Armory Developer
June 12, 2015, 04:19:42 AM
#24
You need to give the user you're logged in as write access to E:\Bitcoin\core or turn off bitcoind auto management.
newbie
Activity: 2
Merit: 0
June 12, 2015, 03:46:02 AM
#23
Having the same problem. I just moved de DB directory to a custom location because of space restrictions on my SSD, using this manual https://support.bitcoinarmory.com/kb/article/16-change-or-move-the-blockchain-database-storage-location-for-armory-and-bitcoin-core.
After that move Armory doesnt load my wallet (I have a paper backup, so thats not too big a problem) and it tells me it is offline.
I'm new to bitcoins in general and to both programs, so I assume I've done somthing to cause this issue.

This is the log:

2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1074 - C++ block utilities loaded successfully
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1184 -
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1185 -
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1186 -
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1187 - ************************************************************
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1188 - Invoked: C:\Program Files (x86)\Armory\ArmoryQt.exe --satoshi-datadir=E:\Bitcoin\core --datadir=E:\Armory\storage
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1189 - ************************************************************
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1190 - Loading Armory Engine:
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1191 -    Armory Version        : 0.93.1
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1192 -    Armory Build:         : a9e0f25d51
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1193 -    PyBtcWallet  Version  : 1.35
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1194 - Detected Operating system: Windows
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1195 -    OS Variant            : 8-6.2.9200--Multiprocessor Free
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1196 -    User home-directory   : C:\Users\Bert-Jan.BJ-NET\AppData\Roaming
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1197 -    Satoshi BTC directory : E:\Bitcoin\core
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1198 -    Armory home dir       : E:\Armory\storage
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1199 - Detected System Specs    :
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1200 -    Total Available RAM   : 7.98 GB
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1201 -    CPU ID string         : Intel64 Family 6 Model 42 Stepping 7, GenuineIntel
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1202 -    Number of CPU cores   : 8 cores
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1203 -    System is 64-bit      : True
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1204 -    Preferred Encoding    : cp1252
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1205 -    Machine Arch          : amd64
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1206 -    Available HDD (ARM)   : 639 GB
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1207 -    Available HDD (BTC)   : 639 GB
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1208 -
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1209 - Network Name: Main Network
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1210 - Satoshi Port: 8333
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1211 - Do wlt check: True
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1212 - Named options/arguments to armoryengine.py:
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     nettimeout      : 2
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     rescan          : False
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     ignoreAllZC     : False
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     enableSupernode : False
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     disableModules  : False
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     port            : None
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     interport       : 8223
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     skipStatsReport : False
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     forceWalletCheck: False
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     rebuild         : False
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     datadir         : E:\Armory\storage
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     clearMempool    : False
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     offline         : False
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     coverageOutputDir: None
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     armoryDBDir     : DEFAULT
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     satoshiPort     : DEFAULT
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     useTorSettings  : False
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     netlog          : False
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     keypool         : 100
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     coverageInclude : None
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     forceOnline     : False
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     skipAnnounceCheck: False
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     redownload      : False
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     multisigFile    : DEFAULT
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     disableTorrent  : False
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     testAnnounceCode: False
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     mtdebug         : False
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     logDisable      : False
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     settingsPath    : E:\Armory\storage\ArmorySettings.txt
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     verbosity       : None
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     doDebug         : False
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     enableDetSign   : False
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     testnet         : False
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     rpcport         : DEFAULT
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     satoshiHome     : E:\Bitcoin\core
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     satoshiRpcport  : DEFAULT
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     logFile         : E:\Armory\storage\ArmoryQt.exe.log.txt
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1214 -     disableConfPermis: False
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1215 - Other arguments:
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1218 - ************************************************************
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:1613 - C++ block utilities loaded successfully
2015-06-12 09:41 (INFO) -- BDM.pyc:418 - Using the asynchronous/multi-threaded BlockDataManager.
2015-06-12 09:41 (INFO) -- BDM.pyc:419 - Blockchain operations will happen in the background. 
2015-06-12 09:41 (INFO) -- BDM.pyc:420 - Devs: check TheBDM.getState() before asking for data.
2015-06-12 09:41 (INFO) -- BDM.pyc:421 - Registering addresses during rescans will queue them for
2015-06-12 09:41 (INFO) -- BDM.pyc:422 - inclusion after the current scan is completed.
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:3517 - Using settings file: E:\Armory\storage\ArmorySettings.txt
2015-06-12 09:41 (INFO) -- announcefetch.pyc:95 - Reading files in fetcher directory:
2015-06-12 09:41 (INFO) -- announcefetch.pyc:271 - Fetching: https://bitcoinarmory.com/announce.txt?osvar=8&os=win&ver=0.93.1&id=b7c64c62
2015-06-12 09:41 (INFO) -- ArmoryQt.py:2735 - loadWalletsAndSettings
2015-06-12 09:41 (INFO) -- ArmoryQt.py:2789 - Loading wallets...
2015-06-12 09:41 (INFO) -- ArmoryQt.py:2848 - Number of wallets read in: 0
2015-06-12 09:41 (INFO) -- ArmoryQt.py:2297 - Setting up networking...
2015-06-12 09:41 (INFO) -- ArmoryQt.py:2326 - Internet status: 0
2015-06-12 09:41 (INFO) -- ArmoryQt.py:2441 - startBitcoindIfNecessary
2015-06-12 09:41 (INFO) -- ArmoryQt.py:2490 - setSatoshiPaths
2015-06-12 09:41 (INFO) -- SDM.pyc:282 - Total size of files in E:\Bitcoin\core\blocks is 35.2 GB
2015-06-12 09:41 (INFO) -- SDM.pyc:321 - Found bitcoind in the following places:
2015-06-12 09:41 (INFO) -- SDM.pyc:323 -    C:\Program Files\Bitcoin\daemon\bitcoind.exe
2015-06-12 09:41 (INFO) -- SDM.pyc:325 - Using: C:\Program Files\Bitcoin\daemon\bitcoind.exe
2015-06-12 09:41 (INFO) -- SDM.pyc:496 - Reading bitcoin.conf file
2015-06-12 09:41 (INFO) -- SDM.pyc:515 - Setting permissions on bitcoin.conf
2015-06-12 09:41 (INFO) -- SDM.pyc:524 - Setting permissions on bitcoin.conf
2015-06-12 09:41 (INFO) -- ArmoryUtils.pyc:598 - Executing popen: [u'icacls', u'E:\\Bitcoin\\core\\bitcoin.conf', u'/inheritance:r', u'/grant:r', u'Bert-Jan:F']
2015-06-12 09:41 (INFO) -- SDM.pyc:530 - icacls returned:
2015-06-12 09:41 (ERROR) -- ArmoryQt.py:2476 - Failed to setup SDM
Traceback (most recent call last):
  File "ArmoryQt.py", line 2471, in startBitcoindIfNecessary
  File "SDM.pyc", line 359, in setupSDM
  File "SDM.pyc", line 542, in readBitcoinConf
IOError: [Errno 13] Permission denied: u'E:\\Bitcoin\\core\\bitcoin.conf'
2015-06-12 09:41 (INFO) -- ArmoryQt.py:2545 - Setting netmode: 0
2015-06-12 09:41 (INFO) -- ArmoryQt.py:1514 - setupUriRegistration
2015-06-12 09:41 (INFO) -- ArmoryQt.py:1582 - Armory already registered for current user.  Done!
2015-06-12 09:41 (INFO) -- ArmoryQt.py:664 - Usermode: Advanced
2015-06-12 09:41 (INFO) -- ArmoryQt.py:1809 - Changing usermode:
2015-06-12 09:41 (INFO) -- ArmoryQt.py:1810 -    From: Advanced
2015-06-12 09:41 (INFO) -- ArmoryQt.py:1818 -      To: Advanced
2015-06-12 09:41 (ERROR) -- announcefetch.pyc:312 - Could not verify data in signed message block
Traceback (most recent call last):
  File "announcefetch.pyc", line 304, in __runFetchSequence
  File "jasvet.pyc", line 589, in readSigBlock
IndexError: list index out of range
legendary
Activity: 3640
Merit: 1345
Armory Developer
June 09, 2015, 02:58:34 PM
#22
In Files -> Settings, uncheck the first checkbox, then restart Armory.
legendary
Activity: 1914
Merit: 2071
June 09, 2015, 12:34:38 PM
#21
I have the same problem!

Armory 0.93.2 (just installed) is stuck in offline mode and shows message "Please close Bitcoin-Qt", and then "Attempted to kill running Bitcoin-Qt/bitcoind instance, but it was not found".

Quote
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1076 - C++ block utilities loaded successfully
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1186 -
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1187 -
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1188 -
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1189 - ************************************************************
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1190 - Invoked: C:\Program Files (x86)\Armory\ArmoryQt.exe
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1191 - ************************************************************
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1192 - Loading Armory Engine:
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1193 -    Armory Version        : 0.93.2
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1194 -    Armory Build:         : 85959b20d8
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1195 -    PyBtcWallet  Version  : 1.35
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1196 - Detected Operating system: Windows
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1197 -    OS Variant            : 7-6.1.7601-SP1-Multiprocessor Free
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1198 -    User home-directory   : C:\Users\Antonio\AppData\Roaming
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1199 -    Satoshi BTC directory : C:\Users\Antonio\AppData\Roaming\Bitcoin\
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1200 -    Armory home dir       : C:\Users\Antonio\AppData\Roaming\Armory\
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1201 - Detected System Specs    :
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1202 -    Total Available RAM   : 7.97 GB
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1203 -    CPU ID string         : Intel64 Family 6 Model 23 Stepping 10, GenuineIntel
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1204 -    Number of CPU cores   : 2 cores
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1205 -    System is 64-bit      : True
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1206 -    Preferred Encoding    : cp1252
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1207 -    Machine Arch          : amd64
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1208 -    Available HDD (ARM)   : 16 GB
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1209 -    Available HDD (BTC)   : 16 GB
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1210 -
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1211 - Network Name: Main Network
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1212 - Satoshi Port: 8333
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1213 - Do wlt check: True
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1214 - Named options/arguments to armoryengine.py:
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     nettimeout      : 2
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     rescan          : False
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     ignoreAllZC     : False
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     enableSupernode : False
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     disableModules  : False
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     port            : None
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     interport       : 8223
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     skipStatsReport : False
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     forceWalletCheck: False
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     rebuild         : False
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     datadir         : DEFAULT
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     clearMempool    : False
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     offline         : False
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     coverageOutputDir: None
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     armoryDBDir     : DEFAULT
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     satoshiPort     : DEFAULT
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     useTorSettings  : False
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     netlog          : False
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     keypool         : 100
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     coverageInclude : None
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     forceOnline     : False
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     skipAnnounceCheck: False
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     redownload      : False
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     multisigFile    : DEFAULT
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     disableTorrent  : False
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     testAnnounceCode: False
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     mtdebug         : False
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     logDisable      : False
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     settingsPath    : C:\Users\Antonio\AppData\Roaming\Armory\ArmorySettings.txt
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     verbosity       : None
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     doDebug         : False
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     enableDetSign   : True
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     testnet         : False
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     rpcport         : DEFAULT
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     satoshiHome     : DEFAULT
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     satoshiRpcport  : DEFAULT
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     logFile         : C:\Users\Antonio\AppData\Roaming\Armory\ArmoryQt.exe.log.txt
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1216 -     disableConfPermis: False
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1217 - Other arguments:
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1220 - ************************************************************
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:1615 - C++ block utilities loaded successfully
2015-06-09 18:22 (INFO) -- BDM.pyc:418 - Using the asynchronous/multi-threaded BlockDataManager.
2015-06-09 18:22 (INFO) -- BDM.pyc:419 - Blockchain operations will happen in the background.  
2015-06-09 18:22 (INFO) -- BDM.pyc:420 - Devs: check TheBDM.getState() before asking for data.
2015-06-09 18:22 (INFO) -- BDM.pyc:421 - Registering addresses during rescans will queue them for
2015-06-09 18:22 (INFO) -- BDM.pyc:422 - inclusion after the current scan is completed.
2015-06-09 18:22 (INFO) -- ArmoryUtils.pyc:3521 - Using settings file: C:\Users\Antonio\AppData\Roaming\Armory\ArmorySettings.txt
2015-06-09 18:22 (INFO) -- announcefetch.pyc:95 - Reading files in fetcher directory:
2015-06-09 18:22 (INFO) -- announcefetch.pyc:104 -    announce         : 59e8b1d1ce166d2721b4264d29ce82b6779431f339b70df3739c98cc62499652
2015-06-09 18:22 (INFO) -- announcefetch.pyc:104 -    bootstrap        : b62c08932668ce162d51226135940724e90f4c71704ac936f74cc153b34cc251
2015-06-09 18:22 (INFO) -- announcefetch.pyc:104 -    changelog        : 791059d52f04d68a142730b421f46f52c3169440a168db50088fb2b7856e3d9b
2015-06-09 18:22 (INFO) -- announcefetch.pyc:104 -    downloads        : 21707983b98ad85f3ac5fd50ec765c08a346d00eaddbeb117516d0b7c25c5dbf
2015-06-09 18:22 (INFO) -- announcefetch.pyc:104 -    notify           : 78bbf86a93b31c391ad34ee1b26097abd9064c0c037a6d4a16d6d1cdb0c7635d
2015-06-09 18:22 (INFO) -- announcefetch.pyc:271 - Fetching: https://bitcoinarmory.com/announce.txt?osvar=7&os=win&ver=0.93.2&id=06aa5b86
2015-06-09 18:22 (INFO) -- ArmoryQt.py:2735 - loadWalletsAndSettings
2015-06-09 18:22 (INFO) -- ArmoryQt.py:2789 - Loading wallets...
2015-06-09 18:22 (INFO) -- ArmoryQt.py:2848 - Number of wallets read in: 1
2015-06-09 18:22 (INFO) -- ArmoryQt.py:2853 -    Wallet (2SSSFdfN7):   "Primo portafoglio               "   (Encrypted)
2015-06-09 18:22 (ERROR) -- announcefetch.pyc:312 - Could not verify data in signed message block
Traceback (most recent call last):
  File "announcefetch.pyc", line 304, in __runFetchSequence
  File "jasvet.pyc", line 589, in readSigBlock
IndexError: list index out of range
2015-06-09 18:22 (INFO) -- ArmoryQt.py:2297 - Setting up networking...
2015-06-09 18:22 (INFO) -- ArmoryQt.py:2326 - Internet status: 0
2015-06-09 18:22 (INFO) -- ArmoryQt.py:2441 - startBitcoindIfNecessary
2015-06-09 18:22 (WARNING) -- ArmoryQt.py:2451 - Tried to start bitcoind, but satoshi already running
2015-06-09 18:22 (INFO) -- ArmoryQt.py:1514 - setupUriRegistration
2015-06-09 18:22 (INFO) -- ArmoryQt.py:1582 - Armory already registered for current user.  Done!
2015-06-09 18:22 (INFO) -- ArmoryQt.py:664 - Usermode: Advanced
2015-06-09 18:22 (INFO) -- ArmoryQt.py:1809 - Changing usermode:
2015-06-09 18:22 (INFO) -- ArmoryQt.py:1810 -    From: Advanced
2015-06-09 18:22 (INFO) -- ArmoryQt.py:1818 -      To: Advanced
2015-06-09 18:22 (INFO) -- ArmoryQt.py:5787 - Dashboard switched to auto-butSatoshiRunning
2015-06-09 18:22 (INFO) -- ArmoryQt.py:2441 - startBitcoindIfNecessary
2015-06-09 18:22 (WARNING) -- ArmoryQt.py:2451 - Tried to start bitcoind, but satoshi already running
donator
Activity: 4718
Merit: 4218
Leading Crypto Sports Betting & Casino Platform
May 29, 2015, 01:45:00 AM
#20
I was having the same issues as those in this thread even after a clean OS install and a default Bitcoin install.  After trying everything mentioned in this thread and everything I could think of with no success...  The solution was simple.  I downgraded to 0.92.3 and it worked like a charm.  

EDIT:  I spoke too soon.  Everything loads and it says it is online, but all balances show 0.  Sending log file now...
legendary
Activity: 3640
Merit: 1345
Armory Developer
May 20, 2015, 03:16:36 PM
#19
You can't address a database over 2GB with LMDB in 32 bit. Fullnode DB in 0.93 is 30+ GB. Something is off in what you are saying.
legendary
Activity: 1764
Merit: 1002
May 20, 2015, 02:25:06 PM
#18
as i said, it was working perfectly fine on 32 bit right up to now.  the --satoshi-datadir doesn't alter the failure.

You got online and fully sync'ed with 0.93 on a 32 bit OS?

no, i had to sync up the BC separately with bitcoind with this new Ubuntu 14.04.

as i said, i had 12.04, 32 bit running smoothly with 0.93.1 prior.
legendary
Activity: 3640
Merit: 1345
Armory Developer
May 20, 2015, 02:21:03 PM
#17
as i said, it was working perfectly fine on 32 bit right up to now.  the --satoshi-datadir doesn't alter the failure.

You got online and fully sync'ed with 0.93 on a 32 bit OS?
legendary
Activity: 1764
Merit: 1002
May 20, 2015, 02:10:30 PM
#16

wait, 0.93.1 does run on Ubuntu 32 bit.  was working with 12.04, 32 bit...

The issue isn't running, it's the addressing space limitation of 32 bit operating systems. You are wasting your time trying to get 0.93.x setup on your system, it will never pass the DB build stage. If you insist on running Armory online on a 32bit OS, build 0.94 alpha on the ffreeze branch, although it's unstable currently.

Also your issue is most likely related to auto path discovery. Force the blockchain dir with --satoshi-datadir.

as i said, it was working perfectly fine on 32 bit right up to now.  the --satoshi-datadir doesn't alter the failure.
legendary
Activity: 3640
Merit: 1345
Armory Developer
May 20, 2015, 12:32:30 PM
#15

wait, 0.93.1 does run on Ubuntu 32 bit.  was working with 12.04, 32 bit...

The issue isn't running, it's the addressing space limitation of 32 bit operating systems. You are wasting your time trying to get 0.93.x setup on your system, it will never pass the DB build stage. If you insist on running Armory online on a 32bit OS, build 0.94 alpha on the ffreeze branch, although it's unstable currently.

Also your issue is most likely related to auto path discovery. Force the blockchain dir with --satoshi-datadir.
legendary
Activity: 1764
Merit: 1002
May 20, 2015, 12:22:55 PM
#14

wait, 0.93.1 does run on Ubuntu 32 bit.  was working with 12.04, 32 bit...
legendary
Activity: 1764
Merit: 1002
May 20, 2015, 12:21:15 PM
#13
any suggestions?


What does it say is wrong when you run with --skip-online-check? Still no internet available?

i didn't run it from the command line.  i just unchecked that box in the Settings GUI.
legendary
Activity: 3640
Merit: 1345
Armory Developer
May 20, 2015, 12:21:01 PM
#12
32 bit, Armory 0.93.1

Yeah, no...
legendary
Activity: 3430
Merit: 3071
May 20, 2015, 12:08:54 PM
#11
any suggestions?


What does it say is wrong when you run with --skip-online-check? Still no internet available?
legendary
Activity: 1764
Merit: 1002
May 20, 2015, 11:53:26 AM
#10
i have the same problem after upgrading to Ubuntu 14.04.2, 32 bit, Armory 0.93.1 with plenty of disk space and RAM.

this is despite running Armory with --skip-online-check or --satoshi-datadir=/home/user/.bitcoin/

any suggestions?

newbie
Activity: 4
Merit: 0
May 06, 2015, 01:52:09 PM
#9
You may not have enough available disk space but Armory didn't that far enough yet.

Assuming /home/0rphane/.bitcoin/ is the path to your Core folder, start Armory with this command line argument: --satoshi-datadir=/home/0rphane/.bitcoin/
It works now, here's how i did:

a) starting bitcoin-qt itself in its /bin DIR, being able to follow initialization assistant pointing then to the chain (bitcoin-qt itself was not aware of it's very own data?!)
b) issuing the suggested command pointing to the correct data DIR, in my case on an external HDD


Think i have kind of weird setup, i'd better move installation to a dedicated machine.

update: Thank you ! That did the trick, i also added --dbdir=/external space, to get around issues with the small ssd.
legendary
Activity: 3640
Merit: 1345
Armory Developer
May 06, 2015, 01:12:21 AM
#8
You may not have enough available disk space but Armory didn't that far enough yet.

Assuming /home/0rphane/.bitcoin/ is the path to your Core folder, start Armory with this command line argument: --satoshi-datadir=/home/0rphane/.bitcoin/
newbie
Activity: 4
Merit: 0
May 05, 2015, 03:22:22 PM
#7
support pointed me to not having enough space on disk, but i thought they might hav'd confused with not being able to sync, but this is not the problem, so here's the recent log, just simple open, syncing one block, exit.

Quote
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1074 - C++ block utilities loaded successfully
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:598 - Executing popen: free -m
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:598 - Executing popen: ['cat', '/proc/cpuinfo']
2015-05-05 21:11 (ERROR) -- ArmoryUtils.py:1172 - Error getting system details:
Traceback (most recent call last):
  File "/usr/lib/armory/armoryengine/ArmoryUtils.py", line 1170, in
    SystemSpecs = GetSystemDetails()
  File "/usr/lib/armory/armoryengine/ArmoryUtils.py", line 1165, in GetSystemDetails
    out.HddAvailB = getHddSize(BTC_HOME_DIR)    / (1024**3)
  File "/usr/lib/armory/armoryengine/ArmoryUtils.py", line 1162, in getHddSize
    s = os.statvfs(adir)
OSError: [Errno 2] No such file or directory: '/home/0rphane/.bitcoin/'
2015-05-05 21:11 (ERROR) -- ArmoryUtils.py:1173 - Skipping.
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1184 -
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1185 -
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1186 -
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1187 - ************************************************************
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1188 - Invoked: /usr/lib/armory/ArmoryQt.py
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1189 - ************************************************************
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1190 - Loading Armory Engine:
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1191 -    Armory Version        : 0.93.1
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1192 -    Armory Build:         : a9e0f25d51
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1193 -    PyBtcWallet  Version  : 1.35
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1194 - Detected Operating system: Linux
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1195 -    OS Variant            : LinuxMint-17.1-rebecca
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1196 -    User home-directory   : /home/0rphane
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1197 -    Satoshi BTC directory : /home/0rphane/.bitcoin/
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1198 -    Armory home dir       : /home/0rphane/.armory/
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1199 - Detected System Specs    :
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1200 -    Total Available RAM   : -1.00 GB
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1201 -    CPU ID string         : Unknown
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1202 -    Number of CPU cores   : -1 cores
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1203 -    System is 64-bit      : Unknown
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1204 -    Preferred Encoding    : UTF-8
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1205 -    Machine Arch          : x86_64
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1206 -    Available HDD (ARM)   : -1 GB
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1207 -    Available HDD (BTC)   : -1 GB
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1208 -
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1209 - Network Name: Main Network
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1210 - Satoshi Port: 8333
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1211 - Do wlt check: True
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1212 - Named options/arguments to armoryengine.py:
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     nettimeout      : 2
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     rescan          : False
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     ignoreAllZC     : False
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     enableSupernode : False
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     disableModules  : False
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     port            : None
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     interport       : 8223
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     skipStatsReport : False
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     forceWalletCheck: False
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     rebuild         : False
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     datadir         : DEFAULT
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     clearMempool    : False
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     offline         : False
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     coverageOutputDir: None
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     armoryDBDir     : DEFAULT
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     satoshiPort     : DEFAULT
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     useTorSettings  : False
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     netlog          : False
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     keypool         : 100
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     coverageInclude : None
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     forceOnline     : False
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     skipAnnounceCheck: False
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     redownload      : False
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     multisigFile    : DEFAULT
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     disableTorrent  : False
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     testAnnounceCode: False
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     mtdebug         : False
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     logDisable      : False
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     settingsPath    : /home/0rphane/.armory/ArmorySettings.txt
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     verbosity       : None
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     doDebug         : False
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     enableDetSign   : False
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     testnet         : False
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     rpcport         : DEFAULT
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     satoshiHome     : DEFAULT
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     satoshiRpcport  : DEFAULT
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     logFile         : /home/0rphane/.armory/ArmoryQt.py.log.txt
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1214 -     disableConfPermis: False
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1215 - Other arguments:
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1218 - ************************************************************
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:1613 - C++ block utilities loaded successfully
2015-05-05 21:11 (INFO) -- BDM.py:418 - Using the asynchronous/multi-threaded BlockDataManager.
2015-05-05 21:11 (INFO) -- BDM.py:419 - Blockchain operations will happen in the background. 
2015-05-05 21:11 (INFO) -- BDM.py:420 - Devs: check TheBDM.getState() before asking for data.
2015-05-05 21:11 (INFO) -- BDM.py:421 - Registering addresses during rescans will queue them for
2015-05-05 21:11 (INFO) -- BDM.py:422 - inclusion after the current scan is completed.
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:3517 - Using settings file: /home/0rphane/.armory/ArmorySettings.txt
2015-05-05 21:11 (INFO) -- announcefetch.py:95 - Reading files in fetcher directory:
2015-05-05 21:11 (INFO) -- announcefetch.py:104 -    announce         : ea9b31ffe42fb6a67aad9c0759d35f7143da574cb005e02264f18cab9bbc4ce3
2015-05-05 21:11 (INFO) -- announcefetch.py:104 -    notify           : 7d5ded1526ea4fd3ec0f5d83f4d33c069a9d4688f4dd2ebd5d14dd1add720ae6
2015-05-05 21:11 (INFO) -- announcefetch.py:104 -    bootstrap        : b62c08932668ce162d51226135940724e90f4c71704ac936f74cc153b34cc251
2015-05-05 21:11 (INFO) -- announcefetch.py:104 -    downloads        : 74234e392e918958f48bf56644239a2cf932e7a3d76ee7b3410e78843a33965f
2015-05-05 21:11 (INFO) -- announcefetch.py:104 -    changelog        : e24b19df7aa56608725ec2352a8ad14b358d0392fca946033ed7581fb6eb1f54
2015-05-05 21:11 (INFO) -- ArmoryQt.py:2735 - loadWalletsAndSettings
2015-05-05 21:11 (INFO) -- ArmoryQt.py:2789 - Loading wallets...
2015-05-05 21:11 (INFO) -- ArmoryQt.py:2848 - Number of wallets read in: 0
2015-05-05 21:11 (INFO) -- announcefetch.py:271 - Fetching: https://bitcoinarmory.com/announce.txt?osvar=linuxmint&os=lin&ver=0.93.1&id=850afc5c
2015-05-05 21:11 (INFO) -- ArmoryQt.py:2297 - Setting up networking...
2015-05-05 21:11 (INFO) -- ArmoryQt.py:2326 - Internet status: 2
2015-05-05 21:11 (INFO) -- ArmoryQt.py:2441 - startBitcoindIfNecessary
2015-05-05 21:11 (INFO) -- ArmoryQt.py:2490 - setSatoshiPaths
2015-05-05 21:11 (INFO) -- ArmoryQt.py:2508 - Setting satoshi datadir = /media/0rphane/d8f745e5-02f6-4dde-8691-9f70d21dfc79/LINUX_BCK_aktuell/bitcoin-qt
2015-05-05 21:11 (INFO) -- SDM.py:282 - Total size of files in /media/0rphane/d8f745e5-02f6-4dde-8691-9f70d21dfc79/LINUX_BCK_aktuell/bitcoin-qt/blocks is 33.1 GB
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:598 - Executing popen: ['whereis', 'bitcoind']
2015-05-05 21:11 (INFO) -- SDM.py:321 - Found bitcoind in the following places:
2015-05-05 21:11 (INFO) -- SDM.py:323 -    /media/0rphane/d8f745e5-02f6-4dde-8691-9f70d21dfc79/LINUX_BCK_aktuell/bitcoin-qt/bitcoin-0.9.3-linux/bin/64/bitcoind
2015-05-05 21:11 (INFO) -- SDM.py:325 - Using: /media/0rphane/d8f745e5-02f6-4dde-8691-9f70d21dfc79/LINUX_BCK_aktuell/bitcoin-qt/bitcoin-0.9.3-linux/bin/64/bitcoind
2015-05-05 21:11 (INFO) -- SDM.py:496 - Reading bitcoin.conf file
2015-05-05 21:11 (INFO) -- SDM.py:536 - Setting permissions on bitcoin.conf
2015-05-05 21:11 (INFO) -- SDM.py:597 - Called startBitcoind
2015-05-05 21:11 (INFO) -- SDM.py:282 - Total size of files in /media/0rphane/d8f745e5-02f6-4dde-8691-9f70d21dfc79/LINUX_BCK_aktuell/bitcoin-qt/blocks is 33.1 GB
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:598 - Executing popen: [u'/media/0rphane/d8f745e5-02f6-4dde-8691-9f70d21dfc79/LINUX_BCK_aktuell/bitcoin-qt/bitcoin-0.9.3-linux/bin/64/bitcoind', u'-datadir=/media/0rphane/d8f745e5-02f6-4dde-8691-9f70d21dfc79/LINUX_BCK_aktuell/bitcoin-qt']
2015-05-05 21:11 (INFO) -- SDM.py:669 - PID of bitcoind: 23863
2015-05-05 21:11 (INFO) -- SDM.py:670 - PID of armory:   23853
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:598 - Executing popen: ['python', '/usr/lib/armory/guardian.py', '23853', '23863']
2015-05-05 21:11 (INFO) -- SDM.py:848 - Creating proxy in SDM: host=127.0.0.1, port=8332
2015-05-05 21:11 (INFO) -- ArmoryQt.py:1514 - setupUriRegistration
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:598 - Executing popen: gconftool-2 --get /desktop/gnome/url-handlers/bitcoin/command
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:598 - Executing popen: xdg-mime query default x-scheme-handler/bitcoin
2015-05-05 21:11 (INFO) -- ArmoryUtils.py:598 - Executing popen: find /home/0rphane -type f -name "mimeTypes.rdf"
2015-05-05 21:11 (INFO) -- ArmoryQt.py:664 - Usermode: Advanced
2015-05-05 21:11 (INFO) -- ArmoryQt.py:1809 - Changing usermode:
2015-05-05 21:11 (INFO) -- ArmoryQt.py:1810 -    From: Advanced
2015-05-05 21:11 (INFO) -- ArmoryQt.py:1818 -      To: Advanced
2015-05-05 21:11 (INFO) -- ArmoryQt.py:5898 - Dashboard switched to auto-InitSync
2015-05-05 21:12 (WARNING) -- SDM.py:768 - Overriding not-available state. This should happen 0-5 times
2015-05-05 21:12 (WARNING) -- SDM.py:768 - Overriding not-available state. This should happen 0-5 times
2015-05-05 21:12 (WARNING) -- SDM.py:768 - Overriding not-available state. This should happen 0-5 times
2015-05-05 21:12 (INFO) -- ArmoryQt.py:2524 - loadBlockchainIfNecessary
2015-05-05 21:12 (ERROR) -- ArmoryQt.py:1323 - 3 attempts to load blockchain failed.  Remove mempool.bin.
2015-05-05 21:12 (ERROR) -- ArmoryQt.py:1328 - File mempool.bin does not exist. Nothing deleted.
2015-05-05 21:12 (INFO) -- ArmoryQt.py:2545 - Setting netmode: 1
2015-05-05 21:12 (ERROR) -- Traceback (most recent call last):
  File "/usr/lib/armory/ArmoryQt.py", line 7068, in method_signal
    method()
  File "/usr/lib/armory/ArmoryQt.py", line 2485, in proceedOnceBitcoindIsReady
    self.loadBlockchainIfNecessary()
  File "/usr/lib/armory/ArmoryQt.py", line 2537, in loadBlockchainIfNecessary
    TheBDM.goOnline()
  File "/usr/lib/armory/armoryengine/BDM.py", line 148, in inner
    return func(*newArgs, **kwargs)
  File "/usr/lib/armory/armoryengine/BDM.py", line 251, in goOnline
    self.bdmThread.setConfig(self.bdmConfig())
  File "/usr/lib/armory/armoryengine/BDM.py", line 148, in inner
    return func(*newArgs, **kwargs)
  File "/usr/lib/armory/armoryengine/BDM.py", line 339, in bdmConfig
    bdmConfig.blkFileLocation = blockdir
  File "/usr/lib/armory/CppBlockUtils.py", line 2101, in
    __setattr__ = lambda self, name, value: _swig_setattr(self, BlockDataManagerConfig, name, value)
  File "/usr/lib/armory/CppBlockUtils.py", line 45, in _swig_setattr
    return _swig_setattr_nondynamic(self,class_type,name,value,0)
  File "/usr/lib/armory/CppBlockUtils.py", line 38, in _swig_setattr_nondynamic
    if method: return method(self,value)
TypeError: in method 'BlockDataManagerConfig_blkFileLocation_set', argument 2 of type 'string const &'

2015-05-05 21:12 (INFO) -- Networking.py:65 - Connection initiated.  Start handshake
2015-05-05 21:12 (INFO) -- ArmoryQt.py:5973 - Dashboard switched to user-OfflineOnlinePoss
2015-05-05 21:12 (INFO) -- Networking.py:156 - Received version message from peer:
2015-05-05 21:12 (INFO) -- Networking.py:157 -    Version:     70002
2015-05-05 21:12 (INFO) -- Networking.py:158 -    SubVersion:  /Satoshi:0.9.3/
2015-05-05 21:12 (INFO) -- Networking.py:159 -    TimeStamp:   1430853177
2015-05-05 21:12 (INFO) -- Networking.py:160 -    StartHeight: 355107
2015-05-05 21:12 (INFO) -- Networking.py:357 - Handshake finished, connection open!
2015-05-05 21:13 (INFO) -- ArmoryQt.py:6774 - BDM is safe for clean shutdown
2015-05-05 21:13 (INFO) -- ArmoryQt.py:6816 - Attempting to close the main window!
2015-05-05 21:13 (ERROR) -- Networking.py:366 - ***Connection to Satoshi client LOST!  Attempting to reconnect...

thx again
legendary
Activity: 3640
Merit: 1345
Armory Developer
May 05, 2015, 02:29:23 PM
#6
You should create a ticket and post your log files. You can also post them here if you're comfortable with that.
newbie
Activity: 4
Merit: 0
May 05, 2015, 02:12:57 PM
#5
me too,  Huh
after redownloading all to a different external loc. and succesfully syncing the BC im stuck
with armory not recognizing beinig online, regardless if option --skip-online-check is set or not,
in the lower right it shows connected (0 blocks)

http://picpaste.com/extpics/Bildschirmfoto_vom_2015-05-05_20_02_40-OFnmUhoR.png
i tried :
remove .armory in $home
redownloading, verify , reset BC

armory states somewhere it doesnt use rpc, but in bitcoin.conf there is user and pass, so i added, as suggested
addnode=127.0.0.1
listen=1
maxconnections=20

that doesnt help neither
anyone has an idea?
regards
newbie
Activity: 29
Merit: 0
February 02, 2015, 05:41:37 AM
#4
My armory is stuck in offline mode also. It doesn't seem to be recognizing my custom bitcoin data location. When I run bitcoin qt its working well, but armory is just stuck in offline mode if i set up data directory. So I have to download whole blockchain again for it in default location? That seem a bit strange.
newbie
Activity: 30
Merit: 0
March 09, 2013, 02:56:36 AM
#3
thanks, I think I got it. I needed to add "--skip-online-check"...
I tried that before and it didn't work, but now it seems to do the trick. ;0
legendary
Activity: 1428
Merit: 1093
Core Armory Developer
March 08, 2013, 11:16:05 PM
#2
Hi, I just waited for the bitcoin client to update the blockchain, so I could try out armory. (I have been using multibit, but I want to transfer to something more secure)
It took forever (didn't help that my connection sucks...)
But when I start armory, it always says offline mode.
Does anyone know how to troubleshoot this??


The software should tell you (on the dashboard) why it's in offline mode.  Usually, it's because it can't find Bitcoin-Qt/bitcoind running, it can't find the blockfiles (in the Bitcoin-Qt home directory), or it can't find the internet.  There's ways around all of this.

If you're stuck and not sure what's going on, you can PM or email me a log-file,  "File"->"Export Log File", and then attach it to an email or send it to me via email (which can be found at the very bottom of the main Armory webpage
newbie
Activity: 30
Merit: 0
March 08, 2013, 11:03:07 PM
#1
Hi, I just waited for the bitcoin client to update the blockchain, so I could try out armory. (I have been using multibit, but I want to transfer to something more secure)
It took forever (didn't help that my connection sucks...)
But when I start armory, it always says offline mode.
Does anyone know how to troubleshoot this??
Jump to: