Author

Topic: Error with external Bitcoind+ArmoryDB (Read 543 times)

legendary
Activity: 3640
Merit: 1345
Armory Developer
February 04, 2017, 10:20:26 AM
#4
Btw, you need to put ArmoryDB behind an http daemon to do this in the first place.
sr. member
Activity: 292
Merit: 250
February 04, 2017, 10:10:01 AM
#3
Ah ok. Will wait for the next release. Thanks.
legendary
Activity: 3640
Merit: 1345
Armory Developer
February 04, 2017, 06:36:11 AM
#2
This is a known bug, I'll fix it for 0.96
sr. member
Activity: 292
Merit: 250
February 04, 2017, 03:01:05 AM
#1
I have bitcoin daemon and armorydb running on ubuntu 16.04 server (fully sync'd). I tried connecting from windows with Armory 0.95.1 with launch param (C:\Program Files\Armory\ArmoryQt.exe --armorydb-ip=192.168.1.168 --armorydb-port=9050) but get an error. Logs below

Code:
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1137 - C++ block utilities loaded successfully
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1247 -
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1248 -
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1249 -
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1250 - ************************************************************
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1251 - Invoked: C:\Program Files\Armory\ArmoryQt.exe --armorydb-ip=192.168.1.168 --armorydb-port=9050
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1252 - ************************************************************
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1253 - Loading Armory Engine:
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1254 -    Armory Version        : 0.95.1
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1255 -    Armory Build:         : 374672b751
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1256 -    PyBtcWallet  Version  : 1.35
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1257 - Detected Operating system: Windows
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1258 -    OS Variant            : 8-6.2.9200--Multiprocessor Free
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1259 -    User home-directory   : C:\Users\Ronald\AppData\Roaming
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1260 -    Satoshi BTC directory : C:\Users\Ronald\AppData\Roaming\Bitcoin\
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1261 -    Armory home dir       : C:\Users\Ronald\AppData\Roaming\Armory\
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1262 - Detected System Specs    :
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1263 -    Total Available RAM   : 15.70 GB
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1264 -    CPU ID string         : Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1265 -    Number of CPU cores   : 8 cores
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1266 -    System is 64-bit      : True
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1267 -    Preferred Encoding    : cp1252
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1268 -    Machine Arch          : amd64
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1269 -    Available HDD (ARM)   : 37 GB
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1270 -    Available HDD (BTC)   : 37 GB
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1271 -
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1272 - Network Name: Main Network
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1273 - Satoshi Port: 8333
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1274 - Do wlt check: True
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1275 - Named options/arguments to armoryengine.py:
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     thread_count    : -1
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     rescan          : False
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     ignoreAllZC     : False
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     rescanBalance   : False
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     disableModules  : False
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     port            : None
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     interport       : 8223
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     skipStatsReport : False
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     forceWalletCheck: False
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     regtest         : False
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     rebuild         : False
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     nettimeout      : 2
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     datadir         : DEFAULT
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     clearMempool    : False
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     offline         : False
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     coverageOutputDir: None
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     armoryDBDir     : DEFAULT
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     armorydb_port   : 9050
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     satoshiPort     : DEFAULT
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     useTorSettings  : False
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     netlog          : False
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     keypool         : 100
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     coverageInclude : None
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     forceOnline     : False
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     skipAnnounceCheck: False
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     redownload      : False
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     armorydb_ip     : 192.168.1.168
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     multisigFile    : DEFAULT
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     ram_usage       : -1
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     testAnnounceCode: False
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     mtdebug         : False
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     logDisable      : False
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     settingsPath    : C:\Users\Ronald\AppData\Roaming\Armory\ArmorySettings.txt
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     db_type         : DB_FULL
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     doDebug         : False
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     enableDetSign   : True
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     disableConfPermis: False
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     testnet         : False
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     rpcport         : DEFAULT
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     satoshiHome     : DEFAULT
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     satoshiRpcport  : DEFAULT
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     logFile         : C:\Users\Ronald\AppData\Roaming\Armory\ArmoryQt.exe.log.txt
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1277 -     verbosity       : None
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1278 - Other arguments:
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1281 - ************************************************************
2017-02-04 14:26 (INFO) -- ArmoryUtils.pyc:1684 - C++ block utilities loaded successfully
2017-02-04 14:26 (INFO) -- BDM.pyc:367 - Using the asynchronous/multi-threaded BlockDataManager.
2017-02-04 14:26 (INFO) -- BDM.pyc:368 - Blockchain operations will happen in the background. 
2017-02-04 14:26 (INFO) -- BDM.pyc:369 - Devs: check TheBDM.getState() before asking for data.
2017-02-04 14:26 (INFO) -- BDM.pyc:370 - Registering addresses during rescans will queue them for
2017-02-04 14:26 (INFO) -- BDM.pyc:371 - inclusion after the current scan is completed.
2017-02-04 14:26 (ERROR) -- Traceback (most recent call last):
  File "ArmoryQt.py", line 44, in
  File "armoryengine\ALL.pyc", line 10, in
  File "armoryengine\BDM.pyc", line 372, in
  File "armoryengine\BDM.pyc", line 158, in __init__
  File "armoryengine\BDM.pyc", line 173, in instantiateBDV
TypeError: in method 'BlockDataViewer_getNewBDV', argument 1 of type 'string const &'

2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1137 - C++ block utilities loaded successfully
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1247 -
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1248 -
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1249 -
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1250 - ************************************************************
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1251 - Invoked: C:\Program Files\Armory\ArmoryQt.exe --armorydb-ip=192.168.1.168 --armorydb-port=9050
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1252 - ************************************************************
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1253 - Loading Armory Engine:
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1254 -    Armory Version        : 0.95.1
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1255 -    Armory Build:         : 374672b751
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1256 -    PyBtcWallet  Version  : 1.35
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1257 - Detected Operating system: Windows
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1258 -    OS Variant            : 8-6.2.9200--Multiprocessor Free
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1259 -    User home-directory   : C:\Users\Ronald\AppData\Roaming
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1260 -    Satoshi BTC directory : C:\Users\Ronald\AppData\Roaming\Bitcoin\
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1261 -    Armory home dir       : C:\Users\Ronald\AppData\Roaming\Armory\
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1262 - Detected System Specs    :
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1263 -    Total Available RAM   : 15.70 GB
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1264 -    CPU ID string         : Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1265 -    Number of CPU cores   : 8 cores
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1266 -    System is 64-bit      : True
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1267 -    Preferred Encoding    : cp1252
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1268 -    Machine Arch          : amd64
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1269 -    Available HDD (ARM)   : 37 GB
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1270 -    Available HDD (BTC)   : 37 GB
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1271 -
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1272 - Network Name: Main Network
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1273 - Satoshi Port: 8333
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1274 - Do wlt check: True
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1275 - Named options/arguments to armoryengine.py:
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     thread_count    : -1
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     rescan          : False
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     ignoreAllZC     : False
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     rescanBalance   : False
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     disableModules  : False
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     port            : None
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     interport       : 8223
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     skipStatsReport : False
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     forceWalletCheck: False
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     regtest         : False
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     rebuild         : False
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     nettimeout      : 2
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     datadir         : DEFAULT
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     clearMempool    : False
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     offline         : False
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     coverageOutputDir: None
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     armoryDBDir     : DEFAULT
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     armorydb_port   : 9050
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     satoshiPort     : DEFAULT
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     useTorSettings  : False
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     netlog          : False
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     keypool         : 100
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     coverageInclude : None
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     forceOnline     : False
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     skipAnnounceCheck: False
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     redownload      : False
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     armorydb_ip     : 192.168.1.168
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     multisigFile    : DEFAULT
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     ram_usage       : -1
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     testAnnounceCode: False
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     mtdebug         : False
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     logDisable      : False
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     settingsPath    : C:\Users\Ronald\AppData\Roaming\Armory\ArmorySettings.txt
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     db_type         : DB_FULL
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     doDebug         : False
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     enableDetSign   : True
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     disableConfPermis: False
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     testnet         : False
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     rpcport         : DEFAULT
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     satoshiHome     : DEFAULT
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     satoshiRpcport  : DEFAULT
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     logFile         : C:\Users\Ronald\AppData\Roaming\Armory\ArmoryQt.exe.log.txt
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1277 -     verbosity       : None
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1278 - Other arguments:
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1281 - ************************************************************
2017-02-04 14:28 (INFO) -- ArmoryUtils.pyc:1684 - C++ block utilities loaded successfully
2017-02-04 14:28 (INFO) -- BDM.pyc:367 - Using the asynchronous/multi-threaded BlockDataManager.
2017-02-04 14:28 (INFO) -- BDM.pyc:368 - Blockchain operations will happen in the background. 
2017-02-04 14:28 (INFO) -- BDM.pyc:369 - Devs: check TheBDM.getState() before asking for data.
2017-02-04 14:28 (INFO) -- BDM.pyc:370 - Registering addresses during rescans will queue them for
2017-02-04 14:28 (INFO) -- BDM.pyc:371 - inclusion after the current scan is completed.
2017-02-04 14:28 (ERROR) -- Traceback (most recent call last):
  File "ArmoryQt.py", line 44, in
  File "armoryengine\ALL.pyc", line 10, in
  File "armoryengine\BDM.pyc", line 372, in
  File "armoryengine\BDM.pyc", line 158, in __init__
  File "armoryengine\BDM.pyc", line 173, in instantiateBDV
TypeError: in method 'BlockDataViewer_getNewBDV', argument 1 of type 'string const &'

2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1137 - C++ block utilities loaded successfully
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1247 -
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1248 -
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1249 -
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1250 - ************************************************************
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1251 - Invoked: C:\Program Files\Armory\ArmoryQt.exe --armorydb-ip=192.168.1.168 --armorydb-port=9050
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1252 - ************************************************************
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1253 - Loading Armory Engine:
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1254 -    Armory Version        : 0.95.1
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1255 -    Armory Build:         : 374672b751
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1256 -    PyBtcWallet  Version  : 1.35
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1257 - Detected Operating system: Windows
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1258 -    OS Variant            : 8-6.2.9200--Multiprocessor Free
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1259 -    User home-directory   : C:\Users\Ronald\AppData\Roaming
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1260 -    Satoshi BTC directory : C:\Users\Ronald\AppData\Roaming\Bitcoin\
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1261 -    Armory home dir       : C:\Users\Ronald\AppData\Roaming\Armory\
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1262 - Detected System Specs    :
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1263 -    Total Available RAM   : 15.70 GB
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1264 -    CPU ID string         : Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1265 -    Number of CPU cores   : 8 cores
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1266 -    System is 64-bit      : True
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1267 -    Preferred Encoding    : cp1252
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1268 -    Machine Arch          : amd64
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1269 -    Available HDD (ARM)   : 37 GB
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1270 -    Available HDD (BTC)   : 37 GB
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1271 -
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1272 - Network Name: Main Network
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1273 - Satoshi Port: 8333
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1274 - Do wlt check: True
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1275 - Named options/arguments to armoryengine.py:
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     thread_count    : -1
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     rescan          : False
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     ignoreAllZC     : False
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     rescanBalance   : False
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     disableModules  : False
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     port            : None
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     interport       : 8223
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     skipStatsReport : False
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     forceWalletCheck: False
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     regtest         : False
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     rebuild         : False
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     nettimeout      : 2
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     datadir         : DEFAULT
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     clearMempool    : False
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     offline         : False
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     coverageOutputDir: None
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     armoryDBDir     : DEFAULT
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     armorydb_port   : 9050
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     satoshiPort     : DEFAULT
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     useTorSettings  : False
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     netlog          : False
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     keypool         : 100
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     coverageInclude : None
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     forceOnline     : False
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     skipAnnounceCheck: False
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     redownload      : False
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     armorydb_ip     : 192.168.1.168
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     multisigFile    : DEFAULT
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     ram_usage       : -1
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     testAnnounceCode: False
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     mtdebug         : False
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     logDisable      : False
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     settingsPath    : C:\Users\Ronald\AppData\Roaming\Armory\ArmorySettings.txt
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     db_type         : DB_FULL
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     doDebug         : False
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     enableDetSign   : True
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     disableConfPermis: False
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     testnet         : False
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     rpcport         : DEFAULT
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     satoshiHome     : DEFAULT
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     satoshiRpcport  : DEFAULT
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     logFile         : C:\Users\Ronald\AppData\Roaming\Armory\ArmoryQt.exe.log.txt
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1277 -     verbosity       : None
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1278 - Other arguments:
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1281 - ************************************************************
2017-02-04 14:30 (INFO) -- ArmoryUtils.pyc:1684 - C++ block utilities loaded successfully
2017-02-04 14:30 (INFO) -- BDM.pyc:367 - Using the asynchronous/multi-threaded BlockDataManager.
2017-02-04 14:30 (INFO) -- BDM.pyc:368 - Blockchain operations will happen in the background. 
2017-02-04 14:30 (INFO) -- BDM.pyc:369 - Devs: check TheBDM.getState() before asking for data.
2017-02-04 14:30 (INFO) -- BDM.pyc:370 - Registering addresses during rescans will queue them for
2017-02-04 14:30 (INFO) -- BDM.pyc:371 - inclusion after the current scan is completed.
2017-02-04 14:30 (ERROR) -- Traceback (most recent call last):
  File "ArmoryQt.py", line 44, in
  File "armoryengine\ALL.pyc", line 10, in
  File "armoryengine\BDM.pyc", line 372, in
  File "armoryengine\BDM.pyc", line 158, in __init__
  File "armoryengine\BDM.pyc", line 173, in instantiateBDV
TypeError: in method 'BlockDataViewer_getNewBDV', argument 1 of type 'string const &'

Code:
(ERROR) Traceback (most recent call last):
  File "ArmoryQt.py", line 44, in
  File "armoryengine\ALL.pyc", line 10, in
  File "armoryengine\BDM.pyc", line 372, in
  File "armoryengine\BDM.pyc", line 158, in __init__
  File "armoryengine\BDM.pyc", line 173, in instantiateBDV
TypeError: in method 'BlockDataViewer_getNewBDV', argument 1 of type 'string const &'

Traceback (most recent call last):
  File "ArmoryQt.py", line 44, in
  File "armoryengine\ALL.pyc", line 10, in
  File "armoryengine\BDM.pyc", line 372, in
  File "armoryengine\BDM.pyc", line 158, in __init__
  File "armoryengine\BDM.pyc", line 173, in instantiateBDV
TypeError: in method 'BlockDataViewer_getNewBDV', argument 1 of type 'string const &'
Jump to: