Bitcoin Forum
April 16, 2024, 10:01:53 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 6 7 »  All
  Print  
Author Topic: Armory 0.96.5  (Read 27765 times)
goatpig (OP)
Moderator
Legendary
*
Offline Offline

Activity: 3654
Merit: 1345

Armory Developer


View Profile
December 24, 2018, 08:59:21 AM
Merited by KingZee (10), Carlton Banks (1), bitpop (1), hugeblack (1), bones261 (1)
 #1

Another point release with some bug fixes and the ability to spend to bech32 addresses. Most likely the last update before 0.97, sometimes for Q2 2019.

Changelog
Quote
== Added ==
   - You can now set the database path from the Settings menu.
   - You can now spend to bech32 addresses.
   - Added support for satoshi-port CLI argument in ArmoryDB.
   - Break backwards compatibility for unsigned transactions carrying bech32 outputs.
     Older versions cannot make sense of bech32 addresses, therefor they shouldn't
     be able to sign the tx at all.

== Fixes ==
   - Improved bitcoind path detection.
   - Properly carry thread-count and ram-usage command line arguments from client to automated db process.
   - Custom paths set in the GUI will now properly overrule custom paths from armoryqt.conf.
   - Fixed spending from lockboxes.
   - Fixed deleting lockboxes.
   - Fixed Simulfund promisory note creation and signing.
   - Fixed preview dialog for unconfirmed transactions.
   - Fixed previewing unsigned transactions in offline mode.
   - Properly detect output script type when filtering UTXOs.
   - Use relevant config files with testnet/regtest modes.
   - Properly display bech32 address strings in transaction system tray notification.
   - Fix signing transactions with OP_RETURN outputs.
   - Fix passing satoshi-port argument through ArmoryQt to auto-managed ArmoryDB.

   - Fixed SecurePrint decryption on Windows.
   - Recent updates to the MSVC compiler resulted in invalid decryption of AES-CBC packets. This issue only
     affects the decryption of SecurePrint encrypted backups. Encryption still operates as expected, no
     SecurePrint backups created with the incriminated builds are faulty. Wallets are not concerned, as they
     use AES-CFB.
     
     The solution was to turn off all optimizations in MSVC when buidling CryptoPP. This may impact DB boostrapping
     performance.

     This issue affects all Windows builds of 0.96.4.

== Misc ==
- Use blockstream.info instead of blockchain.info as the external block explorer link.


Binaries
https://github.com/goatpig/BitcoinArmory/releases/tag/v0.96.5

Happy holidays!

1713304913
Hero Member
*
Offline Offline

Posts: 1713304913

View Profile Personal Message (Offline)

Ignore
1713304913
Reply with quote  #2

1713304913
Report to moderator
I HATE TABLES I HATE TABLES I HA(╯°□°)╯︵ ┻━┻ TABLES I HATE TABLES I HATE TABLES
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713304913
Hero Member
*
Offline Offline

Posts: 1713304913

View Profile Personal Message (Offline)

Ignore
1713304913
Reply with quote  #2

1713304913
Report to moderator
1713304913
Hero Member
*
Offline Offline

Posts: 1713304913

View Profile Personal Message (Offline)

Ignore
1713304913
Reply with quote  #2

1713304913
Report to moderator
1713304913
Hero Member
*
Offline Offline

Posts: 1713304913

View Profile Personal Message (Offline)

Ignore
1713304913
Reply with quote  #2

1713304913
Report to moderator
bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
December 28, 2018, 11:28:48 PM
 #2

Merry Christmas 🎄🎅🎁

Cassiel
Newbie
*
Offline Offline

Activity: 11
Merit: 0



View Profile
January 25, 2019, 11:58:30 AM
 #3

Thanks goatpig.

Quick bug report, it still defaults to the wrong path on install (32bit, rather than 64bit). Been a bug for a number of releases now, very annoying if you don't remember to change it!
goatpig (OP)
Moderator
Legendary
*
Offline Offline

Activity: 3654
Merit: 1345

Armory Developer


View Profile
January 25, 2019, 07:05:23 PM
 #4

Thanks goatpig.

Quick bug report, it still defaults to the wrong path on install (32bit, rather than 64bit). Been a bug for a number of releases now, very annoying if you don't remember to change it!


It's somewhere in the NSIS settings, I never remember to update that =(

johnlu
Sr. Member
****
Offline Offline

Activity: 471
Merit: 252



View Profile
April 01, 2019, 09:13:36 PM
 #5

Most likely the last update before 0.97, sometimes for Q2 2019.

What will be new features in 0.97?
droark
Sr. Member
****
Offline Offline

Activity: 525
Merit: 282


View Profile WWW
April 02, 2019, 12:04:15 AM
Merited by PhoenixFire (2)
 #6

While I can't speak for goatpig, I believe the following will be present in 0.97. Some of this is nerd stuff. Don't worry if this makes no sense to you. Wink

