mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
7 lines
94 B
Bash
Executable File
7 lines
94 B
Bash
Executable File
#!/bin/sh
|
|
echo "Starting Tendermint"
|
|
|
|
/go/bin/tendermint node --proxy_app=dummy &
|
|
|
|
sleep 3600
|