forked from cerc-io/stack-orchestrator
parent
8fb71711bc
commit
08d5c22f32
@ -34,6 +34,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8545"
|
- "8545"
|
||||||
- "40000"
|
- "40000"
|
||||||
|
- "6060"
|
||||||
|
|
||||||
fixturenet-eth-geth-2:
|
fixturenet-eth-geth-2:
|
||||||
hostname: fixturenet-eth-geth-2
|
hostname: fixturenet-eth-geth-2
|
||||||
|
@ -86,6 +86,7 @@ else
|
|||||||
--mine \
|
--mine \
|
||||||
--miner.threads=1 \
|
--miner.threads=1 \
|
||||||
--metrics \
|
--metrics \
|
||||||
|
--metrics.addr="0.0.0.0" \
|
||||||
--verbosity=${CERC_GETH_VERBOSITY:-3} \
|
--verbosity=${CERC_GETH_VERBOSITY:-3} \
|
||||||
--vmodule="${CERC_GETH_VMODULE:-statediff/*=5}" \
|
--vmodule="${CERC_GETH_VMODULE:-statediff/*=5}" \
|
||||||
--miner.etherbase="${ETHERBASE}" ${STATEDIFF_OPTS}
|
--miner.etherbase="${ETHERBASE}" ${STATEDIFF_OPTS}
|
||||||
|
Loading…
Reference in New Issue
Block a user