update fork

This commit is contained in:
0xmuralik
2022-10-10 16:08:33 +05:30
parent 632d53e34a
commit 56d59feaa0
383 changed files with 36784 additions and 21462 deletions
+6 -7
View File
@@ -1,13 +1,12 @@
#!/bin/sh
#!/bin/bash
echo "prepare genesis: Run validate-genesis to ensure everything worked and that the genesis file is setup correctly"
laconicd validate-genesis --home /laconic
./ethermintd validate-genesis --home /ethermint
echo "starting laconic node $ID in background ..."
laconicd start \
--home /laconic \
--keyring-backend test \
--mode validator
echo "starting ethermint node $ID in background ..."
./ethermintd start \
--home /ethermint \
--keyring-backend test
echo "started ethermint node"
tail -f /dev/null