Skip to content

simplewallet commands

warptangent edited this page Dec 7, 2014 · 9 revisions

simplewallet commands

Motivation

  • Avoid too many top-level commands.
  • Consistent behavior.

Commands

view
  view balance

  view seed
    view seed hex
    view seed base58 (would have to decide on a base58 prefix for spend and view keys?)

  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

  set balance (you wish!!)
Clone this wiki locally