-
Notifications
You must be signed in to change notification settings - Fork 0
MULTI_VALIDATOR
krewdev edited this page Jul 17, 2026
·
1 revision
Prefer: MULTI_OPERATOR.md for public / multi-host operators.
This file is the short lab pointer.
cargo build -p meshchain-node
./target/debug/meshchain-node init --data-dir ./data --validators 3
# or: scripts/run_local_validators.sh
./scripts/e2e_multi_node.sh # multi-process PoA smokeFinality: ≥ ceil(2N/3) signed BlockAcks. Leader: height % N.
See STATUS.md for live testnet integrity posture.