Author

Topic: Old bitcoins (Read 8 times)

brand new
Activity: 0
Merit: 0
May 04, 2024, 12:06:24 AM
#1
Hi.

Does someone know about this?:

Here is how to sign a transaction with an offline Electrum wallet.

1. With your online (seedless) wallet, create the transaction using mktx:

./electrum mktx


XxxxxxAlot off numbers…. Xxxx

Note that returned json contains the unsigned tx in "hex". The field "complete" is false because the transaction is not signed, and "input_info" contains parameters that need to be passed to the offline wallet so that it knows which private keys to generate.

2. Sign the transaction with your offline wallet: pass "hex" and "input_info" to "signrawtransaction':

./electrum signrawtransaction

The command returns a fully signed transaction, as indicated by the "complete" field.

This transaction can be sent to the network with 'sendrawtransaction
Jump to: