mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-22 12:30:08 +00:00
tentative fix for local network simulation to fix justification and finalization
This commit is contained in:
parent
4a5154c694
commit
4fdea7a300
@ -14,8 +14,8 @@ mkdir -p "$VALIDATORS_DIR"
|
||||
cd "$GIT_ROOT"
|
||||
mkdir -p $BUILD_OUTPUTS_DIR
|
||||
|
||||
# Run with "SHARD_COUNT=4 ./start.sh" to change these
|
||||
DEFS="-d:SHARD_COUNT=${SHARD_COUNT:-4} " # Spec default: 1024
|
||||
# Run with "SHARD_COUNT=8 ./start.sh" to change these
|
||||
DEFS="-d:SHARD_COUNT=${SHARD_COUNT:-8} " # Spec default: 1024
|
||||
DEFS+="-d:SLOTS_PER_EPOCH=${SLOTS_PER_EPOCH:-8} " # Spec default: 64
|
||||
DEFS+="-d:SECONDS_PER_SLOT=${SECONDS_PER_SLOT:-12} " # Spec default: 6
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user