Bitcoin Forum
May 04, 2024, 11:28:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 11 12 13 14 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 ... 233 »
1201  Bitcoin / Armory / Re: Bech32 new address format and Armory on: September 30, 2017, 11:54:20 AM
Good to hear, thanks.
Would you recommend creating new wallets for this? And/or will this coincide with the migration to the new wallet format?

Ente

Most likely I'll add support for this in mirror wallets before the new wallets are out.
1202  Bitcoin / Armory / Re: Bech32 new address format and Armory on: September 30, 2017, 10:57:25 AM
AFAIK bech32 is only for v0 native SW scripts. I'll get it in there at some point.
1203  Bitcoin / Armory / Re: Looking ahead to the next ill-advised hard fork.... on: September 30, 2017, 10:56:16 AM
I believe it's some sort of OP_RETURN output. You can create those in Armory if you are set to expert mode.
1204  Bitcoin / Armory / Re: Using Armory on the BCH chain on: September 30, 2017, 05:41:28 AM
is it true that i can simply scan a BCH encumbered private key into a BCH enabled wallet, like Electron Cash, to claim my BCH even after i've sent the BTC away?

if true, wouldn't that be a simpler method to claim BCH than fiddling with all the truncated blockchain tricks?

If you export private keys, you have to consider the wallet compromised and cycle it. That means your backups are done for too. Choose accordingly.
1205  Bitcoin / Armory / Re: Armory 0.96.3 occasionally crash on: September 29, 2017, 04:24:19 PM
Nothing in there that's really helpful, sorry
1206  Bitcoin / Armory / Re: Armory 0.96.3 released on: September 28, 2017, 05:53:40 PM
What is the new memory usage limit for wallet decryption?

Was never changed.
1207  Bitcoin / Armory / Re: Export list of private keys for segwit address on: September 28, 2017, 08:26:42 AM
I assume that if I use any of the new P2SH-based addresses in Armory, I no longer have that option; i.e. I can get my private keys out of Armory but I cannot make the corresponding scripts in another wallet, and therefore cannot (easily) spend the funds.

The P2SH-P2PK script is most likely unique to Armory. The P2SH-P2WPKH one is actually "standard" as it appears in the original BIP as one of the script types required for SegWit support. Other wallets out to provide that.

Quote
EDIT: I don't think the risk is vanishing.  If goatpig had not picked it up, Armory development would have stopped after etotheipi stopped working on the open source version.  And at least once did the Bitcoin network implement a soft fork that required an Armory update before it could sign transactions again.

1) Someone could just as easily look at the code and make it spit all script variations if support disappears.

2) If the wallet you are using stop being developed, do yourself a favor and move your coins out before the most recent version turns obsolete.

3) Eventually there will be someone who'll figure there's demand for wallet interchangeability and will write an offline tool.
1208  Bitcoin / Armory / Re: Bug (+workaround): Transaction data not recognized by armory (0.96.3, 0.96.2) on: September 28, 2017, 08:21:51 AM
I'm aware of this, should be fixed in the testing branch.
1209  Bitcoin / Armory / Re: FRAGMENTED BACKUPS VULNERABILITY!! IF YOU USE THEM, READ THIS!! on: September 28, 2017, 08:19:05 AM
I doubt that side-channel attacks are at all relevant for paper backups.  That normally requires statistical data on the timing or the amount of power it takes to do the operation.  It might be a worry that a compromized computer can gain information from a hardware wallet through side channels, but not when restoring a wallet.

My guess is that the main problem with SSS is that it is one of the few cryptographic operations that are simple enough that people implement it themselves, instead of getting it from a peer-reviewed and well-debugged library.

If you are using constant time AES and ECDSA, the only time to perform a timing attack is at restore time, which only applies to SSS in this case (assuming it's not in constant time).

Quote
SSS does not just have a plausible deniability edge over multisig scripts (I am sure it does, although I cannot see how).

1) You have assume any skilled/well equipped attacker will always get access to your watching only wallet (think law enforcement raiding your home).

2) This means an attacker will know not only of all your coins on chain, but also have access to all the script hash preimage. Therefor, if you used multisig, they will know of this as well.

