Search content
Sort by

Showing 20 of 22 results by Spieler636
Post
Topic
Board Mining (Altcoins)
Re:
by
Spieler636
on 03/09/2021, 19:52:42 UTC
The new version is finally ready. You can download PhoenixMiner 5.8a from here:

https://phoenixminer.info/downloads/PhoenixMiner_5.8a_Windows.zip
https://phoenixminer.info/downloads/PhoenixMiner_5.8a_Linux.tar.gz


Changes in version 5.8a :
  • Added lock core clock
  • Fixed an issue causing crashing with some RTX 3060/3080/3090 cards
  • Implemented new "turbo" kernels (-clkernel 3) for AMD Polaris cards that can work with the current DAG sizes over 4 GB. Note that -clkernel 3 uses double the VRAM and will
    provide slightly faster hashrate with slightly higher power consumption. You can use the -rvram command-line parameter to specify how much VRAM to be left unused
  • Increased the maximum supported DAG epoch to 600 (i.e. until about Sep 2023)
  • Implemented full hardware control for AMD RX6900/6800/6700 cards under Linux. Note that with these cards under Linux you need to specify relative core voltage: e.g. -
    cclock -50 will set the core voltage to be 50 mV under the default value
  • Added ROCr kernels for Vega, Radeon VII and Navi cards. With these kernels you will be able to run these cards with Linux drivers 20.45 and later but the performance will
    be lower than with the older PAL drivers and kernels. We recommend using AMD Linux driver 20.30 for all cards except RX6900/6800/6700
  • Fixed an issue causing crashing with some RX6900/6800/6700 cards under Linux (there is no need to run these cards with -clkernel 0 anymore)
  • Added support for AMD Windows drivers up to 21.8.1. Note that Radeon VII cards will not work with drivers 21.6.1 or higher - you need to use older drivers for proper
    operation of these cards
  • Added support for AMD Linux drivers up to 21.20 (use older drivers for Vega or Radeon VII cards as they will not work with 21.20). Note that the latest 21.30 drivers are
    not supported (and the initial testing shows that even the older Polars cards are not working properly with them, so avoid 21.30 for now)
  • Numerous other fixes and small improvements

Please let us know if you have any problems or questions related to PhoenixMiner 5.8a
Post
Topic
Board Armory
Re: Deleted cold storage wallet file by mistake any way out
by
Spieler636
on 15/10/2017, 06:54:26 UTC
just use the paperbackup you of cours made to restore the wallet on your offline device.
Post
Topic
Board Armory
Re: Crosscompile Armory for Raspberry PI.
by
Spieler636
on 02/10/2017, 19:19:13 UTC
The folder was called RPI changed it to RPi. I hate stuff like that.
Post
Topic
Board Armory
Crosscompile Armory for Raspberry PI.
by
Spieler636
on 02/10/2017, 07:40:43 UTC
I tried to follow the instructions in /r-pi/README.md. What I did:
place the files form https://github.com/raspberrypi/tools in ~/RPI
download https://packages.debian.org/jessie/armhf/libpython2.7-dev/download and extract the usr folder and place in ~/RPI
followed by 
Code:
PATH="$PATH:$HOME/RPi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin"
and 
Code:
sh autogen.sh; ./configure --host=arm-linux-gnueabihf; make -j8 EXTRA_PYTHON_INCLUDES=-I/home/username/RPi/usr/include
now I get an error
Code:
In file included from /usr/include/python2.7/Python.h:8:0,
                 from CppBlockUtils_wrap.cxx:173:
/usr/include/python2.7/pyconfig.h:24:54: fatal error: arm-linux-gnueabihf/python2.7/pyconfig.h: File or path not found
Did I do something wrong?
Post
Topic
Board Armory
Re: How do I make Armory go "Online"? 15.0/0.96.3/Win
by
Spieler636
on 02/10/2017, 04:51:18 UTC
It's a hidden folder. Enter %appdata% as path and it should take you there.
Post
Topic
Board Armory
Re: Armory closes when creating a new wallet
by
Spieler636
on 28/09/2017, 20:15:31 UTC
Yes I still get the same stuff in the log but it did create the wallet. I got some notes and warning while compiling but since it works I won't really question it. Do you want some logs or console outputs?
Post
Topic
Board Armory
Re: Armory closes when creating a new wallet
by
Spieler636
on 28/09/2017, 19:21:51 UTC
Thank you very much that worked.
Post
Topic
Board Armory
Re: Armory closes when creating a new wallet
by
Spieler636
on 28/09/2017, 12:51:21 UTC
I couldn't find any instructions how to tell it to use clang. Compiling just with ./autogen.sh ./configure make has the same problem
Post
Topic
Board Armory
Re: Armory closes when creating a new wallet
by
Spieler636
on 27/09/2017, 19:48:03 UTC
So it's an i3 M350 supposedly released January 2010 so more then 7 years
Post
Topic
Board Armory
Armory closes when creating a new wallet
by
Spieler636
on 27/09/2017, 19:26:55 UTC
Hello I'm trying to create a cold storage, with an old laptop, that got recently replaced. I installed an fresh Ubuntu 16.04 and armory96.3 gcc4.7 since 5.4 got an unknown execution error. when I create a new wallet I get to the point of reentering my password a third time, after pressing next it just closes. I also noticed in the settings, that I am not able to choose the Segwit Script type.
Only Armorylog.txt was created. For some reason armory does not get any system details.
Code:
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1147 - C++ block utilities loaded successfully
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:672 - Executing popen: free -m
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:672 - Executing popen: ['cat', '/proc/cpuinfo']
2017-09-27 21:12:21 (ERROR) -- ArmoryUtils.py:1245 - Error getting system details:
Traceback (most recent call last):
  File "/usr/lib/armory/armoryengine/ArmoryUtils.py", line 1243, in
    SystemSpecs = GetSystemDetails()
  File "/usr/lib/armory/armoryengine/ArmoryUtils.py", line 1238, in GetSystemDetails
    out.HddAvailB = getHddSize(BTC_HOME_DIR)    / (1024**3)
  File "/usr/lib/armory/armoryengine/ArmoryUtils.py", line 1235, in getHddSize
    s = os.statvfs(adir)
OSError: [Errno 2] Datei oder Verzeichnis nicht gefunden: '/home/username/.bitcoin'
2017-09-27 21:12:21 (ERROR) -- ArmoryUtils.py:1246 - Skipping.
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1264 -
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1265 -
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1266 -
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1267 - ************************************************************
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1268 - Invoked: /usr/bin/../lib/armory/ArmoryQt.py --offline
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1269 - ************************************************************
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1270 - Loading Armory Engine:
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1271 -    Armory Version        : 0.96.3
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1272 -    Armory Build:         : 95dc55907f
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1273 -    PyBtcWallet  Version  : 1.35
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1274 - Detected Operating system: Linux
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1275 -    OS Variant            : Ubuntu-16.04-xenial
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1276 -    User home-directory   : /home/username
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1277 -    Satoshi BTC directory : /home/username/.bitcoin
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1278 -    Armory home dir       : /home/username/.armory/
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1279 - Detected System Specs    :
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1280 -    Total Available RAM   : -1.00 GB
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1281 -    CPU ID string         : Unknown
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1282 -    Number of CPU cores   : -1 cores
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1283 -    System is 64-bit      : Unknown
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1284 -    Preferred Encoding    : UTF-8
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1285 -    Machine Arch          : x86_64
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1286 -    Available HDD (ARM)   : -1 GB
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1287 -    Available HDD (BTC)   : -1 GB
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1288 -
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1289 - Network Name: Main Network
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1290 - Satoshi Port: 8333
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1291 - Do wlt check: True
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1292 - Named options/arguments to armoryengine.py:
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     thread_count    : -1
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     rescan          : False
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     ignoreAllZC     : False
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     rescanBalance   : False
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     disableModules  : False
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     port            : None
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     interport       : 8223
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     coverageOutputDir: None
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     forceWalletCheck: False
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     regtest         : False
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     rebuild         : False
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     nettimeout      : 2
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     datadir         : DEFAULT
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     clearMempool    : False
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     offline         : True
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     armoryDBDir     : DEFAULT
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     armorydb_port   : 9001
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     satoshiPort     : DEFAULT
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     useTorSettings  : False
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     netlog          : False
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     keypool         : 100
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     coverageInclude : None
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     forceOnline     : False
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     redownload      : False
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     rpcBindAddr     : 127.0.0.1
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     armorydb_ip     : 127.0.0.1
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     multisigFile    : DEFAULT
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     ram_usage       : -1
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     mtdebug         : False
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     logDisable      : False
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     settingsPath    : /home/username/.armory/ArmorySettings.txt
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     language        : en
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     db_type         : DB_FULL
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     doDebug         : False
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     enableDetSign   : True
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     disableConfPermis: False
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     testnet         : False
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     rpcport         : DEFAULT
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     satoshiHome     : DEFAULT
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     satoshiRpcport  : DEFAULT
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     logFile         : /home/username/.armory/ArmoryQt.py.log.txt
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1294 -     verbosity       : None
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1295 - Other arguments:
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1298 - ************************************************************
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:1701 - C++ block utilities loaded successfully
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:3559 - Using settings file: /home/username/.armory/ArmorySettings.txt
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:3719 - Using Language: de
2017-09-27 21:12:21 (INFO) -- BDM.py:344 - Armory loaded in offline-mode.  Will not attempt to load
2017-09-27 21:12:21 (INFO) -- BDM.py:345 - blockchain without explicit command to do so.
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:3559 - Using settings file: /home/username/.armory/ArmorySettings.txt
2017-09-27 21:12:21 (INFO) -- ArmoryQt.py:2061 - loadWalletsAndSettings
2017-09-27 21:12:21 (INFO) -- ArmoryQt.py:2121 - Loading wallets...
2017-09-27 21:12:21 (INFO) -- ArmoryQt.py:2186 - Number of wallets read in: 0
2017-09-27 21:12:21 (INFO) -- ArmoryQt.py:2196 - Loading Multisig Lockboxes
2017-09-27 21:12:21 (INFO) -- ArmoryQt.py:1763 - acquiring process mutex...
2017-09-27 21:12:21 (INFO) -- ArmoryQt.py:1395 - setupUriRegistration
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:672 - Executing popen: gconftool-2 --get /desktop/gnome/url-handlers/bitcoin/command
2017-09-27 21:12:21 (INFO) -- ArmoryUtils.py:672 - Executing popen: xdg-mime query default x-scheme-handler/bitcoin
2017-09-27 21:12:21 (INFO) -- ArmoryQt.py:566 - Usermode: Expert
2017-09-27 21:12:21 (INFO) -- ArmoryQt.py:1698 - Changing usermode:
2017-09-27 21:12:21 (INFO) -- ArmoryQt.py:1699 -    From: Expert
2017-09-27 21:12:21 (INFO) -- ArmoryQt.py:1707 -      To: Expert
2017-09-27 21:12:21 (INFO) -- ArmoryQt.py:1836 - startBitcoindIfNecessary
2017-09-27 21:12:21 (WARNING) -- ArmoryQt.py:1842 - Not online, will not start bitcoind
2017-09-27 21:12:21 (INFO) -- ArmoryQt.py:4573 - Dashboard switched to auto-OfflineNoSatoshiNoInternet
2017-09-27 21:13:17 (INFO) -- ArmoryQt.py:1142 - Adding 118 keypress events to the entropy pool
2017-09-27 21:13:17 (INFO) -- ArmoryQt.py:1144 - Adding 1.1 kB bytes of filesystem data to the entropy pool
2017-09-27 21:13:17 (INFO) -- ArmoryQt.py:1146 - Adding 344.1 kB bytes from desktop screenshot to the entropy pool
2017-09-27 21:13:17 (INFO) -- PyBtcWallet.py:885 - ***Creating new deterministic wallet
2017-09-27 21:13:17 (INFO) -- PyBtcWallet.py:891 - (with encryption)
2017-09-27 21:13:17 (INFO) -- PyBtcWallet.py:893 - Target (time,RAM)=(0.250,33554432)
Post
Topic
Board Armory
Re: 0.96.1 testing build #4
by
Spieler636
on 05/07/2017, 10:13:43 UTC
My Armory keeps skipping blocks after a few days. Is there something else I can do the reindex the blockchain? that takes a day or two for me depending on how long I can keep running armroy.
Post
Topic
Board Armory
Re: 0.96.1 testing build #1
by
Spieler636
on 25/05/2017, 21:56:23 UTC
So I checked and I actually had clamav installed. I am pretty sure thought, that it didn't do anything, since I didn't let it delete anything.
I also have ufw installed, which also shouldn't do anything. Can I make Bitcoin Core check the blockchain maybe? I didn't find any option for that anywhere.
Post
Topic
Board Armory
Re: 0.96.1 testing build #1
by
Spieler636
on 25/05/2017, 19:40:43 UTC
It doesn't get finished anymore. After 30% of scanning AmoryDB closes. If I start it in a terminal it gives a lot of messages about skipping blockes and no history to be found.