- Upgraded wallets (finally!) with full SegWit support and some other features. (Of course, people who wish to stick to their old wallets may do so. They just won't get access to the new features.)
- FCGI is being replaced with WebSockets, which is much more stable.
- Proper supernode support. People who wish to connect to Armory remotely will be able to do so via WebSockets. If it helps, think of it as being a bit like one of those block explorers, only you can send transactions and quickly resolve transactions that you throw at it. (You will need a powerful server for this, mind you.)
- Support for BIP 150 and 151. (Granted, Jonas is deprecating them in favor of a new standard.) This can be used in conjunction with WebSockets to establish a secure connection without relying on TLS.
- Moving from an ancient version of Crypto++ to libsecp256k1 (via libbtc) for crypto functionality.
- Better build system, partially in prep for a move to Python 3 and Qt 5 (required for many reasons).
- Replace SWIG with cppyy.
- More unit tests, to ensure that nothing breaks.
- Better documentation.
- Some code cleanup to get rid of a ton of compiler warnings.

There's probably more that I forgot. This is the gist of what's in there right now, or should be in there very soon.

Regarding Python 3 and Qt 5, this is a much-delayed thing we've been meaning to do for ages, especially since Qt 4 has been unsupported for ages and probably won't even run on the next version of macOS (out in ~6 months or so). We have somebody helping in their free time but I won't complain if others want to jump in and make things happen more quickly. Smiley

As for the timeframe, Q2 is still the target, but we'll see. Things keep coming up.
naska21
Hero Member
*****
Offline Offline

Activity: 1358
Merit: 635


View Profile
April 29, 2019, 06:24:44 AM
 #7

snip

Thank you, goatpig, for  updating Armory. Regarding this I have question whether it has an option to transfer offline transaction from/to cold wallet via QR code? If not, will  such option  contain in future releases?
goatpig (OP)
Moderator
Legendary
*
Offline Offline

Activity: 3654
Merit: 1345

Armory Developer


View Profile
April 29, 2019, 03:07:11 PM
Merited by naska21 (1)
 #8

snip

Thank you, goatpig, for  updating Armory. Regarding this I have question whether it has an option to transfer offline transaction from/to cold wallet via QR code? If not, will  such option  contain in future releases?

No this feature is not available in Armory. It has been requested before, and I think it's a good feature to have. I believe having hardware wallet support comes first however, but depending on how easy it is to implement, I can add it in the next major release.

walkingaround
Newbie
*
Offline Offline

Activity: 4
Merit: 2


View Profile
June 24, 2019, 06:14:18 PM
 #9

Hi! Good to see that there's always new improvements to Armory. I have a question: does Ver. 0.96.5 work together with Bitcoin Core 0.18.0? I can't get it running on Windows 10 pro 64 bit. Since some days ago, I used Ver. 0.96.0 with many different Bitcoin core versions and all worked fine, but 0.96.5 doesn't work with 0.18.0 - I tried already all recommended pathing settings etc., but I can't get it running.

Am I doing something wrong, or does Armory 0.96.5 require lower versions of Bitcoin core?

Thank you, regards  Smiley

Carlton Banks
Legendary
*
Offline Offline

Activity: 3430
Merit: 3071



View Profile
June 24, 2019, 07:53:58 PM
 #10

does Ver. 0.96.5 work together with Bitcoin Core 0.18.0?

I tested them together on Linux a few months ago, all seemed ok (pretty quick superficial test though). I'm not using 0.18 with Armory now though (0.18 eats your CPU if you use it together with Tor :/ )

"Post your logs" is what someone will eventually say Smiley

Vires in numeris
PhoenixFire
Member
**
Offline Offline

Activity: 270
Merit: 36


View Profile
June 24, 2019, 08:58:17 PM
 #11

Hi! Good to see that there's always new improvements to Armory. I have a question: does Ver. 0.96.5 work together with Bitcoin Core 0.18.0? I can't get it running on Windows 10 pro 64 bit. Since some days ago, I used Ver. 0.96.0 with many different Bitcoin core versions and all worked fine, but 0.96.5 doesn't work with 0.18.0 - I tried already all recommended pathing settings etc., but I can't get it running.

Am I doing something wrong, or does Armory 0.96.5 require lower versions of Bitcoin core?

Thank you, regards  Smiley
0.18.0 and 0.96.5 function fine on my Win 10 testing VM.
Have you tried clearing the Armory database after upgrading from 0.96?
If yes, make a thread Smiley
HCP
Legendary
*
Offline Offline

Activity: 2086
Merit: 4316

<insert witty quote here>


View Profile
June 25, 2019, 12:57:07 AM
 #12

Hi! Good to see that there's always new improvements to Armory. I have a question: does Ver. 0.96.5 work together with Bitcoin Core 0.18.0? I can't get it running on Windows 10 pro 64 bit.

Am I doing something wrong, or does Armory 0.96.5 require lower versions of Bitcoin core?
I'm currently using Windows 10 PRO x64 + Bitcoin Core 0.18.0 + Armory 0.96.5 and it all works fine.

Can you please clarify exactly what you mean by "can't get it running". Does Armory start? Does it attempt to build the database? Is is just showing as "offline"? Is it not correctly updating the number of blocks? Huh

Also, if you haven't already tried... a very simple thing to try is simply rebooting the PC, it's possible there are "ghost" ArmoryDB processes running in the background preventing Armory from running properly.


But, in all honesty, your best bet is to do as Carlton Banks already suggested and post your logs. Both the armorylog.txt and dbLog.txt.

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
walkingaround
Newbie
*
Offline Offline

Activity: 4
Merit: 2


View Profile
June 25, 2019, 10:26:38 AM
 #13

Hello to all, thanks for the many answers. In principle, I only wanted to know if 0.96.5/0.18.0 can work or I should give up. As  you commented, I can expect normal functioning with those versions, that's good news.

On the other side, I can't succeed in getting Armory running, so that I post my logs and say many thanks in advance for your help.

Armory starts, rebuilds the data base and stucks. It is either offline or shows a status "online" but zero blocks. It shows "node status" with no change and "organizing blockchain" for ages, but nothing else happens.

I already rebooted many times since I am tryiing to get Armory running.

I tried already letting Armory run bitcoin core in background and also without that (i.e. bitcoin core running separately).

Drive J is a Samsung T3 (fast enough).

I changed bitcoin core's config:
listen=1
addnode=127.0.0.1
server=1

That's all, thank you for any hint.   Smiley Smiley

Code:
Armorylog:

2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1284 - ************************************************************
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1285 - Invoked: C:\Program Files (x86)\Armory\ArmoryQt.exe --dbdir=J:\Users\User3\AppData\Roaming\Armory\databases --satoshi-datadir=J:\bitcoin
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1286 - ************************************************************
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1287 - Loading Armory Engine:
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1288 -    Armory Version        : 0.96.5
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1289 -    Armory Build:         : 8730390989
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1290 -    PyBtcWallet  Version  : 1.35
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1291 - Detected Operating system: Windows
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1292 -    OS Variant            : 10-10.0.17763--Multiprocessor Free
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1293 -    User home-directory   : C:\Users\User3\AppData\Roaming
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1294 -    Satoshi BTC directory : J:\bitcoin
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1295 -    Armory home dir       : C:\Users\User3\AppData\Roaming\Armory\
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1296 - Detected System Specs    :
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1297 -    Total Available RAM   : 15.96 GB
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1298 -    CPU ID string         : AMD64 Family 21 Model 2 Stepping 0, AuthenticAMD
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1299 -    Number of CPU cores   : 8 cores
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1300 -    System is 64-bit      : True
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1301 -    Preferred Encoding    : cp1252
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1302 -    Machine Arch          : amd64
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1303 -    Available HDD (ARM)   : 958 GB
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1304 -    Available HDD (BTC)   : 209 GB
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1305 -
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1306 - Network Name: Main Network
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1307 - Satoshi Port: 8333
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1308 - Do wlt check: True
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1309 - Named options/arguments to armoryengine.py:
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     force_segwit    : False
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     nettimeout      : 2
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     rescan          : False
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     force_fcgi      : False
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     ignoreAllZC     : False
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     rescanBalance   : False
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     disableModules  : False
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     port            : None
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     interport       : 8223
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     coverageOutputDir: None
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     forceWalletCheck: False
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     regtest         : False
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     rebuild         : False
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     thread_count    : -1
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     datadir         : DEFAULT
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     clearMempool    : False
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     offline         : False
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     armoryDBDir     : J:\Users\User3\AppData\Roaming\Armory\databases
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     armorydb_port   : 9001
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     satoshiPort     : DEFAULT
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     disableConfPermis: False
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     useTorSettings  : False
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     netlog          : False
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     keypool         : 100
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     coverageInclude : None
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     forceOnline     : False
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     disableWalletCheck: False
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     redownload      : False
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     rpcBindAddr     : 127.0.0.1
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     armorydb_ip     : 127.0.0.1
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     multisigFile    : DEFAULT
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     ram_usage       : -1
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     ignoreZC        : False
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     logDisable      : False
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     settingsPath    : C:\Users\User3\AppData\Roaming\Armory\ArmorySettings.txt
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     language        : en
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     db_type         : DB_FULL
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     doDebug         : False
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     enableDetSign   : True
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     mtdebug         : False
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     testnet         : False
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     rpcport         : DEFAULT
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     satoshiHome     : J:\bitcoin
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     satoshiRpcport  : DEFAULT
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     logFile         : C:\Users\User3\AppData\Roaming\Armory\ArmoryQt.exe.log.txt
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1311 -     verbosity       : None
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1312 - Other arguments:
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1315 - ************************************************************
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:1720 - C++ block utilities loaded successfully
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:3578 - Using settings file: C:\Users\User3\AppData\Roaming\Armory\ArmorySettings.txt
2019-06-25 11:23:48 (ERROR) -- ArmoryUtils.pyc:3735 - Unsupported language  specified. Defaulting to English (en)
2019-06-25 11:23:48 (INFO) -- ArmoryUtils.pyc:3738 - Using Language: en
2019-06-25 11:23:48 (INFO) -- BDM.pyc:353 - Using the asynchronous/multi-threaded BlockDataManager.
2019-06-25 11:23:48 (INFO) -- BDM.pyc:354 - Blockchain operations will happen in the background. 
2019-06-25 11:23:48 (INFO) -- BDM.pyc:355 - Devs: check TheBDM.getState() before asking for data.
2019-06-25 11:23:48 (INFO) -- BDM.pyc:356 - Registering addresses during rescans will queue them for
2019-06-25 11:23:48 (INFO) -- BDM.pyc:357 - inclusion after the current scan is completed.
2019-06-25 11:23:51 (INFO) -- ArmoryUtils.pyc:3578 - Using settings file: C:\Users\User3\AppData\Roaming\Armory\ArmorySettings.txt
2019-06-25 11:23:51 (INFO) -- ArmoryQt.py:2060 - loadWalletsAndSettings
2019-06-25 11:23:51 (INFO) -- ArmoryQt.py:2120 - Loading wallets...
2019-06-25 11:23:52 (INFO) -- ArmoryQt.py:2185 - Number of wallets read in: 9
2019-06-25 11:23:52 (INFO) -- ArmoryQt.py:2190 -    Wallet (26Jaq9434):   "Online Wallet                   "   (Encrypted)
2019-06-25 11:23:52 (INFO) -- ArmoryQt.py:2190 -    Wallet (2yxvwUv5M):   "08 offline green (Wat"   (No Encryption)
2019-06-25 11:23:52 (INFO) -- ArmoryQt.py:2190 -    Wallet (2URaJxaPh):   "07 offline green (Wat"   (No Encryption)
2019-06-25 11:23:52 (INFO) -- ArmoryQt.py:2195 - Loading Multisig Lockboxes
2019-06-25 11:23:52 (INFO) -- ArmoryQt.py:1763 - acquiring process mutex...
2019-06-25 11:23:53 (INFO) -- ArmoryQt.py:1395 - setupUriRegistration
2019-06-25 11:23:53 (INFO) -- ArmoryQt.py:1513 - URL-register action: AskUser
2019-06-25 11:23:54 (INFO) -- ArmoryQt.py:566 - Usermode: Expert
2019-06-25 11:23:54 (INFO) -- ArmoryQt.py:1698 - Changing usermode:
2019-06-25 11:23:54 (INFO) -- ArmoryQt.py:1699 -    From: Expert
2019-06-25 11:23:54 (INFO) -- ArmoryQt.py:1707 -      To: Expert
2019-06-25 11:23:54 (INFO) -- ArmoryQt.py:1836 - startBitcoindIfNecessary
2019-06-25 11:23:54 (INFO) -- ArmoryQt.py:1872 - setSatoshiPaths
2019-06-25 11:23:54 (INFO) -- ArmoryQt.py:1891 - Setting satoshi datadir = j:\bitcoin
2019-06-25 11:23:54 (INFO) -- SDM.pyc:171 - Found bitcoind in the following places:
2019-06-25 11:23:54 (INFO) -- SDM.pyc:173 -    C:\Program Files\Bitcoin\daemon\bitcoind.exe
2019-06-25 11:23:54 (INFO) -- SDM.pyc:173 -    C:\Program Files\Bitcoin\daemon\bitcoind.exe
2019-06-25 11:23:54 (INFO) -- SDM.pyc:175 - Using: C:\Program Files\Bitcoin\daemon\bitcoind.exe
2019-06-25 11:23:54 (INFO) -- SDM.pyc:340 - Called startBitcoind
2019-06-25 11:23:54 (WARNING) -- SDM.pyc:445 - Spawning bitcoind with command: C:\Program Files\Bitcoin\daemon\bitcoind.exe -datadir=j:\bitcoin
2019-06-25 11:23:54 (INFO) -- ArmoryUtils.pyc:689 - Executing popen: [u'C:\\Program Files\\Bitcoin\\daemon\\bitcoind.exe', '-datadir=j:\\bitcoin']
2019-06-25 11:23:55 (INFO) -- SDM.pyc:451 - PID of bitcoind: 4252
2019-06-25 11:23:55 (INFO) -- SDM.pyc:452 - PID of armory:   2664
2019-06-25 11:23:55 (INFO) -- ArmoryUtils.pyc:689 - Executing popen: ['C:\\Program Files (x86)\\Armory\\guardian.exe', '2664', '4252']
2019-06-25 11:23:58 (INFO) -- ArmoryQt.py:1923 - Setting netmode: 1
2019-06-25 11:23:58 (INFO) -- ArmoryQt.py:1905 - loadBlockchainIfNecessary
2019-06-25 11:23:58 (ERROR) -- ArmoryQt.py:1198 - 27 attempts to load blockchain failed.  Remove mempool.bin.
2019-06-25 11:23:58 (ERROR) -- ArmoryQt.py:1203 - File mempool.bin does not exist. Nothing deleted.
2019-06-25 11:23:58 (INFO) -- ArmoryQt.py:1923 - Setting netmode: 1
2019-06-25 11:23:58 (INFO) -- ArmoryQt.py:4672 - Dashboard switched to "Scanning" mode
2019-06-25 11:23:58 (INFO) -- ArmoryQt.py:4672 - Dashboard switched to "Scanning" mode
2019-06-25 11:24:00 (INFO) -- ArmoryQt.py:4672 - Dashboard switched to "Scanning" mode
2019-06-25 11:24:04 (INFO) -- ArmoryQt.py:4672 - Dashboard switched to "Scanning" mode
2019-06-25 11:24:07 (INFO) -- ArmoryQt.py:4672 - Dashboard switched to "Scanning" mode
2019-06-25 11:24:11 (INFO) -- ArmoryQt.py:4672 - Dashboard switched to "Scanning" mode

=============

dblog:

Log file opened at 11:21:50.000: C:\Users\User3\AppData\Roaming\Armory\dbLog.txt
-INFO  - 11:21:50.000: (e:\users\goat\code\armory3\cppforswig\main.cpp:32) Running on 8 threads
-INFO  - 11:21:50.000: (e:\users\goat\code\armory3\cppforswig\main.cpp:33) Ram usage level: 50
-INFO  - 11:21:50.093: (e:\users\goat\code\armory3\cppforswig\blockutils.cpp:915) blkfile dir: J:\bitcoin\blocks
-INFO  - 11:21:50.093: (e:\users\goat\code\armory3\cppforswig\blockutils.cpp:916) lmdb dir: J:\Users\User3\AppData\Roaming\Armory\databases
-INFO  - 11:21:50.093: (e:\users\goat\code\armory3\cppforswig\lmdb_wrapper.cpp:388) Opening databases...
-INFO  - 11:21:51.734: (e:\users\goat\code\armory3\cppforswig\bdm_server.h:263) Listening on port 59111
-INFO  - 11:21:51.734: (e:\users\goat\code\armory3\cppforswig\bitcoinp2p.cpp:947) Connected to Bitcoin node
-INFO  - 11:21:51.062: (e:\users\goat\code\armory3\cppforswig\noderpc.cpp:57) RPC connection established
-INFO  - 11:21:51.062: (e:\users\goat\code\armory3\cppforswig\blockdatamanagerconfig.cpp:919) waiting on node sync: 99.9998%
-INFO  - 11:21:51.078: (e:\users\goat\code\armory3\cppforswig\noderpc.cpp:425) Node is ready
-INFO  - 11:21:51.078: (e:\users\goat\code\armory3\cppforswig\blockutils.cpp:1108) Executing: doInitialSyncOnLoad
-INFO  - 11:21:51.218: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:199) Reading headers from db
-WARN  - 11:21:51.218: (e:\users\goat\code\armory3\cppforswig\lmdb_wrapper.cpp:1241) No headers in DB yet!
-INFO  - 11:21:51.218: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:238) Found 1 headers in db
-INFO  - 11:21:51.218: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:71) updating HEADERS db
-INFO  - 11:21:52.797: (e:\users\goat\code\armory3\cppforswig\bdm_server.cpp:1121) registered bdv: ae3e5bb38b7e83f01b1b
-INFO  - 11:21:55.281: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #4
-INFO  - 11:21:55.328: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #6
-INFO  - 11:21:56.703: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #7
-INFO  - 11:21:59.359: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #12
-INFO  - 11:21:59.453: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #13
-INFO  - 11:22:00.843: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #14
-INFO  - 11:22:00.125: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #15
-INFO  - 11:22:03.531: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #20
-INFO  - 11:22:03.578: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #21
-INFO  - 11:22:04.297: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #22
-INFO  - 11:22:04.437: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #23
-INFO  - 11:22:07.453: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #29
-INFO  - 11:22:08.515: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #30
-INFO  - 11:22:09.703: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #31
-INFO  - 11:22:11.390: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #37
-INFO  - 11:22:13.156: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #39
-INFO  - 11:22:15.375: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #45
-INFO  - 11:22:17.453: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #47
-INFO  - 11:22:19.187: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #53
-INFO  - 11:22:22.109: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #54
-INFO  - 11:22:22.234: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #55
-INFO  - 11:22:23.984: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #61
-INFO  - 11:22:26.140: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #62
-INFO  - 11:22:26.203: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #63
-INFO  - 11:22:27.922: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #69
-INFO  - 11:22:30.984: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #70
-INFO  - 11:22:30.047: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #71
-INFO  - 11:22:31.781: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #77
-INFO  - 11:22:34.062: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #78
-INFO  - 11:22:34.172: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #79
-INFO  - 11:22:35.765: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #85
-INFO  - 11:22:38.047: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #86
-INFO  - 11:22:38.125: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #87
-INFO  - 11:22:38.515: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #93
-INFO  - 11:22:42.890: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #94
-INFO  - 11:22:42.000: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #95
-INFO  - 11:22:42.343: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #101
-INFO  - 11:22:46.015: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #102
-INFO  - 11:22:46.093: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #103
-INFO  - 11:22:46.187: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #109
-INFO  - 11:22:50.765: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #117
-INFO  - 11:22:53.312: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #125
-INFO  - 11:22:57.843: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #133
-INFO  - 11:23:00.328: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #141
-INFO  - 11:23:04.968: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #149
-INFO  - 11:23:07.547: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #157
-INFO  - 11:23:11.031: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #165
-INFO  - 11:23:14.484: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #173
-INFO  - 11:23:18.937: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #181
-INFO  - 11:23:21.453: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #189
-INFO  - 11:23:25.922: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #197
-INFO  - 11:23:28.343: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #205
-INFO  - 11:23:32.000: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #213
-ERROR - 11:23:33.297: (e:\users\goat\code\armory3\cppforswig\bitcoinp2p.cpp:1037) caught StopBlockingLoop in processDataStackThread
-INFO  - 11:23:33.297: (e:\users\goat\code\armory3\cppforswig\bitcoinp2p.cpp:969) Disconnected from Bitcoin node
-INFO  - 11:23:35.609: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #221
-INFO  - 11:23:39.078: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #229
-INFO  - 11:23:42.422: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #237
-INFO  - 11:23:46.922: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #245
-INFO  - 11:23:49.468: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #253
-INFO  - 11:23:53.906: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #261
-INFO  - 11:23:56.343: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #269
-INFO  - 11:23:58.875: (e:\users\goat\code\armory3\cppforswig\bdm_server.cpp:1121) registered bdv: 7a11e6b86a45ff77a2ed
-INFO  - 11:24:00.093: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #277
-INFO  - 11:24:04.750: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #285
-INFO  - 11:24:07.609: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #293
-INFO  - 11:24:11.672: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #301
-INFO  - 11:24:14.953: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #309
-INFO  - 11:24:18.656: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #317
-INFO  - 11:24:21.406: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #325
-INFO  - 11:24:24.593: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #333
-INFO  - 11:24:28.297: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #341
-INFO  - 11:24:31.609: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #349
-INFO  - 11:24:35.047: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #357
-INFO  - 11:24:38.515: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #365
-INFO  - 11:24:42.500: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #373
-INFO  - 11:24:46.156: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #381
-INFO  - 11:24:50.156: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #389
-INFO  - 11:24:54.968: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #397
-INFO  - 11:24:57.515: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #405
-ERROR - 11:25:00.093: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:366) block deser except:
-ERROR - 11:25:00.093: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:367) block fileID: 412
-INFO  - 11:25:00.093: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:493) Found next block after skipping 909384bytes
-INFO  - 11:25:01.328: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #413
-INFO  - 11:25:05.750: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #421
-INFO  - 11:25:09.750: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #429
-INFO  - 11:25:12.250: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #437
-INFO  - 11:25:16.093: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #445
-INFO  - 11:25:20.672: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #453
-INFO  - 11:25:23.125: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #461
-INFO  - 11:25:27.953: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #469
-INFO  - 11:25:30.625: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #477
-INFO  - 11:25:34.390: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #485
-INFO  - 11:25:38.093: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #493
-INFO  - 11:25:42.781: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #501
-INFO  - 11:25:44.890: (e:\users\goat\code\armory3\cppforswig\bitcoinp2p.cpp:947) Connected to Bitcoin node
-INFO  - 11:25:45.453: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #509
-INFO  - 11:25:49.812: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #517
-INFO  - 11:25:52.453: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #525
-INFO  - 11:25:56.172: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #533
-INFO  - 11:26:00.812: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #541
-INFO  - 11:26:03.422: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #549
-INFO  - 11:26:07.140: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #557
-INFO  - 11:26:11.718: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #565
-INFO  - 11:26:14.047: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #573
-INFO  - 11:26:18.750: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #581
-INFO  - 11:26:21.406: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #589
-INFO  - 11:26:25.984: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #597
-INFO  - 11:26:28.593: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #605
-INFO  - 11:26:32.281: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #613
-INFO  - 11:26:36.703: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #621
-INFO  - 11:26:39.359: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #629
-INFO  - 11:26:43.109: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #637
-INFO  - 11:26:47.703: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #645
-INFO  - 11:26:50.390: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #653
-INFO  - 11:26:54.875: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #661
-INFO  - 11:26:58.656: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #669
-INFO  - 11:27:01.343: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #677
-INFO  - 11:27:05.187: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #685
-INFO  - 11:27:09.015: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #693
-INFO  - 11:27:13.734: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #701
-INFO  - 11:27:16.562: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #709
-INFO  - 11:27:20.234: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #717
-INFO  - 11:27:24.890: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #725
-INFO  - 11:27:27.312: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #733
-INFO  - 11:27:31.968: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #741
-INFO  - 11:27:34.218: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #749
-INFO  - 11:27:38.953: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #757
-INFO  - 11:27:42.859: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #765
-INFO  - 11:27:46.656: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #773
-INFO  - 11:27:49.453: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #781
-INFO  - 11:27:53.203: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #789
-INFO  - 11:27:57.718: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #797
-INFO  - 11:28:00.187: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #805
-INFO  - 11:28:04.672: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #813
-INFO  - 11:28:07.281: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #821
-INFO  - 11:28:10.578: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #829
-INFO  - 11:28:14.937: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #837
-INFO  - 11:28:17.406: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #845
-INFO  - 11:28:21.000: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #853
-INFO  - 11:28:25.656: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #861
-INFO  - 11:28:28.390: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #869
-INFO  - 11:28:32.093: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #877
-INFO  - 11:28:36.828: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #885
-INFO  - 11:28:39.203: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #893
-INFO  - 11:28:43.797: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #901
-INFO  - 11:28:46.375: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #909
-INFO  - 11:28:50.031: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #917
-INFO  - 11:28:53.515: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #925
-INFO  - 11:28:57.093: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #933
-INFO  - 11:29:01.656: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #941
-INFO  - 11:29:04.156: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #949
-INFO  - 11:29:07.531: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #957
-INFO  - 11:29:11.859: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #965
-INFO  - 11:29:14.390: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #973
-INFO  - 11:29:18.062: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #981
-INFO  - 11:29:22.765: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #989
-INFO  - 11:29:25.375: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #997
-INFO  - 11:29:29.093: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1005
-INFO  - 11:29:33.703: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1013
-INFO  - 11:29:36.218: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1021
-INFO  - 11:29:40.890: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1029
-INFO  - 11:29:43.250: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1037
-INFO  - 11:29:47.078: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1045
-INFO  - 11:29:50.547: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1053
-INFO  - 11:29:54.281: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1061
-INFO  - 11:29:58.843: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1069
-INFO  - 11:30:01.468: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1077
-INFO  - 11:30:05.859: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1085
-INFO  - 11:30:08.609: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1093
-INFO  - 11:30:12.468: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1101
-INFO  - 11:30:16.484: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1109
-INFO  - 11:30:20.937: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1117
-INFO  - 11:30:24.875: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1125
-INFO  - 11:30:27.484: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1133
-INFO  - 11:30:31.109: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1141
-INFO  - 11:30:34.922: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1149
-INFO  - 11:30:37.890: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1157
-INFO  - 11:30:40.781: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1165
-INFO  - 11:30:43.828: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1173
-INFO  - 11:30:46.781: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1181
-INFO  - 11:30:48.609: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1189
-INFO  - 11:30:51.359: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1197
-INFO  - 11:30:54.359: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1205
-INFO  - 11:30:58.703: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1213
-INFO  - 11:31:01.359: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1221
-INFO  - 11:31:04.609: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1229
-INFO  - 11:31:08.125: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1237
-INFO  - 11:31:11.437: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1245
-INFO  - 11:31:15.859: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1253
-INFO  - 11:31:18.343: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1261
-INFO  - 11:31:22.859: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1269
-INFO  - 11:31:25.718: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1277
-INFO  - 11:31:28.922: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1285
-INFO  - 11:31:31.562: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1293
-INFO  - 11:31:34.515: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1301
-INFO  - 11:31:38.640: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1309
-INFO  - 11:31:41.797: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1317
-INFO  - 11:31:44.062: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1325
-INFO  - 11:31:47.578: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1333
-INFO  - 11:31:51.031: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1341
-INFO  - 11:31:54.484: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1349
-INFO  - 11:31:58.000: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1357
-INFO  - 11:32:01.437: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1365
-INFO  - 11:32:05.140: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1373
-INFO  - 11:32:09.750: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1381
-INFO  - 11:32:12.406: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1389
-INFO  - 11:32:16.718: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1397
-INFO  - 11:32:19.250: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1405
-INFO  - 11:32:23.906: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1413
-INFO  - 11:32:26.390: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1421
-INFO  - 11:32:30.015: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1429
-INFO  - 11:32:33.437: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1437
-INFO  - 11:32:37.031: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1445
-INFO  - 11:32:40.484: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1453
-INFO  - 11:32:44.062: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1461
-INFO  - 11:32:47.562: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1469
-INFO  - 11:32:51.203: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1477
-INFO  - 11:32:55.922: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1485
-INFO  - 11:32:59.781: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1493
-INFO  - 11:33:03.640: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1501
-INFO  - 11:33:06.328: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1509
-INFO  - 11:33:10.218: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1517
-INFO  - 11:33:13.375: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1525
-INFO  - 11:33:17.984: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1533
-INFO  - 11:33:20.609: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1541
-INFO  - 11:33:24.203: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1549
-INFO  - 11:33:28.859: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1557
-INFO  - 11:33:31.609: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1565
-INFO  - 11:33:36.687: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1573
-INFO  - 11:33:39.562: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1581
-INFO  - 11:33:43.281: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1589
-INFO  - 11:33:47.453: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1597
-INFO  - 11:33:51.406: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1605
-INFO  - 11:33:55.015: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1613
-INFO  - 11:33:59.968: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1621
-INFO  - 11:34:03.687: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1629
-INFO  - 11:34:06.281: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1637
-INFO  - 11:34:10.890: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1645
-INFO  - 11:34:14.797: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1653
-INFO  - 11:34:17.297: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1661
-INFO  - 11:34:21.906: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1669
-INFO  - 11:34:24.578: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1677
-INFO  - 11:34:28.234: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1685
-INFO  - 11:34:32.843: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1693
-INFO  - 11:34:53.718: (e:\users\goat\code\armory3\cppforswig\databasebuilder.cpp:281) parsed block file #1695
-INFO  - 11:35:02.078: (e:\users\goat\code\armory3\cppforswig\blockchain.cpp:248) Organizing chain



