Pages:
Author

Topic: Cannot start Armory on Linux Debian, stuck on "Preparing Databases" - page 2. (Read 1024 times)

newbie
Activity: 28
Merit: 0
It looks like Armory is failing to connect to Bitcoin Core. Can you try using our latest testing build, available from here: https://github.com/goatpig/BitcoinArmory/releases/tag/v0.96.0.3-testing

Doesn't work. Do you also have a version for libstdc 4.9?

Code:
dpkg: dependency problems prevent configuration of armory:
 armory depends on libstdc++6 (>= 5.2); however:
  Version of libstdc++6:amd64 on system is 4.9.2-10.
staff
Activity: 3374
Merit: 6530
Just writing some code
It looks like Armory is failing to connect to Bitcoin Core. Can you try using our latest testing build, available from here: https://github.com/goatpig/BitcoinArmory/releases/tag/v0.96.0.3-testing
newbie
Activity: 28
Merit: 0
Thanks for your reply, I did as suggested: again, Bitcoin-Core is working fine, at the same time Armory (online) is stuck "Preparing Databases". Here are the logs:

armorylog.txt
Code:
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1138 - C++ block utilities loaded successfully
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:665 - Executing popen: free -m
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:665 - Executing popen: ['cat', '/proc/cpuinfo']
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1255 -
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1256 -
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1257 -
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1258 - ************************************************************
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1259 - Invoked: /usr/local/bin/../lib/armory/ArmoryQt.py --offline
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1260 - ************************************************************
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1261 - Loading Armory Engine:
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1262 -    Armory Version        : 0.96
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1263 -    Armory Build:         : a3d01aa722
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1264 -    PyBtcWallet  Version  : 1.35
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1265 - Detected Operating system: Linux
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1266 -    OS Variant            : debian-8.8-
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1267 -    User home-directory   : /home/myuser
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1268 -    Satoshi BTC directory : /home/myuser/.bitcoin/
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1269 -    Armory home dir       : /home/myuser/.armory/
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1270 - Detected System Specs    :
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1271 -    Total Available RAM   : 7.70 GB
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1272 -    CPU ID string         : Intel(R) Core(TM) i7-2620M CPU @ 2.70GHz
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1273 -    Number of CPU cores   : 4 cores
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1274 -    System is 64-bit      : True
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1275 -    Preferred Encoding    : UTF-8
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1276 -    Machine Arch          : x86_64
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1277 -    Available HDD (ARM)   : 67 GB
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1278 -    Available HDD (BTC)   : 67 GB
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1279 -
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1280 - Network Name: Main Network
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1281 - Satoshi Port: 8333
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1282 - Do wlt check: True
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1283 - Named options/arguments to armoryengine.py:
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     thread_count    : -1
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     rescan          : False
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     ignoreAllZC     : False
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     rescanBalance   : False
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     disableModules  : False
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     port            : None
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     interport       : 8223
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     coverageOutputDir: None
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     forceWalletCheck: False
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     regtest         : False
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     rebuild         : False
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     nettimeout      : 2
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     datadir         : DEFAULT
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     clearMempool    : False
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     offline         : True
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     armoryDBDir     : DEFAULT
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     armorydb_port   : 9001
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     satoshiPort     : DEFAULT
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     useTorSettings  : False
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     netlog          : False
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     keypool         : 100
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     coverageInclude : None
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     forceOnline     : False
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     redownload      : False
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     rpcBindAddr     : 127.0.0.1
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     armorydb_ip     : 127.0.0.1
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     multisigFile    : DEFAULT
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     ram_usage       : -1
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     mtdebug         : False
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     logDisable      : False
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     settingsPath    : /home/myuser/.armory/ArmorySettings.txt
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     language        : en
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     db_type         : DB_FULL
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     doDebug         : False
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     enableDetSign   : True
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     disableConfPermis: False
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     testnet         : False
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     rpcport         : DEFAULT
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     satoshiHome     : DEFAULT
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     satoshiRpcport  : DEFAULT
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     logFile         : /home/myuser/.armory/ArmoryQt.py.log.txt
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1285 -     verbosity       : None
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1286 - Other arguments:
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1289 - ************************************************************
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:1692 - C++ block utilities loaded successfully
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:3590 - Using settings file: /home/myuser/.armory/ArmorySettings.txt
2017-07-02 19:01 (ERROR) -- ArmoryUtils.py:3747 - Unsupported language  specified. Defaulting to English (en)
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:3750 - Using Language: en
2017-07-02 19:01 (INFO) -- BDM.py:354 - Armory loaded in offline-mode.  Will not attempt to load
2017-07-02 19:01 (INFO) -- BDM.py:355 - blockchain without explicit command to do so.
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:3590 - Using settings file: /home/myuser/.armory/ArmorySettings.txt
2017-07-02 19:01 (INFO) -- ArmoryQt.py:2042 - loadWalletsAndSettings
2017-07-02 19:01 (INFO) -- ArmoryQt.py:2102 - Loading wallets...
2017-07-02 19:01 (INFO) -- ArmoryQt.py:2167 - Number of wallets read in: 4
2017-07-02 19:01 (INFO) -- ArmoryQt.py:2172 -    Wallet (XXX):   "Wallet test1"   (Encrypted)
2017-07-02 19:01 (INFO) -- ArmoryQt.py:2172 -    Wallet (XXX):   "Wallet test2"   (Encrypted)
2017-07-02 19:01 (INFO) -- ArmoryQt.py:2172 -    Wallet (XXX):    "Wallet test3"   (Encrypted)
2017-07-02 19:01 (INFO) -- ArmoryQt.py:2172 -    Wallet (XXX):   "Primary Wallet                  "   (Encrypted)
2017-07-02 19:01 (INFO) -- ArmoryQt.py:1747 - acquiring process mutex...
2017-07-02 19:01 (INFO) -- ArmoryQt.py:1385 - setupUriRegistration
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:665 - Executing popen: gconftool-2 --get /desktop/gnome/url-handlers/bitcoin/command
2017-07-02 19:01 (INFO) -- ArmoryUtils.py:665 - Executing popen: xdg-mime query default x-scheme-handler/bitcoin
2017-07-02 19:01 (INFO) -- ArmoryQt.py:558 - Usermode: Advanced
2017-07-02 19:01 (INFO) -- ArmoryQt.py:1681 - Changing usermode:
2017-07-02 19:01 (INFO) -- ArmoryQt.py:1682 -    From: Advanced
2017-07-02 19:01 (INFO) -- ArmoryQt.py:1690 -      To: Advanced
2017-07-02 19:01 (INFO) -- ArmoryQt.py:1814 - startBitcoindIfNecessary
2017-07-02 19:01 (WARNING) -- ArmoryQt.py:1820 - Not online, will not start bitcoind
2017-07-02 19:01 (INFO) -- ArmoryQt.py:4522 - Dashboard switched to auto-OfflineNoSatoshiNoInternet
2017-07-02 19:01 (INFO) -- ArmoryQt.py:5400 - BDM is safe for clean shutdown
2017-07-02 19:01 (INFO) -- SDM.py:457 - Called stopBitcoind
2017-07-02 19:01 (INFO) -- SDM.py:463 - ...but bitcoind is not running, to be able to stop
2017-07-02 19:01 (INFO) -- ArmoryQt.py:5414 - Attempting to close the main window!
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1138 - C++ block utilities loaded successfully
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:665 - Executing popen: free -m
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:665 - Executing popen: ['cat', '/proc/cpuinfo']
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1255 -
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1256 -
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1257 -
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1258 - ************************************************************
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1259 - Invoked: /usr/local/bin/../lib/armory/ArmoryQt.py
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1260 - ************************************************************
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1261 - Loading Armory Engine:
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1262 -    Armory Version        : 0.96
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1263 -    Armory Build:         : a3d01aa722
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1264 -    PyBtcWallet  Version  : 1.35
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1265 - Detected Operating system: Linux
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1266 -    OS Variant            : debian-8.8-
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1267 -    User home-directory   : /home/myuser
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1268 -    Satoshi BTC directory : /home/myuser/.bitcoin/
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1269 -    Armory home dir       : /home/myuser/.armory/
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1270 - Detected System Specs    :
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1271 -    Total Available RAM   : 7.70 GB
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1272 -    CPU ID string         : Intel(R) Core(TM) i7-2620M CPU @ 2.70GHz
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1273 -    Number of CPU cores   : 4 cores
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1274 -    System is 64-bit      : True
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1275 -    Preferred Encoding    : UTF-8
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1276 -    Machine Arch          : x86_64
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1277 -    Available HDD (ARM)   : 67 GB
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1278 -    Available HDD (BTC)   : 67 GB
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1279 -
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1280 - Network Name: Main Network
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1281 - Satoshi Port: 8333
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1282 - Do wlt check: True
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1283 - Named options/arguments to armoryengine.py:
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     thread_count    : -1
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     rescan          : False
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     ignoreAllZC     : False
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     rescanBalance   : False
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     disableModules  : False
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     port            : None
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     interport       : 8223
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     coverageOutputDir: None
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     forceWalletCheck: False
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     regtest         : False
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     rebuild         : False
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     nettimeout      : 2
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     datadir         : DEFAULT
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     clearMempool    : False
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     offline         : False
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     armoryDBDir     : DEFAULT
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     armorydb_port   : 9001
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     satoshiPort     : DEFAULT
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     useTorSettings  : False
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     netlog          : False
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     keypool         : 100
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     coverageInclude : None
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     forceOnline     : False
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     redownload      : False
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     rpcBindAddr     : 127.0.0.1
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     armorydb_ip     : 127.0.0.1
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     multisigFile    : DEFAULT
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     ram_usage       : -1
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     mtdebug         : False
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     logDisable      : False
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     settingsPath    : /home/myuser/.armory/ArmorySettings.txt
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     language        : en
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     db_type         : DB_FULL
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     doDebug         : False
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     enableDetSign   : True
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     disableConfPermis: False
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     testnet         : False
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     rpcport         : DEFAULT
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     satoshiHome     : DEFAULT
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     satoshiRpcport  : DEFAULT
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     logFile         : /home/myuser/.armory/ArmoryQt.py.log.txt
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1285 -     verbosity       : None
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1286 - Other arguments:
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1289 - ************************************************************
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:1692 - C++ block utilities loaded successfully
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:3590 - Using settings file: /home/myuser/.armory/ArmorySettings.txt
2017-07-02 19:02 (ERROR) -- ArmoryUtils.py:3747 - Unsupported language  specified. Defaulting to English (en)
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:3750 - Using Language: en
2017-07-02 19:02 (INFO) -- BDM.py:368 - Using the asynchronous/multi-threaded BlockDataManager.
2017-07-02 19:02 (INFO) -- BDM.py:369 - Blockchain operations will happen in the background. 
2017-07-02 19:02 (INFO) -- BDM.py:370 - Devs: check TheBDM.getState() before asking for data.
2017-07-02 19:02 (INFO) -- BDM.py:371 - Registering addresses during rescans will queue them for
2017-07-02 19:02 (INFO) -- BDM.py:372 - inclusion after the current scan is completed.
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:3590 - Using settings file: /home/myuser/.armory/ArmorySettings.txt
2017-07-02 19:02 (INFO) -- ArmoryQt.py:2042 - loadWalletsAndSettings
2017-07-02 19:02 (INFO) -- ArmoryQt.py:2102 - Loading wallets...
2017-07-02 19:02 (INFO) -- ArmoryQt.py:2167 - Number of wallets read in: 4
2017-07-02 19:02 (INFO) -- ArmoryQt.py:2172 -    Wallet (XXX):   "Wallet test1"   (Encrypted)
2017-07-02 19:02 (INFO) -- ArmoryQt.py:2172 -    Wallet (XXX):   "Wallet test2"   (Encrypted)
2017-07-02 19:02 (INFO) -- ArmoryQt.py:2172 -    Wallet (XXX):    "Wallet test3"   (Encrypted)
2017-07-02 19:02 (INFO) -- ArmoryQt.py:2172 -    Wallet (XXX):   "Primary Wallet                  "   (Encrypted)
2017-07-02 19:02 (INFO) -- ArmoryQt.py:1747 - acquiring process mutex...
2017-07-02 19:02 (INFO) -- ArmoryQt.py:1385 - setupUriRegistration
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:665 - Executing popen: gconftool-2 --get /desktop/gnome/url-handlers/bitcoin/command
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:665 - Executing popen: xdg-mime query default x-scheme-handler/bitcoin
2017-07-02 19:02 (INFO) -- ArmoryQt.py:558 - Usermode: Advanced
2017-07-02 19:02 (INFO) -- ArmoryQt.py:1681 - Changing usermode:
2017-07-02 19:02 (INFO) -- ArmoryQt.py:1682 -    From: Advanced
2017-07-02 19:02 (INFO) -- ArmoryQt.py:1690 -      To: Advanced
2017-07-02 19:02 (INFO) -- ArmoryQt.py:1814 - startBitcoindIfNecessary
2017-07-02 19:02 (INFO) -- ArmoryQt.py:1850 - setSatoshiPaths
2017-07-02 19:02 (WARNING) -- SDM.py:396 - Spawning DB with command:ArmoryDB --db-type="DB_FULL" --cookie --satoshi-datadir="/home/myuser/.bitcoin/blocks" --datadir="/home/myuser/.armory/" --dbdir="/home/myuser/.armory/databases"
2017-07-02 19:02 (INFO) -- ArmoryUtils.py:665 - Executing popen: ['ArmoryDB', '--db-type="DB_FULL"', '--cookie', '--satoshi-datadir="/home/myuser/.bitcoin/blocks"', '--datadir="/home/myuser/.armory/"', '--dbdir="/home/myuser/.armory/databases"']
2017-07-02 19:02 (INFO) -- ArmoryQt.py:1900 - Setting netmode: 1
2017-07-02 19:02 (INFO) -- ArmoryQt.py:1882 - loadBlockchainIfNecessary
2017-07-02 19:02 (INFO) -- ArmoryQt.py:1900 - Setting netmode: 1
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:02 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode
2017-07-02 19:03 (INFO) -- ArmoryQt.py:4619 - Dashboard switched to "Scanning" mode


