diff --git a/README.md b/README.md index b7cb2c5c60..7474fb6654 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,22 @@ $ cp $GOPATH/src/github.com/btcsuite/btcd/sample-btcd.conf ~/.btcd/btcd.conf $ cp $GOPATH/src/github.com/btcsuite/btcwallet/sample-btcwallet.conf ~/.btcwallet/btcwallet.conf $ $EDITOR ~/.btcd/btcd.conf $ $EDITOR ~/.btcwallet/btcwallet.conf +``` +- Run the following command to unlock wallet : +``` +./btcctl --wallet -u test -P "test" --testnet -s btcd-wallet walletpassphrase --skipverify passwd 30 + +``` + +- Run the following command to create account : +``` +./btcctl --wallet -u test -P "test" --testnet -s btcd-wallet createnewaccount abc +``` + +- Run the following command to list account : +``` +./btcctl --wallet -u test -P "test" --testnet -s btcd-wallet listaccounts + ``` ## Issue Tracker