Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishasl authored Sep 11, 2018
1 parent 8d25dae commit 4bd7635
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ docker run --rm -d -v ~/odin-wallet/:/root/.odin/ --name=odind-docker odind-dock
## Staking
```
docker exec odind-docker odin-cli getnewaddress
docker exec odind-docker odin-cli walletpassphrase "your secret phrase" 9999999999 true
docker exec odind-docker odin-cli encryptwallet "yoursecretpass"
docker exec odind-docker odin-cli walletpassphrase "yoursecretpass" 9999999999 true
docker exec odind-docker odin-cli getstakingstatus
```

0 comments on commit 4bd7635

Please sign in to comment.