Skip to content

Commit

Permalink
update start params
Browse files Browse the repository at this point in the history
  • Loading branch information
Pirrozho4ek committed Apr 25, 2024
1 parent aa057cd commit ab99e72
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions run_node.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ab99e72

Please sign in to comment.