evmos / ethermint

Ethermint is a Cosmos SDK library for running scalable and interoperable EVM chains
https://docs.evmos.org/
GNU Lesser General Public License v3.0
1.81k stars 535 forks source link

Error in bash script run_node.sh #1850

Closed infiniti8 closed 9 months ago

infiniti8 commented 9 months ago

run_node.sh

entangled start --pruning=nothing --evm.tracer=json --log_level $LOGLEVEL --minimum-gas-prices=0.0001aNGL --json-rpc.api eth,txpool,personal,net,debug,web3,miner --api.enable --api.enabled-unsafe-cors

--minimum-gas-prices=0.0001aNGL this work without '=' --evm.tracer=json and this too --pruning=nothing and this

MalteHerrmann commented 9 months ago

it also works with 🤷