Bitcoin Forum
April 23, 2024, 06:47:07 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: Damaged wallet  (Read 963 times)
Rampion (OP)
Legendary
*
Offline Offline

Activity: 1148
Merit: 1018


View Profile
January 06, 2017, 01:56:51 PM
 #1

I have a problem with a wallet.

It all began when I sent a transaction and when I clicked on it on the transaction list I got the "The transaction you requested be displayed does not exist in Armory's database" alert.

The problem persisted after a rebuild and a rescan.

I then tried to change the comment of the transaction as it seemed the wrong comment was displayed. The wallet completely disappeared from "Available Wallets".  I fixed it with "Fix Damaged Wallet" and it reappeared but the offending transaction still "does not exist in Armory's database. " Every time I try to change a comment on this wallet it disappears and I have to fix it.

Recovery.log has been sent via private message.

I'm worried this can be the start of a bigger problem with that wallet - please advise.

UPDATE: I realized that on  "Wallet Properties" no addresses were displayed for this wallet. On "addresses used" it said no addresses were used (which is wrong) but the total computed addresses seem right. I computed 100 extra addresses and now the wallet is "scanning" - I will updated when the scan is finished. I'm using Armory 0.94.1

1713854827
Hero Member
*
Offline Offline

Posts: 1713854827

View Profile Personal Message (Offline)

Ignore
1713854827
Reply with quote  #2

1713854827
Report to moderator
"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713854827
Hero Member
*
Offline Offline

Posts: 1713854827

View Profile Personal Message (Offline)

Ignore
1713854827
Reply with quote  #2

1713854827
Report to moderator
1713854827
Hero Member
*
Offline Offline

Posts: 1713854827

View Profile Personal Message (Offline)

Ignore
1713854827
Reply with quote  #2

1713854827
Report to moderator
achow101
Staff
Legendary
*
Offline Offline

Activity: 3374
Merit: 6530


Just writing some code


View Profile WWW
January 06, 2017, 03:42:53 PM
 #2

Try upgrading to 0.95.1. IIRC this issue with "transaction does not exist in Armory's database" is one of the known bugs of 0.94.1.

Also, please post the Armory log files.

Rampion (OP)
Legendary
*
Offline Offline

Activity: 1148
Merit: 1018


View Profile
January 06, 2017, 06:33:44 PM
 #3

Try upgrading to 0.95.1. IIRC this issue with "transaction does not exist in Armory's database" is one of the known bugs of 0.94.1.

Also, please post the Armory log files.

Which logs do you need?

achow101
Staff
Legendary
*
Offline Offline

Activity: 3374
Merit: 6530


Just writing some code


View Profile WWW
January 06, 2017, 06:39:15 PM
 #4

Try upgrading to 0.95.1. IIRC this issue with "transaction does not exist in Armory's database" is one of the known bugs of 0.94.1.

Also, please post the Armory log files.

Which logs do you need?
Just go to File > Export Log Files and post the contents of the resulting file.

Rampion (OP)
Legendary
*
Offline Offline

Activity: 1148
Merit: 1018


View Profile
January 06, 2017, 07:06:53 PM
 #5

Try upgrading to 0.95.1. IIRC this issue with "transaction does not exist in Armory's database" is one of the known bugs of 0.94.1.

Also, please post the Armory log files.

Which logs do you need?
Just go to File > Export Log Files and post the contents of the resulting file.

OK - will send via private msg right now.

BTW, 0.95.1 doesn't start on my OSX Sierra 10.12.2 - any fix?

achow101
Staff
Legendary
*
Offline Offline

Activity: 3374
Merit: 6530


Just writing some code


View Profile WWW
January 06, 2017, 07:15:51 PM
 #6

OK - will send via private msg right now.

BTW, 0.95.1 doesn't start on my OSX Sierra 10.12.2 - any fix?
That's a known issue. See: https://bitcointalk.org/index.php?topic=1732805.0 for the fix

Rampion (OP)
Legendary
*
Offline Offline

Activity: 1148
Merit: 1018


View Profile
January 06, 2017, 07:25:26 PM
 #7

OK - will send via private msg right now.

BTW, 0.95.1 doesn't start on my OSX Sierra 10.12.2 - any fix?
That's a known issue. See: https://bitcointalk.org/index.php?topic=1732805.0 for the fix

Logs sent.

I already checked and this fix did not work:

Quote
Armory definitely works for me on 10.12.2. Just sent and received coins today, actually. Smiley That said, can you do me a favor? Go to /Applications/Armory.app/Contents/MacOS/py/usr/lib/armory/armoryengine/ and edit ArmoryUtils.py at Line 1267. Once saved, start Armory and see if it finishes starting up.

Old:
Code:
LOGINFO('   Preferred Encoding    : ' + locale.getpreferredencoding())

New:
Code:
prefEnc = locale.getpreferredencoding()
if prefEnc == None:
   if os.environ.get('LC_ALL', '').upper() == 'UTF-8':
      prefEnc = 'utf-8'
   else:
      prefEnc = 'Unknown'
LOGINFO('   Preferred Encoding    : ' + prefEnc)

EDIT: Added a suggested fix.

achow101
Staff
Legendary
*
Offline Offline

Activity: 3374
Merit: 6530


Just writing some code


View Profile WWW
January 06, 2017, 07:30:01 PM
 #8

You're going to want to talk to goatpig and droark about this. I can't figure out why some things are breaking, sorry.

Rampion (OP)
Legendary
*
Offline Offline

Activity: 1148
Merit: 1018


View Profile
January 06, 2017, 07:33:04 PM
 #9

