mnemonic - Particl RPC

mnemonic new|decode|addchecksum|dumpwords|listlanguages
mnemonic new ( "password" language nBytesEntropy bip44 )
    Generate a new extended key and mnemonic
    password, can be blank , default blank
    language, english|french|japanese|spanish|chinese_s|chinese_t|italian|korean, default english
    nBytesEntropy, 16 -> 64, default 32
    bip44, true|false, default true
mnemonic decode "password" "mnemonic" ( bip44 )
    Decode mnemonic
    bip44, true|false, default true
mnemonic addchecksum "mnemonic"
    Add checksum words to mnemonic.
    Final no of words in mnemonic must be divisible by three.
mnemonic dumpwords ( "language" )
    Print list of words.
    language, default english
mnemonic listlanguages
    Print list of supported languages.



This is a website, created out of frustration with uncomplete and outdated Particl Core RPC documentation online.

Particl version: 0.16.0.1

Note that the RPC is from a regtest node (for completeness), so it includes some additional calls that a regular node doesn't have.


Anon






Mnemonic