Bitcoin Forum
June 26, 2024, 09:51:16 PM *
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 11 »  All
  Print  
Author Topic: Armory 0.94.1 is out  (Read 11873 times)
Newar
Legendary
*
Offline Offline

Activity: 1358
Merit: 1001


https://gliph.me/hUF


View Profile
April 24, 2016, 06:10:17 AM
 #61

@Newar

are you sure that Armory is using the correct directory for .armory? it's currently in /root/, which implies you installed 0.94 while logged in as the root user? Can you try rebuilding the 0.94 db? (delete .armory/databases) It's possible that whichever erroneous contents in your previous copy of the Bitcoin blockchain also made it's way into the Armory databases, and so the tx scanning stage for Armory is essentially detecting that mismatch.

Quote
-INFO  - 1461221902: (DatabaseBuilder.cpp:195) Found 378432 headers in db

As Carlton suspects, you are using a fresh copy of the blockchain over a preexisting DB. Delete that DB, let Armory start from scratch.

Thank you both. Fixed.

OTC rating | GPG keyid 1DC91318EE785FDE | Gliph: lightning bicycle tree music | Mycelium, a swift & secure Bitcoin client for Android | LocalBitcoins
ARXANGEL
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
April 24, 2016, 05:52:01 PM
 #62

I install new Armory win64 with core 0.12.1 and in generality it work.
But when I tried to close Armory - program froze and don't closed.
In log:
Code:
2016-04-24 18:43 (INFO) -- ArmoryQt.py:6171 - Current block number: 408740
2016-04-24 18:44 (INFO) -- ArmoryQt.py:6685 - BDM is safe for clean shutdown
2016-04-24 18:44 (INFO) -- SDM.pyc:683 - Called stopBitcoind
2016-04-24 18:44 (ERROR) -- SDM.pyc:894 - generic error
Traceback (most recent call last):
  File "SDM.pyc", line 857, in __backgroundRequestTopBlock
  File "bitcoinrpc_jsonrpc\authproxy.pyc", line 97, in __call__
  File "httplib.pyc", line 1074, in getresponse
  File "httplib.pyc", line 415, in begin
  File "httplib.pyc", line 379, in _read_status
BadStatusLine: ''
2016-04-24 18:44 (ERROR) -- ArmoryUtils.pyc:3168 - Error in pybkgdthread: ''
Traceback (most recent call last):
  File "armoryengine\ArmoryUtils.pyc", line 3166, in run
  File "armoryengine\ArmoryUtils.pyc", line 3103, in funcPartial
  File "SDM.pyc", line 857, in __backgroundRequestTopBlock
  File "bitcoinrpc_jsonrpc\authproxy.pyc", line 97, in __call__
  File "httplib.pyc", line 1074, in getresponse
  File "httplib.pyc", line 415, in begin
  File "httplib.pyc", line 379, in _read_status
BadStatusLine: ''
2016-04-24 18:45 (ERROR) -- Networking.pyc:350 - ***Connection to Satoshi client LOST!  Attempting to reconnect...
2016-04-24 18:45 (INFO) -- ArmoryQt.py:6727 - Attempting to close the main window!
2016-04-24 18:45 (WARNING) -- SDM.pyc:768 - Overriding not-available state. This should happen 0-5 times

