Bitcoin Forum
May 24, 2024, 07:03:20 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 141 142 143 144 145 146 147 148 149 150 151 152 153 ... 233 »
2041  Bitcoin / Armory / Re: Armory 0.96 testing builds on: April 04, 2017, 05:42:21 PM
One thing I am missing, though, is the "hide empty" button.

Will think about it

Quote
I am not sure I like the tree-structure, but there is probably too much info to show otherwise.

Have to distinguish between the new script types now.
2042  Bitcoin / Armory / Re: problem restoring wallet in armory on: April 04, 2017, 10:58:43 AM
Exactly, how did you proceed to delete the wallet? I tried deleting my empty wallet, which seams to be a simple procedure, but following the instructions would endup doing just nothing. Am i missing someting here ?  Thanks for your help

First elaborate on your issue.
2043  Bitcoin / Armory / Re: Stuck on "Initializing bitcoin engine" forever on: April 03, 2017, 09:34:21 PM
If you don't shut down Core gracefully, the leveldb database may get corrupted. Your best bet is to manually control BitcoinQt to make sure it is shut down properly (that the shut down period is respected).
2044  Bitcoin / Armory / Re: fee is too large, too many small inputs for a single transaction. on: April 03, 2017, 09:32:00 PM
Get 0.95.1 synced:

1) Turn off auto bitcoind in File > Settings

2) Upgrade to Core 0.12+, but don't run 0.14. Otherwise, try the 0.96 testing builds as long as your online machine is not running Windows.

3) Get rid of any rpclogin and rpcpassword entries in your bitcoin.conf. Make sure it has "server=1"

4) Delete your database folder

That should get you going with 0.95.

0.93.3 has hardcoded fee limits, you can't do anything about it without modifying the Python scripts.
2045  Bitcoin / Armory / Re: Armory 0.96 testing builds on: April 03, 2017, 09:27:34 PM
Viewing the addresses in a walled does not work

There are addresses. What is happening is that Qt is using weird column sizing by default, and the first (left most) column (the one for addresses) is shrunk. You have to enlarge it and your setting will carry over from there on, but the first time around, the first column on any tree structure is super tiny.
2046  Bitcoin / Armory / Re: Armory Army? on: April 03, 2017, 05:00:48 PM
First rule of Armory Club...   Lips sealed

This

Quote
But where's the "Armory Army" medallion?

I missed the event but looks like the theme was alt coins rather than service providers.

Quote
goatpig and Ente are "Dogecoin followers"

ugh no...

Quote
I'm "Ripple chief scientist"

...

But where's the "Armory Army" medallion?

Maybe this was a cue to run a quick shitcoin pump and dump scheme? ScaleCoin anyone?
2047  Bitcoin / Armory / Re: Wrong release timestamp on: April 03, 2017, 04:52:03 PM
I sign the tags, and more often than not forget to set the clock on my offline signer for testing builds, which then reminds me to do it for the actual release.

The device I use to sign the tags/binaries has no internal battery, thus it can't keep track of time while it is powered off. This explains why the date on the signed tag is so close to the one for 0.95.1 (I don't typically let this device run for more than 5min at a time).
2048  Bitcoin / Armory / Re: Resending transaction? on: April 03, 2017, 04:49:19 PM
Nothing you can do about this in 0.95. Starting 0.96, you can either create the tx with RBF and bump the fee, or CPFP  the change.
2049  Bitcoin / Armory / Re: Armory 0.96 testing builds on: April 03, 2017, 04:36:02 PM
Bundling the Windows tsl fix with a bunch of others, new build ETA: Friday
2050  Bitcoin / Armory / Re: Armory 0.96 testing builds on: March 31, 2017, 09:45:31 PM
Any estimated time to a final 0.96 release yet?
Ty for all your work btw Smiley

Can't tell. If a lot of bugs are found during this testing phase, I can't quite release in such state.
2051  Bitcoin / Armory / Re: 0.96 preliminary testing on: March 31, 2017, 09:09:19 PM
No exe's in the test branch?

I don't understand the question
2052  Bitcoin / Armory / Re: 0.96 preliminary testing on: March 31, 2017, 08:00:58 PM
Testing builds are out, moved the code to the testing branch. Dev will be unstable again soon. Unsticking this thread.

Tested the compressed key script on the mainnet. RBF too. So far so good.

