Bitcoin Forum
June 17, 2024, 01:01:48 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: armory doesn't get new blocks... [SOLVED]  (Read 767 times)
btrader (OP)
Full Member
***
Offline Offline

Activity: 246
Merit: 103


View Profile
February 02, 2017, 04:26:57 PM
Last edit: February 03, 2017, 04:43:47 PM by btrader
 #1

Dear All,

My armory (0.95.1-beta) needs to be closed and relaunched every time to be able to get new blocks...

Bitcoin core (0.13.2) seems to be working ok. I leave it running and the blocks keep coming and being updated without any intervention... When I start Armory, it builds the database/scan transactions up to the last block received by Bitcoin core, but then it never get any new block. Only when I close and run again…

I configured Armory to NOT run bitcoin core in the backgroung. My directories on both Armory and Core are not standard so, this is how I call armory:    D:\Armory\ArmoryQt.exe --datadir="D:\Armory-Data" --satoshi-datadir="D:\Bitcoin-Data"

Was Bitcoin Core supposed to inform Armory regard a new block/transactions or Armory is the one that should monitors Bitcoin Core to find new blocks?

Any guesses on what I did wrong?

Thank you!
achow101
Staff
Legendary
*
Offline Offline

Activity: 3430
Merit: 6705


Just writing some code


View Profile WWW
February 02, 2017, 05:53:49 PM
 #2

Can you please post the dbLog.txt file?

I believe this is the same problem that I ran into a while ago. There are no configuration options that you can do to fix this, you will need to build the software from the source code. I have a patch here: https://github.com/goatpig/BitcoinArmory/pull/158 that should fix the problem.

btrader (OP)
Full Member
***
Offline Offline

Activity: 246
Merit: 103


View Profile
February 02, 2017, 10:52:13 PM
 #3

Thanks for your reply! Since last restart, the Bitcore is at block 451286 and armory "sleeping" at 451264...

These are the last 2 restarts.  The first its updated from #451254 to #451264; As soon as it finished, I restart and in the second it says #451265 to #451264!!!

Log file opened at 1486057528: D:\Armory-Data/dbLog.txt
-INFO  - 1486057528: (..\main.cpp:23) Running on 8 threads
-INFO  - 1486057528: (..\main.cpp:24) Ram usage level: 4
-INFO  - 1486057528: (..\BlockUtils.cpp:1338) blkfile dir: D:\Bitcoin-Data\blocks
-INFO  - 1486057528: (..\BlockUtils.cpp:1339) lmdb dir: D:\Armory-Data\databases
-INFO  - 1486057528: (..\lmdb_wrapper.cpp:388) Opening databases...
-INFO  - 1486057529: (..\BlockUtils.cpp:1521) Executing: doInitialSyncOnLoad
-INFO  - 1486057529: (..\DatabaseBuilder.cpp:169) Reading headers from db
-INFO  - 1486057530: (..\BDM_Server.cpp:797) registered bdv: ac001b77114a2a56009d
-INFO  - 1486057599: (..\DatabaseBuilder.cpp:208) Found 451255 headers in db
-INFO  - 1486057602: (..\DatabaseBuilder.cpp:51) updating HEADERS db
-INFO  - 1486057603: (..\DatabaseBuilder.cpp:477) Found next block after skipping 406826bytes
-INFO  - 1486057603: (..\DatabaseBuilder.cpp:268) parsed block file #759
-DEBUG - 1486057603: (..\Blockchain.cpp:242) Organizing chain
-INFO  - 1486057603: (..\DatabaseBuilder.cpp:56) updated HEADERS db in 1.834s
-INFO  - 1486057603: (..\DatabaseBuilder.cpp:106) scanning new blocks from #451254 to #451264
-INFO  - 1486057604: (..\BlockchainScanner.cpp:650) scanned from height #451254 to #451264
-INFO  - 1486057604: (..\DatabaseBuilder.cpp:156) scanned new blocks in 0.108s
-INFO  - 1486057604: (..\DatabaseBuilder.cpp:160) init db in 74.256s
-INFO  - 1486057604: (..\BlockUtils.cpp:1636) Enabling zero-conf tracking


