Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-23 00:19:06 +00:00
parent 8ba6f7fc9e
commit 94c28849c9
382 changed files with 1183 additions and 1056 deletions

View File

@@ -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]}}`