Calling help in bitcoin-cli omits the commands:
- walletlock
- walletpassphrase
- walletpassphrasechange
Calling help in bitcoin-cli omits the commands:
Encrypt wallet
Strange, works fine for me:
$ src/bitcoind -testnet -daemon
$ src/bitcoin-cli help
...
validateaddress "bitcoinaddress"
verifychain ( checklevel numblocks )
verifymessage "bitcoinaddress" "signature" "message"
walletlock
walletpassphrase "passphrase" timeout
walletpassphrasechange "oldpassphrase" "newpassphrase"