Created
December 6, 2021 08:17
-
-
Save fcracker79/0e706e8d9309595ba40119c292d82f57 to your computer and use it in GitHub Desktop.
My testnet configuration for Cardano
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"AlonzoGenesisFile": "testnet-alonzo-genesis.json", | |
"AlonzoGenesisHash": "7e94a15f55d1e82d10f09203fa1d40f8eede58fd8066542cf6566008068ed874", | |
"ApplicationName": "cardano-sl", | |
"ApplicationVersion": 0, | |
"ByronGenesisFile": "testnet-byron-genesis.json", | |
"ByronGenesisHash": "96fceff972c2c06bd3bb5243c39215333be6d56aaf4823073dca31afe5038471", | |
"LastKnownBlockVersion-Alt": 0, | |
"LastKnownBlockVersion-Major": 3, | |
"LastKnownBlockVersion-Minor": 0, | |
"MaxKnownMajorProtocolVersion": 2, | |
"Protocol": "Cardano", | |
"RequiresNetworkMagic": "RequiresMagic", | |
"ShelleyGenesisFile": "testnet-shelley-genesis.json", | |
"ShelleyGenesisHash": "849a1764f152e1b09c89c0dfdbcbdd38d711d1fec2db5dfa0f87cf2737a0eaf4", | |
"TraceAcceptPolicy": true, | |
"TraceBlockFetchClient": false, | |
"TraceBlockFetchDecisions": false, | |
"TraceBlockFetchProtocol": false, | |
"TraceBlockFetchProtocolSerialised": false, | |
"TraceBlockFetchServer": false, | |
"TraceChainDb": true, | |
"TraceChainSyncBlockServer": false, | |
"TraceChainSyncClient": false, | |
"TraceChainSyncHeaderServer": false, | |
"TraceChainSyncProtocol": false, | |
"TraceConnectionManager": true, | |
"TraceDNSResolver": true, | |
"TraceDNSSubscription": true, | |
"TraceDiffusionInitialization": true, | |
"TraceErrorPolicy": true, | |
"TraceForge": true, | |
"TraceHandshake": false, | |
"TraceInboundGovernor": true, | |
"TraceIpSubscription": true, | |
"TraceLedgerPeers": true, | |
"TraceLocalChainSyncProtocol": false, | |
"TraceLocalErrorPolicy": true, | |
"TraceLocalHandshake": false, | |
"TraceLocalRootPeers": true, | |
"TraceLocalTxSubmissionProtocol": false, | |
"TraceLocalTxSubmissionServer": false, | |
"TraceMempool": true, | |
"TraceMux": false, | |
"TracePeerSelection": true, | |
"TracePeerSelectionActions": true, | |
"TracePublicRootPeers": true, | |
"TraceServer": true, | |
"TraceTxInbound": false, | |
"TraceTxOutbound": false, | |
"TraceTxSubmissionProtocol": false, | |
"TracingVerbosity": "NormalVerbosity", | |
"TurnOnLogMetrics": true, | |
"TurnOnLogging": true, | |
"defaultBackends": [ | |
"KatipBK" | |
], | |
"defaultScribes": [ | |
[ | |
"StdoutSK", | |
"stdout" | |
] | |
], | |
"hasEKG": 12788, | |
"hasPrometheus": [ | |
"127.0.0.1", | |
12798 | |
], | |
"minSeverity": "Info", | |
"options": { | |
"mapBackends": { | |
"cardano.node.metrics": [ | |
"EKGViewBK" | |
], | |
"cardano.node.resources": [ | |
"EKGViewBK" | |
] | |
}, | |
"mapSubtrace": { | |
"cardano.node.metrics": { | |
"subtrace": "Neutral" | |
} | |
} | |
}, | |
"rotation": { | |
"rpKeepFilesNum": 10, | |
"rpLogLimitBytes": 5000000, | |
"rpMaxAgeHours": 24 | |
}, | |
"setupBackends": [ | |
"KatipBK" | |
], | |
"setupScribes": [ | |
{ | |
"scFormat": "ScText", | |
"scKind": "StdoutSK", | |
"scName": "stdout", | |
"scRotation": null | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment