Post
Topic
Board Electrum
Re: Doubt about the deseed / reseed command
by
btcven
on 08/04/2013, 23:44:08 UTC
Thank you all. I'll try the updated documentation.

It would be very nice if electrum generated a file to make the process easier. Something like:

Code:
electrum maketx unsigned.tx

And then, on the offline node:

Code:
electrum signtx unsigned.tx signed.tx

And finally:

Code:
electrum sendtx signed.tx

I understand that using stream redirection can alleviate the problem on the final step, but the signing would still be very messy. It would be nice to have a simpler command line interface.

The up to date documentations will be placed in the website in a matter of hours.