Bitcoin Forum
March 15, 2025, 11:42:25 AM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 »
21  Bitcoin / Armory / Re: Armory - Discussion Thread on: July 25, 2014, 01:30:05 AM
Alan,

My native language is not english, but I need to tell you that you make complex things so easy to understand. You write very well.
All my doubs (I think you read my mind) about multi-signature lockboxes was described on: https://bitcoinarmory.com/using-lockboxes



THANKS A LOT FOR DEVELOPING ARMORY SOFTWARE.  Roll Eyes

22  Bitcoin / Armory / Re: Armory - Discussion Thread on: July 22, 2014, 01:16:45 AM
I asked on Armory but he replied about the two cases.
23  Bitcoin / Armory / Re: Armory - Discussion Thread on: July 21, 2014, 10:55:06 PM
Hi Muhammed Zakir,

I will wait your feedback. Thanks. I asked BitGo and I received this answer:

(Hi,

Yes, it is possible to import addresses or keys from Armory. You can do this by using the "Link Outside Account" feature to paste in either the addresses (for tracking only) or the private keys (if you are trying to sweep the value into a BitGo wallet).

With regards to your KeyCard question, the keys there are not intended for import into any other software (and you should never try to do so). The KeyCard is your secure backup of the multiple HD master keys used to create your BitGo wallet. It only needs to be used in the case you forget your passcode or if you wanted to recover your funds without any assistance from BitGo. It can be used with our offline recovery tool published at https://github.com/BitGo/BitGo-MultiSignature-Offline-Recovery-Tool)


24  Bitcoin / Armory / Re: Armory - Discussion Thread on: July 21, 2014, 12:37:04 AM
Thanks.

Last question about this subject.

I created an account on https://www.bitgo.com and they say that I have access of 2 from 3 addresses generated.
I have a BitGo PDF backup with qrcode data.
I would like to know if is possible to import this two addresses on Armory.

Anyone know how to import the Bitgo data on Armory? I ask because I really did not understand the information generated on Bitgo PDF backup.

Thanks

25  Bitcoin / Armory / Re: Armory - Discussion Thread on: July 20, 2014, 08:50:48 PM
Hi,

noob question:

I would like to create a 2of3 multisign address. But I would like two addresses be created using https://play.google.com/store/apps/details?id=com.bitpay.copay and one address from Armory.
Is this possible?
Can I import the public key from Armory on Copay?
Can I import the public keys created on Copay on Armory?


26  Bitcoin / Armory / Re: Armory - Discussion Thread on: July 13, 2014, 11:25:31 PM
Hi, some noob questions:

1- Is it possible to know if a standard btc address (that start with 1) is part of a multisignature transaction? by looking bitcoin network.
2- Why Armory only generate one multisign address (that start with 3)? Is it possible create a new address for each transation? (privacy)

Thanks
27  Local / Português (Portuguese) / Re: Maior exchange do Brasil! on: July 03, 2014, 11:34:00 PM
Porque não adicionam os dados no https://bitcoinaverage.com?
28  Bitcoin / Development & Technical Discussion / Re: [ANN] Armory Multi-Sig with Simulfunding [BOUNTY 0.03 per bug] on: July 01, 2014, 02:52:13 AM
Im using Armory offline and the button (collect sigs and broadcast) say (must be online to broadcast). But  I can click on the button.

Different of:

The button (create spending Tx) say I must be online to spend. But because Im in offline mode, the button is INACTIVE.
29  Bitcoin / Development & Technical Discussion / Re: [ANN] Armory Multi-Sig with Simulfunding [BOUNTY 0.03 per bug] on: June 30, 2014, 11:24:23 PM
2- I don't understand why is possible to edit a created lockbox.

Already got you covered on this:

  • If you edit the lockbox metadata, nothing changes, it just updates the meta data and everything is the same.
  • If you edit M, N or any of the public keys, it gives you the warning below


Code:
               You originally loaded lockbox (%s) but the edits you made
               have caused it to become a new/different lockbox (%s).
               Changing the M-value, N-value, or any of the public keys
               will result in a new lockbox, unrelated to the original.
               
               *If you click "Ok" a new lockbox will be created* instead
               of replacing the original.  If you do not need the original,
               you can go the lockbox browser and manually remove it.

Thanks.
30  Bitcoin / Development & Technical Discussion / Re: [ANN] Armory Multi-Sig with Simulfunding [BOUNTY 0.03 per bug] on: June 30, 2014, 11:11:07 PM
Hi,

1- What is the reason of have 1 of 2 (m-of-n)?
2- I don't understand why is possible to edit a created lockbox.

Sorry if the questions doesn't make sense.
31  Bitcoin / Armory / Re: Armory - Discussion Thread on: June 16, 2014, 02:14:04 AM
Hi,

I have a problem:

1- I hibernate the laptop with Armory opened.
2- I back from hibernate.
3- Armory doesnt syncronize. (To syncronize again I need to restart Armory).

OS: Ubuntu 64



Nothing can be done about this. Some of Armory's stack is forced in the RAM through mlock. Hibernation copies the entire RAM into the swap partition. Since that would defeat mlock's purpose, mlock'ed memory is not copied imaged in on hibernation. Armory won't be able to recover from that.

Why Bitcoin-Qt Core is able to recover syncronization from hibernation and Armory cant?

Is it possible at least when coming back from hibernation, Armory show a message asking to restart Armory to syncronize again.
32  Bitcoin / Armory / Re: Armory - Discussion Thread on: June 15, 2014, 02:37:58 AM
Hi,

I have a problem:

1- I hibernate the laptop with Armory opened.
2- I back from hibernate.
3- Armory doesnt syncronize. (To syncronize again I need to restart Armory).

OS: Ubuntu 64



Nothing can be done about this. Some of Armory's stack is forced in the RAM through mlock. Hibernation copies the entire RAM into the swap partition. Since that would defeat mlock's purpose, mlock'ed memory is not copied imaged in on hibernation. Armory won't be able to recover from that.

Why Bitcoin-Qt Core is able to recover syncronization from hibernation and Armory cant?

When this be implemented, will help in any way?: https://github.com/bitcoin/bitcoin/issues/4124
33  Bitcoin / Armory / Re: Armory - Discussion Thread on: June 15, 2014, 02:30:58 AM
Hi,

I have a problem:

1- I hibernate the laptop with Armory opened.
2- I back from hibernate.
3- Armory doesnt syncronize. (To syncronize again I need to restart Armory).

OS: Ubuntu 64



Nothing can be done about this. Some of Armory's stack is forced in the RAM through mlock. Hibernation copies the entire RAM into the swap partition. Since that would defeat mlock's purpose, mlock'ed memory is not copied imaged in on hibernation. Armory won't be able to recover from that.

Why Bitcoin-Qt Core is able to recover syncronization from hibernation and Armory cant?
34  Bitcoin / Armory / Re: Armory - Discussion Thread on: June 15, 2014, 12:04:21 AM
Hi,

I have a problem:

1- I hibernate the laptop with Armory opened.
2- I back from hibernate.
3- Armory doesnt syncronize. (To syncronize again I need to restart Armory).

OS: Ubuntu 64



Nothing can be done about this. Some of Armory's stack is forced in the RAM through mlock. Hibernation copies the entire RAM into the swap partition. Since that would defeat mlock's purpose, mlock'ed memory is not copied imaged in on hibernation. Armory won't be able to recover from that.

 Cry
35  Bitcoin / Armory / Re: Armory - Discussion Thread on: June 14, 2014, 01:11:25 PM
Hi,

I have a problem:

1- I hibernate the laptop with Armory opened.
2- I back from hibernate.
3- Armory doesnt syncronize. (To syncronize again I need to restart Armory).

OS: Ubuntu 64

36  Bitcoin / Armory / Re: Armory - Discussion Thread on: June 07, 2014, 07:09:20 PM
Suggestion:

I think when right clicking on an address that was imported, the menu should have an option to sweep the private keys to an address of the armory deterministic wallet.
37  Bitcoin / Armory / Re: Armory - Discussion Thread on: June 03, 2014, 12:05:25 AM
Just would like to say that Armory Wallet is amazing.

Thanks Alan.
38  Bitcoin / Armory / Re: Armory - Discussion Thread on: June 02, 2014, 12:12:47 AM
Thanks. Now I see on print backup window an option to select (print imported keys)

39  Bitcoin / Armory / Re: Armory - Discussion Thread on: June 01, 2014, 10:22:45 PM
What about this: https://bitcoinarmory.com:8443/tickets.php?id=562

A bug?
40  Bitcoin / Armory / Re: Armory - Discussion Thread on: June 01, 2014, 10:20:49 PM
After I import an address, will new printable backups work for the imported addresses too?
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!