Skip to content

Instantly share code, notes, and snippets.

@Engelberg
Last active June 5, 2019 23:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Engelberg/fec436d476b2238c7939d5f7f60d9eac to your computer and use it in GitHub Desktop.
Save Engelberg/fec436d476b2238c7939d5f7f60d9eac to your computer and use it in GitHub Desktop.
"Poor man's hardware wallet"
For those who cannot afford a hardware wallet, the next best thing is to use Electrum
to create a 2-of-2 multisig wallet with one key on your phone and one on your desktop.
To use, create the transaction on your desktop client, and then display the QR code
for the partially signed transaction. Scan the QR code in your phone's Electrum,
sign it, and broadcast with a few taps.
Given the added difficulty of a hacker accessing both your desktop and your phone,
you get significantly better security and the process of using the wallet remains
relatively straightforward.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment