Skip to content

Commit

Permalink
Remove invalid init-sync-no-verify option (#4562)
Browse files Browse the repository at this point in the history
* Remove invalid `init-sync-no-verify` option

`init-sync-no-verify` was removed from `beacon-chain` in 32245a9
* Merge branch 'master' into patch-1
  • Loading branch information
JoshSnider authored and prylabs-bulldozer[bot] committed Jan 16, 2020
1 parent cb49544 commit 91d5ffa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -107,7 +107,6 @@ To start your beacon node, issue the following command:
docker run -it -v $HOME/prysm:/data -p 4000:4000 --name beacon-node \
gcr.io/prysmaticlabs/prysm/beacon-chain:latest \
--datadir=/data \
--init-sync-no-verify
```

The beacon node can be halted by either using `Ctrl+c` or with the command:
Expand Down Expand Up @@ -149,7 +148,7 @@ docker run -it -v $HOME/prysm:/data -p 4000:4000 --name beacon-node \
3. To run the beacon node, issue the following command:

```text
docker run -it -v c:/prysm/:/data -p 4000:4000 gcr.io/prysmaticlabs/prysm/beacon-chain:latest --datadir=/data --init-sync-no-verify --clear-db
docker run -it -v c:/prysm/:/data -p 4000:4000 gcr.io/prysmaticlabs/prysm/beacon-chain:latest --datadir=/data --clear-db
```

### Running via Bazel
Expand Down

0 comments on commit 91d5ffa

Please sign in to comment.