Bitcoin Forum
May 04, 2024, 10:47:27 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 [10]  All
  Print  
Author Topic: Armory 0.95.1 is out  (Read 12823 times)
Flanagan
Full Member
***
Offline Offline

Activity: 204
Merit: 100


View Profile
April 06, 2017, 07:31:25 PM
 #181

2.7

Thanks, that's the one I've got.

Now restoring and checking online a wallet I get:

/usr/lib/armory/armoryengine/Transaction.py:2760: SyntaxWarning: import * only allowed at module level
  def PyCreateAndSignTx_old(srcTxOuts, dstAddrsVals):

(python2:2713): Gtk-CRITICAL **: IA__gtk_progress_configure: assertion 'value >= min && value <= max' failed


Also in another terminal screen:

/usr/lib/armory/armoryengine/Transaction.py:2760: SyntaxWarning: import * only allowed at module level
  def PyCreateAndSignTx_old(srcTxOuts, dstAddrsVals):

(python2:2270): Gtk-WARNING **: Theme directory  imported-Humanity/192 of theme Lubuntu has no size field

BDM is ready!
(WARNING) ArmoryUtils.py:2416 - ***Checksum error!  Attempting to fix...
(WARNING) ArmoryUtils.py:2437 - ***Checksum error!  Incorrect byte in checksum!
**

Any of these sound familiar, do I need to worry ?
Right now armory working still, scanning transaction history.

Thanks

Learn to listen, listen to learn.
1714819647
Hero Member
*
Offline Offline

Posts: 1714819647

View Profile Personal Message (Offline)

Ignore
1714819647
Reply with quote  #2

1714819647
Report to moderator
1714819647
Hero Member
*
Offline Offline

Posts: 1714819647

View Profile Personal Message (Offline)

Ignore
1714819647
Reply with quote  #2

1714819647
Report to moderator
"The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714819647
Hero Member
*
Offline Offline

Posts: 1714819647

View Profile Personal Message (Offline)

Ignore
1714819647
Reply with quote  #2

1714819647
Report to moderator
1714819647
Hero Member
*
Offline Offline

Posts: 1714819647

View Profile Personal Message (Offline)

Ignore
1714819647
Reply with quote  #2

1714819647
Report to moderator
1714819647
Hero Member
*
Offline Offline

Posts: 1714819647

View Profile Personal Message (Offline)

Ignore
1714819647
Reply with quote  #2

1714819647
Report to moderator
goatpig (OP)
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1345

Armory Developer


View Profile
April 06, 2017, 10:11:28 PM
 #182

1) The first few errors are just Qt4 warnings, these are all false positives

2) This:

Quote
(WARNING) ArmoryUtils.py:2416 - ***Checksum error!  Attempting to fix...
(WARNING) ArmoryUtils.py:2437 - ***Checksum error!  Incorrect byte in checksum!

This means a checksum failed and could not be fixed. I'm not sure what you did to get there. If this is the results of your wallets loading, you should run them through the recovery tool. If you are getting this from restoring a wallet, make sure the wallet ID matches what's on the paper backup.

Flanagan
Full Member
***
Offline Offline

Activity: 204
Merit: 100


View Profile
April 08, 2017, 02:58:41 PM
 #183

1) The first few errors are just Qt4 warnings, these are all false positives

2) This:

Quote
(WARNING) ArmoryUtils.py:2416 - ***Checksum error!  Attempting to fix...
(WARNING) ArmoryUtils.py:2437 - ***Checksum error!  Incorrect byte in checksum!

This means a checksum failed and could not be fixed. I'm not sure what you did to get there. If this is the results of your wallets loading, you should run them through the recovery tool. If you are getting this from restoring a wallet, make sure the wallet ID matches what's on the paper backup.

Thanks. The recovery tool ? Is this something in the advanced user ?

Learn to listen, listen to learn.
goatpig (OP)
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1345

