67 lines
1.4 KiB
YAML
67 lines
1.4 KiB
YAML
# Tutus Instance Alpha - Node 1 of 3
|
|
# Sovereign chain for testing
|
|
|
|
ProtocolConfiguration:
|
|
Magic: 88890 # Tutus Alpha identifier
|
|
MaxTraceableBlocks: 200000
|
|
TimePerBlock: 1s
|
|
MaxTimePerBlock: 5s
|
|
Genesis:
|
|
TimePerBlock: 1s
|
|
Hardforks:
|
|
Aspidochelone: 0
|
|
Basilisk: 0
|
|
Cockatrice: 0
|
|
Domovoi: 0
|
|
Echidna: 0
|
|
Faun: 0
|
|
MemPoolSize: 50000
|
|
StandbyCommittee:
|
|
- 02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2
|
|
- 02103a7f7dd016558597f7960d27c516a4394fd968b9e65155eb4b013e4040406e
|
|
- 03d90c07df63e690ce77912e10ab51acc944b66860237b608c4f8f8309e71ee699
|
|
ValidatorsCount: 3
|
|
SeedList:
|
|
- alpha_one:10333
|
|
- alpha_two:10334
|
|
- alpha_three:10335
|
|
VerifyTransactions: true
|
|
P2PSigExtensions: true
|
|
|
|
ApplicationConfiguration:
|
|
SkipBlockVerification: false
|
|
DBConfiguration:
|
|
Type: "leveldb"
|
|
LevelDBOptions:
|
|
DataDirectoryPath: "/chains/alpha-one"
|
|
P2P:
|
|
Addresses:
|
|
- ":10333"
|
|
DialTimeout: 3s
|
|
ProtoTickInterval: 2s
|
|
PingInterval: 30s
|
|
PingTimeout: 90s
|
|
MaxPeers: 10
|
|
AttemptConnPeers: 5
|
|
MinPeers: 2
|
|
Relay: true
|
|
Consensus:
|
|
Enabled: true
|
|
UnlockWallet:
|
|
Path: "/wallet.json"
|
|
Password: "one"
|
|
RPC:
|
|
Enabled: true
|
|
Addresses:
|
|
- ":10332"
|
|
MaxGasInvoke: 100
|
|
EnableCORSWorkaround: true
|
|
SessionEnabled: true
|
|
SessionLifetime: 300s
|
|
Prometheus:
|
|
Enabled: true
|
|
Addresses:
|
|
- ":2112"
|
|
Pprof:
|
|
Enabled: false
|