2014-02-20 01:08:47 +00:00
|
|
|
# electrum
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
> Ergonomic Bitcoin wallet and private key management.
|
2019-06-08 01:04:00 +01:00
|
|
|
> More information: <https://electrum.org>.
|
2014-02-20 01:08:47 +00:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Create a new wallet:
|
2014-02-20 01:08:47 +00:00
|
|
|
|
2016-07-22 21:24:06 +01:00
|
|
|
`electrum -w {{new_wallet.dat}} create`
|
2014-02-20 01:08:47 +00:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Restore an existing wallet from seed offline:
|
2014-02-20 01:08:47 +00:00
|
|
|
|
2016-07-22 21:24:06 +01:00
|
|
|
`electrum -w {{recovery_wallet.dat}} restore -o`
|
2014-02-20 01:08:47 +00:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Create a signed transaction offline:
|
2014-02-20 01:08:47 +00:00
|
|
|
|
2014-02-20 11:51:15 +00:00
|
|
|
`electrum mktx {{recipient}} {{amount}} -f 0.0000001 -F {{from}} -o`
|
2014-02-20 01:08:47 +00:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Display all wallet receiving addresses:
|
2014-02-20 01:08:47 +00:00
|
|
|
|
|
|
|
`electrum listaddresses -a`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Sign a message:
|
2014-02-20 01:08:47 +00:00
|
|
|
|
2014-02-20 11:51:15 +00:00
|
|
|
`electrum signmessage {{address}} {{message}}`
|
2014-02-20 01:08:47 +00:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Verify a message:
|
2014-02-20 01:08:47 +00:00
|
|
|
|
2014-02-20 11:51:15 +00:00
|
|
|
`electrum verifymessage {{address}} {{signature}} {{message}}`
|
2014-02-20 01:08:47 +00:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Connect only to a specific electrum-server instance:
|
2014-02-20 01:08:47 +00:00
|
|
|
|
2014-02-20 11:51:15 +00:00
|
|
|
`electrum -p socks5:{{127.0.0.1}}:9050 -s {{56ckl5obj37gypcu.onion}}:50001:t -1`
|