Log file opened at 1486057974: D:\Armory-Data/dbLog.txt
-INFO  - 1486057974: (..\main.cpp:23) Running on 8 threads
-INFO  - 1486057974: (..\main.cpp:24) Ram usage level: 4
-INFO  - 1486057974: (..\BlockUtils.cpp:1338) blkfile dir: D:\Bitcoin-Data\blocks
-INFO  - 1486057974: (..\BlockUtils.cpp:1339) lmdb dir: D:\Armory-Data\databases
-INFO  - 1486057974: (..\lmdb_wrapper.cpp:388) Opening databases...
-INFO  - 1486057975: (..\BlockUtils.cpp:1521) Executing: doInitialSyncOnLoad
-INFO  - 1486057975: (..\DatabaseBuilder.cpp:169) Reading headers from db
-INFO  - 1486057976: (..\BDM_Server.cpp:797) registered bdv: 33c5e555975489903590
-INFO  - 1486057978: (..\DatabaseBuilder.cpp:208) Found 451266 headers in db
-INFO  - 1486057980: (..\DatabaseBuilder.cpp:51) updating HEADERS db
-INFO  - 1486057981: (..\DatabaseBuilder.cpp:477) Found next block after skipping 515880bytes
-INFO  - 1486057981: (..\DatabaseBuilder.cpp:268) parsed block file #759
-DEBUG - 1486057981: (..\Blockchain.cpp:242) Organizing chain
-INFO  - 1486057981: (..\DatabaseBuilder.cpp:56) updated HEADERS db in 0.486s
-INFO  - 1486057981: (..\DatabaseBuilder.cpp:106) scanning new blocks from #451265 to #451264
-INFO  - 1486057981: (..\BlockchainScanner.cpp:52) no history to scan
-INFO  - 1486057981: (..\BlockchainScanner.cpp:813) no SSH to scan
-INFO  - 1486057981: (..\DatabaseBuilder.cpp:156) scanned new blocks in 0.016s
-INFO  - 1486057981: (..\DatabaseBuilder.cpp:160) init db in 6.077s
-INFO  - 1486057981: (..\BlockUtils.cpp:1636) Enabling zero-conf tracking

goatpig
Moderator
Legendary
*
Offline Offline

Activity: 3682
Merit: 1347

Armory Developer


View Profile
February 02, 2017, 11:16:10 PM
 #4

post armorylog.txt too

btrader (OP)
Full Member
***
Offline Offline

Activity: 246
Merit: 103


View Profile
February 03, 2017, 06:39:31 AM
 #5

Sure! Last 2 logs:

