Skip to content

Commit

Permalink
Merge pull request #4 from Chia-Network/launchmainnet
Browse files Browse the repository at this point in the history
changes to main net default with a test net pattern provided
  • Loading branch information
justinengland authored Mar 18, 2021
2 parents c3faccc + 4b571f5 commit e62c07d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:latest

EXPOSE 8555
EXPOSE 58444
EXPOSE 8444

ENV keys="generate"
ENV harvester="false"
Expand Down
7 changes: 5 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
```
docker run --name <container-name> -d ghcr.io/chia-network/chia:latest
(optional -v /path/to/plots:plots)
(optional --expose=58444 to run a testnet node)
```

## Configuration
Expand Down Expand Up @@ -33,11 +32,15 @@ docker exec -it chia venv/bin/chia plots add -d /plots
```

#### status from outside the container

```
docker exec -it chia venv/bin/chia show -s -c
```

#### Connect to testnet?
```
docker run -d --expose=58444 --expose=8555 --name <container-name> ghcr.io/chia-network/chia:latest
```

#### Need a wallet?
```
docker exec -it chia-farmer1 venv/bin/chia wallet show (follow the prompts)
Expand Down

0 comments on commit e62c07d

Please sign in to comment.