
electrum
List of commands for electrum:
-
electrum:tldr:1dbee electrum: Verify a message.$ electrum verifymessage ${address} ${signature} ${message}try on your machineexplain this command
-
electrum:tldr:36c8b electrum: Restore an existing wallet from seed offline.$ electrum -w ${recovery_wallet-dat} restore -otry on your machineexplain this command
-
electrum:tldr:3a524 electrum: Connect only to a specific electrum-server instance.$ electrum -p socks5:${127-0-0-1}:9050 -s ${56ckl5obj37gypcu-onion}:50001:t -1try on your machineexplain this command
-
electrum:tldr:8ade1 electrum: Sign a message.$ electrum signmessage ${address} ${message}try on your machineexplain this command
-
electrum:tldr:ace95 electrum: Display all wallet receiving addresses.$ electrum listaddresses -atry on your machineexplain this command
-
electrum:tldr:b15db electrum: Create a new wallet.$ electrum -w ${new_wallet-dat} createtry on your machineexplain this command
-
electrum:tldr:f7e74 electrum: Create a signed transaction offline.$ electrum mktx ${recipient} ${amount} -f 0.0000001 -F ${from} -otry on your machineexplain this command