Code:
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1135 - C++ block utilities loaded successfully
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:664 - Executing popen: free -m
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:664 - Executing popen: ['cat', '/proc/cpuinfo']
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1252 -
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1253 -
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1254 -
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1255 - ************************************************************
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1256 - Invoked: /usr/local/bin/../lib/armory/ArmoryQt.py
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1257 - ************************************************************
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1258 - Loading Armory Engine:
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1259 -    Armory Version        : 0.96.0.1
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1260 -    Armory Build:         : 654b380411
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1261 -    PyBtcWallet  Version  : 1.35
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1262 - Detected Operating system: Linux
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1263 -    OS Variant            : Ubuntu-16.04-xenial
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1264 -    User home-directory   : /home/username
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1265 -    Satoshi BTC directory : /home/username/.bitcoin/
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1266 -    Armory home dir       : /home/username/.armory/
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1267 - Detected System Specs    :
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1268 -    Total Available RAM   : 15.63 GB
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1269 -    CPU ID string         : Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1270 -    Number of CPU cores   : 4 cores
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1271 -    System is 64-bit      : True
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1272 -    Preferred Encoding    : UTF-8
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1273 -    Machine Arch          : x86_64
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1274 -    Available HDD (ARM)   : 390 GB
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1275 -    Available HDD (BTC)   : 390 GB
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1276 -
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1277 - Network Name: Main Network
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1278 - Satoshi Port: 8333
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1279 - Do wlt check: True
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1280 - Named options/arguments to armoryengine.py:
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     thread_count    : -1
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     rescan          : False
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     ignoreAllZC     : False
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     rescanBalance   : False
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     disableModules  : False
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     port            : None
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     interport       : 8223
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     coverageOutputDir: None
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     forceWalletCheck: False
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     regtest         : False
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     rebuild         : False
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     nettimeout      : 2
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     datadir         : DEFAULT
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     clearMempool    : False
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     offline         : False
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     armoryDBDir     : DEFAULT
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     armorydb_port   : 9001
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     satoshiPort     : DEFAULT
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     useTorSettings  : False
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     netlog          : False
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     keypool         : 100
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     coverageInclude : None
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     forceOnline     : False
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     redownload      : False
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     rpcBindAddr     : 127.0.0.1
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     armorydb_ip     : 127.0.0.1
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     multisigFile    : DEFAULT
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     ram_usage       : -1
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     mtdebug         : False
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     logDisable      : False
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     settingsPath    : /home/username/.armory/ArmorySettings.txt
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     language        : en
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     db_type         : DB_FULL
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     doDebug         : False
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     enableDetSign   : True
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     disableConfPermis: False
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     testnet         : False
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     rpcport         : DEFAULT
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     satoshiHome     : DEFAULT
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     satoshiRpcport  : DEFAULT
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     logFile         : /home/username/.armory/ArmoryQt.py.log.txt
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1282 -     verbosity       : None
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1283 - Other arguments:
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1286 - ************************************************************
2017-05-25 15:50:44 (INFO) -- ArmoryUtils.py:1689 - C++ block utilities loaded successfully
2017-05-25 15:50:45 (INFO) -- ArmoryUtils.py:3587 - Using settings file: /home/username/.armory/ArmorySettings.txt
2017-05-25 15:50:45 (INFO) -- ArmoryUtils.py:3747 - Using Language: de
2017-05-25 15:50:45 (INFO) -- BDM.py:365 - Using the asynchronous/multi-threaded BlockDataManager.
2017-05-25 15:50:45 (INFO) -- BDM.py:366 - Blockchain operations will happen in the background. 
2017-05-25 15:50:45 (INFO) -- BDM.py:367 - Devs: check TheBDM.getState() before asking for data.
2017-05-25 15:50:45 (INFO) -- BDM.py:368 - Registering addresses during rescans will queue them for
2017-05-25 15:50:45 (INFO) -- BDM.py:369 - inclusion after the current scan is completed.
2017-05-25 15:50:45 (INFO) -- ArmoryUtils.py:3587 - Using settings file: /home/username/.armory/ArmorySettings.txt
2017-05-25 15:50:45 (INFO) -- ArmoryQt.py:2047 - loadWalletsAndSettings
2017-05-25 15:50:45 (INFO) -- ArmoryQt.py:2107 - Loading wallets...
2017-05-25 15:50:46 (INFO) -- ArmoryQt.py:2172 - Number of wallets read in: 2
2017-05-25 15:50:46 (INFO) -- ArmoryQt.py:2177 -    Wallet (BbxgbkBH):    "Primary Wallet                  "   (Encrypted)
2017-05-25 15:50:46 (INFO) -- ArmoryQt.py:2177 -    Wallet (bQ6dchyR):    "Cold Storage (Watch)            "   (No Encryption)
2017-05-25 15:50:46 (INFO) -- ArmoryQt.py:2182 - Loading Multisig Lockboxes
2017-05-25 15:50:46 (INFO) -- ArmoryQt.py:1749 - acquiring process mutex...
2017-05-25 15:50:46 (INFO) -- ArmoryQt.py:1388 - setupUriRegistration
2017-05-25 15:50:46 (INFO) -- ArmoryUtils.py:664 - Executing popen: gconftool-2 --get /desktop/gnome/url-handlers/bitcoin/command
2017-05-25 15:50:46 (INFO) -- ArmoryUtils.py:664 - Executing popen: xdg-mime query default x-scheme-handler/bitcoin
2017-05-25 15:50:46 (INFO) -- ArmoryQt.py:562 - Usermode: Expert
2017-05-25 15:50:46 (INFO) -- ArmoryQt.py:1684 - Changing usermode:
2017-05-25 15:50:46 (INFO) -- ArmoryQt.py:1685 -    From: Expert
2017-05-25 15:50:46 (INFO) -- ArmoryQt.py:1693 -      To: Expert
2017-05-25 15:50:46 (INFO) -- ArmoryQt.py:1822 - startBitcoindIfNecessary
2017-05-25 15:50:46 (INFO) -- ArmoryQt.py:1858 - setSatoshiPaths
2017-05-25 15:50:46 (INFO) -- ArmoryUtils.py:664 - Executing popen: ['whereis', 'bitcoind']
2017-05-25 15:50:46 (INFO) -- SDM.py:289 - "whereis" returned: ['/usr/bin/bitcoind']
2017-05-25 15:50:46 (INFO) -- SDM.py:169 - Found bitcoind in the following places:
2017-05-25 15:50:46 (INFO) -- SDM.py:171 -    /usr/bin/bitcoind
2017-05-25 15:50:46 (INFO) -- SDM.py:171 -    /usr/bin/bitcoind
2017-05-25 15:50:46 (INFO) -- SDM.py:173 - Using: /usr/bin/bitcoind
2017-05-25 15:50:46 (INFO) -- SDM.py:337 - Called startBitcoind
2017-05-25 15:50:58 (INFO) -- ArmoryUtils.py:664 - Executing popen: ['/usr/bin/bitcoind', '-datadir=/home/username/.bitcoin/']
2017-05-25 15:50:58 (INFO) -- SDM.py:442 - PID of bitcoind: 19615
2017-05-25 15:50:58 (INFO) -- SDM.py:443 - PID of armory:   19581
2017-05-25 15:50:58 (INFO) -- ArmoryUtils.py:664 - Executing popen: ['python', '/usr/local/lib/armory/guardian.py', '19581', '19615']
2017-05-25 15:50:58 (INFO) -- ArmoryQt.py:1858 - setSatoshiPaths
2017-05-25 15:50:58 (WARNING) -- SDM.py:395 - Spawning DB with command:ArmoryDB --db-type="DB_FULL" --cookie --satoshi-datadir="/home/username/.bitcoin/blocks" --datadir="/home/username/.armory/" --dbdir="/home/username/.armory/databases"
2017-05-25 15:50:58 (INFO) -- ArmoryUtils.py:664 - Executing popen: ['ArmoryDB', '--db-type="DB_FULL"', '--cookie', '--satoshi-datadir="/home/username/.bitcoin/blocks"', '--datadir="/home/username/.armory/"', '--dbdir="/home/username/.armory/databases"']
2017-05-25 15:50:58 (INFO) -- ArmoryQt.py:1810 - Connecting on port 62962
2017-05-25 15:50:58 (INFO) -- ArmoryQt.py:1910 - Setting netmode: 1
2017-05-25 15:50:58 (INFO) -- ArmoryQt.py:1892 - loadBlockchainIfNecessary
2017-05-25 15:50:58 (ERROR) -- ArmoryQt.py:1191 - 8 attempts to load blockchain failed.  Remove mempool.bin.
2017-05-25 15:50:58 (ERROR) -- ArmoryQt.py:1196 - File mempool.bin does not exist. Nothing deleted.
2017-05-25 15:50:58 (INFO) -- ArmoryQt.py:1910 - Setting netmode: 1
2017-05-25 15:50:58 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 15:50:58 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 15:50:58 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 15:50:59 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 15:50:59 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 15:50:59 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 15:50:59 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 15:50:59 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 15:51:00 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 15:51:00 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 15:51:00 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 15:51:00 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 15:51:02 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 15:51:02 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 15:51:02 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 15:51:02 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 15:51:16 (INFO) -- ArmoryQt.py:4548 - Dashboard switched to auto-InitSync
2017-05-25 15:51:16 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 15:51:39 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 15:51:40 (INFO) -- ArmoryQt.py:5389 - BDM state is scanning -- force shutdown BDM
2017-05-25 15:51:40 (INFO) -- SDM.py:456 - Called stopBitcoind
2017-05-25 15:51:41 (INFO) -- ArmoryQt.py:5404 - Attempting to close the main window!
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1135 - C++ block utilities loaded successfully
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:664 - Executing popen: free -m
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:664 - Executing popen: ['cat', '/proc/cpuinfo']
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1252 -
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1253 -
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1254 -
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1255 - ************************************************************
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1256 - Invoked: /usr/local/bin/../lib/armory/ArmoryQt.py
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1257 - ************************************************************
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1258 - Loading Armory Engine:
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1259 -    Armory Version        : 0.96.0.1
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1260 -    Armory Build:         : 654b380411
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1261 -    PyBtcWallet  Version  : 1.35
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1262 - Detected Operating system: Linux
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1263 -    OS Variant            : Ubuntu-16.04-xenial
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1264 -    User home-directory   : /home/username
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1265 -    Satoshi BTC directory : /home/username/.bitcoin/
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1266 -    Armory home dir       : /home/username/.armory/
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1267 - Detected System Specs    :
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1268 -    Total Available RAM   : 15.63 GB
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1269 -    CPU ID string         : Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1270 -    Number of CPU cores   : 4 cores
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1271 -    System is 64-bit      : True
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1272 -    Preferred Encoding    : UTF-8
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1273 -    Machine Arch          : x86_64
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1274 -    Available HDD (ARM)   : 390 GB
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1275 -    Available HDD (BTC)   : 390 GB
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1276 -
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1277 - Network Name: Main Network
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1278 - Satoshi Port: 8333
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1279 - Do wlt check: True
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1280 - Named options/arguments to armoryengine.py:
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     thread_count    : -1
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     rescan          : False
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     ignoreAllZC     : False
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     rescanBalance   : False
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     disableModules  : False
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     port            : None
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     interport       : 8223
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     coverageOutputDir: None
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     forceWalletCheck: False
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     regtest         : False
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     rebuild         : False
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     nettimeout      : 2
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     datadir         : DEFAULT
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     clearMempool    : False
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     offline         : False
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     armoryDBDir     : DEFAULT
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     armorydb_port   : 9001
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     satoshiPort     : DEFAULT
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     useTorSettings  : False
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     netlog          : False
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     keypool         : 100
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     coverageInclude : None
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     forceOnline     : False
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     redownload      : False
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     rpcBindAddr     : 127.0.0.1
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     armorydb_ip     : 127.0.0.1
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     multisigFile    : DEFAULT
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     ram_usage       : -1
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     mtdebug         : False
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     logDisable      : False
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     settingsPath    : /home/username/.armory/ArmorySettings.txt
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     language        : en
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     db_type         : DB_FULL
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     doDebug         : False
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     enableDetSign   : True
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     disableConfPermis: False
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     testnet         : False
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     rpcport         : DEFAULT
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     satoshiHome     : DEFAULT
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     satoshiRpcport  : DEFAULT
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     logFile         : /home/username/.armory/ArmoryQt.py.log.txt
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1282 -     verbosity       : None
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1283 - Other arguments:
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1286 - ************************************************************
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:1689 - C++ block utilities loaded successfully
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:3587 - Using settings file: /home/username/.armory/ArmorySettings.txt
2017-05-25 20:00:25 (INFO) -- ArmoryUtils.py:3747 - Using Language: de
2017-05-25 20:00:25 (INFO) -- BDM.py:365 - Using the asynchronous/multi-threaded BlockDataManager.
2017-05-25 20:00:25 (INFO) -- BDM.py:366 - Blockchain operations will happen in the background. 
2017-05-25 20:00:25 (INFO) -- BDM.py:367 - Devs: check TheBDM.getState() before asking for data.
2017-05-25 20:00:25 (INFO) -- BDM.py:368 - Registering addresses during rescans will queue them for
2017-05-25 20:00:25 (INFO) -- BDM.py:369 - inclusion after the current scan is completed.
2017-05-25 20:00:26 (INFO) -- ArmoryUtils.py:3587 - Using settings file: /home/username/.armory/ArmorySettings.txt
2017-05-25 20:00:26 (INFO) -- ArmoryQt.py:2047 - loadWalletsAndSettings
2017-05-25 20:00:26 (INFO) -- ArmoryQt.py:2107 - Loading wallets...
2017-05-25 20:00:26 (INFO) -- ArmoryQt.py:2172 - Number of wallets read in: 2
2017-05-25 20:00:26 (INFO) -- ArmoryQt.py:2177 -    Wallet (BbxgbkBH):    "Primary Wallet                  "   (Encrypted)
2017-05-25 20:00:26 (INFO) -- ArmoryQt.py:2177 -    Wallet (bQ6dchyR):    "Cold Storage (Watch)            "   (No Encryption)
2017-05-25 20:00:26 (INFO) -- ArmoryQt.py:2182 - Loading Multisig Lockboxes
2017-05-25 20:00:26 (INFO) -- ArmoryQt.py:1749 - acquiring process mutex...
2017-05-25 20:00:26 (INFO) -- ArmoryQt.py:1388 - setupUriRegistration
2017-05-25 20:00:26 (INFO) -- ArmoryUtils.py:664 - Executing popen: gconftool-2 --get /desktop/gnome/url-handlers/bitcoin/command
2017-05-25 20:00:26 (INFO) -- ArmoryUtils.py:664 - Executing popen: xdg-mime query default x-scheme-handler/bitcoin
2017-05-25 20:00:26 (INFO) -- ArmoryQt.py:562 - Usermode: Expert
2017-05-25 20:00:26 (INFO) -- ArmoryQt.py:1684 - Changing usermode:
2017-05-25 20:00:26 (INFO) -- ArmoryQt.py:1685 -    From: Expert
2017-05-25 20:00:26 (INFO) -- ArmoryQt.py:1693 -      To: Expert
2017-05-25 20:00:26 (INFO) -- ArmoryQt.py:1822 - startBitcoindIfNecessary
2017-05-25 20:00:26 (INFO) -- ArmoryQt.py:1858 - setSatoshiPaths
2017-05-25 20:00:26 (INFO) -- ArmoryUtils.py:664 - Executing popen: ['whereis', 'bitcoind']
2017-05-25 20:00:27 (INFO) -- SDM.py:289 - "whereis" returned: ['/usr/bin/bitcoind']
2017-05-25 20:00:27 (INFO) -- SDM.py:169 - Found bitcoind in the following places:
2017-05-25 20:00:27 (INFO) -- SDM.py:171 -    /usr/bin/bitcoind
2017-05-25 20:00:27 (INFO) -- SDM.py:171 -    /usr/bin/bitcoind
2017-05-25 20:00:27 (INFO) -- SDM.py:173 - Using: /usr/bin/bitcoind
2017-05-25 20:00:27 (INFO) -- SDM.py:337 - Called startBitcoind
2017-05-25 20:01:03 (INFO) -- ArmoryUtils.py:664 - Executing popen: ['/usr/bin/bitcoind', '-datadir=/home/username/.bitcoin/']
2017-05-25 20:01:03 (INFO) -- SDM.py:442 - PID of bitcoind: 3062
2017-05-25 20:01:03 (INFO) -- SDM.py:443 - PID of armory:   2806
2017-05-25 20:01:03 (INFO) -- ArmoryUtils.py:664 - Executing popen: ['python', '/usr/local/lib/armory/guardian.py', '2806', '3062']
2017-05-25 20:01:03 (INFO) -- ArmoryQt.py:1858 - setSatoshiPaths
2017-05-25 20:01:03 (WARNING) -- SDM.py:395 - Spawning DB with command:ArmoryDB --db-type="DB_FULL" --cookie --satoshi-datadir="/home/username/.bitcoin/blocks" --datadir="/home/username/.armory/" --dbdir="/home/username/.armory/databases"
2017-05-25 20:01:03 (INFO) -- ArmoryUtils.py:664 - Executing popen: ['ArmoryDB', '--db-type="DB_FULL"', '--cookie', '--satoshi-datadir="/home/username/.bitcoin/blocks"', '--datadir="/home/username/.armory/"', '--dbdir="/home/username/.armory/databases"']
2017-05-25 20:01:03 (INFO) -- ArmoryQt.py:1810 - Connecting on port 61357
2017-05-25 20:01:03 (INFO) -- ArmoryQt.py:1910 - Setting netmode: 1
2017-05-25 20:01:03 (INFO) -- ArmoryQt.py:1892 - loadBlockchainIfNecessary
2017-05-25 20:01:03 (ERROR) -- ArmoryQt.py:1191 - 9 attempts to load blockchain failed.  Remove mempool.bin.
2017-05-25 20:01:03 (ERROR) -- ArmoryQt.py:1196 - File mempool.bin does not exist. Nothing deleted.
2017-05-25 20:01:03 (INFO) -- ArmoryQt.py:1910 - Setting netmode: 1
2017-05-25 20:01:03 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:01:03 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:01:04 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:01:13 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:01:24 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:01:34 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:01:42 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:01:46 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:01:50 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:01:53 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:01:54 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:01:56 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:01:56 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:01:57 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:02:01 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:02:01 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:02:01 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:02:44 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:03:06 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:03:32 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:03:53 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:04:10 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:04:29 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:04:47 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:05:06 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:05:23 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:05:42 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:06:06 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:06:30 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:06:54 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:07:25 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:07:54 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:08:21 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:08:47 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:09:14 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:09:42 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:10:12 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:10:43 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:11:14 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:11:47 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:12:19 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:12:52 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:13:11 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:13:35 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:13:52 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:14:11 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:14:29 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:14:47 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:14:58 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:15:14 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:15:28 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:15:41 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:15:55 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:16:10 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:16:25 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:16:40 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:16:55 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:17:14 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:17:35 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:17:54 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:18:13 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:18:33 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:18:51 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:19:12 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:19:33 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:19:54 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:20:11 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:20:32 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:20:54 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:21:17 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:21:38 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:21:57 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:22:27 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:22:52 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:23:17 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:24:02 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:24:35 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:24:54 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:25:16 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:25:34 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:25:56 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:26:04 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:26:27 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:26:47 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:27:05 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:27:23 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:27:44 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:28:04 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:28:17 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:28:38 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:28:58 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:29:19 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:29:39 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:30:07 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:30:27 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:30:33 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:30:42 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:31:03 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:31:23 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:31:50 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:32:16 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:32:36 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:32:51 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:33:12 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:33:34 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 20:33:54 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-25 21:35:20 (INFO) -- ArmoryQt.py:5389 - BDM state is scanning -- force shutdown BDM
2017-05-25 21:35:20 (INFO) -- SDM.py:456 - Called stopBitcoind
2017-05-25 21:35:20 (ERROR) -- ArmoryQt.py:5402 - Strange error during shutdown
Traceback (most recent call last):
  File "/usr/local/bin/../lib/armory/ArmoryQt.py", line 5393, in closeForReal
    TheSDM.stopBitcoind()
  File "/usr/local/lib/armory/SDM.py", line 482, in stopBitcoind
    LOGERROR(e)
  File "/usr/local/lib/armory/armoryengine/ArmoryUtils.py", line 828, in LOGERROR
    logging.error(callerStr + logstr)