Armory Developer


View Profile
April 08, 2017, 08:53:53 PM
 #184

http://imgur.com/a/GwEsH

OtisG
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
April 09, 2017, 01:33:41 PM
 #185

Hi Goatpig,
I finally have some time to work on this (last post was 3-26).

I tried to launch Armory again this morning. 
I tried your suggestion for the bitcoin.conf, but it still errors out.

Here's the part of Armorylog.txt where the (ERROR) begins, then it loops over and over.

2017-04-09 07:00 (INFO) -- ArmoryUtils.pyc:651 - Executing popen: [u'C:\\Program Files\\Bitcoin\\daemon\\bitcoind.exe', u'-datadir=D:\\Users\\USERNAME\\BitCoin-Blockchain']
2017-04-09 07:00 (INFO) -- SDM.pyc:574 - PID of bitcoind: 8284
2017-04-09 07:00 (INFO) -- SDM.pyc:575 - PID of armory:   4464
2017-04-09 07:00 (INFO) -- ArmoryUtils.pyc:651 - Executing popen: ['.\\guardian.exe', '4464', '8284']
2017-04-09 07:00 (INFO) -- SDM.pyc:756 - Creating proxy in SDM: host=127.0.0.1, port=8332
2017-04-09 07:00 (INFO) -- ArmoryQt.py:5542 - Dashboard switched to auto-InitSync
2017-04-09 07:00 (WARNING) -- SDM.pyc:679 - Overriding not-available state. This should happen 0-5 times
2017-04-09 07:00 (ERROR) -- SDM.pyc:791 - ValueError in bkgd req top blk
Traceback (most recent call last):
  File "SDM.pyc", line 765, in __backgroundRequestTopBlock
  File "bitcoinrpc_jsonrpc\authproxy.pyc", line 105, in __call__
  File "json\__init__.pyc", line 351, in loads
  File "json\decoder.pyc", line 366, in decode
  File "json\decoder.pyc", line 384, in raw_decode
ValueError: No JSON object could be decoded


Let me know if you need more of the log file or any of the DBLog file.
Thanks!
goatpig (OP)
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1345

Armory Developer


View Profile
April 09, 2017, 03:17:28 PM
 #186

https://bitcointalk.org/index.php?topic=1846233.0

OtisG
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
April 09, 2017, 05:30:49 PM
 #187

ok, thanks for the help goatpig!
truebits
Member
**
Offline Offline

Activity: 66
Merit: 12


View Profile
July 15, 2017, 09:41:51 PM
 #188

Hi

I updated my software to the 95.1 and now I get the following error:

-ERROR - 1500150674: (..\lmdb_wrapper.cpp:433) DB version mismatch. Use another dbdir!

Armory never seems to go "online" either?

My Bitcoin core is updated as well.

Any idea why I am getting this error?

logging in C:\Users\Cx\AppData\Roaming\Armory\dbLog.txt
-INFO  - 1500150674: (..\main.cpp:23) Running on 4 threads
-INFO  - 1500150674: (..\main.cpp:24) Ram usage level: 4
-INFO  - 1500150674: (..\BlockUtils.cpp:1338) blkfile dir: C:\Users\Cx\AppData
\Roaming\Bitcoin\blocks
-INFO  - 1500150674: (..\BlockUtils.cpp:1339) lmdb dir: C:\Users\Cx\AppData\Ro
aming\Armory\databases
-INFO  - 1500150674: (..\lmdb_wrapper.cpp:388) Opening databases...
-ERROR - 1500150674: (..\lmdb_wrapper.cpp:433) DB version mismatch. Use another
dbdir!
goatpig (OP)
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1345

Armory Developer


View Profile
July 15, 2017, 09:55:27 PM
 #189

Delete the content of this folder:

C:\Users\Cx\AppData\Roaming\Armory\databases

Pages: « 1 2 3 4 5 6 7 8 9 [10]  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!