mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
3da76e4150
* Applying the snake_case convention throughout the repo - Also removing the file extension where not needed - Adding {{ }} on a few old pages * Addressing concerns - Added {{ }} where they were missed out - Removed spaces inside {{ }} - Reverting "file" to "filename" to make it clearer * Fixing the comments on nc page
703 B
703 B
electrum
Ergonomic Bitcoin wallet and private key management.
- Create a new wallet:
electrum -w {{new_wallet.dat}} create
- Restore an existing wallet from seed offline:
electrum -w {{recovery_wallet.dat}} restore -o
- Create a signed transaction offline:
electrum mktx {{recipient}} {{amount}} -f 0.0000001 -F {{from}} -o
- Display all wallet receiving addresses:
electrum listaddresses -a
- Sign a message:
electrum signmessage {{address}} {{message}}
- Verify a message:
electrum verifymessage {{address}} {{signature}} {{message}}
- Connect only to a specific electrum-server instance:
electrum -p socks5:{{127.0.0.1}}:9050 -s {{56ckl5obj37gypcu.onion}}:50001:t -1