forked from cerc-io/laconicd-deprecated
13 lines
364 B
Bash
Executable File
13 lines
364 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "prepare genesis: Run validate-genesis to ensure everything worked and that the genesis file is setup correctly"
|
|
chibaclonkd validate-genesis --home /chibaclonk
|
|
|
|
echo "starting chibaclonk node $ID in background ..."
|
|
chibaclonkd start \
|
|
--home /chibaclonk \
|
|
--keyring-backend test \
|
|
--mode validator
|
|
|
|
echo "started ethermint node"
|
|
tail -f /dev/null |