mirror of
https://github.com/pezkuwichain/testnet.git
synced 2026-04-21 23:48:04 +00:00
6fc40b89c3
- Chainspec file (5.2MB) with genesis hash 0xa017...54b1 - Validator startup scripts for Computer 2 (validators 5-8) - Complete setup instructions in README - Configuration for 8-validator beta testnet
38 lines
423 B
Plaintext
38 lines
423 B
Plaintext
# Pezkuwi Beta Testnet Config - Git Ignore
|
|
|
|
# Chain data (large and dynamic)
|
|
chain-data/
|
|
/tmp/
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# PID files
|
|
*.pid
|
|
|
|
# Seed phrases and private keys (NEVER commit these!)
|
|
*seed*.txt
|
|
*phrase*.txt
|
|
*private*.txt
|
|
keys/validator-*-seed.txt
|
|
|
|
# Binaries (too large for git)
|
|
*.bin
|
|
pezkuwi
|
|
pezkuwi-binary
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|
|
*~
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|