Author

Topic: Doubt about the deseed / reseed command (Read 1264 times)

hero member
Activity: 938
Merit: 1000
April 09, 2013, 02:49:58 AM
#7
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.

You can also do all the steps from the GUI, can't get much easier then that Smiley
hero member
Activity: 715
Merit: 500
Bitcoin Venezuela
April 08, 2013, 07:44:08 PM
#6
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.
newbie
Activity: 28
Merit: 0
April 08, 2013, 05:10:15 PM
#5
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.
legendary
Activity: 1896
Merit: 1353
April 04, 2013, 06:59:01 AM
#4
sorry, the documentation on the wiki is deprecated.
please use the doc included in the package: https://github.com/spesmilo/electrum/tree/master/docs

hero member
Activity: 715
Merit: 500
Bitcoin Venezuela
April 03, 2013, 08:47:02 PM
#3
^
Maybe Electrum' documentation need to be updated with the MPK option for offline and online wallets.
hero member
Activity: 938
Merit: 1000
April 03, 2013, 04:48:21 AM
#2
Here is how I do it.

I have a totally offline computer which I installed Electrum on and generate my offline wallet seed. I exported this wallets Master Public Key through settings->export.

I created a deseeded (read-only) wallet using the MPK on my online computer. Whenever I need to touch the funds in my offline wallet I first create a transaction from the deseeded wallet which I store on a usb drive. (You can do this by simply making a payment from "Send" tab it will save it as a file). I hook up the usb drive to my offline computer and use Electrum there to sign the transaction, after which I transfer it back to the online pc to broadcast it over the network.

newbie
Activity: 28
Merit: 0
April 01, 2013, 10:57:39 PM
#1
Hi guys,

    The documentation for Electrum mentions that I can create an offline wallet: https://en.bitcoin.it/wiki/Electrum#Offline_wallet. It says:

Quote
step 2: extract the seed from your wallet file:
[offline]$ electrum -o -w wallet deseed
This will remove the seed from 'wallet', and save it to a file named 'wallet.seed'

    This does not happen in the latest version. Instead only a file named electrum.dat.seedless is created. Without the wallet.seed it's impossible to 'reseed' a synced wallet and make offline transactions. Also the --help option does not mention any reseed command. Has things changed and the documentation is stale? Am I missing something? What is the correct way of doing this?

Thanks in advance.
Jump to: