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
@@ -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

1 comment on commit ab99e72

@8CSX8
Copy link

@8CSX8 8CSX8 commented on ab99e72 May 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Pirrozho4ek May I add you on discord ? :)

Please sign in to comment.