TypeError: cannot concatenate 'str' and 'exceptions.RuntimeError' objects
2017-05-25 21:35:20 (INFO) -- ArmoryQt.py:5404 - Attempting to close the main window!

Code:

Log file opened at 15:50:58: /home/username/.armory/dbLog.txt
-INFO  - 15:50:58: (main.cpp:29) Running on 4 threads
-INFO  - 15:50:58: (main.cpp:30) Ram usage level: 4
-INFO  - 15:50:58: (BlockUtils.cpp:907) blkfile dir: /home/username/.bitcoin/blocks
-INFO  - 15:50:58: (BlockUtils.cpp:908) lmdb dir: /home/username/.armory/databases
-INFO  - 15:50:58: (lmdb_wrapper.cpp:388) Opening databases...
-INFO  - 15:50:58: (BDM_Server.h:248) Listening on port 62962
-INFO  - 15:50:58: (BlockUtils.cpp:1091) Executing: doInitialSyncOnLoad
-INFO  - 15:50:58: (DatabaseBuilder.cpp:169) Reading headers from db
-INFO  - 15:50:58: (BDM_Server.cpp:996) registered bdv: 140e51f482b35029005d
-INFO  - 15:51:00: (DatabaseBuilder.cpp:208) Found 468078 headers in db
-INFO  - 15:51:02: (DatabaseBuilder.cpp:51) updating HEADERS db
-INFO  - 15:51:02: (DatabaseBuilder.cpp:477) Found next block after skipping 498905bytes
-INFO  - 15:51:02: (DatabaseBuilder.cpp:268) parsed block file #880
-DEBUG - 15:51:02: (Blockchain.cpp:242) Organizing chain
-INFO  - 15:51:02: (DatabaseBuilder.cpp:56) updated HEADERS db in 0.434292s
-INFO  - 15:51:02: (BDM_supportClasses.cpp:1841) Enabling zero-conf tracking
-INFO  - 15:51:02: (BDM_supportClasses.cpp:366) Starting address registration process
-INFO  - 15:51:10: (BitcoinP2P.cpp:947) Connected to Bitcoin node
-INFO  - 15:51:11: (nodeRPC.cpp:59) RPC connection established
-INFO  - 15:51:16: (BlockchainScanner.cpp:650) scanned from height #0 to #141861
-WARN  - 15:51:37: (BDM_supportClasses.cpp:1898) running 10 zc parser threads
-INFO  - 15:51:39: (BlockchainScanner.cpp:650) scanned from height #141862 to #163190
-INFO  - 15:51:40: (nodeRPC.cpp:368) Bitcoin server stopping
-ERROR - 15:51:40: (SocketObject.cpp:285) POLLERR error in readFromSocketThread
-ERROR - 15:51:40: (BitcoinP2P.cpp:1027) caught SocketError exception in processDataStackThread: POLLERR error in readFromSocketThread
-INFO  - 15:51:40: (BitcoinP2P.cpp:969) Disconnected from Bitcoin node


