From 91d5ffae5b2d87df835755e90f1cee196587f279 Mon Sep 17 00:00:00 2001 From: JoshSnider Date: Thu, 16 Jan 2020 08:01:44 -0800 Subject: [PATCH] Remove invalid init-sync-no-verify option (#4562) * Remove invalid `init-sync-no-verify` option `init-sync-no-verify` was removed from `beacon-chain` in 32245a906246b8f152368120d932de032e98ac05 * Merge branch 'master' into patch-1 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b56e1494..8e9498997 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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