serai/orchestration/testnet/networks/ethereum/execution/geth/run.sh

9 lines
179 B
Bash
Raw Normal View History

#!/bin/sh
#geth --dev --networkid 5208 \
# --http --http.api "web3,net,eth,miner" \
# --http.addr 0.0.0.0 --http.port 8545 \
# --http.vhosts="*" --http.corsdomain "*"
exit 1