dbLog.txt
Code:
Log file opened at 1499014930: /home/myuser/.armory/dbLog.txt
-INFO  - 1499014930: (main.cpp:23) Running on 4 threads
-INFO  - 1499014930: (main.cpp:24) Ram usage level: 4
-INFO  - 1499014930: (BlockUtils.cpp:907) blkfile dir: /home/myuser/.bitcoin/blocks
-INFO  - 1499014930: (BlockUtils.cpp:908) lmdb dir: /home/myuser/.armory/databases
-INFO  - 1499014930: (lmdb_wrapper.cpp:388) Opening databases...
-INFO  - 1499014931: (BlockUtils.cpp:1091) Executing: doInitialSyncOnLoad
-INFO  - 1499014931: (DatabaseBuilder.cpp:169) Reading headers from db
-WARN  - 1499014931: (lmdb_wrapper.cpp:1175) No headers in DB yet!
-INFO  - 1499014931: (DatabaseBuilder.cpp:208) Found 1 headers in db
-INFO  - 1499014931: (DatabaseBuilder.cpp:51) updating HEADERS db
-INFO  - 1499014931: (BDM_Server.cpp:996) registered bdv: e20cdd44a1777151dc70
-INFO  - 1499014977: (BitcoinP2P.cpp:947) Connected to Bitcoin node
-INFO  - 1499014992: (SocketObject.cpp:350) POLLIN recv return 0
-ERROR - 1499014992: (BitcoinP2P.cpp:1037) caught StopBlockingLoop in processDataStackThread
-INFO  - 1499014992: (BitcoinP2P.cpp:969) Disconnected from Bitcoin node

