Skip to content

Commit

Permalink
docker exec -it chia venv/bin/chia keys add
Browse files Browse the repository at this point in the history
  • Loading branch information
justinengland committed Mar 16, 2021
1 parent e85ede4 commit ac8ee37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Currently latest = head of dev branch, tagged releases to come shortly

## Initialize
```
docker run (optional --expose=58444 to run a testnet node)--name chia (chia-farmer, chia-harvester1 etc.) -d ghcr.io/chia-network/chia:latest (optional -v /path/to/plots:plots)
docker run (optional --expose=58444 to run a testnet node)--name chia (chia-farmer, chia-harvester1 etc.) -d ghcr.io/chia-network/chia:latest (optional -v /path/to/plots:plots)
```

## Config management
Expand Down Expand Up @@ -90,7 +90,7 @@ docker exec -it chia venv/bin/chia show -s -c

#### or run the same commands externally with venv
```
docker exec -it chia venv/bin/chia keys generate
docker exec -it chia venv/bin/chia keys generate OR docker exec -it chia venv/bin/chia keys add
docker exec -it chia venv/bin/chia plots add -d /plots
docker exec -it chia venv/bin/chia start farmer
```

0 comments on commit ac8ee37

Please sign in to comment.