Log file opened at 20:01:03: /home/username/.armory/dbLog.txt
-INFO  - 20:01:03: (main.cpp:29) Running on 4 threads
-INFO  - 20:01:03: (main.cpp:30) Ram usage level: 4
-INFO  - 20:01:03: (BlockUtils.cpp:907) blkfile dir: /home/username/.bitcoin/blocks
-INFO  - 20:01:03: (BlockUtils.cpp:908) lmdb dir: /home/username/.armory/databases
-INFO  - 20:01:03: (lmdb_wrapper.cpp:388) Opening databases...
-INFO  - 20:01:03: (BDM_Server.h:248) Listening on port 61357
-INFO  - 20:01:03: (BlockUtils.cpp:1091) Executing: doInitialSyncOnLoad
-INFO  - 20:01:03: (BDM_Server.cpp:996) registered bdv: 8503acf1efeb3bf0de21
-INFO  - 20:01:03: (DatabaseBuilder.cpp:169) Reading headers from db
-INFO  - 20:01:56: (DatabaseBuilder.cpp:208) Found 468078 headers in db
-INFO  - 20:01:57: (DatabaseBuilder.cpp:51) updating HEADERS db
-INFO  - 20:02:00: (DatabaseBuilder.cpp:477) Found next block after skipping 498905bytes
-INFO  - 20:02:01: (DatabaseBuilder.cpp:268) parsed block file #880
-DEBUG - 20:02:01: (Blockchain.cpp:242) Organizing chain
-INFO  - 20:02:01: (DatabaseBuilder.cpp:56) updated HEADERS db in 0.639652s
-INFO  - 20:02:01: (BDM_supportClasses.cpp:1841) Enabling zero-conf tracking
-INFO  - 20:02:01: (BDM_supportClasses.cpp:366) Starting address registration process
-INFO  - 20:02:30: (BitcoinP2P.cpp:947) Connected to Bitcoin node
-INFO  - 20:02:44: (BlockchainScanner.cpp:650) scanned from height #0 to #141861
-INFO  - 20:03:06: (BlockchainScanner.cpp:650) scanned from height #141862 to #163190
-INFO  - 20:03:32: (BlockchainScanner.cpp:650) scanned from height #163191 to #180838
-INFO  - 20:03:53: (BlockchainScanner.cpp:650) scanned from height #180839 to #186458
-INFO  - 20:03:59: (BlockchainScanner.cpp:52) no history to scan
-INFO  - 20:04:10: (BlockchainScanner.cpp:650) scanned from height #186459 to #191530
-INFO  - 20:04:29: (BlockchainScanner.cpp:650) scanned from height #191531 to #195897
-INFO  - 20:04:47: (BlockchainScanner.cpp:650) scanned from height #195898 to #200341
-INFO  - 20:05:05: (BlockchainScanner.cpp:650) scanned from height #200342 to #204490
-INFO  - 20:05:23: (BlockchainScanner.cpp:650) scanned from height #204491 to #208981
-INFO  - 20:05:42: (BlockchainScanner.cpp:650) scanned from height #208982 to #212151
-INFO  - 20:06:06: (BlockchainScanner.cpp:650) scanned from height #212152 to #215802
-INFO  - 20:06:30: (BlockchainScanner.cpp:650) scanned from height #215803 to #218081
-INFO  - 20:06:54: (BlockchainScanner.cpp:650) scanned from height #218082 to #220842
-INFO  - 20:07:25: (BlockchainScanner.cpp:650) scanned from height #220843 to #223362
-INFO  - 20:07:54: (BlockchainScanner.cpp:650) scanned from height #223363 to #225712
-INFO  - 20:08:21: (BlockchainScanner.cpp:650) scanned from height #225713 to #228589
-INFO  - 20:08:26: (BlockchainScanner.cpp:52) no history to scan
-INFO  - 20:08:47: (BlockchainScanner.cpp:650) scanned from height #228590 to #230815
-INFO  - 20:09:14: (BlockchainScanner.cpp:650) scanned from height #230816 to #233156
-INFO  - 20:09:33: (BlockchainScanner.cpp:52) no history to scan
-INFO  - 20:09:42: (BlockchainScanner.cpp:650) scanned from height #233157 to #235655
-INFO  - 20:10:12: (BlockchainScanner.cpp:650) scanned from height #235656 to #238056
-INFO  - 20:10:43: (BlockchainScanner.cpp:650) scanned from height #238057 to #240996
-INFO  - 20:11:06: (BlockchainScanner.cpp:52) no history to scan
-INFO  - 20:11:14: (BlockchainScanner.cpp:650) scanned from height #240997 to #244037
-WARN  - 20:11:39: (BDM_supportClasses.cpp:1898) running 10 zc parser threads
-WARN  - 20:11:39: (BDM_supportClasses.cpp:1898) running 15 zc parser threads
-WARN  - 20:11:39: (BDM_supportClasses.cpp:1898) running 20 zc parser threads
-WARN  - 20:11:39: (BDM_supportClasses.cpp:1898) running 25 zc parser threads
-WARN  - 20:11:39: (BDM_supportClasses.cpp:1898) running 30 zc parser threads
-WARN  - 20:11:39: (BDM_supportClasses.cpp:1898) running 35 zc parser threads
-WARN  - 20:11:39: (BDM_supportClasses.cpp:1898) running 40 zc parser threads
-WARN  - 20:11:39: (BDM_supportClasses.cpp:1898) running 45 zc parser threads
-WARN  - 20:11:39: (BDM_supportClasses.cpp:1898) running 50 zc parser threads
-WARN  - 20:11:39: (BDM_supportClasses.cpp:1898) running 55 zc parser threads
-WARN  - 20:11:39: (BDM_supportClasses.cpp:1898) running 60 zc parser threads
-WARN  - 20:11:39: (BDM_supportClasses.cpp:1898) running 65 zc parser threads
-WARN  - 20:11:39: (BDM_supportClasses.cpp:1898) running 70 zc parser threads
-WARN  - 20:11:39: (BDM_supportClasses.cpp:1898) running 75 zc parser threads
-INFO  - 20:11:45: (BlockchainScanner.cpp:52) no history to scan
-INFO  - 20:11:47: (BlockchainScanner.cpp:650) scanned from height #244038 to #248325
-INFO  - 20:12:01: (BlockchainScanner.cpp:52) no history to scan
-INFO  - 20:12:19: (BlockchainScanner.cpp:650) scanned from height #248326 to #251813
-INFO  - 20:12:20: (BlockchainScanner.cpp:52) no history to scan
-INFO  - 20:12:34: (BlockchainScanner.cpp:52) no history to scan
-INFO  - 20:12:51: (BlockchainScanner.cpp:52) no history to scan
-INFO  - 20:12:52: (BlockchainScanner.cpp:650) scanned from height #251814 to #254451
-INFO  - 20:13:06: (BlockchainScanner.cpp:52) no history to scan
-INFO  - 20:13:11: (BlockchainScanner.cpp:650) scanned from height #254452 to #257599
-INFO  - 20:13:12: (BlockchainScanner.cpp:52) no history to scan
-INFO  - 20:13:17: (BlockchainScanner.cpp:52) no history to scan
-INFO  - 20:13:35: (BlockchainScanner.cpp:650) scanned from height #257600 to #261531
-INFO  - 20:13:52: (BlockchainScanner.cpp:650) scanned from height #261532 to #265023
-INFO  - 20:14:11: (BlockchainScanner.cpp:650) scanned from height #265024 to #268212
-INFO  - 20:14:17: (BlockchainScanner.cpp:52) no history to scan
-INFO  - 20:14:29: (BlockchainScanner.cpp:650) scanned from height #268213 to #270339
-INFO  - 20:14:47: (BlockchainScanner.cpp:650) scanned from height #270340 to #272033
-WARN  - 20:14:57: (BDM_supportClasses.cpp:1898) running 80 zc parser threads
-WARN  - 20:14:57: (BDM_supportClasses.cpp:1898) running 85 zc parser threads
-WARN  - 20:14:57: (BDM_supportClasses.cpp:1898) running 90 zc parser threads
-WARN  - 20:14:57: (BDM_supportClasses.cpp:1898) running 95 zc parser threads
-WARN  - 20:14:57: (BDM_supportClasses.cpp:1898) running 100 zc parser threads
-WARN  - 20:14:57: (BDM_supportClasses.cpp:1898) running 105 zc parser threads
-WARN  - 20:14:57: (BDM_supportClasses.cpp:1898) running 110 zc parser threads
-WARN  - 20:14:58: (BDM_supportClasses.cpp:1898) running 115 zc parser threads
-WARN  - 20:14:58: (BDM_supportClasses.cpp:1898) running 120 zc parser threads
-WARN  - 20:14:58: (BDM_supportClasses.cpp:1898) running 125 zc parser threads
-WARN  - 20:14:58: (BDM_supportClasses.cpp:1898) running 130 zc parser threads
-WARN  - 20:14:58: (BDM_supportClasses.cpp:1898) running 135 zc parser threads
-WARN  - 20:14:58: (BDM_supportClasses.cpp:1898) running 140 zc parser threads
-INFO  - 20:14:58: (BlockchainScanner.cpp:650) scanned from height #272034 to #274080
-INFO  - 20:15:14: (BlockchainScanner.cpp:650) scanned from height #274081 to #276226
-INFO  - 20:15:28: (BlockchainScanner.cpp:650) scanned from height #276227 to #278682
-INFO  - 20:15:41: (BlockchainScanner.cpp:650) scanned from height #278683 to #281205
-INFO  - 20:15:55: (BlockchainScanner.cpp:650) scanned from height #281206 to #283559
-INFO  - 20:16:10: (BlockchainScanner.cpp:650) scanned from height #283560 to #285495
-INFO  - 20:16:25: (BlockchainScanner.cpp:650) scanned from height #285496 to #287346
-INFO  - 20:16:40: (BlockchainScanner.cpp:650) scanned from height #287347 to #288889
-INFO  - 20:16:55: (BlockchainScanner.cpp:650) scanned from height #288890 to #290553
-INFO  - 20:17:14: (BlockchainScanner.cpp:650) scanned from height #290554 to #292556
-INFO  - 20:17:35: (BlockchainScanner.cpp:650) scanned from height #292557 to #294457
-INFO  - 20:17:54: (BlockchainScanner.cpp:650) scanned from height #294458 to #296201
-INFO  - 20:18:13: (BlockchainScanner.cpp:650) scanned from height #296202 to #298194
-INFO  - 20:18:33: (BlockchainScanner.cpp:650) scanned from height #298195 to #299802
-INFO  - 20:18:51: (BlockchainScanner.cpp:650) scanned from height #299803 to #301760
-INFO  - 20:19:12: (BlockchainScanner.cpp:650) scanned from height #301761 to #303288
-INFO  - 20:19:33: (BlockchainScanner.cpp:650) scanned from height #303289 to #305167
-INFO  - 20:19:54: (BlockchainScanner.cpp:650) scanned from height #305168 to #307267
-INFO  - 20:20:11: (BlockchainScanner.cpp:650) scanned from height #307268 to #308881
-INFO  - 20:20:32: (BlockchainScanner.cpp:650) scanned from height #308882 to #310683
-INFO  - 20:20:54: (BlockchainScanner.cpp:650) scanned from height #310684 to #312319
-INFO  - 20:21:17: (BlockchainScanner.cpp:650) scanned from height #312320 to #313692
-INFO  - 20:21:38: (BlockchainScanner.cpp:650) scanned from height #313693 to #315575
-INFO  - 20:21:57: (BlockchainScanner.cpp:650) scanned from height #315576 to #317092
-INFO  - 20:22:27: (BlockchainScanner.cpp:650) scanned from height #317093 to #319589
-INFO  - 20:22:52: (BlockchainScanner.cpp:650) scanned from height #319590 to #320800
-INFO  - 20:23:17: (BlockchainScanner.cpp:650) scanned from height #320801 to #322433
-INFO  - 20:24:02: (BlockchainScanner.cpp:650) scanned from height #322434 to #324006
-INFO  - 20:24:35: (BlockchainScanner.cpp:650) scanned from height #324007 to #325820
-INFO  - 20:24:54: (BlockchainScanner.cpp:650) scanned from height #325821 to #327083
-INFO  - 20:25:16: (BlockchainScanner.cpp:650) scanned from height #327084 to #328212
-INFO  - 20:25:34: (BlockchainScanner.cpp:650) scanned from height #328213 to #329595
-INFO  - 20:25:56: (BlockchainScanner.cpp:650) scanned from height #329596 to #330086
-INFO  - 20:26:04: (BlockchainScanner.cpp:650) scanned from height #330087 to #331368
-INFO  - 20:26:27: (BlockchainScanner.cpp:650) scanned from height #331369 to #332713
-INFO  - 20:26:47: (BlockchainScanner.cpp:650) scanned from height #332714 to #334029
-INFO  - 20:27:05: (BlockchainScanner.cpp:650) scanned from height #334030 to #334881
-INFO  - 20:27:23: (BlockchainScanner.cpp:650) scanned from height #334882 to #336152
-INFO  - 20:27:44: (BlockchainScanner.cpp:650) scanned from height #336153 to #337607
-INFO  - 20:28:04: (BlockchainScanner.cpp:650) scanned from height #337608 to #338410
-INFO  - 20:28:17: (BlockchainScanner.cpp:650) scanned from height #338411 to #339300
-INFO  - 20:28:38: (BlockchainScanner.cpp:650) scanned from height #339301 to #340423
-INFO  - 20:28:58: (BlockchainScanner.cpp:650) scanned from height #340424 to #341717
-INFO  - 20:29:19: (BlockchainScanner.cpp:650) scanned from height #341718 to #342902
-INFO  - 20:29:39: (BlockchainScanner.cpp:650) scanned from height #342903 to #343200
-INFO  - 20:30:07: (BlockchainScanner.cpp:650) scanned from height #343201 to #345010
-INFO  - 20:30:27: (BlockchainScanner.cpp:650) scanned from height #345011 to #345546
-INFO  - 20:30:33: (BlockchainScanner.cpp:650) scanned from height #345547 to #345733
-INFO  - 20:30:42: (BlockchainScanner.cpp:650) scanned from height #345734 to #346856
-INFO  - 20:31:03: (BlockchainScanner.cpp:650) scanned from height #346857 to #347739
-INFO  - 20:31:23: (BlockchainScanner.cpp:650) scanned from height #347740 to #348828
-INFO  - 20:31:50: (BlockchainScanner.cpp:650) scanned from height #348829 to #350419
-INFO  - 20:32:16: (BlockchainScanner.cpp:650) scanned from height #350420 to #351480
-INFO  - 20:32:36: (BlockchainScanner.cpp:650) scanned from height #351481 to #352455
-INFO  - 20:32:51: (BlockchainScanner.cpp:650) scanned from height #352456 to #353256
-INFO  - 20:33:12: (BlockchainScanner.cpp:650) scanned from height #353257 to #354220
-INFO  - 20:33:34: (BlockchainScanner.cpp:650) scanned from height #354221 to #355224
-INFO  - 20:33:54: (BlockchainScanner.cpp:650) scanned from height #355225 to #356202
-INFO  - 20:34:14: (SocketObject.cpp:350) POLLIN recv return 0
-ERROR - 20:34:14: (BitcoinP2P.cpp:1037) caught StopBlockingLoop in processDataStackThread
-INFO  - 20:34:14: (BitcoinP2P.cpp:969) Disconnected from Bitcoin node


Log file opened at 20:46:06: /home/username/.armory/dbLog.txt
-INFO  - 20:46:06: (main.cpp:29) Running on 4 threads
-INFO  - 20:46:06: (main.cpp:30) Ram usage level: 4
-INFO  - 20:46:06: (BlockUtils.cpp:907) blkfile dir: /home/username/.bitcoin/blocks
-INFO  - 20:46:06: (BlockUtils.cpp:908) lmdb dir: /home/username/.armory/databases
-INFO  - 20:46:06: (lmdb_wrapper.cpp:388) Opening databases...
-INFO  - 20:46:07: (BDM_Server.h:248) Listening on port 9001
-INFO  - 20:46:07: (nodeRPC.cpp:59) RPC connection established
-INFO  - 20:46:07: (nodeRPC.cpp:337) Node is ready
-INFO  - 20:46:07: (BlockUtils.cpp:1091) Executing: doInitialSyncOnLoad
-INFO  - 20:46:08: (BitcoinP2P.cpp:947) Connected to Bitcoin node
-INFO  - 20:46:22: (DatabaseBuilder.cpp:169) Reading headers from db
-INFO  - 20:47:13: (DatabaseBuilder.cpp:208) Found 468103 headers in db
-INFO  - 20:47:14: (DatabaseBuilder.cpp:51) updating HEADERS db
-INFO  - 20:47:21: (DatabaseBuilder.cpp:477) Found next block after skipping 519121bytes
-INFO  - 20:47:22: (DatabaseBuilder.cpp:268) parsed block file #880
-DEBUG - 20:47:22: (Blockchain.cpp:242) Organizing chain
-INFO  - 20:47:22: (DatabaseBuilder.cpp:56) updated HEADERS db in 0.64767s
-INFO  - 20:47:22: (BDM_supportClasses.cpp:1841) Enabling zero-conf tracking
-WARN  - 20:47:25: (BDM_supportClasses.cpp:1898) running 10 zc parser threads
-WARN  - 20:47:25: (BDM_supportClasses.cpp:1898) running 15 zc parser threads
-WARN  - 20:47:25: (BDM_supportClasses.cpp:1898) running 20 zc parser threads
-WARN  - 20:47:25: (BDM_supportClasses.cpp:1898) running 25 zc parser threads
-WARN  - 20:47:25: (BDM_supportClasses.cpp:1898) running 30 zc parser threads
-WARN  - 20:47:25: (BDM_supportClasses.cpp:1898) running 35 zc parser threads
-WARN  - 20:48:05: (BDM_supportClasses.cpp:1898) running 40 zc parser threads
-WARN  - 20:48:05: (BDM_supportClasses.cpp:1898) running 45 zc parser threads
-WARN  - 20:48:05: (BDM_supportClasses.cpp:1898) running 50 zc parser threads
-WARN  - 20:48:05: (BDM_supportClasses.cpp:1898) running 55 zc parser threads
-WARN  - 20:48:05: (BDM_supportClasses.cpp:1898) running 60 zc parser threads
-WARN  - 20:48:05: (BDM_supportClasses.cpp:1898) running 65 zc parser threads
-WARN  - 20:48:05: (BDM_supportClasses.cpp:1898) running 70 zc parser threads
-INFO  - 20:48:55: (BlockchainScanner.cpp:52) no history to scan
-WARN  - 20:50:00: (BDM_supportClasses.cpp:1898) running 75 zc parser threads
-WARN  - 20:50:00: (BDM_supportClasses.cpp:1898) running 80 zc parser threads
-WARN  - 20:50:00: (BDM_supportClasses.cpp:1898) running 85 zc parser threads
-WARN  - 20:50:00: (BDM_supportClasses.cpp:1898) running 90 zc parser threads
-WARN  - 20:50:00: (BDM_supportClasses.cpp:1898) running 95 zc parser threads
-WARN  - 20:50:00: (BDM_supportClasses.cpp:1898) running 100 zc parser threads
-WARN  - 20:50:00: (BDM_supportClasses.cpp:1898) running 105 zc parser threads
-INFO  - 20:55:50: (BlockchainScanner.cpp:52) no history to scan
-INFO  - 21:02:48: (BlockchainScanner.cpp:52) no history to scan
-INFO  - 21:05:13: (BlockchainScanner.cpp:52) no history to scan
-INFO  - 21:07:38: (BlockchainScanner.cpp:52) no history to scan
-INFO  - 21:14:44: (BlockchainScanner.cpp:52) no history to scan
-INFO  - 21:16:45: (BlockchainScanner.cpp:52) no history to scan
-INFO  - 21:16:57: (BlockchainScanner.cpp:52) no history to scan
-INFO  - 21:32:32: (BlockchainScanner.cpp:52) no history to scan
Post
Topic
Board Armory
Re: 0.96.1 testing build #1
by
Spieler636
on 23/05/2017, 19:14:12 UTC
So after I did the rebuild everything seemed fine, but I just noticed, that it stopped again. I am rebuilding right now but can I provide aditional information what could cause this issue?
Post
Topic
Board Armory
Re: 0.96.1 testing build #1
by
Spieler636
on 20/05/2017, 11:33:13 UTC
Hi I noticed, that my Armory seems to not pick up new blocks. It seems to be stuck on Block 465695. It says Online but does not go any further. Starting core alone is fine and goes all the way to the top, so I tried running core manuely with no success. Then it says offline.

armorylog
Code:
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1135 - C++ block utilities loaded successfully
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:664 - Executing popen: free -m
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:664 - Executing popen: ['cat', '/proc/cpuinfo']
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1252 -
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1253 -
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1254 -
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1255 - ************************************************************
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1256 - Invoked: /usr/local/bin/../lib/armory/ArmoryQt.py
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1257 - ************************************************************
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1258 - Loading Armory Engine:
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1259 -    Armory Version        : 0.96.0.1
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1260 -    Armory Build:         : 654b380411
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1261 -    PyBtcWallet  Version  : 1.35
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1262 - Detected Operating system: Linux
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1263 -    OS Variant            : Ubuntu-16.04-xenial
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1264 -    User home-directory   : /home/username
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1265 -    Satoshi BTC directory : /home/username/.bitcoin/
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1266 -    Armory home dir       : /home/username/.armory/
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1267 - Detected System Specs    :
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1268 -    Total Available RAM   : 15.63 GB
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1269 -    CPU ID string         : Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1270 -    Number of CPU cores   : 4 cores
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1271 -    System is 64-bit      : True
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1272 -    Preferred Encoding    : UTF-8
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1273 -    Machine Arch          : x86_64
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1274 -    Available HDD (ARM)   : 389 GB
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1275 -    Available HDD (BTC)   : 389 GB
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1276 -
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1277 - Network Name: Main Network
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1278 - Satoshi Port: 8333
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1279 - Do wlt check: True
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1280 - Named options/arguments to armoryengine.py:
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     thread_count    : -1
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     rescan          : False
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     ignoreAllZC     : False
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     rescanBalance   : False
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     disableModules  : False
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     port            : None
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     interport       : 8223
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     coverageOutputDir: None
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     forceWalletCheck: False
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     regtest         : False
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     rebuild         : False
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     nettimeout      : 2
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     datadir         : DEFAULT
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     clearMempool    : False
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     offline         : False
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     armoryDBDir     : DEFAULT
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     armorydb_port   : 9001
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     satoshiPort     : DEFAULT
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     useTorSettings  : False
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     netlog          : False
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     keypool         : 100
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     coverageInclude : None
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     forceOnline     : False
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     redownload      : False
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     rpcBindAddr     : 127.0.0.1
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     armorydb_ip     : 127.0.0.1
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     multisigFile    : DEFAULT
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     ram_usage       : -1
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     mtdebug         : False
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     logDisable      : False
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     settingsPath    : /home/username/.armory/ArmorySettings.txt
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     language        : en
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     db_type         : DB_FULL
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     doDebug         : False
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     enableDetSign   : True
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     disableConfPermis: False
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     testnet         : False
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     rpcport         : DEFAULT
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     satoshiHome     : DEFAULT
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     satoshiRpcport  : DEFAULT
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     logFile         : /home/username/.armory/ArmoryQt.py.log.txt
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1282 -     verbosity       : None
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1283 - Other arguments:
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1286 - ************************************************************
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:1689 - C++ block utilities loaded successfully
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:3587 - Using settings file: /home/username/.armory/ArmorySettings.txt
2017-05-20 13:17:49 (INFO) -- ArmoryUtils.py:3747 - Using Language: de
2017-05-20 13:17:49 (INFO) -- BDM.py:365 - Using the asynchronous/multi-threaded BlockDataManager.
2017-05-20 13:17:49 (INFO) -- BDM.py:366 - Blockchain operations will happen in the background. 
2017-05-20 13:17:49 (INFO) -- BDM.py:367 - Devs: check TheBDM.getState() before asking for data.
2017-05-20 13:17:49 (INFO) -- BDM.py:368 - Registering addresses during rescans will queue them for
2017-05-20 13:17:49 (INFO) -- BDM.py:369 - inclusion after the current scan is completed.
2017-05-20 13:17:50 (INFO) -- ArmoryUtils.py:3587 - Using settings file: /home/username/.armory/ArmorySettings.txt
2017-05-20 13:17:50 (INFO) -- ArmoryQt.py:2047 - loadWalletsAndSettings
2017-05-20 13:17:50 (INFO) -- ArmoryQt.py:2107 - Loading wallets...
2017-05-20 13:17:50 (INFO) -- ArmoryQt.py:2172 - Number of wallets read in: 2
2017-05-20 13:17:50 (INFO) -- ArmoryQt.py:2177 -    Wallet (BbxgbkBH):    "Primary Wallet                  "   (Encrypted)
2017-05-20 13:17:50 (INFO) -- ArmoryQt.py:2177 -    Wallet (bQ6dchyR):    "Cold Storage (Watch)            "   (No Encryption)
2017-05-20 13:17:50 (INFO) -- ArmoryQt.py:2182 - Loading Multisig Lockboxes
2017-05-20 13:17:50 (INFO) -- ArmoryQt.py:1749 - acquiring process mutex...
2017-05-20 13:17:50 (INFO) -- ArmoryQt.py:1388 - setupUriRegistration
2017-05-20 13:17:50 (INFO) -- ArmoryUtils.py:664 - Executing popen: gconftool-2 --get /desktop/gnome/url-handlers/bitcoin/command
2017-05-20 13:17:50 (INFO) -- ArmoryUtils.py:664 - Executing popen: xdg-mime query default x-scheme-handler/bitcoin
2017-05-20 13:17:50 (INFO) -- ArmoryQt.py:562 - Usermode: Expert
2017-05-20 13:17:50 (INFO) -- ArmoryQt.py:1684 - Changing usermode:
2017-05-20 13:17:50 (INFO) -- ArmoryQt.py:1685 -    From: Expert
2017-05-20 13:17:50 (INFO) -- ArmoryQt.py:1693 -      To: Expert
2017-05-20 13:17:50 (INFO) -- ArmoryQt.py:1822 - startBitcoindIfNecessary
2017-05-20 13:17:50 (INFO) -- ArmoryQt.py:1858 - setSatoshiPaths
2017-05-20 13:17:50 (INFO) -- ArmoryUtils.py:664 - Executing popen: ['whereis', 'bitcoind']
2017-05-20 13:17:50 (INFO) -- SDM.py:289 - "whereis" returned: ['/usr/bin/bitcoind']
2017-05-20 13:17:50 (INFO) -- SDM.py:169 - Found bitcoind in the following places:
2017-05-20 13:17:50 (INFO) -- SDM.py:171 -    /usr/bin/bitcoind
2017-05-20 13:17:50 (INFO) -- SDM.py:171 -    /usr/bin/bitcoind
2017-05-20 13:17:50 (INFO) -- SDM.py:173 - Using: /usr/bin/bitcoind
2017-05-20 13:17:50 (INFO) -- SDM.py:337 - Called startBitcoind
2017-05-20 13:17:50 (INFO) -- ArmoryUtils.py:664 - Executing popen: ['/usr/bin/bitcoind', '-datadir=/home/username/.bitcoin/']
2017-05-20 13:17:50 (INFO) -- SDM.py:442 - PID of bitcoind: 16432
2017-05-20 13:17:50 (INFO) -- SDM.py:443 - PID of armory:   16400
2017-05-20 13:17:50 (INFO) -- ArmoryUtils.py:664 - Executing popen: ['python', '/usr/local/lib/armory/guardian.py', '16400', '16432']
2017-05-20 13:17:50 (INFO) -- ArmoryQt.py:1858 - setSatoshiPaths
2017-05-20 13:17:50 (WARNING) -- SDM.py:395 - Spawning DB with command:ArmoryDB --db-type="DB_FULL" --cookie --satoshi-datadir="/home/username/.bitcoin/blocks" --datadir="/home/username/.armory/" --dbdir="/home/username/.armory/databases"
2017-05-20 13:17:50 (INFO) -- ArmoryUtils.py:664 - Executing popen: ['ArmoryDB', '--db-type="DB_FULL"', '--cookie', '--satoshi-datadir="/home/username/.bitcoin/blocks"', '--datadir="/home/username/.armory/"', '--dbdir="/home/username/.armory/databases"']
2017-05-20 13:17:50 (INFO) -- ArmoryQt.py:1810 - Connecting on port 59036
2017-05-20 13:17:50 (INFO) -- ArmoryQt.py:1910 - Setting netmode: 1
2017-05-20 13:17:50 (INFO) -- ArmoryQt.py:1892 - loadBlockchainIfNecessary
2017-05-20 13:17:50 (INFO) -- ArmoryQt.py:1910 - Setting netmode: 1
2017-05-20 13:17:50 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-20 13:17:50 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-20 13:17:51 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-20 13:17:51 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-20 13:17:52 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-20 13:17:52 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-20 13:17:52 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-20 13:17:52 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-20 13:17:53 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-20 13:17:53 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-20 13:17:53 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-20 13:17:53 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-20 13:17:53 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-20 13:17:55 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-20 13:17:57 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-20 13:17:58 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-20 13:17:58 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-20 13:17:59 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-20 13:18:00 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-20 13:18:00 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-20 13:18:02 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-20 13:18:02 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-20 13:18:02 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-20 13:18:05 (INFO) -- ArmoryQt.py:4606 - Dashboard switched to "Scanning" mode
2017-05-20 13:18:05 (WARNING) -- ArmoryQt.py:4044 - Called updateSyncProgress while not sync'ing
2017-05-20 13:28:55 (INFO) -- ArmoryQt.py:5391 - BDM is safe for clean shutdown
2017-05-20 13:28:55 (INFO) -- SDM.py:456 - Called stopBitcoind
2017-05-20 13:28:56 (INFO) -- ArmoryQt.py:5404 - Attempting to close the main window!

dblog
Code:

