|
cryptonote::simple_wallet
|
If no arguments are specified, the wallet shows all the existing accounts along with their balances. If the "new" argument is specified, the wallet creates a new account with its label initialized by the provided label text (which can be empty). If the "switch" argument is specified, the wallet switches to the account specified by <index>. If the "label" argument is specified, the wallet sets the label of the account specified by <index> to the provided label text. If the "tag" argument is specified, a tag <tag_name> is assigned to the specified accounts <account_index_1>, <account_index_2>, .... If the "untag" argument is specified, the tags assigned to the specified accounts <account_index_1>, <account_index_2> ..., are removed. If the "tag_description" argument is specified, the tag <tag_name> is assigned an arbitrary text <description>.
|
|
|
cryptonote::simple_wallet
|
Set the transaction key (r) for a given <txid> in case the tx was made by some other device or 3rd party wallet.
|
|
|
cryptonote::simple_wallet
|
Check the proof for funds going to <address> in <txid> with the challenge string <message> if any.
|
|
|
cryptonote::simple_wallet
|
Generate a signature proving that you own at least this much, optionally with a challenge string <message>. If 'all' is specified, you prove the entire sum of all of your existing accounts' balances. Otherwise, you prove the reserve of the smallest possible amount above <amount> available in your current account.
|
|
|
cryptonote::simple_wallet
|
Check a signature proving that the owner of <address> holds at least this much, optionally with a challenge string <message>.
|
|
|
cryptonote::simple_wallet
|
Show the unspent outputs of a specified address within an optional amount range.
|
|
|
cryptonote::simple_wallet
|
Set an arbitrary string note for a <txid>.
|
|
|
cryptonote::simple_wallet
|
Get a string note for a txid.
|
|
|
cryptonote::simple_wallet
|
Set an arbitrary description for the wallet.
|
|
|
cryptonote::simple_wallet
|
Get the description of the wallet.
|
|
|
cryptonote::simple_wallet
|
Show the wallet's status.
|
|
|
cryptonote::simple_wallet
|
Show the wallet's information.
|
|
|
cryptonote::simple_wallet
|
Verify a signature on the contents of a file.
|
|
|
cryptonote::simple_wallet
|
Import a signed key images list and verify their spent status.
|
|
|
cryptonote::simple_wallet
|
Attempts to reconnect HW wallet.
|
|
|
cryptonote::simple_wallet
|
Export a set of outputs owned by this wallet.
|
|
|
cryptonote::simple_wallet
|
Import a set of outputs owned by this wallet.
|
|
|
cryptonote::simple_wallet
|
Show information about a transfer to/from this address.
|
|
|
cryptonote::simple_wallet
|
Change the wallet's password.
|
|
|
cryptonote::simple_wallet
|
Print the information about the current fee and transaction backlog.
|
|