Then I wait more than 10 minutes, kill process and restart Armory.
But sometimes (in previous version) and now start with gray transactions (tab transaction active, but not unabled) and I can't browse transactions, but 14-15pcs visible (in disabled mode).
If I go to Dashboard tab I can't come back (button transaction gray and disabled).
Armory write that offline - loading database headers (long time - more than hour and nothing changed).
Image, that many time I see in Armory (from 19:16 to 20:17):
http://s019.radikal.ru/i615/1604/72/40f9591a435a.jpg
I shoutdown Armory and close OK.
Code:
2016-04-24 19:08 (INFO) -- SDM.pyc:669 - PID of bitcoind: 12800
2016-04-24 19:08 (INFO) -- SDM.pyc:670 - PID of armory:   5136
2016-04-24 19:08 (INFO) -- ArmoryUtils.pyc:593 - Executing popen: ['.\\guardian.exe', '5136', '12800']
2016-04-24 19:08 (INFO) -- SDM.pyc:848 - Creating proxy in SDM: host=127.0.0.1, port=8332
2016-04-24 19:08 (INFO) -- ArmoryQt.py:1527 - setupUriRegistration
2016-04-24 19:08 (INFO) -- ArmoryQt.py:1645 - URL-register action: AskUser
2016-04-24 19:08 (INFO) -- ArmoryQt.py:664 - Usermode: Expert
2016-04-24 19:08 (INFO) -- ArmoryQt.py:1823 - Changing usermode:
2016-04-24 19:08 (INFO) -- ArmoryQt.py:1824 -    From: Expert
2016-04-24 19:08 (INFO) -- ArmoryQt.py:1832 -      To: Expert
2016-04-24 19:08 (INFO) -- ArmoryQt.py:5812 - Dashboard switched to auto-InitSync
2016-04-24 19:13 (INFO) -- ArmoryQt.py:2498 - loadBlockchainIfNecessary
2016-04-24 19:13 (INFO) -- ArmoryQt.py:2519 - Setting netmode: 1
2016-04-24 19:13 (INFO) -- ArmoryQt.py:5935 - Dashboard switched to "Scanning" mode
2016-04-24 19:13 (INFO) -- Networking.pyc:64 - Connection initiated.  Start handshake
2016-04-24 19:13 (INFO) -- ArmoryQt.py:5935 - Dashboard switched to "Scanning" mode
2016-04-24 19:13 (INFO) -- Networking.pyc:155 - Received version message from peer:
2016-04-24 19:13 (INFO) -- Networking.pyc:156 -    Version:     70012
2016-04-24 19:13 (INFO) -- Networking.pyc:157 -    SubVersion:  /Satoshi:0.12.1/
2016-04-24 19:13 (INFO) -- Networking.pyc:158 -    TimeStamp:   1461514397
2016-04-24 19:13 (INFO) -- Networking.pyc:159 -    StartHeight: 408740
2016-04-24 19:13 (INFO) -- Networking.pyc:341 - Handshake finished, connection open!
2016-04-24 19:16 (INFO) -- ArmoryQt.py:5801 - Dashboard switched to auto-BadConnection
2016-04-24 19:16 (INFO) -- ArmoryQt.py:3121 - Current block number: 408741
2016-04-24 19:17 (INFO) -- ArmoryQt.py:6163 - New Block! : 408742
2016-04-24 19:17 (INFO) -- ArmoryQt.py:6171 - Current block number: 408742
2016-04-24 19:43 (INFO) -- ArmoryQt.py:6163 - New Block! : 408743
2016-04-24 19:43 (INFO) -- ArmoryQt.py:6171 - Current block number: 408743
2016-04-24 19:52 (INFO) -- ArmoryQt.py:6163 - New Block! : 408744
2016-04-24 19:52 (INFO) -- ArmoryQt.py:6171 - Current block number: 408744
2016-04-24 20:07 (INFO) -- ArmoryQt.py:6163 - New Block! : 408745
2016-04-24 20:07 (INFO) -- ArmoryQt.py:6171 - Current block number: 408745
2016-04-24 20:08 (INFO) -- Networking.pyc:214 - Received new block.  000000000000000000234ba7945b1b431a420e48ba3190ac33f26cf3db6bf193
2016-04-24 20:08 (INFO) -- ArmoryQt.py:6163 - New Block! : 408746
2016-04-24 20:08 (INFO) -- ArmoryQt.py:6171 - Current block number: 408746
2016-04-24 20:10 (INFO) -- ArmoryQt.py:6163 - New Block! : 408747
2016-04-24 20:10 (INFO) -- ArmoryQt.py:6171 - Current block number: 408747
2016-04-24 20:17 (INFO) -- ArmoryQt.py:6685 - BDM is safe for clean shutdown
2016-04-24 20:17 (INFO) -- SDM.pyc:683 - Called stopBitcoind
2016-04-24 20:17 (ERROR) -- SDM.pyc:894 - generic error
Traceback (most recent call last):
  File "SDM.pyc", line 857, in __backgroundRequestTopBlock
  File "bitcoinrpc_jsonrpc\authproxy.pyc", line 97, in __call__
  File "httplib.pyc", line 1074, in getresponse
  File "httplib.pyc", line 415, in begin
  File "httplib.pyc", line 379, in _read_status
BadStatusLine: ''
2016-04-24 20:17 (ERROR) -- ArmoryUtils.pyc:3168 - Error in pybkgdthread: ''
Traceback (most recent call last):
  File "armoryengine\ArmoryUtils.pyc", line 3166, in run
  File "armoryengine\ArmoryUtils.pyc", line 3103, in funcPartial
  File "SDM.pyc", line 857, in __backgroundRequestTopBlock
  File "bitcoinrpc_jsonrpc\authproxy.pyc", line 97, in __call__
  File "httplib.pyc", line 1074, in getresponse
  File "httplib.pyc", line 415, in begin
  File "httplib.pyc", line 379, in _read_status
