Title: Can I do offline signing with both armory installations not having to... Post by: fizgig on May 09, 2017, 08:40:45 PM ...to download the blockchain?
I just want to make a quick transaction, sign it, then broadcast it. I don't want to download the blockchain to do this. Is this possible? Thanks! Title: Re: Can I do offline signing with both armory installations not having to... Post by: achow101 on May 09, 2017, 08:47:47 PM Yes. The online wallet creates an unsigned transaction with all of the necessary details for signing the transaction (except the private keys) which you then take to an offline computer and sign it.
Title: Re: Can I do offline signing with both armory installations not having to... Post by: fizgig on May 09, 2017, 08:48:54 PM Thanks. That part I get but it seems that installing armory installs bitcoind which automatically starts downloading the blockchain. I'd like it not to do that on either computer.
Title: Re: Can I do offline signing with both armory installations not having to... Post by: achow101 on May 09, 2017, 08:53:13 PM Thanks. That part I get but it seems that installing armory installs bitcoind which automatically starts downloading the blockchain. I'd like it not to do that on either computer. You will need to do that on the online computer. The offline computer won't do that since it won't have an internet connection.Title: Re: Can I do offline signing with both armory installations not having to... Post by: fizgig on May 09, 2017, 08:54:10 PM Ok. So I can't do what I want - I have to download the entire blockchain on the online computer.
Title: Re: Can I do offline signing with both armory installations not having to... Post by: achow101 on May 09, 2017, 08:56:28 PM Ok. So I can't do what I want - I have to download the entire blockchain on the online computer. Yes, you will have to download the entire blockchain in order to create the unsigned transaction. There is no way for Armory to create that transaction without knowing what transactions it can spend and what the output scripts for those are.Title: Re: Can I do offline signing with both armory installations not having to... Post by: fizgig on May 09, 2017, 08:58:12 PM Well, it could find the transaction details from an online source but I guess that feature hasn't been added. Looking into bither on android to see if I make any progress there. Thanks.
Title: Re: Can I do offline signing with both armory installations not having to... Post by: goatpig on May 09, 2017, 09:04:45 PM Well, it could find the transaction details from an online source but I guess that feature hasn't been added. Looking into bither on android to see if I make any progress there. Thanks. That feature exists but you'd have to rely on someone running a DB for you. |