HCP
Legendary
*
Offline Offline

Activity: 2086
Merit: 4316

<insert witty quote here>


View Profile
June 27, 2019, 09:04:24 PM
 #14

I honestly can't see anything really obviously wrong with those logs?!? Sad

I would suggest that you attempt to use the "Rebuild and Rescan Databases" option from the help menu and see if that fixes it. Other than that, possibly running ArmoryDB manually from the command line (without ArmoryQT running) to see if it is behaving correctly.


"organizing blockchain" for ages, but nothing else happens.
Note that the "organising blockchain" can take quite a while to finish on first sync... how long did you leave it running?

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
walkingaround
Newbie
*
Offline Offline

Activity: 4
Merit: 2


View Profile
June 28, 2019, 07:37:48 AM
 #15

Thank you, HCP.

I have already tried to rebuild and rescan databases many times with no success.

I waited on "organizing blockchain" for more than 12 hours. It was, however, not a first sync; I have been using Armory 96.0 for over two years with no problems. The trouble began as I changed to ver. 96.5.

I suspect that my bitcoin core blockchain is corrupted. Curiously, bitcoin core reported to be fully synchronized, but in an attempt to reindex chainstate bitcoin core reported a fatal error and does not start anymore.

Now, I am reindexing the whole bitcoin blockchain; this will take some long time.

