Destroyed monero wallet cli commands (markdown)
parent
f915cb6481
commit
c67f032784
|
@ -1,40 +0,0 @@
|
|||
# monero-wallet-cli commands
|
||||
|
||||
## Motivation
|
||||
* Avoid too many top-level commands.
|
||||
* Consistent behavior.
|
||||
|
||||
## Commands
|
||||
|
||||
view
|
||||
view balance
|
||||
|
||||
view viewkey
|
||||
view viewkey [hex | base58] # default is "hex"
|
||||
|
||||
view spendkey
|
||||
view spendkey [hex | base58] # default is "hex"
|
||||
|
||||
view seed
|
||||
# note that in effect "view seed" with hex and base58 is the same as "view spendkey"
|
||||
view seed [words | hex | base58]
|
||||
|
||||
# default is to view as electrum words
|
||||
# if base58 is an option, would have to decide on a base58 prefix for spend and view keys?
|
||||
# does current implementation only uses base58 representation for address?
|
||||
|
||||
view seed_language
|
||||
(or "view seed-language", but seed_language is the attribute name used in JSON data, so perhaps we should use that)
|
||||
(or "view seed language" if it's not important to match the internal attribute names.)
|
||||
|
||||
|
||||
set
|
||||
set seed_language
|
||||
(or "set seed language")
|
||||
|
||||
set mixin <number> # sets default transaction mixin factor
|
||||
|
||||
set fee <amount> # sets default transaction fee
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue