Commands:
exit Exit
quit Exit
help This help
Inputs, buffer:
# Take last result
#<n> Take nth previous result
buffer Take buffer values
Coins:
coins List known coins
coin <coin> Set active coin, selected by its ID or symbol or name
Keys:
newKey Create new pseudo-random 32-byte key (secret!)
pubPri <priKey> Derive public key from a secret private key (type is coin-dependent)
priPub <pubKey> Derive private key from public key :)
setMnemonic <word1> ... Set current mnemonic, several words (secret!)
newMnemonic <strength> Create and store a new mnemonic, of strength (128 -- 256) (secret!)
dumpSeed Dump the seed of the current mnemonic (secret!)
dumpMnemonic Dump the current mnemonic (secret!)
dumpDP Dump the default derivation path of the current coin (ex.: m/84'/0'/0'/0/0)
dumpXpub Dump the XPUB of the current mnemonic
priDP [<derivPath>] Derive a new private key for the coin, from the current mnemonic and given derivation path.
If derivation path is missing, the default one is used (see dumpDP).
Addresses:
addrPub <pubKey> Create <coin> address from public key
addrPri <priKey> Create <coin> address from private key
addr <addr> Check string <coin> address
addrDefault Derive default address, for current coin, fom current mnemonic; see dumpDP
addrDP <derivPath> Derive a new address with the given derivation path (using current coin and mnemonic)
addrXpub <xpub> <index> Derive a new address from the given XPUB and address index (using current coin)
Coin-specific methods:
Transformations:
hex <inp> Encode given string to hex
base64Encode <inp> Encode given hex data to Base64
base64Decode <inp> Decode given Base64 string to hex data
File methods:
fileW <fileName> <data> Write data to a (new) binary file.
fileR <fileName> Read data from a binary file.