Pages:
Author

Topic: Armory stuck in offline mode... (Read 26431 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: 3068
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: 3068
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: 3332
Merit: 6433
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 :-(
Pages:
Jump to: