-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
monero wallet cli commands
selsta edited this page Jan 2, 2019
·
4 revisions
- Avoid too many top-level commands.
- Consistent behavior.
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