web3_test_proxy --http-addr=0.0.0.0 --http-port=8544 --target-addr=http://127.0.0.1:8545 & geth --datadir=genesis/chaindata/chain987789 --nodiscover --syncmode=full --gcmode=archive --http --http.addr=0.0.0.0 --http.vhosts=* --http.corsdomain=* --http.api=eth,net,web3,txpool,debug --rpc.txfeecap=1000 --networkid=987789 --mine --miner.etherbase=0xa9932dA914AcDd62649081C599b0746CAb750c22 --allow-insecure-unlock --unlock=0xa9932dA914AcDd62649081C599b0746CAb750c22 --password=genesis/chaindata/password987789.json --metrics --metrics.addr=0.0.0.0 --metrics.expensive --ipcdisable & echo "Sleeping for $GETH_MAX_LIFESPAN seconds..." sleep "$GETH_MAX_LIFESPAN"