I think that the origin of the failure is that an Armory process working in the background was killed as I shut down the computer and corrupted thereby the bitcoin blockchain files. I will write again if I get Armory running after rebuilding Bitcoin Core.

Thanks again!
 
walkingaround
Newbie
*
Offline Offline

Activity: 4
Merit: 2


View Profile
June 29, 2019, 07:29:37 AM
Merited by HCP (2)
 #16

I'm using a new bitcoin blockchain downloaded by torrent, and finally I got Armory running, after many days trying without success. Next, I will reindex the whole blockchain again for security.

In some other postings I have seen that many other people had similar problems.

To all of them, consider the possibility that bitcoin core's blockchain is corrupted. In my case, it was not easy to identify the problem because bitcoin core reported always to be fully synchronized; but Armory detected anyhow problems in the blockchain and didn't work.

Another possibility could be that my PC is infected by malware not detected by my security software. I'm checking it.

Many thanks again!

 Cool
SubMex
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
July 22, 2019, 03:41:17 PM
 #17

@walkingaround

Yes, its like you said: if there is any problem with the blockchain database, Armory hangs.
I had the same problem in the past, and after reloading the whole blockchain, Armory works fine.

Maybe Armory should tell this to the user, if there is a problem with the blockchain database?  Smiley
goatpig (OP)
Moderator
Legendary
*
Offline Offline

Activity: 3654
Merit: 1345

Armory Developer


View Profile
July 22, 2019, 04:20:26 PM
 #18

It gets reported in the log files.

VelhoDoRio
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
July 25, 2019, 03:57:37 AM
 #19

Any possibility of Armory being released as an appimage?
arasharashi
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
August 08, 2019, 10:09:35 AM
 #20

I have putted address of my ARMORY wallet in my mining pool site & they have sent some bitcoins to it but my ARMORY wallet is not showing any thing and my wallet's balance is zero. what should I do?
Pages: [1] 2 3 4 5 6 7 »  All
  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!