Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishasl authored Oct 5, 2018
1 parent 8c4acc0 commit db46885
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ docker run --rm -d -v ~/odin-wallet/:/root/.odin/ --name=odind-docker odind-dock
```
docker exec odind-docker odin-cli getnewaddress
docker exec odind-docker odin-cli encryptwallet "yoursecretpass"
```
Upon encrypting a wallet odind will stop, so will need to be restarted using the relevant docker run command
```
docker exec odind-docker odin-cli walletpassphrase "yoursecretpass" 9999999999 true
docker exec odind-docker odin-cli getstakingstatus
```
Expand Down

0 comments on commit db46885

Please sign in to comment.