I just got armory working last night after specifying the location of the Armory and Bitcoin DBs in Armory. I just had to wait for about 12 hours for Armory to catalog the blockchain, but after it finished loading everything armory crashed. I reopened it, and it showed the correct balance of my wallets but said the node was offline and showed more than 400K blocks. I then rebooted my computer, opened armory, and received a popup that Armory couldn't connect to the blockchain, and it's just stalling on trying to determine the "Node Status"; It also shows 0 blocks in the node now.
Here's the first few loops of the log file:
FO) -- ArmoryUtils.pyc:1294 - db_type : DB_FULL
2017-10-09 01:46:39 (INFO) -- ArmoryUtils.pyc:1294 - doDebug : False
2017-10-09 01:46:39 (INFO) -- ArmoryUtils.pyc:1294 - enableDetSign : True
2017-10-09 01:46:39 (INFO) -- ArmoryUtils.pyc:1294 - disableConfPermis: False
2017-10-09 01:46:39 (INFO) -- ArmoryUtils.pyc:1294 - testnet : False
2017-10-09 01:46:39 (INFO) -- ArmoryUtils.pyc:1294 - rpcport : DEFAULT
2017-10-09 01:46:39 (INFO) -- ArmoryUtils.pyc:1294 - satoshiHome : DEFAULT
2017-10-09 01:46:39 (INFO) -- ArmoryUtils.pyc:1294 - satoshiRpcport : DEFAULT
2017-10-09 01:46:39 (INFO) -- ArmoryUtils.pyc:1294 - logFile : C:\Users\Mike\AppData\Roaming\Armory\ArmoryQt.exe.log.txt
2017-10-09 01:46:39 (INFO) -- ArmoryUtils.pyc:1294 - verbosity : None
2017-10-09 01:46:39 (INFO) -- ArmoryUtils.pyc:1295 - Other arguments:
2017-10-09 01:46:39 (INFO) -- ArmoryUtils.pyc:1298 - ************************************************************
2017-10-09 01:46:39 (INFO) -- ArmoryUtils.pyc:1701 - C++ block utilities loaded successfully
2017-10-09 01:46:39 (INFO) -- ArmoryUtils.pyc:3559 - Using settings file: C:\Users\Mike\AppData\Roaming\Armory\ArmorySettings.txt
2017-10-09 01:46:39 (ERROR) -- ArmoryUtils.pyc:3716 - Unsupported language specified. Defaulting to English (en)
2017-10-09 01:46:39 (INFO) -- ArmoryUtils.pyc:3719 - Using Language: en
2017-10-09 01:46:39 (INFO) -- BDM.pyc:355 - Using the asynchronous/multi-threaded BlockDataManager.
2017-10-09 01:46:39 (INFO) -- BDM.pyc:356 - Blockchain operations will happen in the background.
2017-10-09 01:46:39 (INFO) -- BDM.pyc:357 - Devs: check TheBDM.getState() before asking for data.
2017-10-09 01:46:39 (INFO) -- BDM.pyc:358 - Registering addresses during rescans will queue them for
2017-10-09 01:46:39 (INFO) -- BDM.pyc:359 - inclusion after the current scan is completed.
2017-10-09 01:46:40 (INFO) -- ArmoryUtils.pyc:3559 - Using settings file: C:\Users\Mike\AppData\Roaming\Armory\ArmorySettings.txt
2017-10-09 01:46:40 (INFO) -- ArmoryQt.py:2061 - loadWalletsAndSettings
2017-10-09 01:46:40 (INFO) -- ArmoryQt.py:2121 - Loading wallets...
2017-10-09 01:46:40 (INFO) -- ArmoryQt.py:2186 - Number of wallets read in: 0
2017-10-09 01:46:40 (INFO) -- ArmoryQt.py:1763 - acquiring process mutex...
2017-10-09 01:46:41 (INFO) -- ArmoryQt.py:1395 - setupUriRegistration
2017-10-09 01:46:41 (INFO) -- ArmoryQt.py:1490 - URL-register: user wants to do it by default
2017-10-09 01:46:41 (INFO) -- ArmoryQt.py:1513 - URL-register action: DoIt
2017-10-09 01:46:41 (INFO) -- ArmoryQt.py:1516 - Registering Armory for current user
2017-10-09 01:46:41 (INFO) -- ArmoryQt.py:1526 - Writing key: [HKEY_CURRENT_USER\] Software\Classes\bitcoin\
2017-10-09 01:46:41 (INFO) -- ArmoryQt.py:1526 - Writing key: [HKEY_CURRENT_USER\] Software\Classes\bitcoin\URL Protocol
2017-10-09 01:46:41 (INFO) -- ArmoryQt.py:1526 - Writing key: [HKEY_CURRENT_USER\] Software\Classes\bitcoin\shell\
2017-10-09 01:46:41 (INFO) -- ArmoryQt.py:1526 - Writing key: [HKEY_CURRENT_USER\] Software\Classes\bitcoin\shell\open\
2017-10-09 01:46:41 (INFO) -- ArmoryQt.py:1538 - Writing key: [HKEY_CURRENT_USER\] Software\Classes\bitcoin\shell\open\command\
2017-10-09 01:46:41 (INFO) -- ArmoryQt.py:1538 - Writing key: [HKEY_CURRENT_USER\] Software\Classes\bitcoin\DefaultIcon\
2017-10-09 01:46:41 (INFO) -- ArmoryQt.py:566 - Usermode: Advanced
2017-10-09 01:46:41 (INFO) -- ArmoryQt.py:1698 - Changing usermode:
2017-10-09 01:46:41 (INFO) -- ArmoryQt.py:1699 - From: Advanced
2017-10-09 01:46:41 (INFO) -- ArmoryQt.py:1707 - To: Advanced
2017-10-09 01:46:41 (INFO) -- ArmoryQt.py:1836 - startBitcoindIfNecessary
2017-10-09 01:46:41 (INFO) -- ArmoryQt.py:1872 - setSatoshiPaths
2017-10-09 01:46:41 (INFO) -- ArmoryQt.py:1892 - Setting satoshi datadir = F:\Programs\Bitcoin
2017-10-09 01:46:41 (INFO) -- SDM.pyc:169 - Found bitcoind in the following places:
2017-10-09 01:46:41 (INFO) -- SDM.pyc:171 - C:\Program Files\Bitcoin\daemon\bitcoind.exe
2017-10-09 01:46:41 (INFO) -- SDM.pyc:173 - Using: C:\Program Files\Bitcoin\daemon\bitcoind.exe
2017-10-09 01:46:41 (INFO) -- SDM.pyc:337 - Called startBitcoind
2017-10-09 01:46:41 (WARNING) -- SDM.pyc:439 - Spawning bitcoind with command: C:\Program Files\Bitcoin\daemon\bitcoind.exe -datadir=F:\Programs\Bitcoin -dbcache=2000
2017-10-09 01:46:41 (INFO) -- ArmoryUtils.pyc:672 - Executing popen: ['C:\\Program Files\\Bitcoin\\daemon\\bitcoind.exe', u'-datadir=F:\\Programs\\Bitcoin', '-dbcache=2000']
2017-10-09 01:46:41 (INFO) -- SDM.pyc:445 - PID of bitcoind: 10224
2017-10-09 01:46:41 (INFO) -- SDM.pyc:446 - PID of armory: 10996
2017-10-09 01:46:41 (INFO) -- ArmoryUtils.pyc:672 - Executing popen: ['.\\guardian.exe', '10996', '10224']
2017-10-09 01:46:41 (INFO) -- ArmoryQt.py:1924 - Setting netmode: 1
2017-10-09 01:46:41 (ERROR) -- BDM.pyc:199 - DB error: C:\Users\Mike\AppData\Roaming/Bitcoin/blocks is not a valid path
2017-10-09 01:46:41 (INFO) -- ArmoryQt.py:1924 - Setting netmode: 0
2017-10-09 01:46:41 (INFO) -- ArmoryQt.py:1906 - loadBlockchainIfNecessary
2017-10-09 01:46:41 (INFO) -- ArmoryQt.py:4670 - Dashboard switched to "Scanning" mode
2017-10-09 01:46:41 (INFO) -- ArmoryQt.py:4670 - Dashboard switched to "Scanning" mode
2017-10-09 01:47:11 (INFO) -- ArmoryQt.py:5447 - BDM is safe for clean shutdown
2017-10-09 01:47:11 (INFO) -- SDM.pyc:459 - Called stopBitcoind
2017-10-09 01:49:11 (ERROR) -- SDM.pyc:479 - bitcoind failed to shutdown in less than 2 minutes. Terminating.
2017-10-09 01:49:12 (INFO) -- ArmoryQt.py:5460 - Attempting to close the main window!
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1147 - C++ block utilities loaded successfully
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1264 -
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1265 -
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1266 -
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1267 - ************************************************************
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1268 - Invoked: C:\Program Files\Armory\ArmoryQt.exe
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1269 - ************************************************************
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1270 - Loading Armory Engine:
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1271 - Armory Version : 0.96.3
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1272 - Armory Build: : 2b65ac0648
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1273 - PyBtcWallet Version : 1.35
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1274 - Detected Operating system: Windows
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1275 - OS Variant : 8-6.2.9200--Multiprocessor Free
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1276 - User home-directory : C:\Users\Mike\AppData\Roaming
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1277 - Satoshi BTC directory : C:\Users\Mike\AppData\Roaming\Bitcoin
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1278 - Armory home dir : C:\Users\Mike\AppData\Roaming\Armory\
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1279 - Detected System Specs :
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1280 - Total Available RAM : 15.94 GB
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1281 - CPU ID string : Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1282 - Number of CPU cores : 4 cores
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1283 - System is 64-bit : True
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1284 - Preferred Encoding : cp1252
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1285 - Machine Arch : amd64
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1286 - Available HDD (ARM) : 66 GB
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1287 - Available HDD (BTC) : 0 GB
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1288 -
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1289 - Network Name: Main Network
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1290 - Satoshi Port: 8333
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1291 - Do wlt check: True
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1292 - Named options/arguments to armoryengine.py:
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - thread_count : -1
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - rescan : False
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - ignoreAllZC : False
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - rescanBalance : False
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - disableModules : False
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - port : None
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - interport : 8223
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - coverageOutputDir: None
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - forceWalletCheck: False
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - regtest : False
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - rebuild : False
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - nettimeout : 2
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - datadir : DEFAULT
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - clearMempool : False
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - offline : False
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - armoryDBDir : DEFAULT
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - armorydb_port : 9001
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - satoshiPort : DEFAULT
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - useTorSettings : False
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - netlog : False
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - keypool : 100
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - coverageInclude : None
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - forceOnline : False
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - redownload : False
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - rpcBindAddr : 127.0.0.1
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - armorydb_ip : 127.0.0.1
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - multisigFile : DEFAULT
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - ram_usage : -1
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - mtdebug : False
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - logDisable : False
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - settingsPath : C:\Users\Mike\AppData\Roaming\Armory\ArmorySettings.txt
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - language : en
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - db_type : DB_FULL
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - doDebug : False
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - enableDetSign : True
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - disableConfPermis: False
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - testnet : False
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - rpcport : DEFAULT
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - satoshiHome : DEFAULT
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - satoshiRpcport : DEFAULT
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - logFile : C:\Users\Mike\AppData\Roaming\Armory\ArmoryQt.exe.log.txt
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1294 - verbosity : None
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1295 - Other arguments:
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1298 - ************************************************************
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:1701 - C++ block utilities loaded successfully
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:3559 - Using settings file: C:\Users\Mike\AppData\Roaming\Armory\ArmorySettings.txt
2017-10-09 01:49:18 (ERROR) -- ArmoryUtils.pyc:3716 - Unsupported language specified. Defaulting to English (en)
2017-10-09 01:49:18 (INFO) -- ArmoryUtils.pyc:3719 - Using Language: en
2017-10-09 01:49:18 (INFO) -- BDM.pyc:355 - Using the asynchronous/multi-threaded BlockDataManager.
2017-10-09 01:49:18 (INFO) -- BDM.pyc:356 - Blockchain operations will happen in the background.
2017-10-09 01:49:18 (INFO) -- BDM.pyc:357 - Devs: check TheBDM.getState() before asking for data.
2017-10-09 01:49:18 (INFO) -- BDM.pyc:358 - Registering addresses during rescans will queue them for
2017-10-09 01:49:18 (INFO) -- BDM.pyc:359 - inclusion after the current scan is completed.
2017-10-09 01:49:19 (INFO) -- ArmoryUtils.pyc:3559 - Using settings file: C:\Users\Mike\AppData\Roaming\Armory\ArmorySettings.txt
2017-10-09 01:49:19 (INFO) -- ArmoryQt.py:2061 - loadWalletsAndSettings
2017-10-09 01:49:19 (INFO) -- ArmoryQt.py:2121 - Loading wallets...
2017-10-09 01:49:19 (INFO) -- ArmoryQt.py:2186 - Number of wallets read in: 0
2017-10-09 01:49:19 (INFO) -- ArmoryQt.py:1763 - acquiring process mutex...
2017-10-09 01:49:20 (INFO) -- ArmoryQt.py:1395 - setupUriRegistration
2017-10-09 01:49:20 (INFO) -- ArmoryQt.py:1463 - Armory already registered for current user. Done!
2017-10-09 01:49:20 (INFO) -- ArmoryQt.py:566 - Usermode: Advanced
2017-10-09 01:49:20 (INFO) -- ArmoryQt.py:1698 - Changing usermode:
2017-10-09 01:49:20 (INFO) -- ArmoryQt.py:1699 - From: Advanced
2017-10-09 01:49:20 (INFO) -- ArmoryQt.py:1707 - To: Advanced
2017-10-09 01:49:20 (INFO) -- ArmoryQt.py:1836 - startBitcoindIfNecessary
2017-10-09 01:49:20 (INFO) -- ArmoryQt.py:1872 - setSatoshiPaths
2017-10-09 01:49:20 (INFO) -- ArmoryQt.py:1892 - Setting satoshi datadir = F:\Programs\Bitcoin
2017-10-09 01:49:20 (INFO) -- SDM.pyc:169 - Found bitcoind in the following places:
2017-10-09 01:49:20 (INFO) -- SDM.pyc:171 - C:\Program Files\Bitcoin\daemon\bitcoind.exe
2017-10-09 01:49:20 (INFO) -- SDM.pyc:173 - Using: C:\Program Files\Bitcoin\daemon\bitcoind.exe
2017-10-09 01:49:20 (INFO) -- SDM.pyc:337 - Called startBitcoind
2017-10-09 01:49:20 (WARNING) -- SDM.pyc:439 - Spawning bitcoind with command: C:\Program Files\Bitcoin\daemon\bitcoind.exe -datadir=F:\Programs\Bitcoin -dbcache=2000
2017-10-09 01:49:20 (INFO) -- ArmoryUtils.pyc:672 - Executing popen: ['C:\\Program Files\\Bitcoin\\daemon\\bitcoind.exe', u'-datadir=F:\\Programs\\Bitcoin', '-dbcache=2000']
2017-10-09 01:49:20 (INFO) -- SDM.pyc:445 - PID of bitcoind: 1692
2017-10-09 01:49:20 (INFO) -- SDM.pyc:446 - PID of armory: 10872
2017-10-09 01:49:20 (INFO) -- ArmoryUtils.pyc:672 - Executing popen: ['.\\guardian.exe', '10872', '1692']
2017-10-09 01:49:23 (INFO) -- ArmoryQt.py:1872 - setSatoshiPaths
2017-10-09 01:49:23 (INFO) -- ArmoryQt.py:1892 - Setting satoshi datadir = F:\Programs\Bitcoin
2017-10-09 01:49:23 (WARNING) -- SDM.pyc:396 - Spawning DB with command: ./ArmoryDB.exe --db-type="DB_FULL" --cookie --satoshi-datadir="F:\Programs\Bitcoin\blocks" --datadir="C:\Users\Mike\AppData\Roaming\Armory\" --dbdir="C:\Users\Mike\AppData\Roaming\Armory\databases"
2017-10-09 01:49:23 (INFO) -- ArmoryUtils.pyc:672 - Executing popen: ['./ArmoryDB.exe', '--db-type="DB_FULL"', '--cookie', u'--satoshi-datadir="F:\\Programs\\Bitcoin\\blocks"', '--datadir="C:\\Users\\Mike\\AppData\\Roaming\\Armory\\"', u'--dbdir="C:\\Users\\Mike\\AppData\\Roaming\\Armory\\databases"']
2017-10-09 01:49:25 (INFO) -- ArmoryQt.py:1824 - Connecting on port 59332
2017-10-09 01:49:25 (INFO) -- ArmoryQt.py:1924 - Setting netmode: 1
2017-10-09 01:49:25 (INFO) -- ArmoryQt.py:1906 - loadBlockchainIfNecessary
2017-10-09 01:49:25 (INFO) -- ArmoryQt.py:1924 - Setting netmode: 1
2017-10-09 01:49:25 (INFO) -- ArmoryQt.py:4670 - Dashboard switched to "Scanning" mode
2017-10-09 01:49:25 (INFO) -- ArmoryQt.py:4670 - Dashboard switched to "Scanning" mode
2017-10-09 01:51:08 (INFO) -- ArmoryQt.py:5447 - BDM is safe for clean shutdown
2017-10-09 01:51:08 (INFO) -- SDM.pyc:459 - Called stopBitcoind
2017-10-09 01:58:45 (INFO) -- ArmoryQt.py:5460 - Attempting to close the main window!
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1147 - C++ block utilities loaded successfully
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1264 -
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1265 -
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1266 -
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1267 - ************************************************************
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1268 - Invoked: C:\Program Files\Armory\ArmoryQt.exe --satoshi-datadir= F:\Programs\Bitcoin
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1269 - ************************************************************
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1270 - Loading Armory Engine:
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1271 - Armory Version : 0.96.3
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1272 - Armory Build: : 2b65ac0648
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1273 - PyBtcWallet Version : 1.35
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1274 - Detected Operating system: Windows
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1275 - OS Variant : 8-6.2.9200--Multiprocessor Free
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1276 - User home-directory : C:\Users\Mike\AppData\Roaming
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1277 - Satoshi BTC directory : C:\Users\Mike\AppData\Roaming\Bitcoin
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1278 - Armory home dir : C:\Users\Mike\AppData\Roaming\Armory\
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1279 - Detected System Specs :
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1280 - Total Available RAM : 15.94 GB
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1281 - CPU ID string : Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1282 - Number of CPU cores : 4 cores
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1283 - System is 64-bit : True
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1284 - Preferred Encoding : cp1252
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1285 - Machine Arch : amd64
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1286 - Available HDD (ARM) : 66 GB
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1287 - Available HDD (BTC) : 0 GB
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1288 -
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1289 - Network Name: Main Network
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1290 - Satoshi Port: 8333
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1291 - Do wlt check: True
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1292 - Named options/arguments to armoryengine.py:
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - thread_count : -1
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - rescan : False
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - ignoreAllZC : False
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - rescanBalance : False
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - disableModules : False
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - port : None
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - interport : 8223
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - coverageOutputDir: None
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - forceWalletCheck: False
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - regtest : False
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - rebuild : False
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - nettimeout : 2
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - datadir : DEFAULT
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - clearMempool : False
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - offline : False
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - armoryDBDir : DEFAULT
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - armorydb_port : 9001
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - satoshiPort : DEFAULT
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - useTorSettings : False
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - netlog : False
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - keypool : 100
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - coverageInclude : None
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - forceOnline : False
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - redownload : False
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - rpcBindAddr : 127.0.0.1
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - armorydb_ip : 127.0.0.1
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - multisigFile : DEFAULT
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - ram_usage : -1
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - mtdebug : False
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - logDisable : False
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - settingsPath : C:\Users\Mike\AppData\Roaming\Armory\ArmorySettings.txt
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - language : en
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - db_type : DB_FULL
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - doDebug : False
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - enableDetSign : True
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - disableConfPermis: False
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - testnet : False
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - rpcport : DEFAULT
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - satoshiHome :
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - satoshiRpcport : DEFAULT
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - logFile : C:\Users\Mike\AppData\Roaming\Armory\ArmoryQt.exe.log.txt
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1294 - verbosity : None
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1295 - Other arguments:
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1297 - F:\Programs\Bitcoin
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1298 - ************************************************************
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:1701 - C++ block utilities loaded successfully
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:3559 - Using settings file: C:\Users\Mike\AppData\Roaming\Armory\ArmorySettings.txt
2017-10-09 01:58:53 (ERROR) -- ArmoryUtils.pyc:3716 - Unsupported language specified. Defaulting to English (en)
2017-10-09 01:58:53 (INFO) -- ArmoryUtils.pyc:3719 - Using Language: en
2017-10-09 01:58:53 (INFO) -- BDM.pyc:355 - Using the asynchronous/multi-threaded BlockDataManager.
2017-10-09 01:58:53 (INFO) -- BDM.pyc:356 - Blockchain operations will happen in the background.
2017-10-09 01:58:53 (INFO) -- BDM.pyc:357 - Devs: check TheBDM.getState() before asking for data.
2017-10-09 01:58:53 (INFO) -- BDM.pyc:358 - Registering addresses during rescans will queue them for
2017-10-09 01:58:53 (INFO) -- BDM.pyc:359 - inclusion after the current scan is completed.
2017-10-09 01:58:54 (INFO) -- ArmoryUtils.pyc:3559 - Using settings file: C:\Users\Mike\AppData\Roaming\Armory\ArmorySettings.txt
2017-10-09 01:58:54 (INFO) -- ArmoryQt.py:2061 - loadWalletsAndSettings
2017-10-09 01:58:54 (INFO) -- ArmoryQt.py:2121 - Loading wallets...
2017-10-09 01:58:54 (INFO) -- ArmoryQt.py:2186 - Number of wallets read in: 0
2017-10-09 01:58:54 (INFO) -- ArmoryQt.py:1763 - acquiring process mutex...
2017-10-09 01:58:55 (INFO) -- ArmoryQt.py:1395 - setupUriRegistration
2017-10-09 01:58:55 (INFO) -- ArmoryQt.py:1463 - Armory already registered for current user. Done!
2017-10-09 01:58:55 (INFO) -- ArmoryQt.py:566 - Usermode: Advanced
2017-10-09 01:58:55 (INFO) -- ArmoryQt.py:1698 - Changing usermode:
2017-10-09 01:58:55 (INFO) -- ArmoryQt.py:1699 - From: Advanced
2017-10-09 01:58:55 (INFO) -- ArmoryQt.py:1707 - To: Advanced
2017-10-09 01:58:55 (INFO) -- ArmoryQt.py:1836 - startBitcoindIfNecessary
2017-10-09 01:58:55 (INFO) -- ArmoryQt.py:1872 - setSatoshiPaths
2017-10-09 01:58:55 (ERROR) -- BDM.pyc:270 - setSatoshiDir: directory does not exist: C:\Users\Mike\AppData\Roaming\Bitcoin
2017-10-09 01:58:55 (INFO) -- SDM.pyc:169 - Found bitcoind in the following places:
2017-10-09 01:58:55 (INFO) -- SDM.pyc:171 - C:\Program Files\Bitcoin\daemon\bitcoind.exe
2017-10-09 01:58:55 (INFO) -- SDM.pyc:173 - Using: C:\Program Files\Bitcoin\daemon\bitcoind.exe
2017-10-09 01:58:55 (INFO) -- SDM.pyc:337 - Called startBitcoind
2017-10-09 01:58:55 (WARNING) -- SDM.pyc:439 - Spawning bitcoind with command: C:\Program Files\Bitcoin\daemon\bitcoind.exe -datadir=C:\Users\Mike\AppData\Roaming\Bitcoin -dbcache=2000
2017-10-09 01:58:55 (INFO) -- ArmoryUtils.pyc:672 - Executing popen: ['C:\\Program Files\\Bitcoin\\daemon\\bitcoind.exe', u'-datadir=C:\\Users\\Mike\\AppData\\Roaming\\Bitcoin', '-dbcache=2000']
2017-10-09 01:58:55 (INFO) -- SDM.pyc:445 - PID of bitcoind: 6324
2017-10-09 01:58:55 (INFO) -- SDM.pyc:446 - PID of armory: 8784
2017-10-09 01:58:55 (INFO) -- ArmoryUtils.pyc:672 - Executing popen: ['.\\guardian.exe', '8784', '6324']
2017-10-09 01:58:58 (INFO) -- ArmoryQt.py:1872 - setSatoshiPaths
2017-10-09 01:58:58 (ERROR) -- BDM.pyc:270 - setSatoshiDir: directory does not exist: C:\Users\Mike\AppData\Roaming\Bitcoin
2017-10-09 01:58:58 (WARNING) -- SDM.pyc:396 - Spawning DB with command: ./ArmoryDB.exe --db-type="DB_FULL" --cookie --datadir="C:\Users\Mike\AppData\Roaming\Armory\" --dbdir="C:\Users\Mike\AppData\Roaming\Armory\databases"
2017-10-09 01:58:58 (INFO) -- ArmoryUtils.pyc:672 - Executing popen: ['./ArmoryDB.exe', '--db-type="DB_FULL"', '--cookie', '--datadir="C:\\Users\\Mike\\AppData\\Roaming\\Armory\\"', u'--dbdir="C:\\Users\\Mike\\AppData\\Roaming\\Armory\\databases"']
2017-10-09 01:58:59 (INFO) -- ArmoryQt.py:1824 - Connecting on port 9001
2017-10-09 01:58:59 (INFO) -- ArmoryQt.py:1924 - Setting netmode: 1
2017-10-09 01:58:59 (ERROR) -- BDM.pyc:199 - DB error: C:\Users\Mike\AppData\Roaming/Bitcoin/blocks is not a valid path
2017-10-09 01:58:59 (INFO) -- ArmoryQt.py:1924 - Setting netmode: 0
2017-10-09 01:58:59 (INFO) -- ArmoryQt.py:1906 - loadBlockchainIfNecessary
2017-10-09 01:58:59 (INFO) -- ArmoryQt.py:4670 - Dashboard switched to "Scanning" mode
2017-10-09 01:58:59 (INFO) -- ArmoryQt.py:4670 - Dashboard switched to "Scanning" mode
2017-10-09 01:59:02 (INFO) -- ArmoryQt.py:2033 - uriLinkClicked
2017-10-09 01:59:28 (INFO) -- ArmoryQt.py:5447 - BDM is safe for clean shutdown
2017-10-09 01:59:28 (INFO) -- SDM.pyc:459 - Called stopBitcoind
2017-10-09 01:59:28 (WARNING) -- SDM.pyc:509 - bitcoind exited, bitcoind STDOUT:
2017-10-09 01:59:28 (WARNING) -- SDM.pyc:511 -
2017-10-09 01:59:28 (WARNING) -- SDM.pyc:512 - bitcoind exited, bitcoind STDERR:
2017-10-09 01:59:28 (WARNING) -- SDM.pyc:514 -
2017-10-09 01:59:28 (INFO) -- SDM.pyc:465 - ...but bitcoind is not running, to be able to stop
2017-10-09 01:59:28 (INFO) -- ArmoryQt.py:5460 - Attempting to close the main window!
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1147 - C++ block utilities loaded successfully
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1264 -
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1265 -
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1266 -
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1267 - ************************************************************
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1268 - Invoked: C:\Program Files\Armory\ArmoryQt.exe --satoshi-datadir= F:\Programs\Bitcoin
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1269 - ************************************************************
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1270 - Loading Armory Engine:
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1271 - Armory Version : 0.96.3
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1272 - Armory Build: : 2b65ac0648
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1273 - PyBtcWallet Version : 1.35
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1274 - Detected Operating system: Windows
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1275 - OS Variant : 8-6.2.9200--Multiprocessor Free
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1276 - User home-directory : C:\Users\Mike\AppData\Roaming
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1277 - Satoshi BTC directory : C:\Users\Mike\AppData\Roaming\Bitcoin
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1278 - Armory home dir : C:\Users\Mike\AppData\Roaming\Armory\
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1279 - Detected System Specs :
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1280 - Total Available RAM : 15.94 GB
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1281 - CPU ID string : Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1282 - Number of CPU cores : 4 cores
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1283 - System is 64-bit : True
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1284 - Preferred Encoding : cp1252
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1285 - Machine Arch : amd64
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1286 - Available HDD (ARM) : 66 GB
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1287 - Available HDD (BTC) : 0 GB
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1288 -
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1289 - Network Name: Main Network
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1290 - Satoshi Port: 8333
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1291 - Do wlt check: True
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1292 - Named options/arguments to armoryengine.py:
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - thread_count : -1
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - rescan : False
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - ignoreAllZC : False
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - rescanBalance : False
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - disableModules : False
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - port : None
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - interport : 8223
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - coverageOutputDir: None
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - forceWalletCheck: False
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - regtest : False
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - rebuild : False
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - nettimeout : 2
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - datadir : DEFAULT
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - clearMempool : False
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - offline : False
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - armoryDBDir : DEFAULT
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - armorydb_port : 9001
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - satoshiPort : DEFAULT
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - useTorSettings : False
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - netlog : False
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - keypool : 100
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - coverageInclude : None
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - forceOnline : False
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - redownload : False
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - rpcBindAddr : 127.0.0.1
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - armorydb_ip : 127.0.0.1
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - multisigFile : DEFAULT
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - ram_usage : -1
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - mtdebug : False
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - logDisable : False
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - settingsPath : C:\Users\Mike\AppData\Roaming\Armory\ArmorySettings.txt
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - language : en
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - db_type : DB_FULL
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - doDebug : False
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - enableDetSign : True
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - disableConfPermis: False
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - testnet : False
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - rpcport : DEFAULT
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - satoshiHome :
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - satoshiRpcport : DEFAULT
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - logFile : C:\Users\Mike\AppData\Roaming\Armory\ArmoryQt.exe.log.txt
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1294 - verbosity : None
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1295 - Other arguments:
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1297 - F:\Programs\Bitcoin
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1298 - ************************************************************
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:1701 - C++ block utilities loaded successfully
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:3559 - Using settings file: C:\Users\Mike\AppData\Roaming\Armory\ArmorySettings.txt
2017-10-09 01:59:32 (ERROR) -- ArmoryUtils.pyc:3716 - Unsupported language specified. Defaulting to English (en)
2017-10-09 01:59:32 (INFO) -- ArmoryUtils.pyc:3719 - Using Language: en
2017-10-09 01:59:32 (INFO) -- BDM.pyc:355 - Using the asynchronous/multi-threaded BlockDataManager.
2017-10-09 01:59:32 (INFO) -- BDM.pyc:356 - Blockchain operations will happen in the background.
2017-10-09 01:59:32 (INFO) -- BDM.pyc:357 - Devs: check TheBDM.getState() before asking for data.
2017-10-09 01:59:32 (INFO) -- BDM.pyc:358 - Registering addresses during rescans will queue them for
2017-10-09 01:59:32 (INFO) -- BDM.pyc:359 - inclusion after the current scan is completed.
2017-10-09 01:59:33 (INFO) -- ArmoryUtils.pyc:3559 - Using settings file: C:\Users\Mike\AppData\Roaming\Armory\ArmorySettings.txt
2017-10-09 01:59:33 (INFO) -- ArmoryQt.py:2061 - loadWalletsAndSettings
2017-10-09 01:59:33 (INFO) -- ArmoryQt.py:2121 - Loading wallets...
2017-10-09 01:59:33 (INFO) -- ArmoryQt.py:2186 - Number of wallets read in: 0
2017-10-09 01:59:33 (INFO) -- ArmoryQt.py:1763 - acquiring process mutex...
2017-10-09 01:59:34 (INFO) -- ArmoryQt.py:1395 - setupUriRegistration
2017-10-09 01:59:34 (INFO) -- ArmoryQt.py:1463 - Armory already registered for current user. Done!
2017-10-09 01:59:34 (INFO) -- ArmoryQt.py:566 - Usermode: Advanced
2017-10-09 01:59:34 (INFO) -- ArmoryQt.py:1698 - Changing usermode:
2017-10-09 01:59:34 (INFO) -- ArmoryQt.py:1699 - From: Advanced
2017-10-09 01:59:34 (INFO) -- ArmoryQt.py:1707 - To: Advanced
2017-10-09 01:59:34 (INFO) -- ArmoryQt.py:1836 - startBitcoindIfNecessary
2017-10-09 01:59:34 (INFO) -- ArmoryQt.py:1872 - setSatoshiPaths
2017-10-09 01:59:34 (ERROR) -- BDM.pyc:270 - setSatoshiDir: directory does not exist: C:\Users\Mike\AppData\Roaming\Bitcoin
2017-10-09 01:59:34 (INFO) -- SDM.pyc:169 - Found bitcoind in the following places:
2017-10-09 01:59:34 (INFO) -- SDM.pyc:171 - C:\Program Files\Bitcoin\daemon\bitcoind.exe
2017-10-09 01:59:34 (INFO) -- SDM.pyc:171 - C:\Program Files\Bitcoin\daemon\bitcoind.exe
2017-10-09 01:59:34 (INFO) -- SDM.pyc:173 - Using: C:\Program Files\Bitcoin\daemon\bitcoind.exe
2017-10-09 01:59:34 (INFO) -- SDM.pyc:337 - Called startBitcoind
2017-10-09 01:59:34 (WARNING) -- SDM.pyc:439 - Spawning bitcoind with command: C:\Program Files\Bitcoin\daemon\bitcoind.exe -datadir=C:\Users\Mike\AppData\Roaming\Bitcoin -dbcache=2000
2017-10-09 01:59:34 (INFO) -- ArmoryUtils.pyc:672 - Executing popen: [u'C:\\Program Files\\Bitcoin\\daemon\\bitcoind.exe', u'-datadir=C:\\Users\\Mike\\AppData\\Roaming\\Bitcoin', '-dbcache=2000']
2017-10-09 01:59:34 (INFO) -- SDM.pyc:445 - PID of bitcoind: 11952
2017-10-09 01:59:34 (INFO) -- SDM.pyc:446 - PID of armory: 10476
2017-10-09 01:59:34 (INFO) -- ArmoryUtils.pyc:672 - Executing popen: ['.\\guardian.exe', '10476', '11952']
2017-10-09 01:59:34 (INFO) -- ArmoryQt.py:1924 - Setting netmode: 1
2017-10-09 01:59:34 (ERROR) -- BDM.pyc:199 - DB error: C:\Users\Mike\AppData\Roaming/Bitcoin/blocks is not a valid path
2017-10-09 01:59:34 (INFO) -- ArmoryQt.py:1924 - Setting netmode: 0
2017-10-09 01:59:34 (INFO) -- ArmoryQt.py:1906 - loadBlockchainIfNecessary
2017-10-09 01:59:34 (INFO) -- ArmoryQt.py:4670 - Dashboard switched to "Scanning" mode
2017-10-09 01:59:34 (INFO) -- ArmoryQt.py:4670 - Dashboard switched to "Scanning" mode
2017-10-09 01:59:36 (INFO) -- ArmoryQt.py:2033 - uriLinkClicked
2017-10-09 02:10:07 (INFO) -- ArmoryQt.py:5447 - BDM is safe for clean shutdown
2017-10-09 02:10:07 (INFO) -- SDM.pyc:459 - Called stopBitcoind
2017-10-09 02:10:07 (WARNING) -- SDM.pyc:509 - bitcoind exited, bitcoind STDOUT:
2017-10-09 02:10:07 (WARNING) -- SDM.pyc:511 -
2017-10-09 02:10:07 (WARNING) -- SDM.pyc:512 - bitcoind exited, bitcoind STDERR:
2017-10-09 02:10:07 (WARNING) -- SDM.pyc:514 -
2017-10-09 02:10:07 (INFO) -- SDM.pyc:465 - ...but bitcoind is not running, to be able to stop
2017-10-09 02:10:07 (INFO) -- ArmoryQt.py:5460 - Attempting to close the main window!
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1147 - C++ block utilities loaded successfully
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1264 -
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1265 -
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1266 -
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1267 - ************************************************************
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1268 - Invoked: C:\Program Files\Armory\ArmoryQt.exe --satoshi-datadir= F:\Programs\Bitcoin
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1269 - ************************************************************
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1270 - Loading Armory Engine:
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1271 - Armory Version : 0.96.3
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1272 - Armory Build: : 2b65ac0648
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1273 - PyBtcWallet Version : 1.35
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1274 - Detected Operating system: Windows
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1275 - OS Variant : 8-6.2.9200--Multiprocessor Free
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1276 - User home-directory : C:\Users\Mike\AppData\Roaming
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1277 - Satoshi BTC directory : C:\Users\Mike\AppData\Roaming\Bitcoin
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1278 - Armory home dir : C:\Users\Mike\AppData\Roaming\Armory\
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1279 - Detected System Specs :
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1280 - Total Available RAM : 15.94 GB
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1281 - CPU ID string : Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1282 - Number of CPU cores : 4 cores
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1283 - System is 64-bit : True
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1284 - Preferred Encoding : cp1252
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1285 - Machine Arch : amd64
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1286 - Available HDD (ARM) : 67 GB
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1287 - Available HDD (BTC) : 0 GB
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1288 -
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1289 - Network Name: Main Network
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1290 - Satoshi Port: 8333
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1291 - Do wlt check: True
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1292 - Named options/arguments to armoryengine.py:
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - thread_count : -1
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - rescan : False
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - ignoreAllZC : False
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - rescanBalance : False
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - disableModules : False
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - port : None
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - interport : 8223
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - coverageOutputDir: None
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - forceWalletCheck: False
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - regtest : False
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - rebuild : False
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - nettimeout : 2
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - datadir : DEFAULT
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - clearMempool : False
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - offline : False
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - armoryDBDir : DEFAULT
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - armorydb_port : 9001
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - satoshiPort : DEFAULT
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - useTorSettings : False
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - netlog : False
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - keypool : 100
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - coverageInclude : None
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - forceOnline : False
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - redownload : False
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - rpcBindAddr : 127.0.0.1
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - armorydb_ip : 127.0.0.1
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - multisigFile : DEFAULT
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - ram_usage : -1
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - mtdebug : False
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - logDisable : False
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - settingsPath : C:\Users\Mike\AppData\Roaming\Armory\ArmorySettings.txt
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - language : en
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - db_type : DB_FULL
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - doDebug : False
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - enableDetSign : True
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - disableConfPermis: False
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - testnet : False
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - rpcport : DEFAULT
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - satoshiHome :
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - satoshiRpcport : DEFAULT
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - logFile : C:\Users\Mike\AppData\Roaming\Armory\ArmoryQt.exe.log.txt
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1294 - verbosity : None
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1295 - Other arguments:
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1297 - F:\Programs\Bitcoin
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1298 - ************************************************************
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:1701 - C++ block utilities loaded successfully
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:3559 - Using settings file: C:\Users\Mike\AppData\Roaming\Armory\ArmorySettings.txt
2017-10-09 19:10:05 (ERROR) -- ArmoryUtils.pyc:3716 - Unsupported language specified. Defaulting to English (en)
2017-10-09 19:10:05 (INFO) -- ArmoryUtils.pyc:3719 - Using Language: en
2017-10-09 19:10:05 (INFO) -- BDM.pyc:355 - Using the asynchronous/multi-threaded BlockDataManager.
2017-10-09 19:10:05 (INFO) -- BDM.pyc:356 - Blockchain operations will happen in the background.
2017-10-09 19:10:05 (INFO) -- BDM.pyc:357 - Devs: check TheBDM.getState() before asking for data.
2017-10-09 19:10:05 (INFO) -- BDM.pyc:358 - Registering addresses during rescans will queue them for
2017-10-09 19:10:05 (INFO) -- BDM.pyc:359 - inclusion after the current scan is completed.
2017-10-09 19:10:06 (INFO) -- ArmoryUtils.pyc:3559 - Using settings file: C:\Users\Mike\AppData\Roaming\Armory\ArmorySettings.txt
2017-10-09 19:10:06 (INFO) -- ArmoryQt.py:2061 - loadWalletsAndSettings
2017-10-09 19:10:06 (INFO) -- ArmoryQt.py:2121 - Loading wallets...
2017-10-09 19:10:06 (INFO) -- ArmoryQt.py:2186 - Number of wallets read in: 0
2017-10-09 19:10:06 (INFO) -- ArmoryQt.py:1763 - acquiring process mutex...
2017-10-09 19:10:07 (INFO) -- ArmoryQt.py:1395 - setupUriRegistration
2017-10-09 19:10:07 (INFO) -- ArmoryQt.py:1463 - Armory already registered for current user. Done!
2017-10-09 19:10:07 (INFO) -- ArmoryQt.py:566 - Usermode: Advanced
2017-10-09 19:10:07 (INFO) -- ArmoryQt.py:1698 - Changing usermode:
2017-10-09 19:10:07 (INFO) -- ArmoryQt.py:1699 - From: Advanced
2017-10-09 19:10:07 (INFO) -- ArmoryQt.py:1707 - To: Advanced
2017-10-09 19:10:07 (INFO) -- ArmoryQt.py:1836 - startBitcoindIfNecessary
2017-10-09 19:10:07 (INFO) -- ArmoryQt.py:1872 - setSatoshiPaths
2017-10-09 19:10:07 (ERROR) -- BDM.pyc:270 - setSatoshiDir: directory does not exist: C:\Users\Mike\AppData\Roaming\Bitcoin
2017-10-09 19:10:07 (INFO) -- SDM.pyc:169 - Found bitcoind in the following places:
2017-10-09 19:10:07 (INFO) -- SDM.pyc:171 - C:\Program Files\Bitcoin\daemon\bitcoind.exe
2017-10-09 19:10:07 (INFO) -- SDM.pyc:171 - C:\Program Files\Bitcoin\daemon\bitcoind.exe
2017-10-09 19:10:07 (INFO) -- SDM.pyc:173 - Using: C:\Program Files\Bitcoin\daemon\bitcoind.exe
2017-10-09 19:10:07 (INFO) -- SDM.pyc:337 - Called startBitcoind
2017-10-09 19:10:07 (WARNING) -- SDM.pyc:439 - Spawning bitcoind with command: C:\Program Files\Bitcoin\daemon\bitcoind.exe -datadir=C:\Users\Mike\AppData\Roaming\Bitcoin -dbcache=2000
2017-10-09 19:10:07 (INFO) -- ArmoryUtils.pyc:672 - Executing popen: [u'C:\\Program Files\\Bitcoin\\daemon\\bitcoind.exe', u'-datadir=C:\\Users\\Mike\\AppData\\Roaming\\Bitcoin', '-dbcache=2000']
2017-10-09 19:10:07 (INFO) -- SDM.pyc:445 - PID of bitcoind: 1484
2017-10-09 19:10:07 (INFO) -- SDM.pyc:446 - PID of armory: 11764
2017-10-09 19:10:07 (INFO) -- ArmoryUtils.pyc:672 - Executing popen: ['.\\guardian.exe', '11764', '1484']
2017-10-09 19:10:07 (INFO) -- ArmoryQt.py:1924 - Setting netmode: 1
2017-10-09 19:10:07 (ERROR) -- BDM.pyc:199 - DB error: C:\Users\Mike\AppData\Roaming/Bitcoin/blocks is not a valid path
2017-10-09 19:10:07 (INFO) -- ArmoryQt.py:1924 - Setting netmode: 0
2017-10-09 19:10:07 (INFO) -- ArmoryQt.py:1906 - loadBlockchainIfNecessary
2017-10-09 19:10:07 (INFO) -- ArmoryQt.py:4670 - Dashboard switched to "Scanning" mode
2017-10-09 19:10:07 (INFO) -- ArmoryQt.py:4670 - Dashboard switched to "Scanning" mode
2017-10-09 19:10:11 (INFO) -- ArmoryQt.py:2033 - uriLinkClicked
2017-10-09 19:40:08 (INFO) -- ArmoryQt.py:5447 - BDM is safe for clean shutdown
2017-10-09 19:40:08 (INFO) -- SDM.pyc:459 - Called stopBitcoind
2017-10-09 19:40:08 (WARNING) -- SDM.pyc:509 - bitcoind exited, bitcoind STDOUT:
2017-10-09 19:40:08 (WARNING) -- SDM.pyc:511 -
2017-10-09 19:40:08 (WARNING) -- SDM.pyc:512 - bitcoind exited, bitcoind STDERR:
2017-10-09 19:40:08 (WARNING) -- SDM.pyc:514 -
2017-10-09 19:40:08 (INFO) -- SDM.pyc:465 - ...but bitcoind is not running, to be able to stop
2017-10-09 19:40:08 (INFO) -- ArmoryQt.py:5460 - Attempting to close the main window!