Ping pub integration #190

Closed
zramsay wants to merge 115 commits from zach/ping-pub into main
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 0ea29bc480 - Show all commits

View File

@ -34,6 +34,7 @@ services:
ports:
- "8545"
- "40000"
- "6060"
fixturenet-eth-geth-2:
hostname: fixturenet-eth-geth-2

View File

@ -86,6 +86,7 @@ else
--mine \
--miner.threads=1 \
--metrics \
--metrics.addr="0.0.0.0" \
--verbosity=${CERC_GETH_VERBOSITY:-3} \
--vmodule="${CERC_GETH_VMODULE:-statediff/*=5}" \
--miner.etherbase="${ETHERBASE}" ${STATEDIFF_OPTS}