Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Haslam authored Oct 29, 2020
1 parent e40ab01 commit cc8af40
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 @@ -21,11 +21,11 @@ Image with tag latest will build from master branch automatically for every new

To run with mining and full sync disabled:

`docker run -d --net=host --name services-testnet-afnc clearmatics/services-testnet-afnc:v0.6.0.5`
`docker run -d --net=host --name services-testnet-afnc clearmatics/services-testnet-afnc:v0.6.0.6`

To run with mining enabled and full sync enabled (so can become a validator node):

`docker run -d --net=host --name services-testnet-afnc clearmatics/services-testnet-afnc:v0.6.0.5 --mine --minerthreads 1 --syncmode full`
`docker run -d --net=host --name services-testnet-afnc clearmatics/services-testnet-afnc:v0.6.0.6 --mine --minerthreads 1 --syncmode full`

## [Optional] Test your setup:
```console
Expand Down

0 comments on commit cc8af40

Please sign in to comment.