BadStatusLine: ''
2016-04-24 20:17 (ERROR) -- Networking.pyc:350 - ***Connection to Satoshi client LOST!  Attempting to reconnect...
2016-04-24 20:17 (INFO) -- ArmoryQt.py:6727 - Attempting to close the main window!

Then I run Armory again - start and close without problem in few minutes. WTF?) Connection to internet stable all time:
Code:
2016-04-24 20:19 (INFO) -- SDM.pyc:669 - PID of bitcoind: 18284
2016-04-24 20:19 (INFO) -- SDM.pyc:670 - PID of armory:   20248
2016-04-24 20:19 (INFO) -- ArmoryUtils.pyc:593 - Executing popen: ['.\\guardian.exe', '20248', '18284']
2016-04-24 20:19 (INFO) -- SDM.pyc:848 - Creating proxy in SDM: host=127.0.0.1, port=8332
2016-04-24 20:19 (INFO) -- ArmoryQt.py:1527 - setupUriRegistration
2016-04-24 20:19 (INFO) -- ArmoryQt.py:1645 - URL-register action: AskUser
2016-04-24 20:19 (INFO) -- ArmoryQt.py:664 - Usermode: Expert
2016-04-24 20:19 (INFO) -- ArmoryQt.py:1823 - Changing usermode:
2016-04-24 20:19 (INFO) -- ArmoryQt.py:1824 -    From: Expert
2016-04-24 20:19 (INFO) -- ArmoryQt.py:1832 -      To: Expert
2016-04-24 20:19 (INFO) -- ArmoryQt.py:5812 - Dashboard switched to auto-InitSync
2016-04-24 20:27 (INFO) -- ArmoryQt.py:2498 - loadBlockchainIfNecessary
2016-04-24 20:27 (INFO) -- ArmoryQt.py:2519 - Setting netmode: 1
2016-04-24 20:27 (INFO) -- ArmoryQt.py:5935 - Dashboard switched to "Scanning" mode
2016-04-24 20:27 (INFO) -- Networking.pyc:64 - Connection initiated.  Start handshake
2016-04-24 20:27 (INFO) -- ArmoryQt.py:5935 - Dashboard switched to "Scanning" mode
2016-04-24 20:27 (INFO) -- Networking.pyc:155 - Received version message from peer:
2016-04-24 20:27 (INFO) -- Networking.pyc:156 -    Version:     70012
2016-04-24 20:27 (INFO) -- Networking.pyc:157 -    SubVersion:  /Satoshi:0.12.1/
2016-04-24 20:27 (INFO) -- Networking.pyc:158 -    TimeStamp:   1461518847
2016-04-24 20:27 (INFO) -- Networking.pyc:159 -    StartHeight: 408747
2016-04-24 20:27 (INFO) -- Networking.pyc:341 - Handshake finished, connection open!
2016-04-24 20:34 (INFO) -- ArmoryQt.py:3121 - Current block number: 408747
2016-04-24 20:35 (INFO) -- ArmoryQt.py:6163 - New Block! : 408748
2016-04-24 20:35 (INFO) -- ArmoryQt.py:6171 - Current block number: 408748
2016-04-24 20:40 (INFO) -- ArmoryQt.py:6685 - BDM is safe for clean shutdown
2016-04-24 20:40 (INFO) -- SDM.pyc:683 - Called stopBitcoind
2016-04-24 20:41 (INFO) -- ArmoryQt.py:6727 - Attempting to close the main window!
2016-04-24 20:41 (ERROR) -- Networking.pyc:350 - ***Connection to Satoshi client LOST!  Attempting to reconnect...
I think may be this line do Armory offline and then don't come back: 2016-04-24 19:16 (INFO) -- ArmoryQt.py:5801 - Dashboard switched to auto-BadConnection (but blocks downloading!).
goatpig (OP)
Moderator
Legendary
*
Offline Offline

Activity: 3682
Merit: 1347

Armory Developer


View Profile
April 24, 2016, 09:51:44 PM
 #63

Armory is failing to shutdown bitcoind somehow. Turn off auto management and deal with BitcoinQt manually instead.

iblackfin
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
April 29, 2016, 10:18:43 PM
 #64

