mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-24 11:41:22 +00:00
11 lines
369 B
Markdown
11 lines
369 B
Markdown
|
### Example
|
||
|
|
||
|
```bash
|
||
|
# 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"
|
||
|
```
|