Bitcoin Forum
May 06, 2024, 09:22:29 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 [85] 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 ... 233 »
1681  Bitcoin / Armory / Re: WindowsError: [Error 6] The handle is invalid -- HELP on: June 22, 2017, 04:14:30 PM
Turn off auto bitcoind management in File -> Settings. If you can't get there, start Armory in offline mode. Then start BitcoinQt manually (let it sync) and Armory afterwards.
1682  Bitcoin / Armory / Re: Digital Backups on: June 22, 2017, 09:51:55 AM
Upgrade to this:

https://github.com/goatpig/BitcoinArmory/releases/tag/v0.96.0.3-testing
1683  Bitcoin / Armory / Re: Digital Backups on: June 22, 2017, 08:06:37 AM
Post your logs, use pastebin.
1684  Bitcoin / Armory / Re: Restored Paper Wallet Shows 0 Balance on: June 22, 2017, 04:04:37 AM
Delete this folder: E:\Files\Digital Currency\databases

and upgrade to this: https://github.com/goatpig/BitcoinArmory/releases/tag/v0.96.0.3-testing
1685  Bitcoin / Armory / Re: Restored Paper Wallet Shows 0 Balance on: June 22, 2017, 02:52:22 AM
Post your full logs. Use pastebin.
1686  Bitcoin / Armory / Re: Armory and Segwit2x on: June 22, 2017, 01:12:26 AM
You need at least 0.95 to be able to sync a SW aware chain.
1687  Bitcoin / Armory / Re: Armory 0.96 is out on: June 21, 2017, 12:10:42 AM
You can try to build the testing branch if you want to use the fix right now. Otherwise, sometimes this weekend.
1688  Bitcoin / Armory / Re: Armory 0.96 is out on: June 20, 2017, 11:08:26 PM
After log file inspection, you will have to wait for new testing build to get the fix.
1689  Bitcoin / Armory / Re: Armory 0.96 is out on: June 20, 2017, 11:03:05 PM
So your tx still appears as unconfirmed in Armory?
1690  Bitcoin / Armory / Re: Armory 0.96 is out on: June 20, 2017, 10:13:18 PM
TimR: use pastebin!
1691  Bitcoin / Armory / Re: Lets make ARMORY Instructions for noob. on: June 20, 2017, 06:22:47 PM
What about you use the wallet's properties dialog instead?
1692  Bitcoin / Armory / Re: Armory 0.96 is out on: June 19, 2017, 11:46:24 PM
Post your logs.
1693  Bitcoin / Armory / Re: Armory 0.96 is out on: June 19, 2017, 06:34:35 PM
(469262 blocks)

You're trailing over 1000 blocks.
1694  Bitcoin / Armory / Re: Importing Armory paper wallet backup (Secure Print) without Armory on: June 19, 2017, 11:36:05 AM
The chain derivation code has not change. SecurePrint encrypts the root key, the derivation code applies on decrypted keys to begin with.

Printing the SecurePrint code is a bit more demanding. You would have to print out the key derivation function code as well as the parameters used and the code providing the initiation vector.

At this rate you are better off dodging SecurePrint and using the fragment backups instead, which just use Shamir's secret sharing to break down the root key into several pieces. You could also grab the raw key, apply some common encryption to it and write down those parameters on the backup (instead of relying on Armory's custom KDF and IV).
1695  Bitcoin / Armory / Re: Upgraded to 0.96 building database takes long on: June 18, 2017, 06:26:19 PM
Ok, so if I leave it running like this it will never finish?

Not when it triggers this issue.

Quote
Does this also have something to do with the weird big that started all this? (The, non-existing (?) outgoing transaction that Armory showed with the associated lower balance)


I don't know that they are related yet.

Quote
When are you planning to release the testing build? (I have to travel in a few days).

Once it's ready and tested. Can't tell you more.
1696  Bitcoin / Armory / Re: Upgraded to 0.96 building database takes long on: June 18, 2017, 06:13:12 PM
Okay, is having an old copy a problem? I always run a bit behind for security reasons (want to give it some time in the wild for bugs to be found). Version 0.13 is only 10 months old. Or is this because my blockchain is based on even older versions of Bitcoin and upgraded every time?

No that means you synced your chain with a super old version of Core and never had to nuke it since. Nothing wrong with that, but the size of the early block files is a tell.

Quote
Meanwhile I started ArmoryQT by itself. I blazed passed the first steps (organizing chain, building database) and again is hanging my computer while scanning transaction history. Anything I can see or do?

Edit:

ArmoryDB memory usage is 3.6GB. Total memory usage is 93-99% ArmoryQT UI is hanging (like always, the little spinning banner is frozen)

No this means your computer is so weak that you can 100% trigger this issue even on top of a completed build. I've got a VM gimped enough that I ran in the issue every other 5 scans now (I've never managed to reproduce the issue before), so I think I can get it under control. You'll have to wait for testing build with the fix or build it yourself once I push.
1697  Bitcoin / Armory / Re: Upgraded to 0.96 building database takes long on: June 18, 2017, 05:52:03 PM
You have an old copy of the chain, that explains it. Just start Armory the regular way now, see how that goes.
1698  Bitcoin / Armory / Re: Upgraded to 0.96 building database takes long on: June 18, 2017, 05:42:04 PM
Are you using a very old copy of the chain? How big are the first blkXXXXX.dat files in your blockchain data folder?
1699  Bitcoin / Armory / Re: Upgraded to 0.96 building database takes long on: June 18, 2017, 05:35:39 PM
Quote
-INFO  - 18:51:13.306: (..\DatabaseBuilder.cpp:268) parsed block file #852

You are short like 5GB worth of block data.
1700  Bitcoin / Armory / Re: Upgraded to 0.96 building database takes long on: June 18, 2017, 04:11:16 PM
So only armorydb.exe (not armoryqt.exe)?

Yes
Pages: « 1 ... 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 [85] 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 ... 233 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!