diff --git a/local_node.sh b/local_node.sh index be5ba286..e5835cdd 100755 --- a/local_node.sh +++ b/local_node.sh @@ -63,6 +63,7 @@ if [[ $overwrite == "y" || $overwrite == "Y" ]]; then realio-networkd init $MONIKER -o --chain-id $CHAINID --home "$HOMEDIR" # Change parameter token denominations to ario + jq '.app_state["multistaking"]["multi_staking_coin_info"]=[{"denom": "ario", "bond_weight": "1.000000000000000000"}, {"denom": "arst", "bond_weight": "1.000000000000000000"}]' "$GENESIS" >"$TMP_GENESIS" && mv "$TMP_GENESIS" "$GENESIS" jq '.app_state["mint"]["params"]["mint_denom"]="ario"' "$GENESIS" >"$TMP_GENESIS" && mv "$TMP_GENESIS" "$GENESIS" jq '.app_state["crisis"]["constant_fee"]["denom"]="ario"' "$GENESIS" >"$TMP_GENESIS" && mv "$TMP_GENESIS" "$GENESIS" jq '.app_state["gov"]["deposit_params"]["min_deposit"][0]["denom"]="ario"' "$GENESIS" >"$TMP_GENESIS" && mv "$TMP_GENESIS" "$GENESIS" diff --git a/scripts/start-docker.sh b/scripts/start-docker.sh index 1035e98a..81517f61 100644 --- a/scripts/start-docker.sh +++ b/scripts/start-docker.sh @@ -23,9 +23,9 @@ echo "prepare genesis: Run validate-genesis to ensure everything worked and that ./realio-networkd validate-genesis --home $DATA_DIR echo "starting RealioNetwork node $i in background ..." -#./realio-networkd start --pruning=nothing --rpc.unsafe \ -#--keyring-backend test --home $DATA_DIR \ -#>$DATA_DIR/node.log 2>&1 & disown +./realio-networkd start --pruning=nothing --rpc.unsafe \ +--keyring-backend test --home $DATA_DIR \ +>$DATA_DIR/node.log 2>&1 & disown echo "started RealioNetwork node" tail -f /dev/null \ No newline at end of file