mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 14:52:17 +00:00
remove fast_sync from docker
This commit is contained in:
parent
fb62e1eb75
commit
6d66223bf6
@ -11,7 +11,7 @@ mounting it.
|
|||||||
The commands should work from tendermint/tendermint or tendermint/tendermint/DOCKER,
|
The commands should work from tendermint/tendermint or tendermint/tendermint/DOCKER,
|
||||||
save the removal of DOCKER from the path.
|
save the removal of DOCKER from the path.
|
||||||
|
|
||||||
Get quickly caught up with the testnet: `FAST_SYNC=true ./DOCKER/docker.sh`
|
Get quickly caught up with the testnet: `./DOCKER/docker.sh`
|
||||||
|
|
||||||
Use a pre-existing `~/.tendermint`: `VC=~/.tendermint NO_BUILD=true ./DOCKER/docker.sh`
|
Use a pre-existing `~/.tendermint`: `VC=~/.tendermint NO_BUILD=true ./DOCKER/docker.sh`
|
||||||
|
|
||||||
|
@ -18,4 +18,4 @@ if [[ $VC ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# run tendermint
|
# run tendermint
|
||||||
docker run --name mint --volumes-from mintdata -d -p 46656:46656 -p 46657:46657 -e FAST_SYNC=$FAST_SYNC mint
|
docker run --name mint --volumes-from mintdata -d -p 46656:46656 -p 46657:46657 mint
|
||||||
|
@ -4,9 +4,4 @@ if [[ $BARAK_SEED ]]; then
|
|||||||
cat ./cmd/barak/$BARAK_SEED | ./build/barak &
|
cat ./cmd/barak/$BARAK_SEED | ./build/barak &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$FAST_SYNC" = "true" ]; then
|
|
||||||
tendermint node --fast_sync
|
|
||||||
else
|
|
||||||
tendermint node
|
tendermint node
|
||||||
fi
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user