File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ INIT_HOLDER="0x04d63aBCd2b9b1baa327f2Dda0f873F197ccd186"
66INIT_HOLDER_PRV = " 59ba8068eb256d520179e903f43dacf6d8d57d72bd306e1bd603fdb8c8da10e8"
77RPC_URL = " http://127.0.0.1:8545"
88PASSED_FORK_DELAY = 200
9- LAST_FORK_MORE_DELAY = 10
9+ LAST_FORK_MORE_DELAY = 1800
1010FullImmutabilityThreshold = 512
1111MinBlocksForBlobRequests = 576
1212DefaultExtraReserveForBlobRequests = 32
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ FixedTurnLength=1
1111function startChaind() {
1212 workspace=/server/validator
1313
14- HardforkTime =` cat ${workspace} /hardforkTime.txt| grep hardforkTime | awk -F" " ' {print $NF}' `
15- BohrHardforkTime= ` expr ${HardforkTime } + 10 `
14+ PassedForkTime =` cat ${workspace} /hardforkTime.txt| grep passedHardforkTime | awk -F" " ' {print $NF}' `
15+ LastHardforkTime= $( expr ${PassedForkTime } + ${LAST_FORK_MORE_DELAY} )
1616 initLog=${workspace} /init.log
1717 rialtoHash=` cat ${initLog} | grep " database=lightchaindata" | awk -F" =" ' {print $NF}' | awk -F' "' ' {print $1}' `
1818
@@ -29,7 +29,7 @@ function startChaind() {
2929 --pprof --pprof.port 6061 \
3030 --syncmode snap --mine --vote --monitor.maliciousvote \
3131 --cache 10480 --light.serve 50 \
32- --rialtohash ${rialtoHash} --override.bohr ${BohrHardforkTime } \
32+ --rialtohash ${rialtoHash} --override.passedforktime ${PassedForkTime} --override. bohr ${LastHardforkTime } \
3333 --override.immutabilitythreshold ${FullImmutabilityThreshold} --override.breatheblockinterval ${BreatheBlockInterval} \
3434 --override.minforblobrequest ${MinBlocksForBlobRequests} --override.defaultextrareserve ${DefaultExtraReserveForBlobRequests} \
3535# --override.fixedturnlength ${FixedTurnLength} \
You can’t perform that action at this time.
0 commit comments