Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Commit

Permalink
Fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
provsalt committed Jan 8, 2022
1 parent e3c19d9 commit 4d056fa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,21 @@ brownie networks add Harmony POKT host=https://harmony-0-rpc.gateway.pokt.networ

3. Run pip install -r requirements.txt

5. Run the script
4. Run the scripts

```bash
brownie run scripts/auto_stake_bonds.py --network Shard0
```

OR POKT
```bash
brownie run scripts/auto_stake_bonds.py --network POKT
```

6. Enter your private key and a password to encrypt it
5. Enter your private key and a password to encrypt it

The seed phrase will be visible however the password won't be but I'll perhaps add that to the private key

You can search where you could get your private key for your wallet. I'll reccomend using a new wallet if you don't trust me. After all, we're all satoshi.

### Screenshits
Expand Down

0 comments on commit 4d056fa

Please sign in to comment.