3) On the other hand, SSS allows you to split your backups without reflecting that on chain, i.e. you could have all your coins in single sig scripts and there is no way for the attacked to know this just with your WO wallet.
1210  Bitcoin / Armory / Re: Node offline + POLLERR error on: September 27, 2017, 03:44:33 PM
I don't get it, you still having the issue or not?
1211  Bitcoin / Armory / Re: BItcoin Armory is complete garbage, bitcoins lost on: September 27, 2017, 03:18:49 AM
can you name some of the lightweight clients

I don't use light wallets myself. People in here tend to recommend Electrum, so ask them or go with that straight up. Ideally, you could also research light wallets a bit, since you probably have coins stuck in Armory because you did not research the wallet at all before using it.

Quote
any instructions on how to sweep the private keys from armory client

You can get to your private keys from the "Backup Center". You get access to that from the wallet properties dialog, clicking the "Backup this wallet" button on the left side of the window.

As for importing them into another wallet, do your research, or ask the community of the receiving wallet.

Bottom line, you need to invest some time researching the software you're going to use in this space. That will save everybody time and for you specifically, a whole lot of grief.
1212  Bitcoin / Armory / Re: Armory 0.96.3 released on: September 27, 2017, 03:13:42 AM
I'm no OSX expert. At this point I'd suggest you just run a Ubuntu VM and run Armory off of that.
1213  Bitcoin / Armory / Re: Export list of private keys for segwit address on: September 26, 2017, 11:31:22 PM
another question related to this, since we are already discussing about segwit address.
If one private key can generate a P2PKH address and a segwit address, when you spend from the P2PKH address, will the spending also reflect on the segwit address? I mean you are spending from the same private key, which hold just one amount of bitcoin right?

That's not how it works. Read up on UTXOs. The wallet won't let you mismatch script types for a given private key anyways.
1214  Bitcoin / Armory / Re: Export list of private keys for segwit address on: September 26, 2017, 10:51:14 PM
You may want to push the discussion on BIP124, which is the closest proposal to something like this. ATM there's no standard amount wallet services on what script types to process for which derivation scheme and/or private key.

Your target wallet service will most likely not even carry the code to produce the relevant script as it stands.
1215  Bitcoin / Armory / Re: Export list of private keys for segwit address on: September 26, 2017, 10:06:22 PM
The addresses are p2sh, that's not gonna do you much good if you dont have the hash preimage either. What are you trying to achieve here? Check balances on an explorer?
1216  Bitcoin / Armory / Re: Export list of private keys for segwit address on: September 26, 2017, 08:59:37 PM
They're the same keys.
1217  Bitcoin / Armory / Re: BItcoin Armory is complete garbage, bitcoins lost on: September 26, 2017, 06:43:46 PM
Priceless =D

Chances are your coins are fine, but with an attitude like yours, chances are no one will ever care to help you recover them either. God speed to you, friend.
1218  Bitcoin / Armory / Re: Armory 0.96.3 occasionally crash on: September 26, 2017, 06:41:33 PM
I'd have to see some logs.
1219  Bitcoin / Armory / Re: FRAGMENTED BACKUPS VULNERABILITY!! IF YOU USE THEM, READ THIS!! on: September 26, 2017, 05:48:03 PM
In case I am 100% sure that the fragments have not been compromised (sealed envelopes, under the custody of people whom I trust), would it be possible to :
- install Armory 0.96.3 on a fresh machine,
- restore the current wallet here (originally generated with Armory 0.93.3)
- print new "secure" fragments of the same wallet,
- destroy the old fragments and the machine ?

You should cycle the wallets if you're going to bother printing new fragments. Better safe that sorry. Who knows where sha256 will be 30 years from now.

Quote
Would Armory 0.93.3 be able to restore a newly printed wallet in case of need ?

The restoration code is the same, but the fragment IDs are not deterministic anymore, so it's possible the GUI will refuse to proceed further with newly generated fragments until you comment out that check from the Python code. In other words, it can work if you're willing to deal with a little Python.
1220  Bitcoin / Armory / Re: Using Armory on the BCH chain on: September 26, 2017, 05:44:16 PM
Start the DB manually with your custom paths (consider using armorydb.conf for that), then run the client.
Pages: « 1 ... 11 12 13 14 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 ... 233 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!