Upgradetohd
upgradetohd
Upgrades non-HD wallets to HD.
Arguments
| Position | Name | Type | Required | Default | Description |
|---|---|---|---|---|---|
| 1 | mnemonic |
string | Optional | [] | See CLI help for details |
| 2 | mnemonicpassphrase |
string | Optional | [] | See CLI help for details |
| 3 | walletpassphrase |
string | Optional | [] | See CLI help for details |
Result
true|false (boolean) true if successful
Examples
raptoreum-cli upgradetohd
raptoreum-cli upgradetohd "mnemonicword1 ... mnemonicwordN"
raptoreum-cli upgradetohd "mnemonicword1 ... mnemonicwordN" "mnemonicpassphrase"
raptoreum-cli upgradetohd "mnemonicword1 ... mnemonicwordN" "mnemonicpassphrase" "walletpassphrase"