From ab99e72d09196ab52fab2042341b0949a798e38e Mon Sep 17 00:00:00 2001 From: "s.pogorelov" Date: Thu, 25 Apr 2024 07:52:34 +0700 Subject: [PATCH] update start params --- run_node.sh | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/run_node.sh b/run_node.sh index c101cce7..efa86bbc 100644 --- a/run_node.sh +++ b/run_node.sh @@ -1,15 +1,3 @@ #!/bin/sh -CHAINID="entangle_33133-1" -MONIKER="validator" -LOGLEVEL="info" -# validate dependencies are installed -command -v jq > /dev/null 2>&1 || { echo >&2 "jq not installed. More info: https://stedolan.github.io/jq/download/"; exit 1; } - -# Set moniker and chain-id for Entangle (Moniker can be anything, chain-id must be an integer) -entangled init $MONIKER --chain-id $CHAINID - -cp -f config/genesis.json $HOME/.entangled/config/ -cp -f config/config.toml $HOME/.entangled/config/ - -entangled start --pruning=default --log_level $LOGLEVEL --minimum-gas-prices=0.0001aNGL --json-rpc.api eth,net,web3,miner +entangled start --chain-id entangle_33033-1 --minimum-gas-prices=0.0001aNGL --json-rpc.gas-cap 200000000 --api.enabled-unsafe-cors