You're going to want to talk to goatpig and droark about this. I can't figure out why some things are breaking, sorry.

OK - in the meanwhile please let me know if the log file i sent sheds some life.

Rampion (OP)
Legendary
*
Offline Offline

Activity: 1148
Merit: 1018


View Profile
January 06, 2017, 07:39:37 PM
Last edit: January 06, 2017, 07:50:53 PM by Rampion
 #10

I managed to start 0.95.1 but says "DB version mismatch"

Deleting database folder in /Application Support/Armory doesn't resolve the issue.

EDIT: just realized that an instance of armorydb kept running and i had to manually shut it off. Now I've deleted the db and its rebuilding. Will update later.

Rampion (OP)
Legendary
*
Offline Offline

Activity: 1148
Merit: 1018


View Profile
January 06, 2017, 09:06:23 PM
 #11

I finally managed to run 0.95.1 and now the transaction is displayed correctly when I double click on it but the wallet fiter is NOT working. Furthermore the maximum funds/spendable funds display is incorrect. Sad

Carlton Banks
Legendary
*
Offline Offline

Activity: 3430
Merit: 3071



View Profile
January 06, 2017, 09:23:33 PM
 #12

the wallet fiter is NOT working

That's a known bug. goatpig will hopefully have it squashed for 0.96.

Vires in numeris
Rampion (OP)
Legendary
*
Offline Offline

Activity: 1148
Merit: 1018


View Profile
January 06, 2017, 09:28:23 PM
 #13

the wallet fiter is NOT working

That's a known bug. goatpig will hopefully have it squashed for 0.96.

Also the one about maximum spendable funds? It also seems its having problems to go online.

visdude
Legendary
*
Offline Offline

Activity: 1081
Merit: 1001


View Profile
January 06, 2017, 09:38:17 PM
 #14

I finally managed to run 0.95.1 and now the transaction is displayed correctly when I double click on it but the wallet fiter is NOT working. Furthermore the maximum funds/spendable funds display is incorrect. Sad

Perhaps you haven't defined ownership of all your wallets in Armory. For each wallet in Armory, go to "Wallet Properties/Belongs to:" and check "This wallet is mine" then click OK. Otherwise, available wallet funds will not be included in the total balance displayed on the main screen.

Rampion (OP)
Legendary
*
Offline Offline

Activity: 1148
Merit: 1018


View Profile
January 06, 2017, 09:52:14 PM
 #15

I finally managed to run 0.95.1 and now the transaction is displayed correctly when I double click on it but the wallet fiter is NOT working. Furthermore the maximum funds/spendable funds display is incorrect. Sad

Perhaps you haven't defined ownership of all your wallets in Armory. For each wallet in Armory, go to "Wallet Properties/Belongs to:" and check "This wallet is mine" then click OK. Otherwise, available wallet funds will not be included in the total balance displayed on the main screen.



Yes I did - ownership was defined long ago, I've been using armory since a long time. Neverthless I re-assigned ownership just in case to no avail.

visdude
Legendary
*
Offline Offline

Activity: 1081
Merit: 1001


View Profile
January 06, 2017, 10:04:41 PM
Last edit: January 06, 2017, 10:19:08 PM by visdude
 #16

I finally managed to run 0.95.1 and now the transaction is displayed correctly when I double click on it but the wallet fiter is NOT working. Furthermore the maximum funds/spendable funds display is incorrect. Sad

Perhaps you haven't defined ownership of all your wallets in Armory. For each wallet in Armory, go to "Wallet Properties/Belongs to:" and check "This wallet is mine" then click OK. Otherwise, available wallet funds will not be included in the total balance displayed on the main screen.



Yes I did - ownership was defined long ago, I've been using armory since a long time. Neverthless I re-assigned ownership just in case to no avail.

I've been using Armory since time immemorial myself but it's one of the properties/features that I often miss each time I create a new wallet. I was just sharing my personal experience hoping it would help resolve your issue. Sorry for bringing it up.

goatpig
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1345

Armory Developer


View Profile
January 06, 2017, 10:45:08 PM
 #17

I finally managed to run 0.95.1 and now the transaction is displayed correctly when I double click on it but the wallet fiter is NOT working. Furthermore the maximum funds/spendable funds display is incorrect. Sad

Do you have enough addresses computed on the wallet chain? What is your top block? Let's see dbLog.txt.

Rampion (OP)
Legendary
*
Offline Offline

Activity: 1148
Merit: 1018


View Profile
January 07, 2017, 02:09:13 AM
 #18

I finally managed to run 0.95.1 and now the transaction is displayed correctly when I double click on it but the wallet fiter is NOT working. Furthermore the maximum funds/spendable funds display is incorrect. Sad

Do you have enough addresses computed on the wallet chain? What is your top block? Let's see dbLog.txt.

Yes I have, for sure. dbLog.txt sent via private message.

goatpig
Moderator
Legendary
*
Offline Offline

Activity: 3668
Merit: 1345

Armory Developer


View Profile
January 07, 2017, 12:27:06 PM
 #19

Log doesn't show anything off. Look at the wallet history, are there transactions missing?

Rampion (OP)
Legendary
*
Offline Offline

Activity: 1148
Merit: 1018


View Profile
January 07, 2017, 03:32:58 PM
 #20

Log doesn't show anything off. Look at the wallet history, are there transactions missing?

No there aren't. I had a watching-only wallet with +20k transactions and I removed it just in case - the maximum availabe funds/spendable funds is still wrong. It says 0.0000000.

Pages: [1] 2 »  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!