Bitcoin Forum
June 30, 2024, 01:17:50 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 136 137 138 139 140 ... 233 »
1781  Bitcoin / Armory / Re: why is my transaction still not on blockchain? on: June 08, 2017, 01:01:09 AM
It all depends on how many inputs you have. Armory gives you your nodes fee estimate if you turn the RPC on
1782  Bitcoin / Armory / Re: Armory 0.96 is out on: June 07, 2017, 11:00:20 PM
Turn on your node RPC.
1783  Bitcoin / Armory / Re: Help! Transaction not visible, have I used an old address? on: June 07, 2017, 09:20:47 PM
How did you grab the receive address from Armory? What version are you using?
1784  Bitcoin / Armory / Re: Help! Transaction not visible, have I used an old address? on: June 07, 2017, 08:25:41 PM
You would see the transaction regardless of the coins' destination since you are spending something at the very least. Did you do anything out of the ordinary after creating the transaction? Also post armorylog.txt. Use pastebin.
1785  Bitcoin / Armory / Re: Armory won't start on: June 07, 2017, 06:04:03 PM
post logs
1786  Bitcoin / Armory / Re: Armory 0.96 is out on: June 07, 2017, 06:00:33 PM
post armorylog.txt
1787  Bitcoin / Armory / Re: why is my transaction still not on blockchain? on: June 07, 2017, 05:59:44 PM
Help ->  Clear Unconfirmed Transactions, then restart Armory and try to resend.
1788  Bitcoin / Armory / Re: Armory 0.96 is out on: June 07, 2017, 05:02:15 PM
No, use the testing build for 0.96.1
1789  Bitcoin / Armory / Re: Armory 0.96 is out on: June 07, 2017, 04:28:02 PM
If there's change, you should CPFP. Otherwise clear unconfirmed and push again.
1790  Bitcoin / Armory / Re: Armory 0.96 is out on: June 07, 2017, 02:47:30 PM
Chances are you didn't push a proper fee.
1791  Bitcoin / Armory / Re: why is my transaction still not on blockchain? on: June 07, 2017, 12:47:10 PM
Your transaction doesn't seem to have hit the network at all. If it's being displayed in Armory's ledger, pick Help ->  Clear Unconfirmed Transactions, then restart Armory and try to resend.
1792  Bitcoin / Armory / Re: 0.96.1 testing build #2 on: June 07, 2017, 12:23:49 PM
Ah I see. That can only happen in offline mode. Will push the fix in a few.
1793  Bitcoin / Armory / Re: Several issues with 0.96.0.1 testing on: June 06, 2017, 10:08:58 PM
You don't need to build for that really. The issue was on the Python side, you'd have to pull form the testing branch and repackage with py2exe (assuming you want to create a .exe)
1794  Bitcoin / Armory / Re: Several issues with 0.96.0.1 testing on: June 06, 2017, 11:45:38 AM
Fixed the backup center issues yesterday, you'll have to build yourself or wait for another build.
1795  Bitcoin / Armory / Re: 0.96.1 testing build #2 on: June 06, 2017, 11:44:41 AM
This is happening in the Wallets Properties dialog window in the offline version of Armory (also testing build #2). E.g. when selecting a specific address in the wallet you can not use the right-click options, neither can you double-click and display the address ledger of a specific address (for QR code or public/private keys of addresses).

Kind regards :-)

Double click works for me. Can you try to narrow it down? Which area of the line are you clicking? As for right click menu, there isn't one for this dialog.
1796  Bitcoin / Armory / Re: Building Databases error at 99% on: June 05, 2017, 08:37:03 PM
Quote
It is required to use 0.96?

You should always update when possible. Use the testing build for 0.96.1:

https://github.com/goatpig/BitcoinArmory/releases/tag/v0.96.0.2-testing

Quote
Note that the computer is not that bad (i7, nvidia 6400 etc.)

The relevant factors are, in the following order:

- storage speed
- core count
- ram

Since your graphics card is low end (x400 for nvidia is as bad as it gets), I'm guessing your computer is short on RAM and uses a HDD.

Quote
Or can I also use 0.93.3 with windows 7

It won't be able to run on the SegWit chain when that comes around. It also has some security concerns seeing it still uses the phone home code.

Quote
1. delete rev00891.dat t/m 00893
2. start Bitcoin Core
3. start Armory 0.93.3

More like

Code:
1. delete blk00891.dat through 00893 (don't care about the rev files, they're generated on the fly during indexation)
2. Start Core, let it sync
3. Delete Armory's DB
4. Run Armory
1797  Bitcoin / Armory / Re: different blocks between bitcoin core and armory on: June 05, 2017, 03:35:44 PM
oke, so you don't think it has anything to do with the bitcoin core database? (I started a 'reindex' 4 hours ago to be sure)

It could. It's just cheaper to rebuild Armory's DB from scratch to confirm than to nuke Core's DB, thus why I told you to rebuild.
1798  Bitcoin / Armory / Re: blockchain on armory transaction taking 18+ hours still pending on: June 05, 2017, 03:03:45 PM
It will never mine, CPFP it.
1799  Bitcoin / Armory / Re: blockchain on armory transaction taking 18+ hours still pending on: June 05, 2017, 12:46:32 PM
Use 0.96 and CPFP the change.
1800  Bitcoin / Armory / Re: different blocks between bitcoin core and armory on: June 05, 2017, 12:08:46 PM
Quote
Could the error "merkle root mismatch" have something to do with it?

This is indicative of a bad block of disk or a corrupt ArmoryDB. If a full rebuild of the DB yields the same issue (at the same spot), then your on disk data is corrupt.

Quote
(btw, I often notice armoryDB.exe runs in the background when I closed the armory client. It still comsumes alot of cpu and memory)

That's usually what happens after the running into a bad block during DB build.
Pages: « 1 ... 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 136 137 138 139 140 ... 233 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!