tendermint/cmd/debora
Jae Kwon 40dc09701a "status" command, we track pids on processes 2015-04-16 14:10:20 -07:00
..
README.md "status" command, we track pids on processes 2015-04-16 14:10:20 -07:00
commands.go "status" command, we track pids on processes 2015-04-16 14:10:20 -07:00
log.go Begin writing debora 2015-04-14 04:14:18 -07:00
main.go "status" command, we track pids on processes 2015-04-16 14:10:20 -07:00

README.md

Example

# Upgrade barak.
# We need to give it a new seed to prevent port conflicts.
./build/debora --privkey-file build/privkey run --input "`cat cmd/barak/seed2`" -- barak2 ./build/barak

# Build tendermint from source
./build/debora --privkey-file build/privkey run -- build_tendermint bash -c "cd $GOPATH/src/github.com/tendermint/tendermint; make"