In this version I found that for some transactions I have the Invalid TX error message: "The transaction be displayed you requested does not exist in Armory's database. This is unusual..."
I tried to rebuild the database from scratch, delete and import wallet - nothing helped .. The transaction is there, so I suspect in some reason Armory decided to not include the transaction in DB. Would it be considered as a bug? I am going to revert back to v0.93 to see if it has the same issue. Will post about the result.
Carlton Banks
Legendary
*
Offline Offline

Activity: 3430
Merit: 3074



View Profile
April 29, 2016, 10:23:02 PM
 #65

In this version I found that for some transactions I have the Invalid TX error message: "The transaction be displayed you requested does not exist in Armory's database. This is unusual..."
I tried to rebuild the database from scratch, delete and import wallet - nothing helped .. The transaction is there, so I suspect in some reason Armory decided to not include the transaction in DB. Would it be considered as a bug? I am going to revert back to v0.93 to see if it has the same issue. Will post about the result.

It is considered a bug, and already reported to some extent. I discovered the same problem with both coinbase outputs and transactions that spend coinbase outs, but too late for goatpig to fix it, sadly. Can you tell us whether the tx's you're experiencing this with are either coinbase or spending coinbase?

Vires in numeris
iblackfin
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
April 29, 2016, 10:37:48 PM
 #66

In this version I found that for some transactions I have the Invalid TX error message: "The transaction be displayed you requested does not exist in Armory's database. This is unusual..."
I tried to rebuild the database from scratch, delete and import wallet - nothing helped .. The transaction is there, so I suspect in some reason Armory decided to not include the transaction in DB. Would it be considered as a bug? I am going to revert back to v0.93 to see if it has the same issue. Will post about the result.

It is considered a bug, and already reported to some extent. I discovered the same problem with both coinbase outputs and transactions that spend coinbase outs, but too late for goatpig to fix it, sadly. Can you tell us whether the tx's you're experiencing this with are either coinbase or spending coinbase?
Sure, this is related to spending coinbase ...
Carlton Banks
Legendary
*
Offline Offline

Activity: 3430
Merit: 3074



View Profile
April 29, 2016, 10:44:33 PM
 #67

Ok, that's the same bug me and knightdk found. goatpig knows, so it will likely receive a fix. I don't think it's a problem to continue to use 0.94 with wallets containing coinbase, although I can't say whether spending coinbase will work with 0.94. So you can probably use 0.94 for now, or to put it another way, that's what I've been doing.

Vires in numeris
iblackfin
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
April 29, 2016, 10:50:15 PM
Last edit: April 30, 2016, 08:22:45 AM by iblackfin
 #68

Thanks for letting me know that this bug is already known, so waiting for the fix then ...
ImI
Legendary
*
Offline Offline

Activity: 1946
Merit: 1019



View Profile
May 02, 2016, 03:03:26 PM
Last edit: May 02, 2016, 03:39:36 PM by ImI
 #69

ok, i deleted the 0.93 db, but now Armory keeps crashing at the exact moment it ends syncing and tries to load the database headers.

any idea?

edit: ok, rescan&rebuild the db seems to do the trick
Nattygirl
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
May 04, 2016, 12:59:54 PM
 #70