2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1137 - C++ block utilities loaded successfully
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1247 -
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1248 -
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1249 -
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1250 - ************************************************************
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1251 - Invoked: D:\Armory\ArmoryQt.exe --datadir=D:\Armory-Data --satoshi-datadir=D:\Bitcoin-Data
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1252 - ************************************************************
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1253 - Loading Armory Engine:
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1254 -    Armory Version        : 0.95.1
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1255 -    Armory Build:         : 374672b751
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1256 -    PyBtcWallet  Version  : 1.35
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1257 - Detected Operating system: Windows
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1258 -    OS Variant            : 8-6.2.9200--Multiprocessor Free
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1259 -    User home-directory   : C:\Users\bt\AppData\Roaming
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1260 -    Satoshi BTC directory : D:\Bitcoin-Data
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1261 -    Armory home dir       : D:\Armory-Data
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1262 - Detected System Specs    :
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1263 -    Total Available RAM   : 5.28 GB
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1264 -    CPU ID string         : Intel64 Family 6 Model 58 Stepping 9, GenuineIntel
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1265 -    Number of CPU cores   : 8 cores
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1266 -    System is 64-bit      : True
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1267 -    Preferred Encoding    : cp1252
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1268 -    Machine Arch          : amd64
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1269 -    Available HDD (ARM)   : 189 GB
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1270 -    Available HDD (BTC)   : 189 GB
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1271 -
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1272 - Network Name: Main Network
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1273 - Satoshi Port: 8333
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1274 - Do wlt check: True
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1275 - Named options/arguments to armoryengine.py:
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     thread_count    : -1
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     rescan          : False
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     ignoreAllZC     : False
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     rescanBalance   : False
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     disableModules  : False
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     port            : None
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     interport       : 8223
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     skipStatsReport : False
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     forceWalletCheck: False
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     regtest         : False
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     rebuild         : False
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     nettimeout      : 2
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     datadir         : D:\Armory-Data
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     clearMempool    : False
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     offline         : False
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     coverageOutputDir: None
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     armoryDBDir     : DEFAULT
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     armorydb_port   : 9001
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     satoshiPort     : DEFAULT
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     useTorSettings  : False
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     netlog          : False
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     keypool         : 100
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     coverageInclude : None
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     forceOnline     : False
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     skipAnnounceCheck: False
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     redownload      : False
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     armorydb_ip     : 127.0.0.1
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     multisigFile    : DEFAULT
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     ram_usage       : -1
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     testAnnounceCode: False
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     mtdebug         : False
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     logDisable      : False
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     settingsPath    : D:\Armory-Data\ArmorySettings.txt
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     db_type         : DB_FULL
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     doDebug         : False
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     enableDetSign   : True
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     disableConfPermis: False
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     testnet         : False
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     rpcport         : DEFAULT
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     satoshiHome     : D:\Bitcoin-Data
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     satoshiRpcport  : DEFAULT
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     logFile         : D:\Armory-Data\ArmoryQt.exe.log.txt
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1277 -     verbosity       : None
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1278 - Other arguments:
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1281 - ************************************************************
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:1684 - C++ block utilities loaded successfully
2017-02-02 15:45 (INFO) -- BDM.pyc:367 - Using the asynchronous/multi-threaded BlockDataManager.
2017-02-02 15:45 (INFO) -- BDM.pyc:368 - Blockchain operations will happen in the background. 
2017-02-02 15:45 (INFO) -- BDM.pyc:369 - Devs: check TheBDM.getState() before asking for data.
2017-02-02 15:45 (INFO) -- BDM.pyc:370 - Registering addresses during rescans will queue them for
2017-02-02 15:45 (INFO) -- BDM.pyc:371 - inclusion after the current scan is completed.
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:3597 - Using settings file: D:\Armory-Data\ArmorySettings.txt
2017-02-02 15:45 (INFO) -- ArmoryQt.py:2485 - loadWalletsAndSettings
2017-02-02 15:45 (INFO) -- ArmoryQt.py:2539 - Loading wallets...
2017-02-02 15:45 (INFO) -- ArmoryQt.py:2598 - Number of wallets read in: 1
2017-02-02 15:45 (INFO) -- ArmoryQt.py:2603 -    Wallet (2UG33Ef5R):   "Test Wallet                     "   (Encrypted)
2017-02-02 15:45 (INFO) -- ArmoryQt.py:2608 - Loading Multisig Lockboxes
2017-02-02 15:45 (INFO) -- ArmoryQt.py:2153 - Setting up networking...
2017-02-02 15:45 (INFO) -- ArmoryQt.py:1412 - setupUriRegistration
2017-02-02 15:45 (INFO) -- ArmoryQt.py:1480 - Armory already registered for current user.  Done!
2017-02-02 15:45 (INFO) -- ArmoryQt.py:546 - Usermode: Expert
2017-02-02 15:45 (INFO) -- ArmoryQt.py:1708 - Changing usermode:
2017-02-02 15:45 (INFO) -- ArmoryQt.py:1709 -    From: Expert
2017-02-02 15:45 (INFO) -- ArmoryQt.py:1717 -      To: Expert
2017-02-02 15:45 (INFO) -- ArmoryQt.py:2217 - startBitcoindIfNecessary
2017-02-02 15:45 (INFO) -- ArmoryQt.py:2257 - setSatoshiPaths
2017-02-02 15:45 (INFO) -- SDM.pyc:382 - Reading bitcoin.conf file
2017-02-02 15:45 (INFO) -- SDM.pyc:756 - Creating proxy in SDM: host=127.0.0.1, port=8332
2017-02-02 15:45 (INFO) -- ArmoryQt.py:2257 - setSatoshiPaths
2017-02-02 15:45 (INFO) -- ArmoryUtils.pyc:651 - Executing popen: ['./ArmoryDB.exe', '--db-type="DB_FULL"', '--spawnId="HiGwGuY1GzhTB8dC5ey9SG5FacSMGXhQHPNH7K5qGi7D"', u'--satoshi-datadir="D:\\Bitcoin-Data\\blocks"', u'--datadir="D:\\Armory-Data"', u'--dbdir="D:\\Armory-Data\\databases"']
2017-02-02 15:45 (INFO) -- ArmoryQt.py:2307 - Setting netmode: 1
2017-02-02 15:45 (INFO) -- ArmoryQt.py:2289 - loadBlockchainIfNecessary
2017-02-02 15:45 (INFO) -- ArmoryQt.py:2307 - Setting netmode: 1
2017-02-02 15:45 (INFO) -- ArmoryQt.py:5645 - Dashboard switched to "Scanning" mode
2017-02-02 15:45 (INFO) -- ArmoryQt.py:5645 - Dashboard switched to "Scanning" mode
2017-02-02 15:46 (INFO) -- ArmoryQt.py:2886 - Current block number: 451264
2017-02-02 15:52 (INFO) -- ArmoryQt.py:6368 - BDM is safe for clean shutdown
2017-02-02 15:52 (INFO) -- SDM.pyc:588 - Called stopBitcoind
2017-02-02 15:52 (INFO) -- SDM.pyc:594 - ...but bitcoind is not running, to be able to stop
2017-02-02 15:52 (INFO) -- ArmoryQt.py:6386 - Attempting to close the main window!
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1137 - C++ block utilities loaded successfully
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1247 -
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1248 -
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1249 -
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1250 - ************************************************************
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1251 - Invoked: D:\Armory\ArmoryQt.exe --datadir=D:\Armory-Data --satoshi-datadir=D:\Bitcoin-Data
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1252 - ************************************************************
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1253 - Loading Armory Engine:
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1254 -    Armory Version        : 0.95.1
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1255 -    Armory Build:         : 374672b751
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1256 -    PyBtcWallet  Version  : 1.35
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1257 - Detected Operating system: Windows
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1258 -    OS Variant            : 8-6.2.9200--Multiprocessor Free
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1259 -    User home-directory   : C:\Users\bt\AppData\Roaming
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1260 -    Satoshi BTC directory : D:\Bitcoin-Data
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1261 -    Armory home dir       : D:\Armory-Data
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1262 - Detected System Specs    :
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1263 -    Total Available RAM   : 5.28 GB
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1264 -    CPU ID string         : Intel64 Family 6 Model 58 Stepping 9, GenuineIntel
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1265 -    Number of CPU cores   : 8 cores
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1266 -    System is 64-bit      : True
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1267 -    Preferred Encoding    : cp1252
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1268 -    Machine Arch          : amd64
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1269 -    Available HDD (ARM)   : 189 GB
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1270 -    Available HDD (BTC)   : 189 GB
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1271 -
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1272 - Network Name: Main Network
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1273 - Satoshi Port: 8333
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1274 - Do wlt check: True
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1275 - Named options/arguments to armoryengine.py:
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     thread_count    : -1
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     rescan          : False
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     ignoreAllZC     : False
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     rescanBalance   : False
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     disableModules  : False
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     port            : None
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     interport       : 8223
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     skipStatsReport : False
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     forceWalletCheck: False
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     regtest         : False
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     rebuild         : False
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     nettimeout      : 2
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     datadir         : D:\Armory-Data
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     clearMempool    : False
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     offline         : False
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     coverageOutputDir: None
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     armoryDBDir     : DEFAULT
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     armorydb_port   : 9001
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     satoshiPort     : DEFAULT
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     useTorSettings  : False
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     netlog          : False
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     keypool         : 100
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     coverageInclude : None
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     forceOnline     : False
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     skipAnnounceCheck: False
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     redownload      : False
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     armorydb_ip     : 127.0.0.1
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     multisigFile    : DEFAULT
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     ram_usage       : -1
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     testAnnounceCode: False
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     mtdebug         : False
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     logDisable      : False
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     settingsPath    : D:\Armory-Data\ArmorySettings.txt
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     db_type         : DB_FULL
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     doDebug         : False
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     enableDetSign   : True
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     disableConfPermis: False
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     testnet         : False
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     rpcport         : DEFAULT
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     satoshiHome     : D:\Bitcoin-Data
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     satoshiRpcport  : DEFAULT
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     logFile         : D:\Armory-Data\ArmoryQt.exe.log.txt
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1277 -     verbosity       : None
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1278 - Other arguments:
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1281 - ************************************************************
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:1684 - C++ block utilities loaded successfully
2017-02-02 15:52 (INFO) -- BDM.pyc:367 - Using the asynchronous/multi-threaded BlockDataManager.
2017-02-02 15:52 (INFO) -- BDM.pyc:368 - Blockchain operations will happen in the background. 
2017-02-02 15:52 (INFO) -- BDM.pyc:369 - Devs: check TheBDM.getState() before asking for data.
2017-02-02 15:52 (INFO) -- BDM.pyc:370 - Registering addresses during rescans will queue them for
2017-02-02 15:52 (INFO) -- BDM.pyc:371 - inclusion after the current scan is completed.
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:3597 - Using settings file: D:\Armory-Data\ArmorySettings.txt
2017-02-02 15:52 (INFO) -- ArmoryQt.py:2485 - loadWalletsAndSettings
2017-02-02 15:52 (INFO) -- ArmoryQt.py:2539 - Loading wallets...
2017-02-02 15:52 (INFO) -- ArmoryQt.py:2598 - Number of wallets read in: 1
2017-02-02 15:52 (INFO) -- ArmoryQt.py:2603 -    Wallet (2UG33Ef5R):   "Test Wallet                     "   (Encrypted)
2017-02-02 15:52 (INFO) -- ArmoryQt.py:2608 - Loading Multisig Lockboxes
2017-02-02 15:52 (INFO) -- ArmoryQt.py:2153 - Setting up networking...
2017-02-02 15:52 (INFO) -- ArmoryQt.py:1412 - setupUriRegistration
2017-02-02 15:52 (INFO) -- ArmoryQt.py:1480 - Armory already registered for current user.  Done!
2017-02-02 15:52 (INFO) -- ArmoryQt.py:546 - Usermode: Expert
2017-02-02 15:52 (INFO) -- ArmoryQt.py:1708 - Changing usermode:
2017-02-02 15:52 (INFO) -- ArmoryQt.py:1709 -    From: Expert
2017-02-02 15:52 (INFO) -- ArmoryQt.py:1717 -      To: Expert
2017-02-02 15:52 (INFO) -- ArmoryQt.py:2217 - startBitcoindIfNecessary
2017-02-02 15:52 (INFO) -- ArmoryQt.py:2257 - setSatoshiPaths
2017-02-02 15:52 (INFO) -- SDM.pyc:382 - Reading bitcoin.conf file
2017-02-02 15:52 (INFO) -- SDM.pyc:756 - Creating proxy in SDM: host=127.0.0.1, port=8332
2017-02-02 15:52 (INFO) -- ArmoryQt.py:2257 - setSatoshiPaths
2017-02-02 15:52 (INFO) -- ArmoryUtils.pyc:651 - Executing popen: ['./ArmoryDB.exe', '--db-type="DB_FULL"', '--spawnId="6gQBbBSKqS8JaaUr3VX8DChjXmb65pdoPaegKxCy2Vv4"', u'--satoshi-datadir="D:\\Bitcoin-Data\\blocks"', u'--datadir="D:\\Armory-Data"', u'--dbdir="D:\\Armory-Data\\databases"']
2017-02-02 15:52 (INFO) -- ArmoryQt.py:2307 - Setting netmode: 1
2017-02-02 15:52 (INFO) -- ArmoryQt.py:2289 - loadBlockchainIfNecessary
2017-02-02 15:52 (INFO) -- ArmoryQt.py:2307 - Setting netmode: 1
2017-02-02 15:52 (INFO) -- ArmoryQt.py:5645 - Dashboard switched to "Scanning" mode
2017-02-02 15:52 (INFO) -- ArmoryQt.py:5645 - Dashboard switched to "Scanning" mode
2017-02-02 15:53 (INFO) -- ArmoryQt.py:2886 - Current block number: 451264
btrader (OP)
Full Member
***
Offline Offline

