mirror of
https://github.com/pezkuwichain/pezkuwi-validator-v1.0.0.git
synced 2026-04-21 23:37:57 +00:00
f08f0017d1
BREAKING CHANGE: Complete restructuring to support multi-network distributed validator deployment Architecture Changes: - Changed from shared single-machine to distributed multi-machine deployment - 8 separate machines for 8 validators (beta testnet) - Each validator builds own SDK and frontend locally - Sequential bootnode connection (V2→V1, V3→V2, etc.) New Structure: - Multi-network support: beta_testnet, staging, mainnet - Beta testnet: 8 validators with complete keys - Staging: 20 validator slots (validator1 ready) - Mainnet: 100 validator slots (validator1 ready) Setup Script v3.0.0: - Automatic dependency detection and installation - Builds as actual user (fixes permission issues) - Interactive bootnode configuration for validators > 1 - Systemd service generation per validator per network - Nginx frontend deployment per validator Usage: sudo ./setup.sh <network> <validator_number> Example: sudo ./setup.sh beta_testnet 8 Removed: - scripts/ directory (helper scripts for shared deployment) - validators/ directory (moved to beta_testnet/validators/) Added: - beta_testnet/ (8 validators with keys) - staging/ (20 validator structure) - mainnet/ (100 validator structure) - Multi-network chain-specs directories