mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 05:46:32 +00:00
Docker run.sh passes seeds and moniker; wire json pretty print
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
#! /bin/bash
|
||||
|
||||
mkdir -p $GOPATH/src/$TMREPO
|
||||
cd $GOPATH/src/$TMREPO
|
||||
git clone https://$TMREPO.git .
|
||||
git fetch
|
||||
git reset --hard $TMHEAD
|
||||
go get -d $TMREPO/cmd/tendermint
|
||||
make
|
||||
tendermint node
|
||||
tendermint node --seeds="$TMSEEDS" --moniker="$TMNAME"
|
||||
|
||||
Reference in New Issue
Block a user