Bitcoin Forum
May 25, 2024, 12:40:49 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 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 ... 233 »
1281  Bitcoin / Armory / Re: Please can I get some help on: September 15, 2017, 10:52:32 PM
This means your transaction never broadcasted to begin with. You can clear your mempool and send the transaction anew (Help->Clear mempool). I suggest you start BitcoinQt manually and make sure it is well connected before sending the new tx (4+ connections).
1282  Bitcoin / Armory / Re: MAC EXPERT NEEDED! BDM Error and Can't Open 0.95.1 / Rebuilt, STILL ERROR! on: September 15, 2017, 10:51:09 PM
What version of Armory are you using? What version of Armory where you using before that? If you updated recently, did you clear your previous database folder? The error you are getting is a trademark of running a new version of Armory on an older DB (0.94 vs 0.93 DB) or (0.95+ vs 0.94 DB).
1283  Bitcoin / Armory / Re: Impossible to spend my bitcoin Wallet from armory 0.96.2 on: September 15, 2017, 10:48:16 PM
I have the same issue than yesterday :
The first time I try to send bitcoin to a valid recipient address I have the error message : The transaction that you just attempted to broadcast has failed with the following error : Missing inputs

This means you are trying to spend outputs that just do not exists. Something is off with your blockchain data/Armory DB state

Quote
For the second try, I have the "Coin selection failure" with the message "Coin selection failed with error : Invalid spend value"

Could you please help, knowing that I've done all that was suggested above (including 60sat/byte for the transaction) ?

This means you are trying to spend more than your balance allows for. Reduce the spend value, use the MAX check box or lower the fee to hit something usable.
1284  Bitcoin / Armory / Re: BDM Error all the time on: September 15, 2017, 08:39:18 PM
type lrelease in the terminal, do you get anything? The binary test just does that really. Soft link lrelease to whatever you want at this point, or remove the line. It will fail the install at the end but the build will be fine.
1285  Bitcoin / Armory / Re: Problems using offline wallet on: September 15, 2017, 09:48:10 AM
OK thanks. I think my problem is that I loaded the blockchain separately rather than through Armory. Would this mean that each time I open Armory it is not managing the blockchain for me? How do I make sure this is happening?

First of all, start BitcoinQt and make sure it's fully sync'd with the network. Then start Armory and see if it catches up. If it doesn't, are you using a custom folder for your blockchain data?
1286  Bitcoin / Armory / Re: BDM Error all the time on: September 15, 2017, 09:45:51 AM
What error are you getting?
1287  Bitcoin / Armory / Re: BDM Error all the time on: September 14, 2017, 06:14:46 PM
It's looking for lrelease in your binary path. It can't find it cause that stuff is name lrelease-qt4 in fedora. Either make it find the right binary or change the name here:

https://github.com/goatpig/BitcoinArmory/blob/master/configure.ac#L86
1288  Bitcoin / Armory / Re: Armory shows wrong balance on: September 14, 2017, 05:24:27 PM
It doesn't look stuck, it looks like you only have that much block data. Start BitcoinQt manually, how many blocks does it show? Is it trying to sync past #260k?
1289  Bitcoin / Armory / Re: Armory 0.96.2 is out (SegWit enabled) on: September 14, 2017, 05:22:58 PM
Is it OK to use Armory with bitcoind built with

Code:
./configure --disable-wallet

?

Yes. That's how I use it personally.
1290  Bitcoin / Armory / Re: Problem with 0.96.0 and another with 0.96.2 on: September 14, 2017, 11:13:16 AM
Turn off autobitcoind in File -> Settings and start BitcoinQt manually.
1291  Bitcoin / Armory / Re: missing bitcoin on: September 14, 2017, 10:21:39 AM
log files
1292  Bitcoin / Armory / Re: Amory offline installation on Ubuntu on: September 14, 2017, 09:43:21 AM
Yep, older CPU. Build from source on the target machine.
1293  Bitcoin / Armory / Re: BDM Error all the time on: September 14, 2017, 09:42:10 AM
You have to symlink lrelease-qt4 to lrelease for it to work on Fedora.
1294  Bitcoin / Armory / Re: Please help me confirm my Armory settings are good / the best ones on: September 13, 2017, 08:15:45 PM
All good.
1295  Bitcoin / Armory / Re: BDM Error all the time on: September 13, 2017, 06:07:31 PM
Upgrade and delete your databases folder.

https://github.com/goatpig/BitcoinArmory/releases
1296  Bitcoin / Armory / Re: Amory offline installation on Ubuntu on: September 13, 2017, 05:51:45 PM
From the terminal, browse to the folder with the .deb files and type the following command:

Code:
sudo dpkg -i *.deb
1297  Bitcoin / Armory / Re: Can't get P2SH funds out of offline Armory on: September 13, 2017, 12:40:58 PM
Ok, that makes perfect sense. Anyway, I could recover the BTC with the help of the person.

Now I'm also trying to recover the BCH from those same addresses. What would you advise to do to do that? I tried just relaying a BTC transaction on the BCH network to transfer the coins but BCH transactions must have an additional opcode to avoid chain jumping.

Read the stickied guide:

https://bitcointalk.org/index.php?topic=2070058.0
1298  Bitcoin / Armory / Re: Can't get P2SH funds out of offline Armory on: September 13, 2017, 11:43:04 AM
Thank you goatpig, someone has already contacted me and is already helping with that.

I'm curious, is there really no way to just export P2SH addresses?

Whatever you are exporting it to needs to produce the same script hash or it won't know what to look for on the chain.
1299  Bitcoin / Armory / Re: Can't get P2SH funds out of offline Armory on: September 13, 2017, 10:55:56 AM
Send me your WO wallet...
1300  Bitcoin / Armory / Re: Please can I get some help on: September 13, 2017, 09:20:27 AM
Delete this folder and start again:

C:\Users\Andrew\AppData\Roaming\Armory\databases
Pages: « 1 ... 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 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 ... 233 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!