58 lines
1.3 KiB
YAML
58 lines
1.3 KiB
YAML
# Tutus Instance Beta - Single-Node Consensus
|
|
# Second sovereign chain for bridge testing
|
|
|
|
ProtocolConfiguration:
|
|
Magic: 88891 # Instance Beta identifier
|
|
MaxTraceableBlocks: 200000
|
|
TimePerBlock: 1s
|
|
MaxTimePerBlock: 5s
|
|
Genesis:
|
|
TimePerBlock: 1s
|
|
MemPoolSize: 50000
|
|
StandbyCommittee:
|
|
- 02103a7f7dd016558597f7960d27c516a4394fd968b9e65155eb4b013e4040406e
|
|
ValidatorsCount: 1
|
|
SeedList:
|
|
- localhost:11333
|
|
VerifyTransactions: true
|
|
P2PSigExtensions: true
|
|
|
|
ApplicationConfiguration:
|
|
SkipBlockVerification: false
|
|
DBConfiguration:
|
|
Type: "leveldb"
|
|
LevelDBOptions:
|
|
DataDirectoryPath: "/chains/tutus-beta"
|
|
P2P:
|
|
Addresses:
|
|
- ":11333"
|
|
DialTimeout: 3s
|
|
ProtoTickInterval: 2s
|
|
PingInterval: 30s
|
|
PingTimeout: 90s
|
|
MaxPeers: 10
|
|
AttemptConnPeers: 5
|
|
MinPeers: 0
|
|
Relay: true
|
|
Consensus:
|
|
Enabled: true
|
|
UnlockWallet:
|
|
Path: "/wallet.json"
|
|
Password: "two"
|
|
RPC:
|
|
Enabled: true
|
|
Addresses:
|
|
- ":11332"
|
|
MaxGasInvoke: 100
|
|
EnableCORSWorkaround: true
|
|
SessionEnabled: true
|
|
SessionLifetime: 300s
|
|
Prometheus:
|
|
Enabled: true
|
|
Addresses:
|
|
- ":2113"
|
|
Pprof:
|
|
Enabled: false
|
|
Addresses:
|
|
- ":2114"
|