mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
update parameters
This commit is contained in:
@@ -31,7 +31,7 @@ lcli \
|
|||||||
--ttd $TTD \
|
--ttd $TTD \
|
||||||
--eth1-block-hash $ETH1_BLOCK_HASH \
|
--eth1-block-hash $ETH1_BLOCK_HASH \
|
||||||
--eth1-id $CHAIN_ID \
|
--eth1-id $CHAIN_ID \
|
||||||
--eth1-follow-distance 1 \
|
--eth1-follow-distance 128 \
|
||||||
--seconds-per-slot $SECONDS_PER_SLOT \
|
--seconds-per-slot $SECONDS_PER_SLOT \
|
||||||
--seconds-per-eth1-block $SECONDS_PER_ETH1_BLOCK \
|
--seconds-per-eth1-block $SECONDS_PER_ETH1_BLOCK \
|
||||||
--proposer-score-boost "$PROPOSER_SCORE_BOOST" \
|
--proposer-score-boost "$PROPOSER_SCORE_BOOST" \
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ SPEC_PRESET=mainnet
|
|||||||
SECONDS_PER_SLOT=3
|
SECONDS_PER_SLOT=3
|
||||||
|
|
||||||
# Seconds per Eth1 block
|
# Seconds per Eth1 block
|
||||||
SECONDS_PER_ETH1_BLOCK=1
|
SECONDS_PER_ETH1_BLOCK=3
|
||||||
|
|
||||||
# Proposer score boost percentage
|
# Proposer score boost percentage
|
||||||
PROPOSER_SCORE_BOOST=40
|
PROPOSER_SCORE_BOOST=40
|
||||||
|
|||||||
Reference in New Issue
Block a user