staff
Activity: 3374
Merit: 6530
Just writing some code
Start Armory and Core separately. First start Bitcoin Core. Then start Armory. In Armory, you will have to go to File > Settings and uncheck the box labeled "Let Armory start Bitcoin Core automatically". Then restart Armory.

Can you also post your log files (armorylog.txt and dbLog.txt)?
newbie
Activity: 28
Merit: 0
Hi, I am using Debian, and so far I have been using Bitcoin-Core 0.14.1 based on QT 5.7.1, it works fine, my /home/myuser/.bitcoin folder is over 140 GiB, growing. I have a few BTC/cent just to play with.

I downloaded and installed Armory 0.96. The first time I start it (both the online and the offline version) I get prompted to create and backup a new wallet. Fine with that, even the paper backup works fine.

However, then Armory gets stuck on "Preparing Databases", the /home/myuser/.armory folder keeps growing, and as long as Armory is in this state I cannot start Bitcoin-Core (complains that the database is already being used). Sometimes, Armory "crashes" after a bit (i.e., the Armory window closes, and pgrep does not find it), but still I cannot use Bitcoin-Core (because there is a bitcoin process still running in background, I guess bitcoind invoked by Armory).

Two questions:
1) is it normal? Should I just wait? How long?
2) how large will the .armory directory grow yet? I thought Armory was using the same blockchain stored in .bitcoin, right? I do *not* have to expect to download other 140 GiB of blocks, right?

Next to that, thanks for the great software, looks like really, really cool!
Pages:
Jump to: