mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-21 18:02:26 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,15 +10,15 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Create a new wallet:
|
||||
|
||||
`electrum -w {{new_wallet.dat}} create`
|
||||
`electrum {{[-w|--wallet]}} {{path/to/new_wallet.dat}} create`
|
||||
|
||||
- Restore an existing wallet from seed offline:
|
||||
|
||||
`electrum -w {{recovery_wallet.dat}} restore -o`
|
||||
`electrum {{[-w|--wallet]}} {{path/to/recovery_wallet.dat}} restore {{[-o|--offline]}}`
|
||||
|
||||
- Create a signed transaction offline:
|
||||
|
||||
`electrum mktx {{recipient}} {{amount}} -f 0.0000001 -F {{from}} -o`
|
||||
`electrum mktx {{recipient}} {{amount}} {{[-f|--fee]}} 0.0000001 {{[-F|--from-addr]}} {{from}} {{[-o|--offline]}}`
|
||||
|
||||
- Display all wallet receiving addresses:
|
||||
|
||||
@@ -34,4 +34,4 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Connect only to a specific electrum-server instance:
|
||||
|
||||
`electrum -p socks5:{{127.0.0.1}}:9050 -s {{56ckl5obj37gypcu.onion}}:50001:t -1`
|
||||
`electrum {{[-p|--proxy]}} socks5:{{127.0.0.1}}:9050 {{[-s|--server]}} {{56ckl5obj37gypcu.onion}}:50001:t {{[-1|--oneserver]}}`
|
||||
|
||||
Reference in New Issue
Block a user