Activity: 246
Merit: 103


View Profile
February 03, 2017, 06:52:30 AM
 #6

I've just restarted it; Bitcore is at 451325, Armory updated from 451264 to 451324 and sleeping now...


-INFO  - 1486104162: (..\BDM_Server.cpp:826) unregistered bdv: 33c5e555975489903590
-INFO  - 1486104162: (..\BDM_Server.cpp:737) proceeding to shutdown
-ERROR - 1486104166: (..\SocketObject.cpp:262) poll() error in readFromSocketThread: 10038
-ERROR - 1486104166: (..\BitcoinP2P.cpp:851) caught SocketError exception in processDataStackThread: poll() error in readFromSocketThread: 10038
-INFO  - 1486104171: (..\BitcoinP2P.cpp:804) Disconnected from Bitcoin node
-ERROR - 1486104171: (..\BDM_mainthread.cpp:257) caught exception in main thread: terminate

Log file opened at 1486104209: D:\Armory-Data/dbLog.txt
-INFO  - 1486104209: (..\main.cpp:23) Running on 8 threads
-INFO  - 1486104209: (..\main.cpp:24) Ram usage level: 4
-INFO  - 1486104209: (..\BlockUtils.cpp:1338) blkfile dir: D:\Bitcoin-Data\blocks
-INFO  - 1486104209: (..\BlockUtils.cpp:1339) lmdb dir: D:\Armory-Data\databases
-INFO  - 1486104209: (..\lmdb_wrapper.cpp:388) Opening databases...
-INFO  - 1486104210: (..\BlockUtils.cpp:1521) Executing: doInitialSyncOnLoad
-INFO  - 1486104210: (..\DatabaseBuilder.cpp:169) Reading headers from db
-INFO  - 1486104211: (..\BDM_Server.cpp:797) registered bdv: d0b66a27ea4efa84c971
-INFO  - 1486104214: (..\DatabaseBuilder.cpp:208) Found 451266 headers in db
-INFO  - 1486104217: (..\DatabaseBuilder.cpp:51) updating HEADERS db
-INFO  - 1486104219: (..\DatabaseBuilder.cpp:477) Found next block after skipping 515880bytes
-INFO  - 1486104219: (..\DatabaseBuilder.cpp:268) parsed block file #759
-INFO  - 1486104220: (..\DatabaseBuilder.cpp:268) parsed block file #760
-DEBUG - 1486104220: (..\Blockchain.cpp:242) Organizing chain
-INFO  - 1486104220: (..\DatabaseBuilder.cpp:56) updated HEADERS db in 2.61s
-INFO  - 1486104220: (..\DatabaseBuilder.cpp:106) scanning new blocks from #451265 to #451324
-INFO  - 1486104220: (..\BlockchainScanner.cpp:650) scanned from height #451265 to #451324
-INFO  - 1486104220: (..\DatabaseBuilder.cpp:156) scanned new blocks in 0.451s
-INFO  - 1486104220: (..\DatabaseBuilder.cpp:160) init db in 10.036s
-INFO  - 1486104220: (..\BlockUtils.cpp:1636) Enabling zero-conf tracking



2017-02-02 15:53 (INFO) -- ArmoryQt.py:2886 - Current block number: 451264
2017-02-03 04:42 (INFO) -- ArmoryQt.py:6368 - BDM is safe for clean shutdown
2017-02-03 04:42 (INFO) -- SDM.pyc:588 - Called stopBitcoind
2017-02-03 04:42 (INFO) -- SDM.pyc:594 - ...but bitcoind is not running, to be able to stop
2017-02-03 04:42 (INFO) -- ArmoryQt.py:6386 - Attempting to close the main window!
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1137 - C++ block utilities loaded successfully
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1247 -
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1248 -
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1249 -
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1250 - ************************************************************
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1251 - Invoked: D:\Armory\ArmoryQt.exe --datadir=D:\Armory-Data --satoshi-datadir=D:\Bitcoin-Data
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1252 - ************************************************************
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1253 - Loading Armory Engine:
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1254 -    Armory Version        : 0.95.1
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1255 -    Armory Build:         : 374672b751
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1256 -    PyBtcWallet  Version  : 1.35
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1257 - Detected Operating system: Windows
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1258 -    OS Variant            : 8-6.2.9200--Multiprocessor Free
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1259 -    User home-directory   : C:\Users\bt\AppData\Roaming
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1260 -    Satoshi BTC directory : D:\Bitcoin-Data
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1261 -    Armory home dir       : D:\Armory-Data
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1262 - Detected System Specs    :
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1263 -    Total Available RAM   : 5.28 GB
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1264 -    CPU ID string         : Intel64 Family 6 Model 58 Stepping 9, GenuineIntel
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1265 -    Number of CPU cores   : 8 cores
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1266 -    System is 64-bit      : True
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1267 -    Preferred Encoding    : cp1252
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1268 -    Machine Arch          : amd64
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1269 -    Available HDD (ARM)   : 189 GB
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1270 -    Available HDD (BTC)   : 189 GB
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1271 -
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1272 - Network Name: Main Network
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1273 - Satoshi Port: 8333
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1274 - Do wlt check: True
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1275 - Named options/arguments to armoryengine.py:
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     thread_count    : -1
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     rescan          : False
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     ignoreAllZC     : False
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     rescanBalance   : False
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     disableModules  : False
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     port            : None
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     interport       : 8223
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     skipStatsReport : False
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     forceWalletCheck: False
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     regtest         : False
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     rebuild         : False
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     nettimeout      : 2
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     datadir         : D:\Armory-Data
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     clearMempool    : False
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     offline         : False
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     coverageOutputDir: None
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     armoryDBDir     : DEFAULT
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     armorydb_port   : 9001
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     satoshiPort     : DEFAULT
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     useTorSettings  : False
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     netlog          : False
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     keypool         : 100
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     coverageInclude : None
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     forceOnline     : False
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     skipAnnounceCheck: False
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     redownload      : False
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     armorydb_ip     : 127.0.0.1
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     multisigFile    : DEFAULT
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     ram_usage       : -1
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     testAnnounceCode: False
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     mtdebug         : False
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     logDisable      : False
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     settingsPath    : D:\Armory-Data\ArmorySettings.txt
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     db_type         : DB_FULL
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     doDebug         : False
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     enableDetSign   : True
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     disableConfPermis: False
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     testnet         : False
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     rpcport         : DEFAULT
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     satoshiHome     : D:\Bitcoin-Data
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     satoshiRpcport  : DEFAULT
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     logFile         : D:\Armory-Data\ArmoryQt.exe.log.txt
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1277 -     verbosity       : None
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1278 - Other arguments:
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1281 - ************************************************************
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:1684 - C++ block utilities loaded successfully
2017-02-03 04:43 (INFO) -- BDM.pyc:367 - Using the asynchronous/multi-threaded BlockDataManager.
2017-02-03 04:43 (INFO) -- BDM.pyc:368 - Blockchain operations will happen in the background. 
2017-02-03 04:43 (INFO) -- BDM.pyc:369 - Devs: check TheBDM.getState() before asking for data.
2017-02-03 04:43 (INFO) -- BDM.pyc:370 - Registering addresses during rescans will queue them for
2017-02-03 04:43 (INFO) -- BDM.pyc:371 - inclusion after the current scan is completed.
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:3597 - Using settings file: D:\Armory-Data\ArmorySettings.txt
2017-02-03 04:43 (INFO) -- ArmoryQt.py:2485 - loadWalletsAndSettings
2017-02-03 04:43 (INFO) -- ArmoryQt.py:2539 - Loading wallets...
2017-02-03 04:43 (INFO) -- ArmoryQt.py:2598 - Number of wallets read in: 1
2017-02-03 04:43 (INFO) -- ArmoryQt.py:2603 -    Wallet (2UG33Ef5R):   "Test Wallet                     "   (Encrypted)
2017-02-03 04:43 (INFO) -- ArmoryQt.py:2608 - Loading Multisig Lockboxes
2017-02-03 04:43 (INFO) -- ArmoryQt.py:2153 - Setting up networking...
2017-02-03 04:43 (INFO) -- ArmoryQt.py:1412 - setupUriRegistration
2017-02-03 04:43 (INFO) -- ArmoryQt.py:1480 - Armory already registered for current user.  Done!
2017-02-03 04:43 (INFO) -- ArmoryQt.py:546 - Usermode: Expert
2017-02-03 04:43 (INFO) -- ArmoryQt.py:1708 - Changing usermode:
2017-02-03 04:43 (INFO) -- ArmoryQt.py:1709 -    From: Expert
2017-02-03 04:43 (INFO) -- ArmoryQt.py:1717 -      To: Expert
2017-02-03 04:43 (INFO) -- ArmoryQt.py:2217 - startBitcoindIfNecessary
2017-02-03 04:43 (INFO) -- ArmoryQt.py:2257 - setSatoshiPaths
2017-02-03 04:43 (INFO) -- SDM.pyc:382 - Reading bitcoin.conf file
2017-02-03 04:43 (INFO) -- SDM.pyc:756 - Creating proxy in SDM: host=127.0.0.1, port=8332
2017-02-03 04:43 (INFO) -- ArmoryQt.py:2257 - setSatoshiPaths
2017-02-03 04:43 (INFO) -- ArmoryUtils.pyc:651 - Executing popen: ['./ArmoryDB.exe', '--db-type="DB_FULL"', '--spawnId="B6wAWp5V2Tx4TF4fysNxpHgCEVD9yZ7fYNHP7ziA31Vu"', u'--satoshi-datadir="D:\\Bitcoin-Data\\blocks"', u'--datadir="D:\\Armory-Data"', u'--dbdir="D:\\Armory-Data\\databases"']
2017-02-03 04:43 (INFO) -- ArmoryQt.py:2307 - Setting netmode: 1
2017-02-03 04:43 (INFO) -- ArmoryQt.py:2289 - loadBlockchainIfNecessary
2017-02-03 04:43 (INFO) -- ArmoryQt.py:2307 - Setting netmode: 1
2017-02-03 04:43 (INFO) -- ArmoryQt.py:5645 - Dashboard switched to "Scanning" mode
2017-02-03 04:43 (INFO) -- ArmoryQt.py:5645 - Dashboard switched to "Scanning" mode
2017-02-03 04:43 (INFO) -- ArmoryQt.py:2886 - Current block number: 451324
goatpig
Moderator
Legendary
*
Offline Offline

Activity: 3682
Merit: 1347

Armory Developer


View Profile
February 03, 2017, 08:26:08 AM
 #7

ArmoryDB never gets to connect to your node. Check your firewall, it needs to be able to connect to 127.0.0.1:8333.

btrader (OP)
Full Member
***
Offline Offline

Activity: 246
Merit: 103


View Profile
February 03, 2017, 04:40:58 PM
 #8

I have no firewall. But, i saw that no one was listen (netstat -an) on port 8333.

My Bitcoin core was set to NOT "allow incoming connection"... I knew it was some silly set I made.

Thanks a lot, without your message I would not find it out.

All fine now!


Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!