Log file opened at 13:17:50: /home/username/.armory/dbLog.txt
-INFO  - 13:17:50: (main.cpp:29) Running on 4 threads
-INFO  - 13:17:50: (main.cpp:30) Ram usage level: 4
-INFO  - 13:17:50: (BlockUtils.cpp:907) blkfile dir: /home/username/.bitcoin/blocks
-INFO  - 13:17:50: (BlockUtils.cpp:908) lmdb dir: /home/username/.armory/databases
-INFO  - 13:17:50: (lmdb_wrapper.cpp:388) Opening databases...
-INFO  - 13:17:50: (BDM_Server.h:248) Listening on port 59036
-INFO  - 13:17:50: (BDM_Server.cpp:996) registered bdv: a74ebc3d78d29ac8e33b
-INFO  - 13:17:51: (BlockUtils.cpp:1091) Executing: doInitialSyncOnLoad
-INFO  - 13:17:51: (DatabaseBuilder.cpp:169) Reading headers from db
-INFO  - 13:17:53: (DatabaseBuilder.cpp:208) Found 465700 headers in db
-INFO  - 13:17:55: (DatabaseBuilder.cpp:51) updating HEADERS db
-INFO  - 13:17:55: (DatabaseBuilder.cpp:477) Found next block after skipping 510159bytes
-INFO  - 13:17:57: (DatabaseBuilder.cpp:268) parsed block file #863
-INFO  - 13:17:58: (BitcoinP2P.cpp:947) Connected to Bitcoin node
-INFO  - 13:17:58: (DatabaseBuilder.cpp:268) parsed block file #865
-INFO  - 13:17:58: (DatabaseBuilder.cpp:268) parsed block file #866
-INFO  - 13:17:59: (DatabaseBuilder.cpp:268) parsed block file #867
-INFO  - 13:18:00: (DatabaseBuilder.cpp:268) parsed block file #868
-INFO  - 13:18:00: (DatabaseBuilder.cpp:268) parsed block file #870
-INFO  - 13:18:02: (DatabaseBuilder.cpp:268) parsed block file #871
-INFO  - 13:18:02: (DatabaseBuilder.cpp:268) parsed block file #874
-DEBUG - 13:18:02: (Blockchain.cpp:242) Organizing chain
-INFO  - 13:18:05: (DatabaseBuilder.cpp:56) updated HEADERS db in 22.5907s
-INFO  - 13:18:05: (DatabaseBuilder.cpp:106) scanning new blocks from #465696 to #465695
-INFO  - 13:18:05: (BlockchainScanner.cpp:52) no history to scan
-INFO  - 13:18:05: (BlockchainScanner.cpp:813) no SSH to scan
-INFO  - 13:18:05: (DatabaseBuilder.cpp:156) scanned new blocks in 0.001458s
-INFO  - 13:18:05: (DatabaseBuilder.cpp:160) init db in 26.6254s
-INFO  - 13:18:05: (BDM_supportClasses.cpp:1841) Enabling zero-conf tracking
-WARN  - 13:18:12: (BDM_supportClasses.cpp:1898) running 10 zc parser threads
-WARN  - 13:18:12: (BDM_supportClasses.cpp:1898) running 15 zc parser threads
-WARN  - 13:18:25: (BDM_supportClasses.cpp:1898) running 20 zc parser threads
-WARN  - 13:18:25: (BDM_supportClasses.cpp:1898) running 25 zc parser threads
-WARN  - 13:18:25: (BDM_supportClasses.cpp:1898) running 30 zc parser threads
-WARN  - 13:18:25: (BDM_supportClasses.cpp:1898) running 35 zc parser threads
-INFO  - 13:28:55: (nodeRPC.cpp:368) Bitcoin server stopping
-INFO  - 13:28:56: (SocketObject.cpp:350) POLLIN recv return 0
-ERROR - 13:28:56: (BitcoinP2P.cpp:1037) caught StopBlockingLoop in processDataStackThread
-INFO  - 13:28:56: (BitcoinP2P.cpp:969) Disconnected from Bitcoin node
-INFO  - 13:28:56: (BDM_Server.cpp:1025) unregistered bdv: a74ebc3d78d29ac8e33b
-INFO  - 13:28:56: (BDM_Server.cpp:936) proceeding to shutdown
-ERROR - 13:28:57: (BitcoinP2P.cpp:1027) caught SocketError exception in processDataStackThread: POLLNVAL in readFromSocketThread
-INFO  - 13:28:59: (BitcoinP2P.cpp:969) Disconnected from Bitcoin node
-ERROR - 13:28:59: (BDM_mainthread.cpp:287) caught exception in main thread: terminate
Post
Topic
Board Armory
Re: 0.96.1 testing build #1
by
Spieler636
on 14/05/2017, 22:21:25 UTC
Nice my problem with having to restart Armory twice is fixed with this build thank you.
Just my offline Netbook has the mentioned unkown instruction problem but well that thing can wait.
Post
Topic
Board Armory
Re: Armory 0.96 is out
by
Spieler636
on 12/05/2017, 20:39:52 UTC
Post
Topic
Board Armory
Re: Armory 0.96 is out
by
Spieler636
on 12/05/2017, 20:14:21 UTC
Can I give more useful information about my problem? This has become the routine to get armory started (start wait till ArmoryDB doesn't use any process power any more, close and start again). It doesn't take that long, but is clearly not supposed to be necessary.

Would a PPA be possible?
Post
Topic
Board Armory
Re: Armory 0.96 is out
by
Spieler636
on 11/05/2017, 12:05:31 UTC
So I started Armory and got the expected behaviour as before. After 20 minuts I closed Armory through "File->Close Armory". The ArmoryDB kept runing so I closed that over the systemmonitor.

armorylog.txt
Code:
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1138 - C++ block utilities loaded successfully
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:665 - Executing popen: free -m
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:665 - Executing popen: ['cat', '/proc/cpuinfo']
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1255 -
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1256 -
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1257 -
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1258 - ************************************************************
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1259 - Invoked: /usr/local/bin/../lib/armory/ArmoryQt.py
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1260 - ************************************************************
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1261 - Loading Armory Engine:
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1262 -    Armory Version        : 0.96
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1263 -    Armory Build:         : a3d01aa722
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1264 -    PyBtcWallet  Version  : 1.35
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1265 - Detected Operating system: Linux
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1266 -    OS Variant            : Ubuntu-16.04-xenial
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1267 -    User home-directory   : /home/spieler
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1268 -    Satoshi BTC directory : /home/spieler/.bitcoin/
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1269 -    Armory home dir       : /home/spieler/.armory/
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1270 - Detected System Specs    :
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1271 -    Total Available RAM   : 15.63 GB
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1272 -    CPU ID string         : Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1273 -    Number of CPU cores   : 4 cores
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1274 -    System is 64-bit      : True
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1275 -    Preferred Encoding    : UTF-8
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1276 -    Machine Arch          : x86_64
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1277 -    Available HDD (ARM)   : 390 GB
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1278 -    Available HDD (BTC)   : 390 GB
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1279 -
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1280 - Network Name: Main Network
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1281 - Satoshi Port: 8333
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1282 - Do wlt check: True
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1283 - Named options/arguments to armoryengine.py:
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     thread_count    : -1
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     rescan          : False
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     ignoreAllZC     : False
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     rescanBalance   : False
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     disableModules  : False
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     port            : None
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     interport       : 8223
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     coverageOutputDir: None
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     forceWalletCheck: False
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     regtest         : False
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     rebuild         : False
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     nettimeout      : 2
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     datadir         : DEFAULT
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     clearMempool    : False
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     offline         : False
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     armoryDBDir     : DEFAULT
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     armorydb_port   : 9001
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     satoshiPort     : DEFAULT
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     useTorSettings  : False
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     netlog          : False
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     keypool         : 100
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     coverageInclude : None
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     forceOnline     : False
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     redownload      : False
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     rpcBindAddr     : 127.0.0.1
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     armorydb_ip     : 127.0.0.1
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     multisigFile    : DEFAULT
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     ram_usage       : -1
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     mtdebug         : False
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     logDisable      : False
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     settingsPath    : /home/spieler/.armory/ArmorySettings.txt
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     language        : en
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     db_type         : DB_FULL
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     doDebug         : False
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     enableDetSign   : True
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     disableConfPermis: False
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     testnet         : False
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     rpcport         : DEFAULT
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     satoshiHome     : DEFAULT
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     satoshiRpcport  : DEFAULT
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     logFile         : /home/spieler/.armory/ArmoryQt.py.log.txt
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1285 -     verbosity       : None
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1286 - Other arguments:
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1289 - ************************************************************
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:1692 - C++ block utilities loaded successfully
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:3590 - Using settings file: /home/spieler/.armory/ArmorySettings.txt
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:3750 - Using Language: de
2017-05-11 13:41 (INFO) -- BDM.py:368 - Using the asynchronous/multi-threaded BlockDataManager.
2017-05-11 13:41 (INFO) -- BDM.py:369 - Blockchain operations will happen in the background. 
2017-05-11 13:41 (INFO) -- BDM.py:370 - Devs: check TheBDM.getState() before asking for data.
2017-05-11 13:41 (INFO) -- BDM.py:371 - Registering addresses during rescans will queue them for
2017-05-11 13:41 (INFO) -- BDM.py:372 - inclusion after the current scan is completed.
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:3590 - Using settings file: /home/spieler/.armory/ArmorySettings.txt
2017-05-11 13:41 (INFO) -- ArmoryQt.py:2042 - loadWalletsAndSettings
2017-05-11 13:41 (INFO) -- ArmoryQt.py:2102 - Loading wallets...
2017-05-11 13:41 (INFO) -- ArmoryQt.py:2167 - Number of wallets read in: 2
2017-05-11 13:41 (INFO) -- ArmoryQt.py:2172 -    Wallet (BbxgbkBH):    "Primary Wallet                  "   (Encrypted)
2017-05-11 13:41 (INFO) -- ArmoryQt.py:2172 -    Wallet (bQ6dchyR):    "Cold Storage (Watch)            "   (No Encryption)
2017-05-11 13:41 (INFO) -- ArmoryQt.py:2177 - Loading Multisig Lockboxes
2017-05-11 13:41 (INFO) -- ArmoryQt.py:1747 - acquiring process mutex...
2017-05-11 13:41 (INFO) -- ArmoryQt.py:1385 - setupUriRegistration
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:665 - Executing popen: gconftool-2 --get /desktop/gnome/url-handlers/bitcoin/command
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:665 - Executing popen: xdg-mime query default x-scheme-handler/bitcoin
2017-05-11 13:41 (INFO) -- ArmoryQt.py:558 - Usermode: Expert
2017-05-11 13:41 (INFO) -- ArmoryQt.py:1681 - Changing usermode:
2017-05-11 13:41 (INFO) -- ArmoryQt.py:1682 -    From: Expert
2017-05-11 13:41 (INFO) -- ArmoryQt.py:1690 -      To: Expert
2017-05-11 13:41 (INFO) -- ArmoryQt.py:1814 - startBitcoindIfNecessary
2017-05-11 13:41 (INFO) -- ArmoryQt.py:1850 - setSatoshiPaths
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:665 - Executing popen: ['whereis', 'bitcoind']
2017-05-11 13:41 (INFO) -- SDM.py:289 - "whereis" returned: ['/usr/bin/bitcoind']
2017-05-11 13:41 (INFO) -- SDM.py:169 - Found bitcoind in the following places:
2017-05-11 13:41 (INFO) -- SDM.py:171 -    /usr/bin/bitcoind
2017-05-11 13:41 (INFO) -- SDM.py:171 -    /usr/bin/bitcoind
2017-05-11 13:41 (INFO) -- SDM.py:173 - Using: /usr/bin/bitcoind
2017-05-11 13:41 (INFO) -- SDM.py:337 - Called startBitcoind
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:665 - Executing popen: ['/usr/bin/bitcoind', '-datadir=/home/spieler/.bitcoin/']
2017-05-11 13:41 (INFO) -- SDM.py:443 - PID of bitcoind: 3084
2017-05-11 13:41 (INFO) -- SDM.py:444 - PID of armory:   2904
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:665 - Executing popen: ['python', '/usr/local/lib/armory/guardian.py', '2904', '3084']
2017-05-11 13:41 (INFO) -- ArmoryQt.py:1850 - setSatoshiPaths
2017-05-11 13:41 (WARNING) -- SDM.py:396 - Spawning DB with command:ArmoryDB --db-type="DB_FULL" --cookie --satoshi-datadir="/home/spieler/.bitcoin/blocks" --datadir="/home/spieler/.armory/" --dbdir="/home/spieler/.armory/databases"
2017-05-11 13:41 (INFO) -- ArmoryUtils.py:665 - Executing popen: ['ArmoryDB', '--db-type="DB_FULL"', '--cookie', '--satoshi-datadir="/home/spieler/.bitcoin/blocks"', '--datadir="/home/spieler/.armory/"', '--dbdir="/home/spieler/.armory/databases"']
2017-05-11 13:41 (INFO) -- ArmoryQt.py:1900 - Setting netmode: 1
2017-05-11 13:41 (INFO) -- ArmoryQt.py:1900 - Setting netmode: 0
2017-05-11 13:41 (INFO) -- ArmoryQt.py:1882 - loadBlockchainIfNecessary
2017-05-11 13:41 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-05-11 13:41 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-05-11 14:02 (INFO) -- ArmoryQt.py:5400 - BDM is safe for clean shutdown
2017-05-11 14:02 (INFO) -- SDM.py:457 - Called stopBitcoind
2017-05-11 14:02 (INFO) -- ArmoryQt.py:5414 - Attempting to close the main window!

dblog.txt
Code:

Log file opened at 1494502918: /home/spieler/.armory/dbLog.txt
-INFO  - 1494502918: (main.cpp:23) Running on 4 threads
-INFO  - 1494502918: (main.cpp:24) Ram usage level: 4
-INFO  - 1494502918: (BlockUtils.cpp:907) blkfile dir: /home/spieler/.bitcoin/blocks
-INFO  - 1494502918: (BlockUtils.cpp:908) lmdb dir: /home/spieler/.armory/databases
-INFO  - 1494502918: (lmdb_wrapper.cpp:388) Opening databases...
-INFO  - 1494502918: (BlockUtils.cpp:1091) Executing: doInitialSyncOnLoad
-INFO  - 1494502918: (DatabaseBuilder.cpp:169) Reading headers from db
-INFO  - 1494502986: (DatabaseBuilder.cpp:208) Found 465700 headers in db
-INFO  - 1494502987: (DatabaseBuilder.cpp:51) updating HEADERS db
-INFO  - 1494502995: (DatabaseBuilder.cpp:477) Found next block after skipping 510159bytes
-INFO  - 1494502996: (DatabaseBuilder.cpp:268) parsed block file #864
-DEBUG - 1494502996: (Blockchain.cpp:242) Organizing chain
-INFO  - 1494502996: (DatabaseBuilder.cpp:56) updated HEADERS db in 1.81831s
-INFO  - 1494502996: (DatabaseBuilder.cpp:106) scanning new blocks from #465696 to #465695
-INFO  - 1494502996: (BlockchainScanner.cpp:52) no history to scan
-INFO  - 1494502996: (BlockchainScanner.cpp:813) no SSH to scan
-INFO  - 1494502996: (DatabaseBuilder.cpp:156) scanned new blocks in 0.001696s
-INFO  - 1494502996: (DatabaseBuilder.cpp:160) init db in 7.59904s
-INFO  - 1494502996: (BlockUtils.cpp:1206) Enabling zero-conf tracking
-INFO  - 1494503070: (BitcoinP2P.cpp:947) Connected to Bitcoin node
-WARN  - 1494503542: (BDM_supportClasses.cpp:1891) running 10 zc parser threads
-WARN  - 1494503542: (BDM_supportClasses.cpp:1891) running 15 zc parser threads
-WARN  - 1494503542: (BDM_supportClasses.cpp:1891) running 20 zc parser threads
-WARN  - 1494503542: (BDM_supportClasses.cpp:1891) running 25 zc parser threads
-WARN  - 1494503542: (BDM_supportClasses.cpp:1891) running 30 zc parser threads
-WARN  - 1494503542: (BDM_supportClasses.cpp:1891) running 35 zc parser threads
-WARN  - 1494503542: (BDM_supportClasses.cpp:1891) running 40 zc parser threads
-WARN  - 1494503542: (BDM_supportClasses.cpp:1891) running 45 zc parser threads
-WARN  - 1494503564: (BDM_supportClasses.cpp:1891) running 50 zc parser threads
-WARN  - 1494503564: (BDM_supportClasses.cpp:1891) running 55 zc parser threads
-WARN  - 1494503564: (BDM_supportClasses.cpp:1891) running 60 zc parser threads
-WARN  - 1494503564: (BDM_supportClasses.cpp:1891) running 65 zc parser threads
-WARN  - 1494503564: (BDM_supportClasses.cpp:1891) running 70 zc parser threads
-WARN  - 1494503564: (BDM_supportClasses.cpp:1891) running 75 zc parser threads
-WARN  - 1494503564: (BDM_supportClasses.cpp:1891) running 80 zc parser threads
-WARN  - 1494503564: (BDM_supportClasses.cpp:1891) running 85 zc parser threads
-WARN  - 1494503614: (BDM_supportClasses.cpp:1891) running 90 zc parser threads
-WARN  - 1494503614: (BDM_supportClasses.cpp:1891) running 95 zc parser threads
-WARN  - 1494503614: (BDM_supportClasses.cpp:1891) running 100 zc parser threads
-WARN  - 1494503614: (BDM_supportClasses.cpp:1891) running 105 zc parser threads
-WARN  - 1494503616: (BDM_supportClasses.cpp:1891) running 110 zc parser threads
-WARN  - 1494503616: (BDM_supportClasses.cpp:1891) running 115 zc parser threads
-WARN  - 1494503616: (BDM_supportClasses.cpp:1891) running 120 zc parser threads
-WARN  - 1494503616: (BDM_supportClasses.cpp:1891) running 125 zc parser threads
-WARN  - 1494503616: (BDM_supportClasses.cpp:1891) running 130 zc parser threads
-WARN  - 1494503616: (BDM_supportClasses.cpp:1891) running 135 zc parser threads
-WARN  - 1494503616: (BDM_supportClasses.cpp:1891) running 140 zc parser threads
-INFO  - 1494504153: (nodeRPC.cpp:368) Bitcoin server stopping
-INFO  - 1494504153: (SocketObject.cpp:350) POLLIN recv return 0
-ERROR - 1494504153: (BitcoinP2P.cpp:1037) caught StopBlockingLoop in processDataStackThread
-INFO  - 1494504153: (BitcoinP2P.cpp:969) Disconnected from Bitcoin node
Post
Topic
Board Armory
Re: Armory 0.96 is out
by
Spieler636
on 10/05/2017, 22:28:40 UTC
Every time I start Armory it gets stuck on preparing data base without any progress. When I close it, the ArmoryDB process keeps running. If I also close this and restart Armory it starts like expected. This happens everytime Bitcoin Core has to do something it seems, because it only does that after longer pauses like maybe 2 hours. Also if I close Armory it reminds me that it lost the connection to Bitcoin Core wich I guess is to be expected but not usefull to know if I close Armory already.

armorylog.txt
Code:
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1138 - C++ block utilities loaded successfully
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:665 - Executing popen: free -m
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:665 - Executing popen: ['cat', '/proc/cpuinfo']
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1255 -
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1256 -
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1257 -
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1258 - ************************************************************
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1259 - Invoked: /usr/local/bin/../lib/armory/ArmoryQt.py
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1260 - ************************************************************
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1261 - Loading Armory Engine:
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1262 -    Armory Version        : 0.96
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1263 -    Armory Build:         : a3d01aa722
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1264 -    PyBtcWallet  Version  : 1.35
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1265 - Detected Operating system: Linux
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1266 -    OS Variant            : Ubuntu-16.04-xenial
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1267 -    User home-directory   : /home/username
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1268 -    Satoshi BTC directory : /home/username/.bitcoin/
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1269 -    Armory home dir       : /home/username/.armory/
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1270 - Detected System Specs    :
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1271 -    Total Available RAM   : 15.63 GB
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1272 -    CPU ID string         : Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1273 -    Number of CPU cores   : 4 cores
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1274 -    System is 64-bit      : True
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1275 -    Preferred Encoding    : UTF-8
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1276 -    Machine Arch          : x86_64
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1277 -    Available HDD (ARM)   : 390 GB
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1278 -    Available HDD (BTC)   : 390 GB
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1279 -
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1280 - Network Name: Main Network
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1281 - Satoshi Port: 8333
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1282 - Do wlt check: True
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1283 - Named options/arguments to armoryengine.py:
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     thread_count    : -1
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     rescan          : False
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     ignoreAllZC     : False
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     rescanBalance   : False
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     disableModules  : False
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     port            : None
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     interport       : 8223
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     coverageOutputDir: None
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     forceWalletCheck: False
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     regtest         : False
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     rebuild         : False
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     nettimeout      : 2
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     datadir         : DEFAULT
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     clearMempool    : False
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     offline         : False
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     armoryDBDir     : DEFAULT
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     armorydb_port   : 9001
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     satoshiPort     : DEFAULT
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     useTorSettings  : False
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     netlog          : False
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     keypool         : 100
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     coverageInclude : None
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     forceOnline     : False
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     redownload      : False
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     rpcBindAddr     : 127.0.0.1
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     armorydb_ip     : 127.0.0.1
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     multisigFile    : DEFAULT
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     ram_usage       : -1
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     mtdebug         : False
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     logDisable      : False
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     settingsPath    : /home/username/.armory/ArmorySettings.txt
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     language        : en
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     db_type         : DB_FULL
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     doDebug         : False
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     enableDetSign   : True
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     disableConfPermis: False
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     testnet         : False
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     rpcport         : DEFAULT
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     satoshiHome     : DEFAULT
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     satoshiRpcport  : DEFAULT
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     logFile         : /home/username/.armory/ArmoryQt.py.log.txt
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1285 -     verbosity       : None
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1286 - Other arguments:
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1289 - ************************************************************
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:1692 - C++ block utilities loaded successfully
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:3590 - Using settings file: /home/username/.armory/ArmorySettings.txt
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:3750 - Using Language: de
2017-05-10 23:59 (INFO) -- BDM.py:368 - Using the asynchronous/multi-threaded BlockDataManager.
2017-05-10 23:59 (INFO) -- BDM.py:369 - Blockchain operations will happen in the background. 
2017-05-10 23:59 (INFO) -- BDM.py:370 - Devs: check TheBDM.getState() before asking for data.
2017-05-10 23:59 (INFO) -- BDM.py:371 - Registering addresses during rescans will queue them for
2017-05-10 23:59 (INFO) -- BDM.py:372 - inclusion after the current scan is completed.
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:3590 - Using settings file: /home/username/.armory/ArmorySettings.txt
2017-05-10 23:59 (INFO) -- ArmoryQt.py:2042 - loadWalletsAndSettings
2017-05-10 23:59 (INFO) -- ArmoryQt.py:2102 - Loading wallets...
2017-05-10 23:59 (INFO) -- ArmoryQt.py:2167 - Number of wallets read in: 2
2017-05-10 23:59 (INFO) -- ArmoryQt.py:2172 -    Wallet (BbxgbkBH):    "Primary Wallet                  "   (Encrypted)
2017-05-10 23:59 (INFO) -- ArmoryQt.py:2172 -    Wallet (bQ6dchyR):    "Cold Storage (Watch)            "   (No Encryption)
2017-05-10 23:59 (INFO) -- ArmoryQt.py:2177 - Loading Multisig Lockboxes
2017-05-10 23:59 (INFO) -- ArmoryQt.py:1747 - acquiring process mutex...
2017-05-10 23:59 (INFO) -- ArmoryQt.py:1385 - setupUriRegistration
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:665 - Executing popen: gconftool-2 --get /desktop/gnome/url-handlers/bitcoin/command
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:665 - Executing popen: xdg-mime query default x-scheme-handler/bitcoin
2017-05-10 23:59 (INFO) -- ArmoryQt.py:558 - Usermode: Expert
2017-05-10 23:59 (INFO) -- ArmoryQt.py:1681 - Changing usermode:
2017-05-10 23:59 (INFO) -- ArmoryQt.py:1682 -    From: Expert
2017-05-10 23:59 (INFO) -- ArmoryQt.py:1690 -      To: Expert
2017-05-10 23:59 (INFO) -- ArmoryQt.py:1814 - startBitcoindIfNecessary
2017-05-10 23:59 (INFO) -- ArmoryQt.py:1850 - setSatoshiPaths
2017-05-10 23:59 (INFO) -- ArmoryUtils.py:665 - Executing popen: ['whereis', 'bitcoind']
2017-05-10 23:59 (INFO) -- SDM.py:289 - "whereis" returned: ['/usr/bin/bitcoind']
2017-05-10 23:59 (INFO) -- SDM.py:169 - Found bitcoind in the following places:
2017-05-10 23:59 (INFO) -- SDM.py:171 -    /usr/bin/bitcoind
2017-05-10 23:59 (INFO) -- SDM.py:171 -    /usr/bin/bitcoind
2017-05-10 23:59 (INFO) -- SDM.py:173 - Using: /usr/bin/bitcoind
2017-05-10 23:59 (INFO) -- SDM.py:337 - Called startBitcoind
2017-05-11 00:00 (INFO) -- ArmoryUtils.py:665 - Executing popen: ['/usr/bin/bitcoind', '-datadir=/home/username/.bitcoin/']
2017-05-11 00:00 (INFO) -- SDM.py:443 - PID of bitcoind: 3083
2017-05-11 00:00 (INFO) -- SDM.py:444 - PID of armory:   2970
2017-05-11 00:00 (INFO) -- ArmoryUtils.py:665 - Executing popen: ['python', '/usr/local/lib/armory/guardian.py', '2970', '3083']
2017-05-11 00:00 (INFO) -- ArmoryQt.py:1850 - setSatoshiPaths
2017-05-11 00:00 (WARNING) -- SDM.py:396 - Spawning DB with command:ArmoryDB --db-type="DB_FULL" --cookie --satoshi-datadir="/home/username/.bitcoin/blocks" --datadir="/home/username/.armory/" --dbdir="/home/username/.armory/databases"
2017-05-11 00:00 (INFO) -- ArmoryUtils.py:665 - Executing popen: ['ArmoryDB', '--db-type="DB_FULL"', '--cookie', '--satoshi-datadir="/home/username/.bitcoin/blocks"', '--datadir="/home/username/.armory/"', '--dbdir="/home/username/.armory/databases"']
2017-05-11 00:00 (INFO) -- ArmoryQt.py:1900 - Setting netmode: 1
2017-05-11 00:00 (INFO) -- ArmoryQt.py:1900 - Setting netmode: 0
2017-05-11 00:00 (INFO) -- ArmoryQt.py:1882 - loadBlockchainIfNecessary
2017-05-11 00:00 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-05-11 00:00 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-05-11 00:05 (INFO) -- ArmoryQt.py:5400 - BDM is safe for clean shutdown
2017-05-11 00:05 (INFO) -- SDM.py:457 - Called stopBitcoind
2017-05-11 00:05 (INFO) -- ArmoryQt.py:5414 - Attempting to close the main window!
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1138 - C++ block utilities loaded successfully
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:665 - Executing popen: free -m
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:665 - Executing popen: ['cat', '/proc/cpuinfo']
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1255 -
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1256 -
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1257 -
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1258 - ************************************************************
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1259 - Invoked: /usr/local/bin/../lib/armory/ArmoryQt.py
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1260 - ************************************************************
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1261 - Loading Armory Engine:
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1262 -    Armory Version        : 0.96
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1263 -    Armory Build:         : a3d01aa722
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1264 -    PyBtcWallet  Version  : 1.35
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1265 - Detected Operating system: Linux
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1266 -    OS Variant            : Ubuntu-16.04-xenial
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1267 -    User home-directory   : /home/username
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1268 -    Satoshi BTC directory : /home/username/.bitcoin/
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1269 -    Armory home dir       : /home/username/.armory/
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1270 - Detected System Specs    :
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1271 -    Total Available RAM   : 15.63 GB
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1272 -    CPU ID string         : Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1273 -    Number of CPU cores   : 4 cores
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1274 -    System is 64-bit      : True
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1275 -    Preferred Encoding    : UTF-8
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1276 -    Machine Arch          : x86_64
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1277 -    Available HDD (ARM)   : 390 GB
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1278 -    Available HDD (BTC)   : 390 GB
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1279 -
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1280 - Network Name: Main Network
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1281 - Satoshi Port: 8333
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1282 - Do wlt check: True
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1283 - Named options/arguments to armoryengine.py:
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     thread_count    : -1
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     rescan          : False
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     ignoreAllZC     : False
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     rescanBalance   : False
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     disableModules  : False
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     port            : None
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     interport       : 8223
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     coverageOutputDir: None
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     forceWalletCheck: False
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     regtest         : False
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     rebuild         : False
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     nettimeout      : 2
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     datadir         : DEFAULT
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     clearMempool    : False
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     offline         : False
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     armoryDBDir     : DEFAULT
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     armorydb_port   : 9001
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     satoshiPort     : DEFAULT
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     useTorSettings  : False
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     netlog          : False
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     keypool         : 100
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     coverageInclude : None
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     forceOnline     : False
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     redownload      : False
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     rpcBindAddr     : 127.0.0.1
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     armorydb_ip     : 127.0.0.1
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     multisigFile    : DEFAULT
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     ram_usage       : -1
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     mtdebug         : False
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     logDisable      : False
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     settingsPath    : /home/username/.armory/ArmorySettings.txt
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     language        : en
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     db_type         : DB_FULL
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     doDebug         : False
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     enableDetSign   : True
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     disableConfPermis: False
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     testnet         : False
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     rpcport         : DEFAULT
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     satoshiHome     : DEFAULT
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     satoshiRpcport  : DEFAULT
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     logFile         : /home/username/.armory/ArmoryQt.py.log.txt
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1285 -     verbosity       : None
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1286 - Other arguments:
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1289 - ************************************************************
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:1692 - C++ block utilities loaded successfully
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:3590 - Using settings file: /home/username/.armory/ArmorySettings.txt
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:3750 - Using Language: de
2017-05-11 00:05 (INFO) -- BDM.py:368 - Using the asynchronous/multi-threaded BlockDataManager.
2017-05-11 00:05 (INFO) -- BDM.py:369 - Blockchain operations will happen in the background. 
2017-05-11 00:05 (INFO) -- BDM.py:370 - Devs: check TheBDM.getState() before asking for data.
2017-05-11 00:05 (INFO) -- BDM.py:371 - Registering addresses during rescans will queue them for
2017-05-11 00:05 (INFO) -- BDM.py:372 - inclusion after the current scan is completed.
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:3590 - Using settings file: /home/username/.armory/ArmorySettings.txt
2017-05-11 00:05 (INFO) -- ArmoryQt.py:2042 - loadWalletsAndSettings
2017-05-11 00:05 (INFO) -- ArmoryQt.py:2102 - Loading wallets...
2017-05-11 00:05 (INFO) -- ArmoryQt.py:2167 - Number of wallets read in: 2
2017-05-11 00:05 (INFO) -- ArmoryQt.py:2172 -    Wallet (BbxgbkBH):    "Primary Wallet                  "   (Encrypted)
2017-05-11 00:05 (INFO) -- ArmoryQt.py:2172 -    Wallet (bQ6dchyR):    "Cold Storage (Watch)            "   (No Encryption)
2017-05-11 00:05 (INFO) -- ArmoryQt.py:2177 - Loading Multisig Lockboxes
2017-05-11 00:05 (INFO) -- ArmoryQt.py:1747 - acquiring process mutex...
2017-05-11 00:05 (INFO) -- ArmoryQt.py:1385 - setupUriRegistration
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:665 - Executing popen: gconftool-2 --get /desktop/gnome/url-handlers/bitcoin/command
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:665 - Executing popen: xdg-mime query default x-scheme-handler/bitcoin
2017-05-11 00:05 (INFO) -- ArmoryQt.py:558 - Usermode: Expert
2017-05-11 00:05 (INFO) -- ArmoryQt.py:1681 - Changing usermode:
2017-05-11 00:05 (INFO) -- ArmoryQt.py:1682 -    From: Expert
2017-05-11 00:05 (INFO) -- ArmoryQt.py:1690 -      To: Expert
2017-05-11 00:05 (INFO) -- ArmoryQt.py:1814 - startBitcoindIfNecessary
2017-05-11 00:05 (INFO) -- ArmoryQt.py:1850 - setSatoshiPaths
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:665 - Executing popen: ['whereis', 'bitcoind']
2017-05-11 00:05 (INFO) -- SDM.py:289 - "whereis" returned: ['/usr/bin/bitcoind']
2017-05-11 00:05 (INFO) -- SDM.py:169 - Found bitcoind in the following places:
2017-05-11 00:05 (INFO) -- SDM.py:171 -    /usr/bin/bitcoind
2017-05-11 00:05 (INFO) -- SDM.py:171 -    /usr/bin/bitcoind
2017-05-11 00:05 (INFO) -- SDM.py:173 - Using: /usr/bin/bitcoind
2017-05-11 00:05 (INFO) -- SDM.py:337 - Called startBitcoind
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:665 - Executing popen: ['/usr/bin/bitcoind', '-datadir=/home/username/.bitcoin/']
2017-05-11 00:05 (INFO) -- SDM.py:443 - PID of bitcoind: 3244
2017-05-11 00:05 (INFO) -- SDM.py:444 - PID of armory:   3209
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:665 - Executing popen: ['python', '/usr/local/lib/armory/guardian.py', '3209', '3244']
2017-05-11 00:05 (INFO) -- ArmoryQt.py:1850 - setSatoshiPaths
2017-05-11 00:05 (WARNING) -- SDM.py:396 - Spawning DB with command:ArmoryDB --db-type="DB_FULL" --cookie --satoshi-datadir="/home/username/.bitcoin/blocks" --datadir="/home/username/.armory/" --dbdir="/home/username/.armory/databases"
2017-05-11 00:05 (INFO) -- ArmoryUtils.py:665 - Executing popen: ['ArmoryDB', '--db-type="DB_FULL"', '--cookie', '--satoshi-datadir="/home/username/.bitcoin/blocks"', '--datadir="/home/username/.armory/"', '--dbdir="/home/username/.armory/databases"']
2017-05-11 00:05 (INFO) -- ArmoryQt.py:1900 - Setting netmode: 1
2017-05-11 00:05 (INFO) -- ArmoryQt.py:1882 - loadBlockchainIfNecessary
2017-05-11 00:05 (INFO) -- ArmoryQt.py:1900 - Setting netmode: 1
2017-05-11 00:05 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-05-11 00:05 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-05-11 00:05 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-05-11 00:05 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-05-11 00:05 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-05-11 00:05 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-05-11 00:05 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-05-11 00:05 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-05-11 00:05 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-05-11 00:05 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-05-11 00:05 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-05-11 00:05 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-05-11 00:05 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-05-11 00:05 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-05-11 00:05 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-05-11 00:05 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-05-11 00:05 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-05-11 00:05 (WARNING) -- ArmoryQt.py:4057 - Called updateSyncProgress while not sync'ing
2017-05-11 00:15 (INFO) -- ArmoryQt.py:5400 - BDM is safe for clean shutdown
2017-05-11 00:15 (INFO) -- SDM.py:457 - Called stopBitcoind
2017-05-11 00:15 (INFO) -- ArmoryQt.py:5414 - Attempting to close the main window!

dbLog.txt
Code:

Log file opened at 1494453622: /home/username/.armory/dbLog.txt
-INFO  - 1494453622: (main.cpp:23) Running on 4 threads
-INFO  - 1494453622: (main.cpp:24) Ram usage level: 4
-INFO  - 1494453622: (BlockUtils.cpp:907) blkfile dir: /home/username/.bitcoin/blocks
-INFO  - 1494453622: (BlockUtils.cpp:908) lmdb dir: /home/username/.armory/databases
-INFO  - 1494453622: (lmdb_wrapper.cpp:388) Opening databases...
-INFO  - 1494453622: (BlockUtils.cpp:1091) Executing: doInitialSyncOnLoad
-INFO  - 1494453622: (DatabaseBuilder.cpp:169) Reading headers from db
-INFO  - 1494453686: (DatabaseBuilder.cpp:208) Found 465700 headers in db
-INFO  - 1494453688: (DatabaseBuilder.cpp:51) updating HEADERS db
-INFO  - 1494453695: (DatabaseBuilder.cpp:477) Found next block after skipping 510159bytes
-INFO  - 1494453696: (DatabaseBuilder.cpp:268) parsed block file #863
-DEBUG - 1494453696: (Blockchain.cpp:242) Organizing chain
-INFO  - 1494453696: (DatabaseBuilder.cpp:56) updated HEADERS db in 1.24096s
-INFO  - 1494453696: (DatabaseBuilder.cpp:106) scanning new blocks from #465696 to #465695
-INFO  - 1494453696: (BlockchainScanner.cpp:52) no history to scan
-INFO  - 1494453696: (BlockchainScanner.cpp:813) no SSH to scan
-INFO  - 1494453696: (DatabaseBuilder.cpp:156) scanned new blocks in 0.001556s
-INFO  - 1494453696: (DatabaseBuilder.cpp:160) init db in 6.48408s
-INFO  - 1494453696: (BlockUtils.cpp:1206) Enabling zero-conf tracking
-INFO  - 1494453860: (BitcoinP2P.cpp:947) Connected to Bitcoin node
-INFO  - 1494453906: (nodeRPC.cpp:368) Bitcoin server stopping
-INFO  - 1494453906: (SocketObject.cpp:350) POLLIN recv return 0
-ERROR - 1494453906: (BitcoinP2P.cpp:1037) caught StopBlockingLoop in processDataStackThread
-INFO  - 1494453906: (BitcoinP2P.cpp:969) Disconnected from Bitcoin node


Log file opened at 1494453923: /home/username/.armory/dbLog.txt
-INFO  - 1494453923: (main.cpp:23) Running on 4 threads
-INFO  - 1494453923: (main.cpp:24) Ram usage level: 4
-INFO  - 1494453923: (BlockUtils.cpp:907) blkfile dir: /home/username/.bitcoin/blocks
-INFO  - 1494453923: (BlockUtils.cpp:908) lmdb dir: /home/username/.armory/databases
-INFO  - 1494453923: (lmdb_wrapper.cpp:388) Opening databases...
-INFO  - 1494453923: (BlockUtils.cpp:1091) Executing: doInitialSyncOnLoad
-INFO  - 1494453923: (DatabaseBuilder.cpp:169) Reading headers from db
-INFO  - 1494453923: (BDM_Server.cpp:996) registered bdv: 6a8a0e0ba0fcc5113411
-INFO  - 1494453925: (DatabaseBuilder.cpp:208) Found 465700 headers in db
-INFO  - 1494453927: (DatabaseBuilder.cpp:51) updating HEADERS db
-INFO  - 1494453927: (DatabaseBuilder.cpp:477) Found next block after skipping 510159bytes
-INFO  - 1494453928: (DatabaseBuilder.cpp:268) parsed block file #863
-DEBUG - 1494453928: (Blockchain.cpp:242) Organizing chain
-INFO  - 1494453928: (DatabaseBuilder.cpp:56) updated HEADERS db in 1.11939s
-INFO  - 1494453928: (DatabaseBuilder.cpp:106) scanning new blocks from #465696 to #465695
-INFO  - 1494453928: (BlockchainScanner.cpp:52) no history to scan
-INFO  - 1494453928: (BlockchainScanner.cpp:813) no SSH to scan
-INFO  - 1494453928: (DatabaseBuilder.cpp:156) scanned new blocks in 0.00176s
-INFO  - 1494453928: (DatabaseBuilder.cpp:160) init db in 5.34168s
-INFO  - 1494453928: (BlockUtils.cpp:1206) Enabling zero-conf tracking
-INFO  - 1494453930: (BitcoinP2P.cpp:947) Connected to Bitcoin node
-WARN  - 1494454505: (BDM_supportClasses.cpp:1891) running 10 zc parser threads
-WARN  - 1494454505: (BDM_supportClasses.cpp:1891) running 15 zc parser threads
-WARN  - 1494454505: (BDM_supportClasses.cpp:1891) running 20 zc parser threads
-WARN  - 1494454505: (BDM_supportClasses.cpp:1891) running 25 zc parser threads
-WARN  - 1494454505: (BDM_supportClasses.cpp:1891) running 30 zc parser threads
-WARN  - 1494454505: (BDM_supportClasses.cpp:1891) running 35 zc parser threads
-INFO  - 1494454506: (nodeRPC.cpp:368) Bitcoin server stopping
-ERROR - 1494454511: (SocketObject.cpp:285) POLLERR error in readFromSocketThread
-ERROR - 1494454511: (BitcoinP2P.cpp:1027) caught SocketError exception in processDataStackThread: POLLERR error in readFromSocketThread
-INFO  - 1494454511: (BitcoinP2P.cpp:969) Disconnected from Bitcoin node

Thx for this Amazing Wallet