Hi every one.
Does this mean we can not use 0.93.9 version of Armory anymore or it doesn't make a difference?
Because I have been trying to build the Armory 0.93.3 version and it takes up all my 267GB memory space, I do not know why...:-(
achow101
Staff
Legendary
*
Offline Offline

Activity: 3430
Merit: 6720


Just writing some code


View Profile WWW
May 04, 2016, 01:07:18 PM
Last edit: May 04, 2016, 02:17:01 PM by knightdk
 #71

Hi every one.
Does this mean we can not use 0.93.9 version of Armory anymore or it doesn't make a difference?
You can still use it, but it is recommended that you use 0.94.1 because it is the latest version that has fixed several bugs.

Because I have been trying to build the Armory 0.93.3 version and it takes up all my 267GB memory space, I do not know why...:-(

The databases for 0.93.3 and earlier are much much larger. Use 0.94.1 and the databases will only be a few hundred MB instead of several Gb

Nattygirl
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
May 04, 2016, 01:19:02 PM
 #72

thank you :-).
bitcoinron
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
May 11, 2016, 06:33:00 PM
 #73

I now have armory the transaction you requested displayed does not exist in database.

My transaction summary is now missing 5 coins... I can't tell if they were stolen or if this is armory. I am switching to bitcoin core.

Armory seems to have a security problem where malware can transfer coins I can discuss thanks
bitcoinron
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
May 11, 2016, 06:55:43 PM
 #74

Is there a way to switch back to bitcoin classic? I have 5 wallets

Now 5 coins are missing.. I receive transaction doesn't exist in database error in armory.

I have no way to access my funds and I can't export my wallet so basically this is a bad situation.

I need to check if this is an armory bug or worst case if they have been stolen as I have found a bug that may allow one to do this.
achow101
Staff
Legendary
*
Offline Offline

Activity: 3430
Merit: 6720


Just writing some code


View Profile WWW
May 11, 2016, 07:01:25 PM
 #75

Is there a way to switch back to bitcoin classic? I have 5 wallets

Now 5 coins are missing.. I receive transaction doesn't exist in database error in armory.

I have no way to access my funds and I can't export my wallet so basically this is a bad situation.

I need to check if this is an armory bug or worst case if they have been stolen as I have found a bug that may allow one to do this.
Is there a way to switch back to bitcoin classic? I have 5 wallets

Now 5 coins are missing.. I receive transaction doesn't exist in database error in armory.

I have no way to access my funds and I can't export my wallet so basically this is a bad situation.

I need to check if this is an armory bug or worst case if they have been stolen as I have found a bug that may allow one to do this.
Please do not jump to conclusions and make definitive statements like this without knowing what is actually wrong.

If the transaction(s) was a coinbase transaction, then this is a known bug. We know that there is a problem with Armory when displaying coinbase transactions

If the problem is something else, then can you also provide us with the armory logs?

Lastly, is the five bitcoins missing from your balance or is it just that you cannot see the details of the transaction that sent you those Bitcoins.

bitcoinron
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
May 11, 2016, 11:02:31 PM
 #76

I don't know if it's coinbase.. all the sudden I see these transaction subtracting from my account of wallet 2 and then it happens 12 hours later to wallet 1. Non of these transaction are openable. All have error message transaction can't be displayed, does not exist.

Is there a specific log file I can sent?

These transaction shouldn't be there and now I can't really view the details and coin is gone from the interface.. but I've had incorrect totals before that were fixed by this release
achow101
Staff
Legendary
*
Offline Offline

Activity: 3430
Merit: 6720


Just writing some code


View Profile WWW
May 11, 2016, 11:43:39 PM
 #77

I don't know if it's coinbase.. all the sudden I see these transaction subtracting from my account of wallet 2 and then it happens 12 hours later to wallet 1. Non of these transaction are openable. All have error message transaction can't be displayed, does not exist.
That might be a bug. Since the coins are leaving your wallet, then it isn't a coinbase transaction. Try rescanning the wallet. Go to Help > Rescan Databases and then click OK on the dialog box. Then restart Armory.

Is there a specific log file I can sent?
Go to File > Export Log File and it will instruct you to save the file somewhere. Open up that file and post the contents here. If Bitcointalk tells you that it is too large, post it to pastebin and post the link to that pastebin.

bitcoinron
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
May 12, 2016, 03:37:20 AM
 #78

This is what my dashlooks like..

All those negative transactions, I never made them. You can not get transaction info from them.

I deleted all databases and rebuilt.. took me 4 days, same problem... I need to get my wallet into bitcoincore and test there but I don't know how.

http://s32.postimg.org/jeat22kat/armory.jpg
bitcoinron
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
May 12, 2016, 04:02:28 AM
 #79

The log is at:

http://s000.tinyupload.com/index.php?file_id=94864565476841356988

How can I revert to check my coins in another program? How can I go armory -> bitcoin core?
achow101
Staff
Legendary
*
Offline Offline

Activity: 3430
Merit: 6720


Just writing some code


View Profile WWW
May 12, 2016, 04:22:43 AM
 #80

This is what my dashlooks like..

All those negative transactions, I never made them. You can not get transaction info from them.

I deleted all databases and rebuilt.. took me 4 days, same problem... I need to get my wallet into bitcoincore and test there but I don't know how.


Did you rescan the wallet. Not rebuild the database but rescan the databases. There is a difference between the two, and rescanning shouldn't take as long.

Are you able to copy the transaction IDs of those transactions and post them here. If there is a bug then those txids will not match what the transaction supposedly is in your wallet or they may not exist.

The log is at:

http://s000.tinyupload.com/index.php?file_id=94864565476841356988

How can I revert to check my coins in another program? How can I go armory -> bitcoin core?
I am unable to download your log.

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