Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add commands to use btcctl connect wallet for new users
  • Loading branch information
BlueShells authored Apr 3, 2024
1 parent 9a7dd24 commit 98a8aa7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98a8aa7

Please sign in to comment.