Quote
Would making it easier in one way, yet making it harder feature to discover and understand in others, achieve less abuse of the RBF feature in practice?

Usually, honest users don't try as hard to get things to work as malevolent ones. You are better off making the thing easy to use in the end. But UX is a pain to work on, so in due time.
2053  Bitcoin / Armory / Armory 0.96 third testing builds on: March 31, 2017, 07:55:27 PM
Third testing builds, updated changelog. Added RBF auto fee bump from the ledger (right click a RBF zc to see the option)

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

---------------------------------

The changelog covers most of what's new with a couple caveats:

- Added CPFP and RBF. CPFP is accessible from the coin control GUI, RBF has its own. CPFP and RBF are mutually exclusive. The RBF GUI is up for change, this is just a tentative approach for now.

- Auto bitcoind woes should be fixed, give it a spin

---------------------------------

I'll repeat the warning in the changelog for the good measure:

This version introduces new address types. These address types are not compatible with previous versions of Armory. Any version of Armory (or any wallet for that matter) can pay to these addresses, but only Armory 0.96 can spend from them. Naturally, the new features are opt-in, even code wise.

Legacy P2PKH addresses are untouched and can still be signed by anything 0.92+.

The SegWit address type is locked to testnet only.

---------------------------------

I've spent to and from the new nested compressed key script on the mainnet. Regardless, I recommend to start with small amounts at first, as a precaution.
2054  Bitcoin / Armory / Re: Armory 0.95.1 is out on: March 30, 2017, 12:21:37 PM
2.7
2055  Bitcoin / Armory / Re: Armory freezes and no error messages when trying to send transaction on: March 30, 2017, 11:22:09 AM
Do a rescan.
2056  Bitcoin / Armory / Re: Moving coins without online wallet on: March 28, 2017, 09:37:23 PM
Quote
Unfortunately my offline machine is 32bit windows and I don't think I can compile.

0.92.3 had a x86 release for Windows and can sign for up to 0.95.1. I don't have these so you will have to look for them on your own.
0.93.2 offline bundles are available in x86 for Ubuntu and RPi armv7.

You should still update your Bitcoin node regardless.

Quote
One question I still have is why I couldn't broadcast from Electrum after importing my addresses to the online Electrum and the corresponding private keys to the offline Electrum? Why would my Armory setup matter at all in the case where I was using Electrum? Do the addresses not correspond to the private keys?

I do not know, I have no idea what Electrum is doing with those keys. You should ask them directly.
2057  Bitcoin / Armory / Re: Moving coins without online wallet on: March 28, 2017, 08:44:49 PM
I strongly advise you to update everything. You are using dated and obsolete software.

As for your transactions failing to broadcast, there has been a few changes to signature serialization in the past to reduce malleability. While any Armory pre 0.92 can sometimes create properly serialized signatures, it will more often than not create invalid ones.

Around the time these serialization rules were added, there was a few bots grabbing the bad transactions and reserializing the signatures to the proper format as a public service. I don't know that these bots are active anymore. At any, you will have a hard time broadcasting anything with that setup.
2058  Bitcoin / Armory / Re: Moving coins without online wallet on: March 28, 2017, 12:58:27 PM
Quote
I'm using Armory wallet 0.91.2.

You can't be serious?

Give me the versions of:

1) Your node
2) Your online Armory
3) Your offline signer (if applicable)

Quote
I haven't rebuilt the block database yet as my CLI/Linux skills aren't the best.

Do you not have bitcoin-qt installed?

Quote
Does this mean I'd have to download the entire blockchain again?

No, reindexing the node DB means to reverify all blocks and transactions. It won't try to redownload data it already has. It is a long process regardless.
2059  Bitcoin / Armory / Re: Moving coins without online wallet on: March 28, 2017, 10:52:52 AM
1) Are you using a wallet or a lockbox?

2) What version of Armory are you using?

3) Did you see your balance on Electrum?

4) What's the state of your Armory setup? Start BitcoinQt on its own, is it syncing?
2060  Bitcoin / Armory / Re: How to get the xpub key of my armory wallet account? on: March 28, 2017, 10:41:26 AM
https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki#Extended_keys
Pages: « 1 ... 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 141 142 143 144 145 146 147 148 149 150 151 152 153 ... 233 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!