Docker run.sh passes seeds and moniker; wire json pretty print

This commit is contained in:
Jae Kwon
2015-10-18 14:44:52 -07:00
parent d51741df72
commit df733fbaa5
2 changed files with 19 additions and 1 deletions

View File

@@ -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"