services.cardano-node
services.cardano-node.enable
Enable cardano-node, a node implementing ouroboros protocols;
the blockchain protocols running cardano.
Type:
boolean
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.package
The cardano-node package that should be used.
Type:
package
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.additionalListenStream
A List of additional sockets to listen to. Only available with systemdSocketActivation.
Type:
function that evaluates to a(n) list of string
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.asserts
Whether to use an executable with asserts enabled.
Type:
boolean
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.bootstrapPeers
If set, it will enable bootstrap peers. To disable, set this to null.
To enable, set this to a list of attributes of address and port,
example: [{ address = “addr”; port = 3001; }]
If an address is provided without a port or a port set to null within
the attrs, the address will be interpreted as an SRV record.
Type:
null or (list of (attribute set))
Default:
[
{
address = "backbone.cardano.iog.io" ;
port = 3001 ;
}
{
address = "backbone.mainnet.cardanofoundation.org" ;
port = 3001 ;
}
{
address = "backbone.mainnet.emurgornd.com" ;
port = 3001 ;
}
]
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.cardanoNodePackages
The cardano-node packages and library that should be used. The main
use case is for a sharing optimization which reduces eval time when
cardano node packages are instantiated multiple times.
Type:
attribute set
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.databasePath
The node database path, for each instance.
Type:
string or function that evaluates to a(n) string
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.dbPrefix
The prefix of database directories inside stateDir.
(eg. for “db”, there will be db-0, etc.), for each instance.
Type:
string or function that evaluates to a(n) string
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.delegationCertificate
The delegation certificate.
Type:
null or string or absolute path
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.environment
The environment cardano-node will connect to.
Type:
one of “dijkstra”, “mainnet”, “preprod”, “preview”, “sanchonet”
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.environments
The environments cardano-node will possibly utilize.
Type:
attribute set
Default:
This value is long. Click to expand.
{
dijkstra = {
consensusProtocol = "Cardano" ;
dbSyncConfig = {
EnableFutureGenesis = true ;
EnableLogMetrics = false ;
EnableLogging = true ;
NetworkName = "dijkstra" ;
NodeConfigFile = "/nix/store/d848lg12xr518rih1pz1zsdv1x9wkpfs-config-dijkstra.json" ;
PrometheusPort = 8080 ;
RequiresNetworkMagic = "RequiresMagic" ;
defaultBackends = [
"KatipBK"
];
defaultScribes = [
[
"StdoutSK"
"stdout"
]
];
minSeverity = "Info" ;
options = {
cfokey = {
value = "Release-1.0.0" ;
};
mapBackends = { };
mapSeverity = {
db-sync-node = "Info" ;
"db-sync-node.Mux" = "Error" ;
"db-sync-node.Subscription" = "Error" ;
};
mapSubtrace = {
"#ekgview" = {
contents = [
[
{
contents = "cardano.epoch-validation.benchmark" ;
tag = "Contains" ;
}
[
{
contents = ".monoclock.basic." ;
tag = "Contains" ;
}
]
]
[
{
contents = "cardano.epoch-validation.benchmark" ;
tag = "Contains" ;
}
[
{
contents = "diff.RTS.cpuNs.timed." ;
tag = "Contains" ;
}
]
]
[
{
contents = "#ekgview.#aggregation.cardano.epoch-validation.benchmark" ;
tag = "StartsWith" ;
}
[
{
contents = "diff.RTS.gcNum.timed." ;
tag = "Contains" ;
}
]
]
];
subtrace = "FilterTrace" ;
};
"#messagecounters.aggregation" = {
subtrace = "NoTrace" ;
};
"#messagecounters.ekgview" = {
subtrace = "NoTrace" ;
};
"#messagecounters.katip" = {
subtrace = "NoTrace" ;
};
"#messagecounters.monitoring" = {
subtrace = "NoTrace" ;
};
"#messagecounters.switchboard" = {
subtrace = "NoTrace" ;
};
benchmark = {
contents = [
"GhcRtsStats"
"MonotonicClock"
];
subtrace = "ObservableTrace" ;
};
"cardano.epoch-validation.utxo-stats" = {
subtrace = "NoTrace" ;
};
};
};
rotation = {
rpKeepFilesNum = 10 ;
rpLogLimitBytes = 5000000 ;
rpMaxAgeHours = 24 ;
};
setupBackends = [
"AggregationBK"
"KatipBK"
];
setupScribes = [
{
scFormat = "ScText" ;
scKind = "StdoutSK" ;
scName = "stdout" ;
scRotation = null ;
}
];
};
domain = "play.dev.cardano.org" ;
edgeNodes = [
{
addr = "dijkstra-node.play.dev.cardano.org" ;
port = 3001 ;
}
];
edgePort = 3001 ;
explorerConfig = {
NetworkName = "dijkstra" ;
NodeConfigFile = "/nix/store/d848lg12xr518rih1pz1zsdv1x9wkpfs-config-dijkstra.json" ;
RequiresNetworkMagic = "RequiresMagic" ;
};
explorerUrl = "https://dijkstra-explorer.play.dev.cardano.org" ;
extraDbSyncConfig = {
enableFutureGenesis = true ;
};
metadataUrl = "https://metadata.play.dev.cardano.org" ;
mithrilSignerConfig = {
network = "dijkstra" ;
network_magic = 6 ;
run_interval = 60000 ;
store_retention_limit = 5 ;
};
name = "dijkstra" ;
networkConfig = {
AlonzoGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/dijkstra/alonzo-genesis.json ;
AlonzoGenesisHash = "cc143a4a73d7ab8cbc4bbd7750c91c5204cb597007cea3a317a1fc240c1954f1" ;
ByronGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/dijkstra/byron-genesis.json ;
ByronGenesisHash = "9bdbd85630be6848fc31425efe0be0f1f0bce8ee2def551f62e5a7bb165f552c" ;
ConsensusMode = "GenesisMode" ;
ConwayGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/dijkstra/conway-genesis.json ;
ConwayGenesisHash = "1882545753507dc03566b98b4c67752980797cd7e196323eef9baa0d474cbbb6" ;
DijkstraGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/dijkstra/dijkstra-genesis.json ;
DijkstraGenesisHash = "c6afe2641a407ee17f3625ed304571c3762e3123d38f4d8ae663f765f6c2bcb6" ;
ExperimentalHardForksEnabled = false ;
ExperimentalProtocolsEnabled = true ;
LastKnownBlockVersion-Alt = 0 ;
LastKnownBlockVersion-Major = 3 ;
LastKnownBlockVersion-Minor = 1 ;
LedgerDB = {
Backend = "V2InMemory" ;
NumOfDiskSnapshots = 2 ;
QueryBatchSize = 100000 ;
SnapshotInterval = 864 ;
};
MinNodeVersion = "10.7.0" ;
Protocol = "Cardano" ;
RequiresNetworkMagic = "RequiresMagic" ;
ShelleyGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/dijkstra/shelley-genesis.json ;
ShelleyGenesisHash = "a3d60a493cb73ab915084320cfaae32f9674c1394f52f98a261f855d42bdd885" ;
TestAllegraHardForkAtEpoch = 0 ;
TestAlonzoHardForkAtEpoch = 0 ;
TestBabbageHardForkAtEpoch = 0 ;
TestConwayHardForkAtEpoch = 0 ;
TestMaryHardForkAtEpoch = 0 ;
TestShelleyHardForkAtEpoch = 0 ;
};
nodeConfig = {
AlonzoGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/dijkstra/alonzo-genesis.json ;
AlonzoGenesisHash = "cc143a4a73d7ab8cbc4bbd7750c91c5204cb597007cea3a317a1fc240c1954f1" ;
ByronGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/dijkstra/byron-genesis.json ;
ByronGenesisHash = "9bdbd85630be6848fc31425efe0be0f1f0bce8ee2def551f62e5a7bb165f552c" ;
ConsensusMode = "GenesisMode" ;
ConwayGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/dijkstra/conway-genesis.json ;
ConwayGenesisHash = "1882545753507dc03566b98b4c67752980797cd7e196323eef9baa0d474cbbb6" ;
DijkstraGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/dijkstra/dijkstra-genesis.json ;
DijkstraGenesisHash = "c6afe2641a407ee17f3625ed304571c3762e3123d38f4d8ae663f765f6c2bcb6" ;
ExperimentalHardForksEnabled = false ;
ExperimentalProtocolsEnabled = true ;
LastKnownBlockVersion-Alt = 0 ;
LastKnownBlockVersion-Major = 3 ;
LastKnownBlockVersion-Minor = 1 ;
LedgerDB = {
Backend = "V2InMemory" ;
NumOfDiskSnapshots = 2 ;
QueryBatchSize = 100000 ;
SnapshotInterval = 864 ;
};
MinNodeVersion = "10.7.0" ;
Protocol = "Cardano" ;
RequiresNetworkMagic = "RequiresMagic" ;
ShelleyGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/dijkstra/shelley-genesis.json ;
ShelleyGenesisHash = "a3d60a493cb73ab915084320cfaae32f9674c1394f52f98a261f855d42bdd885" ;
TestAllegraHardForkAtEpoch = 0 ;
TestAlonzoHardForkAtEpoch = 0 ;
TestBabbageHardForkAtEpoch = 0 ;
TestConwayHardForkAtEpoch = 0 ;
TestMaryHardForkAtEpoch = 0 ;
TestShelleyHardForkAtEpoch = 0 ;
TraceOptionForwarder = {
connQueueSize = 64 ;
disconnQueueSize = 128 ;
maxReconnectDelay = 30 ;
};
TraceOptionMetricsPrefix = "cardano.node.metrics." ;
TraceOptionResourceFrequency = 1000 ;
TraceOptions = {
"" = {
backends = [
"EKGBackend"
"Forwarder"
"PrometheusSimple suffix 127.0.0.1 12798"
"Stdout HumanFormatColoured"
];
detail = "DNormal" ;
severity = "Notice" ;
};
"BlockFetch.Client.CompletedBlockFetch" = {
maxFrequency = 2.0 ;
};
"BlockFetch.Decision" = {
severity = "Info" ;
};
ChainDB = {
severity = "Info" ;
};
"ChainDB.AddBlockEvent.AddBlockValidation" = {
severity = "Silence" ;
};
"ChainDB.AddBlockEvent.AddBlockValidation.ValidCandidate" = {
maxFrequency = 2.0 ;
};
"ChainDB.AddBlockEvent.AddedBlockToQueue" = {
maxFrequency = 2.0 ;
};
"ChainDB.AddBlockEvent.AddedBlockToVolatileDB" = {
maxFrequency = 2.0 ;
};
"ChainDB.CopyToImmutableDBEvent.CopiedBlockToImmutableDB" = {
maxFrequency = 2.0 ;
};
"ChainDB.LedgerEvent.Forker" = {
severity = "Silence" ;
};
"ChainSync.Client" = {
severity = "Warning" ;
};
"Forge.Loop" = {
severity = "Info" ;
};
"Forge.StateInfo" = {
severity = "Info" ;
};
Mempool = {
severity = "Info" ;
};
"Mempool.AttemptAdd" = {
severity = "Silence" ;
};
"Mempool.SyncNotNeeded" = {
severity = "Silence" ;
};
"Net.ConnectionManager.Remote" = {
severity = "Info" ;
};
"Net.InboundGovernor" = {
severity = "Warning" ;
};
"Net.InboundGovernor.Remote" = {
severity = "Info" ;
};
"Net.Mux.Remote" = {
severity = "Info" ;
};
"Net.PeerSelection" = {
severity = "Info" ;
};
Resources = {
severity = "Silence" ;
};
"Startup.DiffusionInit" = {
severity = "Info" ;
};
};
TurnOnLogMetrics = true ;
TurnOnLogging = true ;
UseTraceDispatcher = true ;
defaultBackends = [ ];
defaultScribes = [ ];
minSeverity = "Critical" ;
options = { };
setupBackends = [ ];
setupScribes = [ ];
};
nodeConfigLegacy = {
AlonzoGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/dijkstra/alonzo-genesis.json ;
AlonzoGenesisHash = "cc143a4a73d7ab8cbc4bbd7750c91c5204cb597007cea3a317a1fc240c1954f1" ;
ByronGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/dijkstra/byron-genesis.json ;
ByronGenesisHash = "9bdbd85630be6848fc31425efe0be0f1f0bce8ee2def551f62e5a7bb165f552c" ;
ConsensusMode = "GenesisMode" ;
ConwayGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/dijkstra/conway-genesis.json ;
ConwayGenesisHash = "1882545753507dc03566b98b4c67752980797cd7e196323eef9baa0d474cbbb6" ;
DijkstraGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/dijkstra/dijkstra-genesis.json ;
DijkstraGenesisHash = "c6afe2641a407ee17f3625ed304571c3762e3123d38f4d8ae663f765f6c2bcb6" ;
ExperimentalHardForksEnabled = false ;
ExperimentalProtocolsEnabled = true ;
LastKnownBlockVersion-Alt = 0 ;
LastKnownBlockVersion-Major = 3 ;
LastKnownBlockVersion-Minor = 1 ;
LedgerDB = {
Backend = "V2InMemory" ;
NumOfDiskSnapshots = 2 ;
QueryBatchSize = 100000 ;
SnapshotInterval = 864 ;
};
MinNodeVersion = "10.7.0" ;
Protocol = "Cardano" ;
RequiresNetworkMagic = "RequiresMagic" ;
ShelleyGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/dijkstra/shelley-genesis.json ;
ShelleyGenesisHash = "a3d60a493cb73ab915084320cfaae32f9674c1394f52f98a261f855d42bdd885" ;
TestAllegraHardForkAtEpoch = 0 ;
TestAlonzoHardForkAtEpoch = 0 ;
TestBabbageHardForkAtEpoch = 0 ;
TestConwayHardForkAtEpoch = 0 ;
TestMaryHardForkAtEpoch = 0 ;
TestShelleyHardForkAtEpoch = 0 ;
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 = true ;
TraceInboundGovernor = true ;
TraceIpSubscription = true ;
TraceLedgerPeers = true ;
TraceLocalChainSyncProtocol = false ;
TraceLocalConnectionManager = true ;
TraceLocalErrorPolicy = true ;
TraceLocalHandshake = true ;
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 ;
UseTraceDispatcher = false ;
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 ;
}
];
};
peerSnapshot = {
NetworkMagic = 6 ;
NodeToClientVersion = 23 ;
Point = {
blockPointHash = "47e5db4f24736522d541d8a8710f7018056ee013410b6679d3d6ca1edfe1b4fb" ;
blockPointSlot = 6283615 ;
};
bigLedgerPools = [
{
accumulatedStake = 0.269251008534225 ;
relativeStake = 0.269251008534225 ;
relays = [
{
address = "dijkstra-node.play.dev.cardano.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5276551790892602 ;
relativeStake = 0.2584041705550351 ;
relays = [
{
address = "104.197.53.67" ;
port = 6002 ;
}
];
}
{
accumulatedStake = 0.7638286851937579 ;
relativeStake = 0.23617350610449778 ;
relays = [
{
address = "dijkstra-node.play.dev.cardano.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 1 ;
relativeStake = 0.2361713148062421 ;
relays = [
{
address = "dijkstra-node.play.dev.cardano.org" ;
port = 3001 ;
}
];
}
];
};
private = false ;
relaysNew = "dijkstra-node.play.dev.cardano.org" ;
smashUrl = "https://dijkstra-smash.play.dev.cardano.org" ;
submitApiConfig = {
EnableLogMetrics = false ;
EnableLogging = true ;
GenesisHash = "9bdbd85630be6848fc31425efe0be0f1f0bce8ee2def551f62e5a7bb165f552c" ;
PrometheusPort = 8080 ;
RequiresNetworkMagic = "RequiresMagic" ;
TraceOptions = {
"" = {
backends = [
"EKGBackend"
"Stdout HumanFormatColoured"
];
detail = "DNormal" ;
severity = "Info" ;
};
};
defaultBackends = [
"KatipBK"
];
defaultScribes = [
[
"StdoutSK"
"stdout"
]
];
minSeverity = "Info" ;
options = {
cfokey = {
value = "Release-1.0.0" ;
};
mapBackends = { };
mapSeverity = {
db-sync-node = "Info" ;
"db-sync-node.Mux" = "Error" ;
"db-sync-node.Subscription" = "Error" ;
};
mapSubtrace = {
"#ekgview" = {
contents = [
[
{
contents = "cardano.epoch-validation.benchmark" ;
tag = "Contains" ;
}
[
{
contents = ".monoclock.basic." ;
tag = "Contains" ;
}
]
]
[
{
contents = "cardano.epoch-validation.benchmark" ;
tag = "Contains" ;
}
[
{
contents = "diff.RTS.cpuNs.timed." ;
tag = "Contains" ;
}
]
]
[
{
contents = "#ekgview.#aggregation.cardano.epoch-validation.benchmark" ;
tag = "StartsWith" ;
}
[
{
contents = "diff.RTS.gcNum.timed." ;
tag = "Contains" ;
}
]
]
];
subtrace = "FilterTrace" ;
};
"#messagecounters.aggregation" = {
subtrace = "NoTrace" ;
};
"#messagecounters.ekgview" = {
subtrace = "NoTrace" ;
};
"#messagecounters.katip" = {
subtrace = "NoTrace" ;
};
"#messagecounters.monitoring" = {
subtrace = "NoTrace" ;
};
"#messagecounters.switchboard" = {
subtrace = "NoTrace" ;
};
benchmark = {
contents = [
"GhcRtsStats"
"MonotonicClock"
];
subtrace = "ObservableTrace" ;
};
"cardano.epoch-validation.utxo-stats" = {
subtrace = "NoTrace" ;
};
};
};
rotation = {
rpKeepFilesNum = 10 ;
rpLogLimitBytes = 5000000 ;
rpMaxAgeHours = 24 ;
};
setupBackends = [
"AggregationBK"
"KatipBK"
];
setupScribes = [
{
scFormat = "ScText" ;
scKind = "StdoutSK" ;
scName = "stdout" ;
scRotation = null ;
}
];
};
tracerConfig = {
ekgRequestFreq = null ;
ekgRequestFull = null ;
hasEKG = {
epHost = "127.0.0.1" ;
epPort = 12788 ;
};
hasPrometheus = {
epHost = "127.0.0.1" ;
epPort = 12808 ;
};
loRequestNum = null ;
logging = [
{
logFormat = "ForHuman" ;
logMode = "FileMode" ;
logRoot = "/tmp/cardano-tracer" ;
}
];
metricsHelp = null ;
metricsNoSuffix = null ;
network = {
contents = "/tmp/tracer.socket" ;
tag = "AcceptAt" ;
};
networkMagic = 6 ;
resourceFreq = null ;
rotation = {
rpFrequencySecs = 60 ;
rpKeepFilesNum = 14 ;
rpLogLimitBytes = 10000000 ;
rpMaxAgeHours = 24 ;
};
verbosity = null ;
};
useByronWallet = false ;
useLedgerAfterSlot = 6220823 ;
};
mainnet = {
confKey = "mainnet_full" ;
consensusProtocol = "Cardano" ;
dbSyncConfig = {
EnableFutureGenesis = true ;
EnableLogMetrics = false ;
EnableLogging = true ;
NetworkName = "mainnet" ;
NodeConfigFile = "/nix/store/9z0fh5f4nrs3kai00iqsigg6w1j86gzz-config-mainnet.json" ;
PrometheusPort = 8080 ;
RequiresNetworkMagic = "RequiresNoMagic" ;
defaultBackends = [
"KatipBK"
];
defaultScribes = [
[
"StdoutSK"
"stdout"
]
];
minSeverity = "Info" ;
options = {
cfokey = {
value = "Release-1.0.0" ;
};
mapBackends = { };
mapSeverity = {
db-sync-node = "Info" ;
"db-sync-node.Mux" = "Error" ;
"db-sync-node.Subscription" = "Error" ;
};
mapSubtrace = {
"#ekgview" = {
contents = [
[
{
contents = "cardano.epoch-validation.benchmark" ;
tag = "Contains" ;
}
[
{
contents = ".monoclock.basic." ;
tag = "Contains" ;
}
]
]
[
{
contents = "cardano.epoch-validation.benchmark" ;
tag = "Contains" ;
}
[
{
contents = "diff.RTS.cpuNs.timed." ;
tag = "Contains" ;
}
]
]
[
{
contents = "#ekgview.#aggregation.cardano.epoch-validation.benchmark" ;
tag = "StartsWith" ;
}
[
{
contents = "diff.RTS.gcNum.timed." ;
tag = "Contains" ;
}
]
]
];
subtrace = "FilterTrace" ;
};
"#messagecounters.aggregation" = {
subtrace = "NoTrace" ;
};
"#messagecounters.ekgview" = {
subtrace = "NoTrace" ;
};
"#messagecounters.katip" = {
subtrace = "NoTrace" ;
};
"#messagecounters.monitoring" = {
subtrace = "NoTrace" ;
};
"#messagecounters.switchboard" = {
subtrace = "NoTrace" ;
};
benchmark = {
contents = [
"GhcRtsStats"
"MonotonicClock"
];
subtrace = "ObservableTrace" ;
};
"cardano.epoch-validation.utxo-stats" = {
subtrace = "NoTrace" ;
};
};
};
rotation = {
rpKeepFilesNum = 10 ;
rpLogLimitBytes = 5000000 ;
rpMaxAgeHours = 24 ;
};
setupBackends = [
"AggregationBK"
"KatipBK"
];
setupScribes = [
{
scFormat = "ScText" ;
scKind = "StdoutSK" ;
scName = "stdout" ;
scRotation = null ;
}
];
};
domain = "cardano-mainnet.iohk.io" ;
edgeNodes = [
{
addr = "backbone.cardano.iog.io" ;
port = 3001 ;
}
{
addr = "backbone.mainnet.cardanofoundation.org" ;
port = 3001 ;
}
{
addr = "backbone.mainnet.emurgornd.com" ;
port = 3001 ;
}
];
edgePort = 3001 ;
explorerConfig = {
NetworkName = "mainnet" ;
NodeConfigFile = "/nix/store/9z0fh5f4nrs3kai00iqsigg6w1j86gzz-config-mainnet.json" ;
RequiresNetworkMagic = "RequiresNoMagic" ;
};
explorerUrl = "https://explorer.cardano.org" ;
extraDbSyncConfig = {
enableFutureGenesis = true ;
};
extraTracerConfig = {
Mempool = {
severity = "Silence" ;
};
};
extraTracerConfigLegacy = {
TraceMempool = false ;
};
metadataUrl = "https://tokens.cardano.org" ;
mithrilAggregatorEndpointUrl = "https://aggregator.release-mainnet.api.mithril.network/aggregator" ;
mithrilAncillaryVerificationKey = "5b32332c37312c39362c3133332c34372c3235332c3232362c3133362c3233352c35372c3136342c3130362c3138362c322c32312c32392c3132302c3136332c38392c3132312c3137372c3133382c3230382c3133382c3231342c39392c35382c32322c302c35382c332c36395d" ;
mithrilEraReaderParams = {
address = "addr1qy72kwgm6kypyc5maw0h8mfagwag8wjnx6emgfnsnhqaml6gx7gg4tzplw9l32nsgclqax7stc4u6c5dn0ctljwscm2sqv0teg" ;
verification_key = "5b31312c3133342c3231352c37362c3134312c3232302c3131312c3135342c36332c3233302c3131342c31322c38372c37342c39342c3137322c3133322c32372c39362c3138362c3132362c3137382c31392c3131342c33302c3234332c36342c3134312c3131302c38332c38362c31395d" ;
};
mithrilGenesisVerificationKey = "5b3139312c36362c3134302c3138352c3133382c31312c3233372c3230372c3235302c3134342c32372c322c3138382c33302c31322c38312c3135352c3230342c31302c3137392c37352c32332c3133382c3139362c3231372c352c31342c32302c35372c37392c33392c3137365d" ;
mithrilSignerConfig = {
aggregator_endpoint = "https://aggregator.release-mainnet.api.mithril.network/aggregator" ;
era_reader_adapter_params = "{ \" address \" : \" addr1qy72kwgm6kypyc5maw0h8mfagwag8wjnx6emgfnsnhqaml6gx7gg4tzplw9l32nsgclqax7stc4u6c5dn0ctljwscm2sqv0teg \" , \" verification_key \" : \" 5b31312c3133342c3231352c37362c3134312c3232302c3131312c3135342c36332c3233302c3131342c31322c38372c37342c39342c3137322c3133322c32372c39362c3138362c3132362c3137382c31392c3131342c33302c3234332c36342c3134312c3131302c38332c38362c31395d \" }" ;
era_reader_adapter_type = "cardano-chain" ;
genesis_verification_key = "5b3139312c36362c3134302c3138352c3133382c31312c3233372c3230372c3235302c3134342c32372c322c3138382c33302c31322c38312c3135352c3230342c31302c3137392c37352c32332c3133382c3139362c3231372c352c31342c32302c35372c37392c33392c3137365d" ;
network = "mainnet" ;
network_magic = 764824073 ;
run_interval = 60000 ;
store_retention_limit = 5 ;
};
name = "mainnet" ;
networkConfig = {
AlonzoGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/mainnet/alonzo-genesis.json ;
AlonzoGenesisHash = "7e94a15f55d1e82d10f09203fa1d40f8eede58fd8066542cf6566008068ed874" ;
ByronGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/mainnet/byron-genesis.json ;
ByronGenesisHash = "5f20df933584822601f9e3f8c024eb5eb252fe8cefb24d1317dc3d432e940ebb" ;
CheckpointsFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/mainnet/checkpoints.json ;
CheckpointsFileHash = "3e6dee5bae7acc6d870187e72674b37c929be8c66e62a552cf6a876b1af31ade" ;
ConsensusMode = "PraosMode" ;
ConwayGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/mainnet/conway-genesis.json ;
ConwayGenesisHash = "15a199f895e461ec0ffc6dd4e4028af28a492ab4e806d39cb674c88f7643ef62" ;
LastKnownBlockVersion-Alt = 0 ;
LastKnownBlockVersion-Major = 3 ;
LastKnownBlockVersion-Minor = 0 ;
LedgerDB = {
Backend = "V2InMemory" ;
NumOfDiskSnapshots = 2 ;
QueryBatchSize = 100000 ;
SnapshotInterval = 4320 ;
};
MaxKnownMajorProtocolVersion = 2 ;
MinNodeVersion = "10.7.0" ;
Protocol = "Cardano" ;
RequiresNetworkMagic = "RequiresNoMagic" ;
ShelleyGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/mainnet/shelley-genesis.json ;
ShelleyGenesisHash = "1a3be38bcbb7911969283716ad7aa550250226b76a61fc51cc9a9a35d9276d81" ;
};
nodeConfig = {
AlonzoGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/mainnet/alonzo-genesis.json ;
AlonzoGenesisHash = "7e94a15f55d1e82d10f09203fa1d40f8eede58fd8066542cf6566008068ed874" ;
ByronGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/mainnet/byron-genesis.json ;
ByronGenesisHash = "5f20df933584822601f9e3f8c024eb5eb252fe8cefb24d1317dc3d432e940ebb" ;
CheckpointsFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/mainnet/checkpoints.json ;
CheckpointsFileHash = "3e6dee5bae7acc6d870187e72674b37c929be8c66e62a552cf6a876b1af31ade" ;
ConsensusMode = "PraosMode" ;
ConwayGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/mainnet/conway-genesis.json ;
ConwayGenesisHash = "15a199f895e461ec0ffc6dd4e4028af28a492ab4e806d39cb674c88f7643ef62" ;
LastKnownBlockVersion-Alt = 0 ;
LastKnownBlockVersion-Major = 3 ;
LastKnownBlockVersion-Minor = 0 ;
LedgerDB = {
Backend = "V2InMemory" ;
NumOfDiskSnapshots = 2 ;
QueryBatchSize = 100000 ;
SnapshotInterval = 4320 ;
};
MaxKnownMajorProtocolVersion = 2 ;
MinNodeVersion = "10.7.0" ;
Protocol = "Cardano" ;
RequiresNetworkMagic = "RequiresNoMagic" ;
ShelleyGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/mainnet/shelley-genesis.json ;
ShelleyGenesisHash = "1a3be38bcbb7911969283716ad7aa550250226b76a61fc51cc9a9a35d9276d81" ;
TraceOptionForwarder = {
connQueueSize = 64 ;
disconnQueueSize = 128 ;
maxReconnectDelay = 30 ;
};
TraceOptionMetricsPrefix = "cardano.node.metrics." ;
TraceOptionResourceFrequency = 1000 ;
TraceOptions = {
"" = {
backends = [
"EKGBackend"
"Forwarder"
"PrometheusSimple suffix 127.0.0.1 12798"
"Stdout HumanFormatColoured"
];
detail = "DNormal" ;
severity = "Notice" ;
};
"BlockFetch.Client.CompletedBlockFetch" = {
maxFrequency = 2.0 ;
};
"BlockFetch.Decision" = {
severity = "Info" ;
};
ChainDB = {
severity = "Info" ;
};
"ChainDB.AddBlockEvent.AddBlockValidation" = {
severity = "Silence" ;
};
"ChainDB.AddBlockEvent.AddBlockValidation.ValidCandidate" = {
maxFrequency = 2.0 ;
};
"ChainDB.AddBlockEvent.AddedBlockToQueue" = {
maxFrequency = 2.0 ;
};
"ChainDB.AddBlockEvent.AddedBlockToVolatileDB" = {
maxFrequency = 2.0 ;
};
"ChainDB.CopyToImmutableDBEvent.CopiedBlockToImmutableDB" = {
maxFrequency = 2.0 ;
};
"ChainDB.LedgerEvent.Forker" = {
severity = "Silence" ;
};
"ChainSync.Client" = {
severity = "Warning" ;
};
"Forge.Loop" = {
severity = "Info" ;
};
"Forge.StateInfo" = {
severity = "Info" ;
};
Mempool = {
severity = "Silence" ;
};
"Mempool.AttemptAdd" = {
severity = "Silence" ;
};
"Mempool.SyncNotNeeded" = {
severity = "Silence" ;
};
"Net.ConnectionManager.Remote" = {
severity = "Info" ;
};
"Net.InboundGovernor" = {
severity = "Warning" ;
};
"Net.InboundGovernor.Remote" = {
severity = "Info" ;
};
"Net.Mux.Remote" = {
severity = "Info" ;
};
"Net.PeerSelection" = {
severity = "Info" ;
};
Resources = {
severity = "Silence" ;
};
"Startup.DiffusionInit" = {
severity = "Info" ;
};
};
TurnOnLogMetrics = true ;
TurnOnLogging = true ;
UseTraceDispatcher = true ;
defaultBackends = [ ];
defaultScribes = [ ];
minSeverity = "Critical" ;
options = { };
setupBackends = [ ];
setupScribes = [ ];
};
nodeConfigLegacy = {
AlonzoGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/mainnet/alonzo-genesis.json ;
AlonzoGenesisHash = "7e94a15f55d1e82d10f09203fa1d40f8eede58fd8066542cf6566008068ed874" ;
ByronGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/mainnet/byron-genesis.json ;
ByronGenesisHash = "5f20df933584822601f9e3f8c024eb5eb252fe8cefb24d1317dc3d432e940ebb" ;
CheckpointsFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/mainnet/checkpoints.json ;
CheckpointsFileHash = "3e6dee5bae7acc6d870187e72674b37c929be8c66e62a552cf6a876b1af31ade" ;
ConsensusMode = "PraosMode" ;
ConwayGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/mainnet/conway-genesis.json ;
ConwayGenesisHash = "15a199f895e461ec0ffc6dd4e4028af28a492ab4e806d39cb674c88f7643ef62" ;
LastKnownBlockVersion-Alt = 0 ;
LastKnownBlockVersion-Major = 3 ;
LastKnownBlockVersion-Minor = 0 ;
LedgerDB = {
Backend = "V2InMemory" ;
NumOfDiskSnapshots = 2 ;
QueryBatchSize = 100000 ;
SnapshotInterval = 4320 ;
};
MaxKnownMajorProtocolVersion = 2 ;
MinNodeVersion = "10.7.0" ;
Protocol = "Cardano" ;
RequiresNetworkMagic = "RequiresNoMagic" ;
ShelleyGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/mainnet/shelley-genesis.json ;
ShelleyGenesisHash = "1a3be38bcbb7911969283716ad7aa550250226b76a61fc51cc9a9a35d9276d81" ;
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 = true ;
TraceInboundGovernor = true ;
TraceIpSubscription = true ;
TraceLedgerPeers = true ;
TraceLocalChainSyncProtocol = false ;
TraceLocalConnectionManager = true ;
TraceLocalErrorPolicy = true ;
TraceLocalHandshake = true ;
TraceLocalRootPeers = true ;
TraceLocalTxSubmissionProtocol = false ;
TraceLocalTxSubmissionServer = false ;
TraceMempool = false ;
TraceMux = false ;
TracePeerSelection = true ;
TracePeerSelectionActions = true ;
TracePublicRootPeers = true ;
TraceServer = true ;
TraceTxInbound = false ;
TraceTxOutbound = false ;
TraceTxSubmissionProtocol = false ;
TracingVerbosity = "NormalVerbosity" ;
TurnOnLogMetrics = true ;
TurnOnLogging = true ;
UseTraceDispatcher = false ;
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 ;
}
];
};
peerSnapshot = {
NetworkMagic = 764824073 ;
NodeToClientVersion = 23 ;
Point = {
blockPointHash = "1a7f1af3e52ba8810247f7c82431113a61c2efc5435a8fe6f76c5ae6618cc92a" ;
blockPointSlot = 185831188 ;
};
bigLedgerPools = [
{
accumulatedStake = 0.005374442898178548 ;
relativeStake = 0.005374442898178548 ;
relays = [
{
address = "relay-trustwallet-5-0.cardano.mainnet.kiln.fi" ;
port = 3001 ;
}
{
address = "relay-trustwallet-5-1.cardano.mainnet.kiln.fi" ;
port = 3001 ;
}
{
address = "relay-trustwallet-5-2.cardano.mainnet.kiln.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.009708426606565979 ;
relativeStake = 0.00433398370838743 ;
relays = [
{
address = "relay-pool-2-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.013940148674896902 ;
relativeStake = 0.004231722068330924 ;
relays = [
{
address = "relay-pool-ledger-2-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.017802972691128915 ;
relativeStake = 0.0038628240162320118 ;
relays = [
{
address = "relay-pool-3-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.021629299907305704 ;
relativeStake = 0.0038263272161767905 ;
relays = [
{
address = "relay-kiln-9-0.cardano.mainnet.kiln.fi" ;
port = 3001 ;
}
{
address = "relay-kiln-9-1.cardano.mainnet.kiln.fi" ;
port = 3001 ;
}
{
address = "relay-kiln-9-2.cardano.mainnet.kiln.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.02544330760311462 ;
relativeStake = 0.0038140076958089134 ;
relays = [
{
address = "Relay1.NordicPool.org" ;
port = 3005 ;
}
{
address = "Relay2.NordicPool.org" ;
port = 3005 ;
}
{
address = "Relay3.NordicPool.org" ;
port = 3005 ;
}
];
}
{
accumulatedStake = 0.029072349871612557 ;
relativeStake = 0.0036290422684979377 ;
relays = [
{
address = "relay-kiln-4-0.cardano.mainnet.kiln.fi" ;
port = 3001 ;
}
{
address = "relay-kiln-4-1.cardano.mainnet.kiln.fi" ;
port = 3001 ;
}
{
address = "relay-kiln-4-2.cardano.mainnet.kiln.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.03270005853686575 ;
relativeStake = 0.0036277086652531936 ;
relays = [
{
address = "relay-kiln-0-0.cardano.mainnet.kiln.fi" ;
port = 3001 ;
}
{
address = "relay-kiln-0-1.cardano.mainnet.kiln.fi" ;
port = 3001 ;
}
{
address = "relay-kiln-0-2.cardano.mainnet.kiln.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.036312797031401535 ;
relativeStake = 0.0036127384945357824 ;
relays = [
{
address = "gateway.adavault.com" ;
port = 4021 ;
}
{
address = "gateway.adavault.com" ;
port = 4022 ;
}
{
address = "gateway.adavault.com" ;
port = 4026 ;
}
{
address = "gateway.adavault.com" ;
port = 4027 ;
}
];
}
{
accumulatedStake = 0.03992463359434855 ;
relativeStake = 0.003611836562947021 ;
relays = [
{
address = "relay-kiln-8-0.cardano.mainnet.kiln.fi" ;
port = 3001 ;
}
{
address = "relay-kiln-8-1.cardano.mainnet.kiln.fi" ;
port = 3001 ;
}
{
address = "relay-kiln-8-2.cardano.mainnet.kiln.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.043534993858084924 ;
relativeStake = 0.003610360263736371 ;
relays = [
{
address = "cardanosuisse.com" ;
port = 170 ;
}
{
address = "cardanosuisse.com" ;
port = 171 ;
}
{
address = "cardanosuisse.com" ;
port = 172 ;
}
];
}
{
accumulatedStake = 0.04714340447381351 ;
relativeStake = 0.0036084106157285825 ;
relays = [
{
address = "13.236.12.204" ;
port = 8332 ;
}
];
}
{
accumulatedStake = 0.050749101364542935 ;
relativeStake = 0.0036056968907294306 ;
relays = [
{
address = "13.211.73.179" ;
port = 8332 ;
}
];
}
{
accumulatedStake = 0.05434746790206477 ;
relativeStake = 0.0035983665375218287 ;
relays = [
{
address = "48.cardano.staked.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.05794512044484381 ;
relativeStake = 0.003597652542779045 ;
relays = [
{
address = "27.cardano.staked.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.0615424193035904 ;
relativeStake = 0.003597298858746587 ;
relays = [
{
address = "cf1r1.mainnet.pool.cardanofoundation.org" ;
port = 3001 ;
}
{
address = "cf1r2.mainnet.pool.cardanofoundation.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.0651391753342143 ;
relativeStake = 0.0035967560306238992 ;
relays = [
{
address = "cf4r1.mainnet.pool.cardanofoundation.org" ;
port = 3001 ;
}
{
address = "cf4r2.mainnet.pool.cardanofoundation.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.06873593134412619 ;
relativeStake = 0.0035967560099118942 ;
relays = [
{
address = "cf2r1.mainnet.pool.cardanofoundation.org" ;
port = 3001 ;
}
{
address = "cf2r2.mainnet.pool.cardanofoundation.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.072332687346765 ;
relativeStake = 0.003596756002638812 ;
relays = [
{
address = "cf3r1.mainnet.pool.cardanofoundation.org" ;
port = 3001 ;
}
{
address = "cf3r2.mainnet.pool.cardanofoundation.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.07592793071620275 ;
relativeStake = 0.003595243369437755 ;
relays = [
{
address = "28.cardano.staked.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.07952035828949579 ;
relativeStake = 0.0035924275732930255 ;
relays = [
{
address = "gateway.adavault.com" ;
port = 4021 ;
}
{
address = "gateway.adavault.com" ;
port = 4022 ;
}
{
address = "gateway.adavault.com" ;
port = 4026 ;
}
{
address = "gateway.adavault.com" ;
port = 4027 ;
}
];
}
{
accumulatedStake = 0.08310439515938065 ;
relativeStake = 0.0035840368698848643 ;
relays = [
{
address = "30.cardano.staked.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.08668333625688798 ;
relativeStake = 0.0035789410975073373 ;
relays = [
{
address = "162.120.71.180" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.09024818219196967 ;
relativeStake = 0.003564845935081683 ;
relays = [
{
address = "relays.bladepool.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.09380926669458656 ;
relativeStake = 0.003561084502616894 ;
relays = [
{
address = "relay-kiln-2-0.cardano.mainnet.kiln.fi" ;
port = 3001 ;
}
{
address = "relay-kiln-2-1.cardano.mainnet.kiln.fi" ;
port = 3001 ;
}
{
address = "relay-kiln-2-2.cardano.mainnet.kiln.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.09736937170611602 ;
relativeStake = 0.0035601050115294675 ;
relays = [
{
address = "50.cardano.staked.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.10092834724321641 ;
relativeStake = 0.0035589755371003753 ;
relays = [
{
address = "cf5r1.mainnet.pool.cardanofoundation.org" ;
port = 3001 ;
}
{
address = "cf5r2.mainnet.pool.cardanofoundation.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.10448732156446405 ;
relativeStake = 0.0035589743212476477 ;
relays = [
{
address = "49.cardano.staked.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.10803606905879032 ;
relativeStake = 0.0035487474943262654 ;
relays = [
{
address = "relays.wavepool.digital" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.1115793581385967 ;
relativeStake = 0.003543289079806376 ;
relays = [
{
address = "relays.wavepool.digital" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.11511648386057985 ;
relativeStake = 0.0035371257219831602 ;
relays = [
{
address = "relays.wavepool.digital" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.1186316891474176 ;
relativeStake = 0.0035152052868377445 ;
relays = [
{
address = "relays.wavepool.digital" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.12214446755130515 ;
relativeStake = 0.003512778403887549 ;
relays = [
{
address = "r1.spirestaking.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.1256401776217798 ;
relativeStake = 0.0034957100704746634 ;
relays = [
{
address = "bd-cardano-main-relay-12-a.bdnodes.net" ;
port = 6000 ;
}
{
address = "bd-cardano-main-relay-12-b.bdnodes.net" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.12913002711459814 ;
relativeStake = 0.003489849492818339 ;
relays = [
{
address = "42.cardano.staked.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.1326198020980895 ;
relativeStake = 0.003489774983491336 ;
relays = [
{
address = "41.cardano.staked.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.1361094861667491 ;
relativeStake = 0.003489684068659594 ;
relays = [
{
address = "46.cardano.staked.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.13959911214388226 ;
relativeStake = 0.0034896259771331857 ;
relays = [
{
address = "45.cardano.staked.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.1430887380921154 ;
relativeStake = 0.0034896259482331358 ;
relays = [
{
address = "44.cardano.staked.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.1465783268264004 ;
relativeStake = 0.003489588734285008 ;
relays = [
{
address = "47.cardano.staked.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.150064031921081 ;
relativeStake = 0.003485705094680595 ;
relays = [
{
address = "r1.1percentpool.eu" ;
port = 19001 ;
}
{
address = "r2.1percentpool.eu" ;
port = 19002 ;
}
];
}
{
accumulatedStake = 0.153538811711978 ;
relativeStake = 0.0034747797908969923 ;
relays = [
{
address = "r-eu-0.titanstaking.io" ;
port = 4321 ;
}
{
address = "r-eu-1.titanstaking.io" ;
port = 4321 ;
}
{
address = "r-eu-2.titanstaking.io" ;
port = 4321 ;
}
];
}
{
accumulatedStake = 0.15698307896039274 ;
relativeStake = 0.003444267248414735 ;
relays = [
{
address = "relay1.mainnet.pool.cardano.services" ;
port = 3001 ;
}
{
address = "relay2.mainnet.pool.cardano.services" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.1604262366074174 ;
relativeStake = 0.003443157647024659 ;
relays = [
{
address = "eu.relays.cardanians.io" ;
port = 1000 ;
}
{
address = "ca.relays.cardanians.io" ;
port = 1000 ;
}
];
}
{
accumulatedStake = 0.1638684010409817 ;
relativeStake = 0.0034421644335643057 ;
relays = [
{
address = "olive-geonosis-edffc.cardano.bdnodes.net" ;
port = 6000 ;
}
{
address = "violet-kingston-8d67e.cardano.bdnodes.net" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.16729413564799103 ;
relativeStake = 0.0034257346070093453 ;
relays = [
{
address = "relay-pool-figment-21-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.17071496333720293 ;
relativeStake = 0.0034208276892118846 ;
relays = [
{
address = "170.23.181.50" ;
port = 6001 ;
}
{
address = "170.23.181.50" ;
port = 6002 ;
}
{
address = "170.23.181.50" ;
port = 6003 ;
}
];
}
{
accumulatedStake = 0.174125564114978 ;
relativeStake = 0.0034106007777750915 ;
relays = [
{
address = "178.128.79.219" ;
port = 3001 ;
}
{
address = "104.131.122.73" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.17750485455088452 ;
relativeStake = 0.0033792904359065015 ;
relays = [
{
address = "relay.de.fikapool.com" ;
port = 6000 ;
}
{
address = "relay.sg.fikapool.com" ;
port = 6000 ;
}
{
address = "relay.ca.fikapool.com" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.18088156140741551 ;
relativeStake = 0.003376706856531004 ;
relays = [
{
address = "95.154.235.142" ;
port = 6000 ;
}
{
address = "217.155.18.115" ;
port = 6003 ;
}
{
address = "217.155.18.115" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.18424074119056127 ;
relativeStake = 0.0033591797831457426 ;
relays = [
{
address = "cardano-relays.autostake.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.18759600878851534 ;
relativeStake = 0.00335526759795409 ;
relays = [
{
address = "26e894b1.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.19093565792956324 ;
relativeStake = 0.003339649141047875 ;
relays = [
{
address = "ada-relay01.biglazycat.com" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.19427160795428933 ;
relativeStake = 0.0033359500247260887 ;
relays = [
{
address = "relay.cardano.securestaking.io" ;
port = 3000 ;
}
{
address = "secur2.cardano.securestaking.io" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.1976068867998066 ;
relativeStake = 0.003335278845517267 ;
relays = [
{
address = "46.101.9.225" ;
port = 3001 ;
}
{
address = "64.227.46.95" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.20093662442713522 ;
relativeStake = 0.0033297376273286497 ;
relays = [
{
address = "180.150.102.25" ;
port = 8376 ;
}
{
address = "180.150.96.245" ;
port = 8376 ;
}
{
address = "144.6.112.28" ;
port = 8376 ;
}
{
address = "154.38.173.238" ;
port = 8376 ;
}
{
address = "152.53.55.29" ;
port = 8376 ;
}
{
address = "relays.terminada.io" ;
port = 8376 ;
}
];
}
{
accumulatedStake = 0.20426180896286147 ;
relativeStake = 0.0033251845357262395 ;
relays = [
{
address = "7ddb9c28.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.2075850095396342 ;
relativeStake = 0.0033232005767727404 ;
relays = [
{
address = "relays.wavepool.digital" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.21090068888850746 ;
relativeStake = 0.0033156793488732534 ;
relays = [
{
address = "8d6f8de4.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.21421636232933938 ;
relativeStake = 0.0033156734408319186 ;
relays = [
{
address = "b3e201f4.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.21753103296490847 ;
relativeStake = 0.003314670635569077 ;
relays = [
{
address = "relay-kiln-6-0.cardano.mainnet.kiln.fi" ;
port = 3001 ;
}
{
address = "relay-kiln-6-1.cardano.mainnet.kiln.fi" ;
port = 3001 ;
}
{
address = "relay-kiln-6-2.cardano.mainnet.kiln.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.22084278026612894 ;
relativeStake = 0.003311747301220469 ;
relays = [
{
address = "relay1.cardanotech.io" ;
port = 6000 ;
}
{
address = "relay2.cardanotech.io" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.22415322682988933 ;
relativeStake = 0.0033104465637604106 ;
relays = [
{
address = "Relay1.NordicPool.org" ;
port = 3005 ;
}
{
address = "Relay2.NordicPool.org" ;
port = 3005 ;
}
{
address = "Relay3.NordicPool.org" ;
port = 3005 ;
}
];
}
{
accumulatedStake = 0.22746225925200822 ;
relativeStake = 0.0033090324221188685 ;
relays = [
{
address = "b3bbbcac.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.23077101021326482 ;
relativeStake = 0.003308750961256621 ;
relays = [
{
address = "ddbb5a06.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.23407540492923293 ;
relativeStake = 0.0033043947159681064 ;
relays = [
{
address = "35.75.32.253" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.2373787210676444 ;
relativeStake = 0.0033033161384114556 ;
relays = [
{
address = "e4527900.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.2406816511056443 ;
relativeStake = 0.0033029300379999052 ;
relays = [
{
address = "50809bee.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.24398377237679114 ;
relativeStake = 0.0033021212711468345 ;
relays = [
{
address = "a94da6a8.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.24728579113764354 ;
relativeStake = 0.0033020187608523923 ;
relays = [
{
address = "9a956262.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.25058748374767575 ;
relativeStake = 0.003301692610032227 ;
relays = [
{
address = "9dc533bf.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.2538889644248383 ;
relativeStake = 0.0033014806771625464 ;
relays = [
{
address = "f84db19f.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.2571900850908579 ;
relativeStake = 0.0033011206660195744 ;
relays = [
{
address = "c2504518.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.26049107460263743 ;
relativeStake = 0.003300989511779533 ;
relays = [
{
address = "dbe22510.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.2637919734743998 ;
relativeStake = 0.0033008988717624075 ;
relays = [
{
address = "778cb679.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.2670927542116305 ;
relativeStake = 0.0033007807372306837 ;
relays = [
{
address = "94cc7304.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.2703935300668164 ;
relativeStake = 0.00330077585518588 ;
relays = [
{
address = "bb78d57d.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.2736942472061372 ;
relativeStake = 0.003300717139320816 ;
relays = [
{
address = "72e508af.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.27699489083623985 ;
relativeStake = 0.0033006436301026482 ;
relays = [
{
address = "d89eeea0.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.28029546895066365 ;
relativeStake = 0.0033005781144238174 ;
relays = [
{
address = "d699483e.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.2835960255532317 ;
relativeStake = 0.0033005566025680567 ;
relays = [
{
address = "a5f2af9f.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.28689656727497403 ;
relativeStake = 0.0033005417217423414 ;
relays = [
{
address = "d489c136.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.2901962790803425 ;
relativeStake = 0.0032997118053684424 ;
relays = [
{
address = "35.75.32.253" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.2934808704970831 ;
relativeStake = 0.00328459141674062 ;
relays = [
{
address = "Relay1.NordicPool.org" ;
port = 3005 ;
}
{
address = "Relay2.NordicPool.org" ;
port = 3005 ;
}
{
address = "Relay3.NordicPool.org" ;
port = 3005 ;
}
];
}
{
accumulatedStake = 0.29676352969386877 ;
relativeStake = 0.0032826591967856215 ;
relays = [
{
address = "relay-pool-figment-19-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.3000108380817497 ;
relativeStake = 0.0032473083878810003 ;
relays = [
{
address = "92a8429c.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.3032445665449438 ;
relativeStake = 0.0032337284631940473 ;
relays = [
{
address = "relays.stakepool.at" ;
port = 3001 ;
}
{
address = "relay-1.stakepool.at" ;
port = 3001 ;
}
{
address = "relay-2.stakepool.at" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.30647450076952526 ;
relativeStake = 0.00322993422458148 ;
relays = [
{
address = "Relay1.NordicPool.org" ;
port = 3005 ;
}
{
address = "Relay2.NordicPool.org" ;
port = 3005 ;
}
{
address = "Relay3.NordicPool.org" ;
port = 3005 ;
}
];
}
{
accumulatedStake = 0.30969966684260447 ;
relativeStake = 0.0032251660730792026 ;
relays = [
{
address = "lucerne.datadyne.earth" ;
port = 3001 ;
}
{
address = "g5.datadyne.earth" ;
port = 3002 ;
}
{
address = "drcaroll.datadyne.earth" ;
port = 3003 ;
}
];
}
{
accumulatedStake = 0.31289491758416743 ;
relativeStake = 0.0031952507415629705 ;
relays = [
{
address = "relay01.ca.lovelace.community" ;
port = 3001 ;
}
{
address = "relay02.ca.lovelace.community" ;
port = 3001 ;
}
{
address = "relay01.fr.lovelace.community" ;
port = 3001 ;
}
{
address = "relay01.de.lovelace.community" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.31608446138738877 ;
relativeStake = 0.003189543803221323 ;
relays = [
{
address = "94c3c6d3.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.3192519609710251 ;
relativeStake = 0.00316749958363634 ;
relays = [
{
address = "11.relays.happystaking.io" ;
port = 3001 ;
}
{
address = "12.relays.happystaking.io" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.3224120238329085 ;
relativeStake = 0.00316006286188342 ;
relays = [
{
address = "cof-1.cardanocafe.org" ;
port = 3005 ;
}
{
address = "cof-2.cardanocafe.org" ;
port = 3010 ;
}
{
address = "cap-1.cardanocafe.org" ;
port = 4000 ;
}
{
address = "cap-2.cardanocafe.org" ;
port = 4005 ;
}
{
address = "lat-1.cardanocafe.org" ;
port = 5001 ;
}
{
address = "lat-2.cardanocafe.org" ;
port = 5002 ;
}
];
}
{
accumulatedStake = 0.3255500605512152 ;
relativeStake = 0.0031380367183066705 ;
relays = [
{
address = "relay1-dl.aichi-stakepool.com" ;
port = 6000 ;
}
{
address = "relay2-jp.aichi-stakepool.com" ;
port = 6000 ;
}
{
address = "relay3-li.aichi-stakepool.com" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.3286550118516534 ;
relativeStake = 0.003104951300438186 ;
relays = [
{
address = "relay1.clovernodes.io" ;
port = 6000 ;
}
{
address = "relay2.clovernodes.io" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.33173395010023077 ;
relativeStake = 0.0030789382485773968 ;
relays = [
{
address = "gateway.adavault.com" ;
port = 4021 ;
}
{
address = "gateway.adavault.com" ;
port = 4022 ;
}
{
address = "gateway.adavault.com" ;
port = 4026 ;
}
{
address = "gateway.adavault.com" ;
port = 4027 ;
}
];
}
{
accumulatedStake = 0.3347950471339347 ;
relativeStake = 0.0030610970337039286 ;
relays = [
{
address = "173.15.110.154" ;
port = 6000 ;
}
{
address = "173.15.110.155" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.3378299087349564 ;
relativeStake = 0.0030348616010216567 ;
relays = [
{
address = "rel01.fairpool.eu" ;
port = 55001 ;
}
{
address = "rel02.fairpool.eu" ;
port = 55002 ;
}
{
address = "rel03.fairpool.eu" ;
port = 55003 ;
}
{
address = "rel04.fairpool.eu" ;
port = 55004 ;
}
];
}
{
accumulatedStake = 0.34085499176656525 ;
relativeStake = 0.0030250830316088852 ;
relays = [
{
address = "relay.cardano.securestaking.io" ;
port = 3000 ;
}
{
address = "secur2.cardano.securestaking.io" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.3438770973680805 ;
relativeStake = 0.0030221056015152506 ;
relays = [
{
address = "157.173.120.233" ;
port = 3001 ;
}
{
address = "157.173.120.233" ;
port = 3002 ;
}
{
address = "5.252.53.68" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.346891603387648 ;
relativeStake = 0.0030145060195675027 ;
relays = [
{
address = "octaluso.dyndns.org" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.3498859230581036 ;
relativeStake = 0.0029943196704556013 ;
relays = [
{
address = "91.242.214.33" ;
port = 3001 ;
}
{
address = "186.233.187.33" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.3528424190823353 ;
relativeStake = 0.0029564960242317298 ;
relays = [
{
address = "r-eu-0.titanstaking.io" ;
port = 4321 ;
}
{
address = "r-eu-1.titanstaking.io" ;
port = 4321 ;
}
{
address = "r-eu-2.titanstaking.io" ;
port = 4321 ;
}
];
}
{
accumulatedStake = 0.35579819946448704 ;
relativeStake = 0.0029557803821516873 ;
relays = [
{
address = "cardano-main.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-main2.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay1.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay2.everstake.one" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.3587435495330062 ;
relativeStake = 0.0029453500685191905 ;
relays = [
{
address = "644dd09c.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.3616683071792176 ;
relativeStake = 0.0029247576462113995 ;
relays = [
{
address = "bd-cardano-main-relay-5-a.bdnodes.net" ;
port = 6000 ;
}
{
address = "bd-cardano-main-relay-5-b.bdnodes.net" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.36459111375790265 ;
relativeStake = 0.002922806578685019 ;
relays = [
{
address = "rockyrelay1.ddns.net" ;
port = 3001 ;
}
{
address = "rockyrelay2.ddns.net" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.3675062381847631 ;
relativeStake = 0.002915124426860442 ;
relays = [
{
address = "77cb3f75.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.37041689491577684 ;
relativeStake = 0.0029106567310137393 ;
relays = [
{
address = "st3ak.1337.cx" ;
port = 6000 ;
}
{
address = "st3ak.mooo.com" ;
port = 6000 ;
}
{
address = "st3ak.root.sx" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.3733211557271872 ;
relativeStake = 0.0029042608114104086 ;
relays = [
{
address = "cardano-main.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-main2.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay1.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay2.everstake.one" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.3762157830199588 ;
relativeStake = 0.0028946272927715356 ;
relays = [
{
address = "f9395b98.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.37909997977240006 ;
relativeStake = 0.002884196752441284 ;
relays = [
{
address = "relays.stakepool.at" ;
port = 3001 ;
}
{
address = "relay-1.stakepool.at" ;
port = 3001 ;
}
{
address = "relay-2.stakepool.at" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.38198350293534566 ;
relativeStake = 0.0028835231629456225 ;
relays = [
{
address = "57.129.24.185" ;
port = 3001 ;
}
{
address = "57.129.28.178" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.38486439599821165 ;
relativeStake = 0.0028808930628660117 ;
relays = [
{
address = "6398a55d.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.3877301827215599 ;
relativeStake = 0.002865786723348199 ;
relays = [
{
address = "relays.digi.pro" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.39058171693656657 ;
relativeStake = 0.0028515342150066784 ;
relays = [
{
address = "sydney.cardanode.com.au" ;
port = 6000 ;
}
{
address = "singapore.cardanode.com.au" ;
port = 6000 ;
}
{
address = "goldcoast.cardanode.com.au" ;
port = 6000 ;
}
{
address = "europe.cardanode.com.au" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.39341528870556497 ;
relativeStake = 0.0028335717689984084 ;
relays = [
{
address = "129.80.153.243" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.3962217583094921 ;
relativeStake = 0.0028064696039271295 ;
relays = [
{
address = "relay1.snakepool.link" ;
port = 3001 ;
}
{
address = "relay2.snakepool.link" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.39902351851020645 ;
relativeStake = 0.002801760200714388 ;
relays = [
{
address = "Relay1.NordicPool.org" ;
port = 3005 ;
}
{
address = "Relay2.NordicPool.org" ;
port = 3005 ;
}
{
address = "Relay3.NordicPool.org" ;
port = 3005 ;
}
];
}
{
accumulatedStake = 0.4018212003507588 ;
relativeStake = 0.0027976818405523033 ;
relays = [
{
address = "relay-pool-figment-10-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.40461670729215843 ;
relativeStake = 0.0027955069413996363 ;
relays = [
{
address = "cardano-main.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-main2.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay1.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay2.everstake.one" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.40741136157583135 ;
relativeStake = 0.002794654283672943 ;
relays = [
{
address = "relay-kiln-7-0.cardano.mainnet.kiln.fi" ;
port = 3001 ;
}
{
address = "relay-kiln-7-1.cardano.mainnet.kiln.fi" ;
port = 3001 ;
}
{
address = "relay-kiln-7-2.cardano.mainnet.kiln.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.41018876230544665 ;
relativeStake = 0.0027774007296152677 ;
relays = [
{
address = "76cf1dd1.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.41295327874534166 ;
relativeStake = 0.0027645164398950473 ;
relays = [
{
address = "a0e18895.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.41571248113722503 ;
relativeStake = 0.0027592023918833536 ;
relays = [
{
address = "57.128.184.33" ;
port = 3001 ;
}
{
address = "57.128.184.31" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.41846261748300534 ;
relativeStake = 0.0027501363457803217 ;
relays = [
{
address = "relay.cardano.securestaking.io" ;
port = 3000 ;
}
{
address = "secur2.cardano.securestaking.io" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.4212077964344027 ;
relativeStake = 0.0027451789513973338 ;
relays = [
{
address = "148.113.17.23" ;
port = 6000 ;
}
{
address = "158.69.25.103" ;
port = 6000 ;
}
{
address = "46.4.53.238" ;
port = 6000 ;
}
{
address = "149.102.140.164" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.4239408062823674 ;
relativeStake = 0.0027330098479647355 ;
relays = [
{
address = "relays.cardanowithpaul.com" ;
port = 1069 ;
}
];
}
{
accumulatedStake = 0.42664033671180945 ;
relativeStake = 0.0026995304294420135 ;
relays = [
{
address = "52.6.109.221" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.4293354414626648 ;
relativeStake = 0.0026951047508553395 ;
relays = [
{
address = "relaynode1.bravostakepool.nl" ;
port = 3001 ;
}
{
address = "relaynode2.bravostakepool.nl" ;
port = 3001 ;
}
{
address = "relaynode3.bravostakepool.nl" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.43202433052580813 ;
relativeStake = 0.002688889063143339 ;
relays = [
{
address = "r-eu-1.polypool.io" ;
port = 4001 ;
}
{
address = "r-sg-1.polypool.io" ;
port = 4001 ;
}
];
}
{
accumulatedStake = 0.4347112421702529 ;
relativeStake = 0.00268691164444478 ;
relays = [
{
address = "20.61.229.103" ;
port = 3001 ;
}
{
address = "20.61.228.218" ;
port = 3001 ;
}
{
address = "108.142.42.221" ;
port = 3001 ;
}
{
address = "108.142.42.161" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.4373730658920572 ;
relativeStake = 0.002661823721804297 ;
relays = [
{
address = "relay.anonaf.com" ;
port = 3333 ;
}
];
}
{
accumulatedStake = 0.44002677354802155 ;
relativeStake = 0.002653707655964343 ;
relays = [
{
address = "relay1.str8pool.com" ;
port = 7421 ;
}
{
address = "relay2.str8pool.com" ;
port = 3611 ;
}
];
}
{
accumulatedStake = 0.4426651740874086 ;
relativeStake = 0.0026384005393870545 ;
relays = [
{
address = "54.37.87.63" ;
port = 6000 ;
}
{
address = "54.36.178.85" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.44530217500070596 ;
relativeStake = 0.002637000913297383 ;
relays = [
{
address = "31.220.91.105" ;
port = 3001 ;
}
{
address = "154.26.158.189" ;
port = 3001 ;
}
{
address = "5.104.83.174" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.4479329124726364 ;
relativeStake = 0.002630737471930427 ;
relays = [
{
address = "ACLrelay1.cardanoland.com" ;
port = 6000 ;
}
{
address = "ACLrelay2.cardanoland.com" ;
port = 7000 ;
}
{
address = "ACLrelay3.cardanoland.com" ;
port = 8000 ;
}
{
address = "ACLrelay4.cardanoland.com" ;
port = 6000 ;
}
{
address = "ACLrelay5.cardanoland.com" ;
port = 7000 ;
}
{
address = "ACLrelay6.cardanoland.com" ;
port = 8000 ;
}
];
}
{
accumulatedStake = 0.4505324668820946 ;
relativeStake = 0.0025995544094581688 ;
relays = [
{
address = "relay-pool-ledger-3-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.45311890520368375 ;
relativeStake = 0.0025864383215891823 ;
relays = [
{
address = "relay1.nedscave.io" ;
port = 3001 ;
}
{
address = "relay2.nedscave.io" ;
port = 3001 ;
}
{
address = "relay3.nedscave.io" ;
port = 3001 ;
}
{
address = "relay4.nedscave.io" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.4557047292835245 ;
relativeStake = 0.0025858240798407586 ;
relays = [
{
address = "cardano-main.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-main2.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay1.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay2.everstake.one" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.4582846939829833 ;
relativeStake = 0.0025799646994587966 ;
relays = [
{
address = "cork.queenada.com" ;
port = 7500 ;
}
];
}
{
accumulatedStake = 0.46085984874250274 ;
relativeStake = 0.0025751547595194483 ;
relays = [
{
address = "20.61.229.103" ;
port = 3001 ;
}
{
address = "20.61.228.218" ;
port = 3001 ;
}
{
address = "108.142.42.221" ;
port = 3001 ;
}
{
address = "108.142.42.161" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.46342822006714185 ;
relativeStake = 0.0025683713246390867 ;
relays = [
{
address = "relays.wavepool.digital" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.4659531766833514 ;
relativeStake = 0.002524956616209537 ;
relays = [
{
address = "relay1-dl.aichi-stakepool.com" ;
port = 6000 ;
}
{
address = "relay2-jp.aichi-stakepool.com" ;
port = 6000 ;
}
{
address = "relay3-li.aichi-stakepool.com" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.4684780560320951 ;
relativeStake = 0.002524879348743712 ;
relays = [
{
address = "norway.adanorthpool.com" ;
port = 9011 ;
}
{
address = "norway.adanorthpool.com" ;
port = 9012 ;
}
{
address = "norway.adanorthpool.com" ;
port = 9014 ;
}
{
address = "norway2.adanorthpool.com" ;
port = 9014 ;
}
{
address = "norway2.adanorthpool.com" ;
port = 9013 ;
}
];
}
{
accumulatedStake = 0.4709678599219869 ;
relativeStake = 0.0024898038898918486 ;
relays = [
{
address = "c61ace08.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.4734513977010985 ;
relativeStake = 0.002483537779111584 ;
relays = [
{
address = "25.cardano.staked.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.47592336554563625 ;
relativeStake = 0.0024719678445377087 ;
relays = [
{
address = "fr.relays.cardanians.io" ;
port = 1000 ;
}
{
address = "ca.relays.cardanians.io" ;
port = 1000 ;
}
];
}
{
accumulatedStake = 0.47839233549016624 ;
relativeStake = 0.00246896994453004 ;
relays = [
{
address = "r1.adastat.net" ;
port = 3333 ;
}
{
address = "r2.adastat.net" ;
port = 3333 ;
}
{
address = "r3.adastat.net" ;
port = 3333 ;
}
];
}
{
accumulatedStake = 0.4808221922276984 ;
relativeStake = 0.0024298567375321267 ;
relays = [
{
address = "r1.1percentpool.eu" ;
port = 19001 ;
}
{
address = "r2.1percentpool.eu" ;
port = 19002 ;
}
];
}
{
accumulatedStake = 0.48324966241598577 ;
relativeStake = 0.0024274701882874006 ;
relays = [
{
address = "relays.onyxstakepool.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.48567312568748355 ;
relativeStake = 0.0024234632714977607 ;
relays = [
{
address = "cardano-main.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-main2.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay1.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay2.everstake.one" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.4880864400256466 ;
relativeStake = 0.0024133143381630333 ;
relays = [
{
address = "relay-pool-figment-8-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.490476315357572 ;
relativeStake = 0.0023898753319254243 ;
relays = [
{
address = "35.156.192.95" ;
port = 6000 ;
}
{
address = "18.197.51.215" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.4928576821690409 ;
relativeStake = 0.0023813668114689105 ;
relays = [
{
address = "fdd5329e.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.4952376719612856 ;
relativeStake = 0.0023799897922446634 ;
relays = [
{
address = "relay-pool-figment-6-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.4976100023657637 ;
relativeStake = 0.0023723304044780996 ;
relays = [
{
address = "178.156.128.18" ;
port = 6001 ;
}
{
address = "65.21.7.149" ;
port = 6001 ;
}
{
address = "137.220.49.160" ;
port = 6001 ;
}
{
address = "149.28.106.237" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.4999817053637754 ;
relativeStake = 0.0023717029980116805 ;
relays = [
{
address = "152.53.21.151" ;
port = 6000 ;
}
{
address = "149.102.152.63" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.502344812543146 ;
relativeStake = 0.0023631071793706188 ;
relays = [
{
address = "cardano-main.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-main2.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay1.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay2.everstake.one" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5047033580082712 ;
relativeStake = 0.002358545465125197 ;
relays = [
{
address = "188.165.236.202" ;
port = 3001 ;
}
{
address = "195.201.107.114" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5070606239037565 ;
relativeStake = 0.0023572658954852696 ;
relays = [
{
address = "20.61.229.103" ;
port = 3001 ;
}
{
address = "20.61.228.218" ;
port = 3001 ;
}
{
address = "108.142.42.221" ;
port = 3001 ;
}
{
address = "108.142.42.161" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5094175795807052 ;
relativeStake = 0.0023569556769487254 ;
relays = [
{
address = "20.61.229.103" ;
port = 3001 ;
}
{
address = "20.61.228.218" ;
port = 3001 ;
}
{
address = "108.142.42.221" ;
port = 3001 ;
}
{
address = "108.142.42.161" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5117745276355762 ;
relativeStake = 0.00235694805487104 ;
relays = [
{
address = "20.61.229.103" ;
port = 3001 ;
}
{
address = "20.61.228.218" ;
port = 3001 ;
}
{
address = "108.142.42.221" ;
port = 3001 ;
}
{
address = "108.142.42.161" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5141314743786524 ;
relativeStake = 0.002356946743076096 ;
relays = [
{
address = "20.61.229.103" ;
port = 3001 ;
}
{
address = "20.61.228.218" ;
port = 3001 ;
}
{
address = "108.142.42.221" ;
port = 3001 ;
}
{
address = "108.142.42.161" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5164884145809725 ;
relativeStake = 0.0023569402023201646 ;
relays = [
{
address = "20.61.229.103" ;
port = 3001 ;
}
{
address = "20.61.228.218" ;
port = 3001 ;
}
{
address = "108.142.42.221" ;
port = 3001 ;
}
{
address = "108.142.42.161" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5188453500210354 ;
relativeStake = 0.002356935440062848 ;
relays = [
{
address = "20.61.229.103" ;
port = 3001 ;
}
{
address = "20.61.228.218" ;
port = 3001 ;
}
{
address = "108.142.42.221" ;
port = 3001 ;
}
{
address = "108.142.42.161" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5212016424679966 ;
relativeStake = 0.0023562924469612426 ;
relays = [
{
address = "3.217.90.52" ;
port = 6000 ;
}
{
address = "3.219.254.127" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.5235522138998014 ;
relativeStake = 0.002350571431804833 ;
relays = [
{
address = "ada-relay02.biglazycat.com" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.5258815868560779 ;
relativeStake = 0.0023293729562765216 ;
relays = [
{
address = "relay1.able-pool.io" ;
port = 4555 ;
}
{
address = "relay2.able-pool.io" ;
port = 4419 ;
}
];
}
{
accumulatedStake = 0.5282045386881936 ;
relativeStake = 0.0023229518321156617 ;
relays = [
{
address = "relay0.fimi.vn" ;
port = 3000 ;
}
{
address = "relay1.fimi.vn" ;
port = 3000 ;
}
{
address = "relay2.fimi.vn" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.5305194904630778 ;
relativeStake = 0.002314951774884148 ;
relays = [
{
address = "relay0.viperstaking.com" ;
port = 4444 ;
}
];
}
{
accumulatedStake = 0.5328231846361834 ;
relativeStake = 0.0023036941731056216 ;
relays = [
{
address = "49.12.198.221" ;
port = 6000 ;
}
{
address = "89.58.18.51" ;
port = 6000 ;
}
{
address = "131.153.199.82" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.5351164422990041 ;
relativeStake = 0.0022932576628207977 ;
relays = [
{
address = "relay.azureada.com" ;
port = 3001 ;
}
{
address = "relay.azureada.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5373849910096721 ;
relativeStake = 0.0022685487106679104 ;
relays = [
{
address = "150.136.111.193" ;
port = 6001 ;
}
{
address = "150.136.84.82" ;
port = 6001 ;
}
{
address = "158.101.99.150" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.5396423655976568 ;
relativeStake = 0.0022573745879847368 ;
relays = [
{
address = "35.211.17.86" ;
port = 3000 ;
}
{
address = "34.23.88.7" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.5418544093557837 ;
relativeStake = 0.002212043758126846 ;
relays = [
{
address = "ada10753.allnodes.me" ;
port = 3001 ;
}
{
address = "ada12179.allnodes.me" ;
port = 3001 ;
}
{
address = "ada20364.allnodes.me" ;
port = 3001 ;
}
{
address = "ada21853.allnodes.me" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.544063220021817 ;
relativeStake = 0.0022088106660332714 ;
relays = [
{
address = "relay-pool-bitvavo-1-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.5462585717881371 ;
relativeStake = 0.002195351766320109 ;
relays = [
{
address = "relay1.apexfusionhosting.com" ;
port = 3001 ;
}
{
address = "relay2.apexfusionhosting.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5484361190542453 ;
relativeStake = 0.002177547266108194 ;
relays = [
{
address = "86.80.128.65" ;
port = 3001 ;
}
{
address = "86.80.128.65" ;
port = 3002 ;
}
{
address = "86.80.128.65" ;
port = 3003 ;
}
];
}
{
accumulatedStake = 0.5506069629916355 ;
relativeStake = 0.0021708439373902635 ;
relays = [
{
address = "germany.cardanode.io" ;
port = 6000 ;
}
{
address = "missouri.cardanode.io" ;
port = 6000 ;
}
{
address = "la.cardanode.io" ;
port = 6000 ;
}
{
address = "perth.cardanode.io" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.5527700505906009 ;
relativeStake = 0.0021630875989654377 ;
relays = [
{
address = "57.128.184.27" ;
port = 3001 ;
}
{
address = "57.128.184.86" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5549141647792237 ;
relativeStake = 0.002144114188622757 ;
relays = [
{
address = "relay-pool-bitvavo-2-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.5570533235651313 ;
relativeStake = 0.002139158785907605 ;
relays = [
{
address = "eu1.stakecool.io" ;
port = 4001 ;
}
{
address = "eu2.stakecool.io" ;
port = 4001 ;
}
{
address = "eu3.stakecool.io" ;
port = 4002 ;
}
{
address = "eu4.stakecool.io" ;
port = 4002 ;
}
];
}
{
accumulatedStake = 0.5591862241930684 ;
relativeStake = 0.0021329006279371147 ;
relays = [
{
address = "relay1.0aaaa.org" ;
port = 3001 ;
}
{
address = "relay2.0aaaa.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5613186405839753 ;
relativeStake = 0.0021324163909069425 ;
relays = [
{
address = "217.160.14.223" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.5634508179919976 ;
relativeStake = 0.002132177408022246 ;
relays = [
{
address = "relay-pool-bitvavo-3-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.5655786196709736 ;
relativeStake = 0.002127801678975986 ;
relays = [
{
address = "cardano-main.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-main2.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay1.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay2.everstake.one" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5676931444025295 ;
relativeStake = 0.0021145247315558823 ;
relays = [
{
address = "35.211.17.86" ;
port = 3000 ;
}
{
address = "34.23.88.7" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.5698012574754914 ;
relativeStake = 0.0021081130729618696 ;
relays = [
{
address = "relay-pool-ledger-1-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.5718980620605204 ;
relativeStake = 0.0020968045850291183 ;
relays = [
{
address = "109.123.231.213" ;
port = 6000 ;
}
{
address = "89.58.45.244" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.5739867721843978 ;
relativeStake = 0.0020887101238773525 ;
relays = [
{
address = "57.128.184.28" ;
port = 3001 ;
}
{
address = "57.128.184.30" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5760746805884916 ;
relativeStake = 0.0020879084040938997 ;
relays = [
{
address = "relay1.adaocean.com" ;
port = 6000 ;
}
{
address = "relay2.adaocean.com" ;
port = 6000 ;
}
{
address = "relay3.adaocean.com" ;
port = 6000 ;
}
{
address = "relay4.adaocean.com" ;
port = 6000 ;
}
{
address = "relay5.adaocean.com" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.5781499416645924 ;
relativeStake = 0.0020752610761007846 ;
relays = [
{
address = "18.157.253.103" ;
port = 8381 ;
}
];
}
{
accumulatedStake = 0.5802216608981194 ;
relativeStake = 0.002071719233526926 ;
relays = [
{
address = "eu-relay.hermes-stakepool.com" ;
port = 1000 ;
}
{
address = "us-relay.hermes-stakepool.com" ;
port = 1000 ;
}
];
}
{
accumulatedStake = 0.582212347624437 ;
relativeStake = 0.0019906867263175736 ;
relays = [
{
address = "relay-1.minswap.org" ;
port = 3001 ;
}
{
address = "relay-2.minswap.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.584193955009649 ;
relativeStake = 0.0019816073852120183 ;
relays = [
{
address = "relay1-us.xstakepool.com" ;
port = 3001 ;
}
{
address = "relay2-eu.xstakepool.com" ;
port = 3001 ;
}
{
address = "relay3-sg.xstakepool.com" ;
port = 3001 ;
}
{
address = "relay4-ae.xstakepool.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5861570530944576 ;
relativeStake = 0.00196309808480865 ;
relays = [
{
address = "cardano-relays-1.nu.fi" ;
port = 3003 ;
}
{
address = "cardano-relays-2.nu.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5881180408136072 ;
relativeStake = 0.0019609877191495385 ;
relays = [
{
address = "cardano-relay1.nodes.lgns.xyz" ;
port = 6000 ;
}
{
address = "cardano-relay2.nodes.lgns.xyz" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.590050066658488 ;
relativeStake = 0.001932025844880846 ;
relays = [
{
address = "eu.relays.cardanians.io" ;
port = 1000 ;
}
{
address = "ca.relays.cardanians.io" ;
port = 1000 ;
}
];
}
{
accumulatedStake = 0.5919751025136544 ;
relativeStake = 0.0019250358551663365 ;
relays = [
{
address = "1339aecb.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.5938945994163727 ;
relativeStake = 0.0019194969027183017 ;
relays = [
{
address = "20.61.229.103" ;
port = 3001 ;
}
{
address = "20.61.228.218" ;
port = 3001 ;
}
{
address = "108.142.42.221" ;
port = 3001 ;
}
{
address = "108.142.42.161" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5958073212422521 ;
relativeStake = 0.0019127218258794137 ;
relays = [
{
address = "relay1.blueocean.sg" ;
port = 3001 ;
}
{
address = "relay2.blueocean.sg" ;
port = 3001 ;
}
{
address = "hcm07xw90vx.sn.mynetname.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5977136121128878 ;
relativeStake = 0.0019062908706357104 ;
relays = [
{
address = "gateway.adavault.com" ;
port = 4021 ;
}
{
address = "gateway.adavault.com" ;
port = 4022 ;
}
{
address = "gateway.adavault.com" ;
port = 4026 ;
}
{
address = "gateway.adavault.com" ;
port = 4027 ;
}
{
address = "gateway2.adavault.com" ;
port = 4060 ;
}
{
address = "gateway2.adavault.com" ;
port = 4061 ;
}
];
}
{
accumulatedStake = 0.5996190051063393 ;
relativeStake = 0.0019053929934514252 ;
relays = [
{
address = "cardano-main.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-main2.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay1.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay2.everstake.one" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6015133599307139 ;
relativeStake = 0.001894354824374587 ;
relays = [
{
address = "157.245.228.134" ;
port = 3001 ;
}
{
address = "159.89.120.164" ;
port = 3001 ;
}
{
address = "209.97.186.44" ;
port = 3001 ;
}
{
address = "na.bloompool.io" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6034000980153355 ;
relativeStake = 0.0018867380846216296 ;
relays = [
{
address = "relay1.zetetic.tech" ;
port = 3001 ;
}
{
address = "relay2.zetetic.tech" ;
port = 3001 ;
}
{
address = "relay3.zetetic.tech" ;
port = 3001 ;
}
{
address = "relay4.zetetic.tech" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6052630442199183 ;
relativeStake = 0.0018629462045828484 ;
relays = [
{
address = "relay.cardano.securestaking.io" ;
port = 3000 ;
}
{
address = "secur2.cardano.securestaking.io" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.6070926762399448 ;
relativeStake = 0.0018296320200265294 ;
relays = [
{
address = "relay1.adaocean.com" ;
port = 6000 ;
}
{
address = "relay2.adaocean.com" ;
port = 6000 ;
}
{
address = "relay3.adaocean.com" ;
port = 6000 ;
}
{
address = "relay4.adaocean.com" ;
port = 6000 ;
}
{
address = "relay5.adaocean.com" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.6089219243154441 ;
relativeStake = 0.001829248075499264 ;
relays = [
{
address = "cardano-main.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-main2.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay1.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay2.everstake.one" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6107401620430193 ;
relativeStake = 0.0018182377275752096 ;
relays = [
{
address = "66.160.158.69" ;
port = 6000 ;
}
{
address = "66.160.158.70" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.612543846392066 ;
relativeStake = 0.0018036843490467922 ;
relays = [
{
address = "relays.wavepool.digital" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6143334384467719 ;
relativeStake = 0.0017895920547057742 ;
relays = [
{
address = "170.187.203.117" ;
port = 6000 ;
}
{
address = "173.255.203.8" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.616121367446658 ;
relativeStake = 0.0017879289998862051 ;
relays = [
{
address = "157.245.228.134" ;
port = 3001 ;
}
{
address = "159.89.120.164" ;
port = 3001 ;
}
{
address = "209.97.186.44" ;
port = 3001 ;
}
{
address = "eu.bloompool.io" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.617902473809324 ;
relativeStake = 0.0017811063626658804 ;
relays = [
{
address = "europe-2.katanapool.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6196755082760637 ;
relativeStake = 0.001773034466739681 ;
relays = [
{
address = "32.cardano.staked.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6214420340890052 ;
relativeStake = 0.0017665258129415868 ;
relays = [
{
address = "eu.relays.cardanians.io" ;
port = 1000 ;
}
{
address = "ca.relays.cardanians.io" ;
port = 1000 ;
}
];
}
{
accumulatedStake = 0.623201212913736 ;
relativeStake = 0.001759178824730743 ;
relays = [
{
address = "relays.wavepool.digital" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6249534064619596 ;
relativeStake = 0.001752193548223672 ;
relays = [
{
address = "adar1.stakit.io" ;
port = 30500 ;
}
];
}
{
accumulatedStake = 0.6266941531879563 ;
relativeStake = 0.0017407467259967205 ;
relays = [
{
address = "relay1.adaocean.com" ;
port = 6000 ;
}
{
address = "relay2.adaocean.com" ;
port = 6000 ;
}
{
address = "relay3.adaocean.com" ;
port = 6000 ;
}
{
address = "relay4.adaocean.com" ;
port = 6000 ;
}
{
address = "relay5.adaocean.com" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.6284333100286028 ;
relativeStake = 0.001739156840646438 ;
relays = [
{
address = "north-america-relay.jpn-sp.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6301549899704401 ;
relativeStake = 0.0017216799418373282 ;
relays = [
{
address = "relay1.adaocean.com" ;
port = 6000 ;
}
{
address = "relay2.adaocean.com" ;
port = 6000 ;
}
{
address = "relay3.adaocean.com" ;
port = 6000 ;
}
{
address = "relay4.adaocean.com" ;
port = 6000 ;
}
{
address = "relay5.adaocean.com" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.6318687941519752 ;
relativeStake = 0.0017138041815350918 ;
relays = [
{
address = "cardano-relays-1.nu.fi" ;
port = 3003 ;
}
{
address = "cardano-relays-2.nu.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6335607403638951 ;
relativeStake = 0.001691946211919943 ;
relays = [
{
address = "150.136.84.82" ;
port = 6001 ;
}
{
address = "158.101.99.150" ;
port = 6001 ;
}
{
address = "150.136.111.193" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.6352493652079293 ;
relativeStake = 0.0016886248440341873 ;
relays = [
{
address = "cardano-relay-1.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-2.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-3.upbit.com" ;
port = 30800 ;
}
];
}
{
accumulatedStake = 0.6369356478887626 ;
relativeStake = 0.0016862826808332681 ;
relays = [
{
address = "cardano-relay-1.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-2.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-3.upbit.com" ;
port = 30800 ;
}
];
}
{
accumulatedStake = 0.6386214123268102 ;
relativeStake = 0.001685764438047588 ;
relays = [
{
address = "cardano-relay-1.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-2.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-3.upbit.com" ;
port = 30800 ;
}
];
}
{
accumulatedStake = 0.6403044291427815 ;
relativeStake = 0.0016830168159713233 ;
relays = [
{
address = "cardano-relay-2.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-3.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-1.upbit.com" ;
port = 30800 ;
}
];
}
{
accumulatedStake = 0.6419869712183479 ;
relativeStake = 0.0016825420755664368 ;
relays = [
{
address = "cardano-relay-1.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-2.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-3.upbit.com" ;
port = 30800 ;
}
];
}
{
accumulatedStake = 0.6436678007952883 ;
relativeStake = 0.0016808295769402874 ;
relays = [
{
address = "cardano-relay-1.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-2.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-3.upbit.com" ;
port = 30800 ;
}
];
}
{
accumulatedStake = 0.6453486097433196 ;
relativeStake = 0.0016808089480313613 ;
relays = [
{
address = "cardano-relay-1.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-2.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-3.upbit.com" ;
port = 30800 ;
}
];
}
{
accumulatedStake = 0.6470278605385517 ;
relativeStake = 0.0016792507952321043 ;
relays = [
{
address = "cardano-relay-1.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-2.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-3.upbit.com" ;
port = 30800 ;
}
];
}
{
accumulatedStake = 0.6486873458436666 ;
relativeStake = 0.001659485305114931 ;
relays = [
{
address = "relays.cardanowithpaul.com" ;
port = 1069 ;
}
];
}
{
accumulatedStake = 0.6503428122278245 ;
relativeStake = 0.0016554663841579463 ;
relays = [
{
address = "cardano-relay-2.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-3.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-1.upbit.com" ;
port = 30800 ;
}
];
}
{
accumulatedStake = 0.651997434467022 ;
relativeStake = 0.0016546222391974144 ;
relays = [
{
address = "cardano-relay-1.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-2.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-3.upbit.com" ;
port = 30800 ;
}
];
}
{
accumulatedStake = 0.6536518754633575 ;
relativeStake = 0.001654440996335495 ;
relays = [
{
address = "cardano-relay-2.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-3.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-1.upbit.com" ;
port = 30800 ;
}
];
}
{
accumulatedStake = 0.6553060423603467 ;
relativeStake = 0.0016541668969892306 ;
relays = [
{
address = "35.154.118.137" ;
port = 6000 ;
}
{
address = "3.6.81.137" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.6569582318718463 ;
relativeStake = 0.0016521895114995791 ;
relays = [
{
address = "3ef2283d.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.6586098576574367 ;
relativeStake = 0.001651625785590425 ;
relays = [
{
address = "0b2a2fd4.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.6602609778193886 ;
relativeStake = 0.001651120161951869 ;
relays = [
{
address = "e646e266.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.6619119230226697 ;
relativeStake = 0.0016509452032810723 ;
relays = [
{
address = "a1666f4c.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.6635624844451515 ;
relativeStake = 0.0016505614224818987 ;
relays = [
{
address = "07f6ea55.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.665213013734454 ;
relativeStake = 0.0016505292893024136 ;
relays = [
{
address = "53e378bf.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.6668634670015037 ;
relativeStake = 0.0016504532670496759 ;
relays = [
{
address = "84cbba68.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.6685125361311269 ;
relativeStake = 0.0016490691296232268 ;
relays = [
{
address = "cardano-main.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-main2.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay1.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay2.everstake.one" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.670143994182182 ;
relativeStake = 0.0016314580510550284 ;
relays = [
{
address = "52.6.109.221" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6717667604564161 ;
relativeStake = 0.0016227662742342873 ;
relays = [
{
address = "relays.wavepool.digital" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6733888587747704 ;
relativeStake = 0.0016220983183542388 ;
relays = [
{
address = "195.201.143.213" ;
port = 3001 ;
}
{
address = "194.233.70.237" ;
port = 3001 ;
}
{
address = "89.58.59.127" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6750014524400212 ;
relativeStake = 0.0016125936652507192 ;
relays = [
{
address = "relay-pool-figment-3-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.6765947735861101 ;
relativeStake = 0.0015933211460889274 ;
relays = [
{
address = "20.69.213.207" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.6781860061086691 ;
relativeStake = 0.0015912325225589934 ;
relays = [
{
address = "relays.digi.pro" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6797733674583004 ;
relativeStake = 0.0015873613496313794 ;
relays = [
{
address = "64.176.49.224" ;
port = 6000 ;
}
{
address = "149.28.161.63" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.6813606682607499 ;
relativeStake = 0.0015873008024495049 ;
relays = [
{
address = "relays.smaug.pool.pm" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6829465426077412 ;
relativeStake = 0.001585874346991232 ;
relays = [
{
address = "139.180.198.13" ;
port = 6000 ;
}
{
address = "207.148.77.122" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.6845307568966208 ;
relativeStake = 0.001584214288879611 ;
relays = [
{
address = "202.61.246.91" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6861119617541765 ;
relativeStake = 0.0015812048575557709 ;
relays = [
{
address = "relays.digi.pro" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6876894834993339 ;
relativeStake = 0.0015775217451573073 ;
relays = [
{
address = "truth.kiwipool.org" ;
port = 9630 ;
}
{
address = "love.kiwipool.org" ;
port = 9630 ;
}
{
address = "liberty.kiwipool.org" ;
port = 9630 ;
}
{
address = "freedom.kiwipool.org" ;
port = 9630 ;
}
{
address = "peace.kiwipool.org" ;
port = 9630 ;
}
{
address = "aspire.kiwipool.org" ;
port = 9630 ;
}
];
}
{
accumulatedStake = 0.6892669107015574 ;
relativeStake = 0.001577427202223518 ;
relays = [
{
address = "13.235.131.115" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6908432188490322 ;
relativeStake = 0.00157630814747482 ;
relays = [
{
address = "3.234.66.234" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6924182336254293 ;
relativeStake = 0.0015750147763970645 ;
relays = [
{
address = "cardano-main.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-main2.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay1.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay2.everstake.one" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6939916261918598 ;
relativeStake = 0.001573392566430587 ;
relays = [
{
address = "3.234.66.234" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6955606178955724 ;
relativeStake = 0.001568991703712563 ;
relays = [
{
address = "34.192.61.190" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6971274422783479 ;
relativeStake = 0.0015668243827754145 ;
relays = [
{
address = "3.234.185.23" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6986931484171648 ;
relativeStake = 0.001565706138816926 ;
relays = [
{
address = "3.234.185.23" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.700257200585263 ;
relativeStake = 0.0015640521680982521 ;
relays = [
{
address = "cardano-main.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-main2.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay1.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay2.everstake.one" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7018049211216697 ;
relativeStake = 0.0015477205364066264 ;
relays = [
{
address = "relay.sunnyada.com" ;
port = 5001 ;
}
];
}
{
accumulatedStake = 0.7033318141227112 ;
relativeStake = 0.0015268930010414864 ;
relays = [
{
address = "198.71.57.191" ;
port = 6000 ;
}
{
address = "154.12.240.223" ;
port = 6000 ;
}
{
address = "94.16.113.130" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7048533247882857 ;
relativeStake = 0.0015215106655745278 ;
relays = [
{
address = "18.207.62.97" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7063723416936925 ;
relativeStake = 0.00151901690540675 ;
relays = [
{
address = "23.21.195.62" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7078886894943422 ;
relativeStake = 0.0015163478006497812 ;
relays = [
{
address = "23.23.190.5" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7094049595106533 ;
relativeStake = 0.001516270016311099 ;
relays = [
{
address = "23.23.190.5" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7109202114347891 ;
relativeStake = 0.001515251924135794 ;
relays = [
{
address = "3.221.94.137" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7124350633716882 ;
relativeStake = 0.0015148519368990325 ;
relays = [
{
address = "3.221.94.137" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7139497646522234 ;
relativeStake = 0.0015147012805352884 ;
relays = [
{
address = "3.231.140.4" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7154631928530591 ;
relativeStake = 0.0015134282008356912 ;
relays = [
{
address = "18.207.62.97" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7169764942360813 ;
relativeStake = 0.001513301383022255 ;
relays = [
{
address = "relay-pool-figment-9-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.7184895238716726 ;
relativeStake = 0.001513029635591268 ;
relays = [
{
address = "3.231.140.4" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7200008183691088 ;
relativeStake = 0.0015112944974361349 ;
relays = [
{
address = "3.221.184.134" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7215120093364755 ;
relativeStake = 0.0015111909673668138 ;
relays = [
{
address = "3.221.184.134" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7230207452594221 ;
relativeStake = 0.001508735922946461 ;
relays = [
{
address = "104.131.47.170" ;
port = 6000 ;
}
{
address = "128.199.64.13" ;
port = 6000 ;
}
{
address = "165.232.180.100" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7245224879654725 ;
relativeStake = 0.0015017427060504828 ;
relays = [
{
address = "185.161.193.91" ;
port = 6010 ;
}
{
address = "185.161.193.92" ;
port = 6010 ;
}
{
address = "2a07:c700:0:700::91" ;
port = 6010 ;
}
{
address = "2a07:c700:0:700::92" ;
port = 6010 ;
}
{
address = "80.211.123.84" ;
port = 6010 ;
}
];
}
{
accumulatedStake = 0.7260002190612425 ;
relativeStake = 0.0014777310957699548 ;
relays = [
{
address = "52.8.37.3" ;
port = 3001 ;
}
{
address = "3.125.252.182" ;
port = 3001 ;
}
{
address = "52.63.225.190" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7274717052648344 ;
relativeStake = 0.001471486203591906 ;
relays = [
{
address = "asia-pacific-zzzrelay.zzzpool.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7289426513978793 ;
relativeStake = 0.0014709461330449209 ;
relays = [
{
address = "148.113.17.23" ;
port = 6000 ;
}
{
address = "158.69.25.103" ;
port = 6000 ;
}
{
address = "95.216.4.252" ;
port = 6000 ;
}
{
address = "178.18.250.204" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7303943413398137 ;
relativeStake = 0.0014516899419344052 ;
relays = [
{
address = "35.211.17.86" ;
port = 3000 ;
}
{
address = "34.23.88.7" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.7318413704047482 ;
relativeStake = 0.0014470290649344875 ;
relays = [
{
address = "rho.relay.easy1staking.com" ;
port = 30020 ;
}
{
address = "pi.relay.easy1staking.com" ;
port = 30021 ;
}
{
address = "eu-central-1.relay.easy1staking.com" ;
port = 30000 ;
}
{
address = "us-east-1.relay.easy1staking.com" ;
port = 30000 ;
}
];
}
{
accumulatedStake = 0.7332788938769459 ;
relativeStake = 0.0014375234721976855 ;
relays = [
{
address = "relay.pasklab.com" ;
port = 3001 ;
}
{
address = "relay.pasklab.com" ;
port = 3002 ;
}
{
address = "relay.pasklab.com" ;
port = 3003 ;
}
];
}
{
accumulatedStake = 0.7347130191671213 ;
relativeStake = 0.0014341252901754324 ;
relays = [
{
address = "relays.mainnet.fortepool.io" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7361410972034781 ;
relativeStake = 0.001428078036356772 ;
relays = [
{
address = "158.101.99.150" ;
port = 6001 ;
}
{
address = "150.136.111.193" ;
port = 6001 ;
}
{
address = "150.136.84.82" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.7375639814661292 ;
relativeStake = 0.0014228842626511427 ;
relays = [
{
address = "r1.1percentpool.eu" ;
port = 19001 ;
}
{
address = "r2.1percentpool.eu" ;
port = 19002 ;
}
];
}
{
accumulatedStake = 0.7389813370342005 ;
relativeStake = 0.00141735556807127 ;
relays = [
{
address = "148.113.17.23" ;
port = 6000 ;
}
{
address = "158.69.25.103" ;
port = 6000 ;
}
{
address = "95.216.70.238" ;
port = 6000 ;
}
{
address = "149.102.140.196" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7403921046334544 ;
relativeStake = 0.0014107675992539078 ;
relays = [
{
address = "52.8.37.3" ;
port = 3001 ;
}
{
address = "3.125.252.182" ;
port = 3001 ;
}
{
address = "52.63.225.190" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7417985083191783 ;
relativeStake = 0.0014064036857238517 ;
relays = [
{
address = "157.245.228.134" ;
port = 3001 ;
}
{
address = "159.89.120.164" ;
port = 3001 ;
}
{
address = "209.97.186.44" ;
port = 3001 ;
}
{
address = "eu.bloompool.io" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7431981049473858 ;
relativeStake = 0.001399596628207528 ;
relays = [
{
address = "a-r1.elitestakepool.com" ;
port = 7011 ;
}
{
address = "a-r2.elitestakepool.com" ;
port = 7012 ;
}
{
address = "b-r3.elitestakepool.com" ;
port = 7013 ;
}
{
address = "b-r4.elitestakepool.com" ;
port = 7014 ;
}
];
}
{
accumulatedStake = 0.744597216018768 ;
relativeStake = 0.0013991110713822616 ;
relays = [
{
address = "cardano-relays-1.nu.fi" ;
port = 3003 ;
}
{
address = "cardano-relays-2.nu.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7459605503087353 ;
relativeStake = 0.0013633342899673218 ;
relays = [
{
address = "relays.wavepool.digital" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7473119931079608 ;
relativeStake = 0.0013514427992254402 ;
relays = [
{
address = "cardano-relay-1.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-2.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-3.upbit.com" ;
port = 30800 ;
}
];
}
{
accumulatedStake = 0.7486624045322869 ;
relativeStake = 0.0013504114243261206 ;
relays = [
{
address = "relay1-us.xstakepool.com" ;
port = 3001 ;
}
{
address = "relay2-eu.xstakepool.com" ;
port = 3001 ;
}
{
address = "relay3-sg.xstakepool.com" ;
port = 3001 ;
}
{
address = "relay4-ae.xstakepool.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7499947003851116 ;
relativeStake = 0.0013322958528247406 ;
relays = [
{
address = "rev-cardano-main-relay-01-a.bdnodes.net" ;
port = 6000 ;
}
{
address = "rev-cardano-main-relay-01-b.bdnodes.net" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7513219236460204 ;
relativeStake = 0.0013272232609086638 ;
relays = [
{
address = "relay1.hyperlinkpool.kr" ;
port = 3002 ;
}
{
address = "relay2.hyperlinkpool.kr" ;
port = 3003 ;
}
{
address = "relay3.hyperlinkpool.kr" ;
port = 3004 ;
}
];
}
{
accumulatedStake = 0.7526440842805215 ;
relativeStake = 0.0013221606345012375 ;
relays = [
{
address = "relay1.cardanesia.com" ;
port = 3001 ;
}
{
address = "relay2.cardanesia.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7539517582258343 ;
relativeStake = 0.001307673945312667 ;
relays = [
{
address = "65.109.12.161" ;
port = 6001 ;
}
{
address = "116.203.131.106" ;
port = 6002 ;
}
];
}
{
accumulatedStake = 0.7552571363425743 ;
relativeStake = 0.0013053781167400504 ;
relays = [
{
address = "relays.digi.pro" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7565477214399801 ;
relativeStake = 0.0012905850974057516 ;
relays = [
{
address = "3.139.50.19" ;
port = 6000 ;
}
{
address = "3.137.129.218" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7578352273326621 ;
relativeStake = 0.0012875058926819904 ;
relays = [
{
address = "btc-cardano-main-relay-00-a.bdnodes.net" ;
port = 6000 ;
}
{
address = "btc-cardano-main-relay-00-b.bdnodes.net" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7591019440946158 ;
relativeStake = 0.0012667167619537776 ;
relays = [
{
address = "89.58.38.12" ;
port = 6001 ;
}
{
address = "37.120.189.7" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.7603661002643566 ;
relativeStake = 0.0012641561697408047 ;
relays = [
{
address = "ipclub29-1.relay.my-ip.at" ;
port = 3001 ;
}
{
address = "ipclub29-1.relay.my-ip.at" ;
port = 3002 ;
}
{
address = "ipclub29-2.relay.my-ip.at" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7616265463791896 ;
relativeStake = 0.0012604461148330035 ;
relays = [
{
address = "132.145.98.48" ;
port = 6000 ;
}
{
address = "82.165.230.141" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.762881183143731 ;
relativeStake = 0.0012546367645414151 ;
relays = [
{
address = "relay1.nedscave.io" ;
port = 3001 ;
}
{
address = "relay2.nedscave.io" ;
port = 3001 ;
}
{
address = "relay3.nedscave.io" ;
port = 3001 ;
}
{
address = "relay4.nedscave.io" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7641326066914177 ;
relativeStake = 0.00125142354768668 ;
relays = [
{
address = "148.113.17.23" ;
port = 6000 ;
}
{
address = "158.69.25.103" ;
port = 6000 ;
}
{
address = "168.119.13.158" ;
port = 6000 ;
}
{
address = "149.102.140.207" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7653825035845474 ;
relativeStake = 0.0012498968931296736 ;
relays = [
{
address = "34.146.212.90" ;
port = 6000 ;
}
{
address = "34.175.85.49" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7666244741935794 ;
relativeStake = 0.0012419706090319978 ;
relays = [
{
address = "relay1.angelstakepool.net" ;
port = 5001 ;
}
{
address = "relay2.angelstakepool.net" ;
port = 5002 ;
}
];
}
{
accumulatedStake = 0.7678555300225995 ;
relativeStake = 0.0012310558290201618 ;
relays = [
{
address = "cardano-relays-1.nu.fi" ;
port = 3003 ;
}
{
address = "cardano-relays-2.nu.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7690865670134721 ;
relativeStake = 0.0012310369908725672 ;
relays = [
{
address = "relays.staking4ada.org" ;
port = 1818 ;
}
{
address = "globecast.staking4ada.org" ;
port = 6061 ;
}
];
}
{
accumulatedStake = 0.7703076763658518 ;
relativeStake = 0.001221109352379696 ;
relays = [
{
address = "cardano-relay-2.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-3.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-1.upbit.com" ;
port = 30800 ;
}
];
}
{
accumulatedStake = 0.771518427614977 ;
relativeStake = 0.0012107512491252306 ;
relays = [
{
address = "89.58.11.57" ;
port = 6000 ;
}
{
address = "185.207.104.130" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7727290604938732 ;
relativeStake = 0.0012106328788961658 ;
relays = [
{
address = "cardano-relay-1.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-2.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-3.upbit.com" ;
port = 30800 ;
}
];
}
{
accumulatedStake = 0.7739301452836453 ;
relativeStake = 0.0012010847897721579 ;
relays = [
{
address = "20.42.119.172" ;
port = 6000 ;
}
{
address = "160.251.196.40" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7751305530193997 ;
relativeStake = 0.0012004077357543838 ;
relays = [
{
address = "cardano-relays-1.nu.fi" ;
port = 3003 ;
}
{
address = "cardano-relays-2.nu.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7763272837813623 ;
relativeStake = 0.0011967307619625547 ;
relays = [
{
address = "private-pools.fivebinaries.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7775238214846781 ;
relativeStake = 0.0011965377033158824 ;
relays = [
{
address = "asia.jazzstakepool.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7787038290987413 ;
relativeStake = 0.0011800076140630346 ;
relays = [
{
address = "49.0.82.230" ;
port = 6000 ;
}
{
address = "46.250.239.144" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7798838051869307 ;
relativeStake = 0.0011799760881894734 ;
relays = [
{
address = "cardano-relay-1.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-2.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-3.upbit.com" ;
port = 30800 ;
}
];
}
{
accumulatedStake = 0.7810584090045185 ;
relativeStake = 0.001174603817587782 ;
relays = [
{
address = "eu-de-blue-cdn-relays.cardano.fans" ;
port = 3001 ;
}
{
address = "us-us-blue-cdn-relays.cardano.fans" ;
port = 3001 ;
}
{
address = "eu-fr-blue-cdn-relays.cardano.fans" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.782231003127814 ;
relativeStake = 0.0011725941232955187 ;
relays = [
{
address = "relaynode1.kaldano.work" ;
port = 3001 ;
}
{
address = "relaynode2.kaldano.work" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7834021770630633 ;
relativeStake = 0.0011711739352492888 ;
relays = [
{
address = "cardano-relays-1.nu.fi" ;
port = 3003 ;
}
{
address = "cardano-relays-2.nu.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7845589599401468 ;
relativeStake = 0.0011567828770834977 ;
relays = [
{
address = "43.cardano.staked.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7857009868613496 ;
relativeStake = 0.0011420269212028215 ;
relays = [
{
address = "r1.isp-r1.wjg.jp" ;
port = 3001 ;
}
{
address = "r2.isp-r1.wjg.jp" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.7868416712356765 ;
relativeStake = 0.0011406843743269291 ;
relays = [
{
address = "152.53.121.193" ;
port = 6000 ;
}
{
address = "84.247.163.186" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7879663724740666 ;
relativeStake = 0.0011247012383901404 ;
relays = [
{
address = "asia.jazzstakepool.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7890885981310028 ;
relativeStake = 0.0011222256569361373 ;
relays = [
{
address = "relay1.adaocean.com" ;
port = 6000 ;
}
{
address = "relay2.adaocean.com" ;
port = 6000 ;
}
{
address = "relay3.adaocean.com" ;
port = 6000 ;
}
{
address = "relay4.adaocean.com" ;
port = 6000 ;
}
{
address = "relay5.adaocean.com" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7902007924525716 ;
relativeStake = 0.0011121943215687312 ;
relays = [
{
address = "asia.jazzstakepool.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.791311987602705 ;
relativeStake = 0.0011111951501335015 ;
relays = [
{
address = "relay1.kaizn.kaizencrypto.com" ;
port = 6000 ;
}
{
address = "relay2.kaizn.kaizencrypto.com" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7924174661465144 ;
relativeStake = 0.001105478543809356 ;
relays = [
{
address = "europe1-zzz3relay.zzzpool.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7935228756142924 ;
relativeStake = 0.0011054094677779619 ;
relays = [
{
address = "benitoite-rohan-d68b9.cardano.bdnodes.net" ;
port = 6000 ;
}
{
address = "brown-lagos-6a470.cardano.bdnodes.net" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7946228163888817 ;
relativeStake = 0.0010999407745892846 ;
relays = [
{
address = "202.61.246.91" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7957212491549697 ;
relativeStake = 0.0010984327660880757 ;
relays = [
{
address = "relays.planetstake.com" ;
port = 3001 ;
}
{
address = "161.97.90.20" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7968180601291609 ;
relativeStake = 0.0010968109741912005 ;
relays = [
{
address = "3.6.124.226" ;
port = 3001 ;
}
{
address = "18.193.92.87" ;
port = 3001 ;
}
{
address = "54.219.241.10" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7978998334443127 ;
relativeStake = 0.0010817733151517967 ;
relays = [
{
address = "89.58.57.185" ;
port = 4000 ;
}
{
address = "5.250.178.133" ;
port = 4000 ;
}
];
}
{
accumulatedStake = 0.7989760887302824 ;
relativeStake = 0.001076255285969609 ;
relays = [
{
address = "161.35.209.217" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8000341975366483 ;
relativeStake = 0.0010581088063660025 ;
relays = [
{
address = "europe-de.popsp.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8010920283027103 ;
relativeStake = 0.001057830766062023 ;
relays = [
{
address = "102.130.127.242" ;
port = 6000 ;
}
{
address = "94.16.106.16" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8021420275277314 ;
relativeStake = 0.0010499992250211007 ;
relays = [
{
address = "20.69.213.207" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.8031858614318781 ;
relativeStake = 0.0010438339041466064 ;
relays = [
{
address = "relay1.nedscave.io" ;
port = 3001 ;
}
{
address = "relay2.nedscave.io" ;
port = 3001 ;
}
{
address = "relay3.nedscave.io" ;
port = 3001 ;
}
{
address = "relay4.nedscave.io" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8042288373765908 ;
relativeStake = 0.0010429759447127369 ;
relays = [
{
address = "135.181.194.233" ;
port = 6000 ;
}
{
address = "168.119.101.200" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8052488852606581 ;
relativeStake = 0.0010200478840673229 ;
relays = [
{
address = "3.111.14.60" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8062675550944346 ;
relativeStake = 0.0010186698337764433 ;
relays = [
{
address = "relay.azureada.com" ;
port = 3001 ;
}
{
address = "relay.azureada.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8072858640848488 ;
relativeStake = 0.0010183089904142292 ;
relays = [
{
address = "77.110.114.135" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8082870225336672 ;
relativeStake = 0.0010011584488185017 ;
relays = [
{
address = "relay1.cerostakepool.com" ;
port = 3001 ;
}
{
address = "relay2.cerostakepool.com" ;
port = 3001 ;
}
{
address = "relay3.cerostakepool.com" ;
port = 3001 ;
}
{
address = "relay4.cerostakepool.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8092818446822414 ;
relativeStake = 0.0009948221485740897 ;
relays = [
{
address = "relay1.bluecheesestakehouse.com" ;
port = 5001 ;
}
];
}
{
accumulatedStake = 0.8102760557225224 ;
relativeStake = 0.0009942110402810036 ;
relays = [
{
address = "52.167.20.127" ;
port = 4000 ;
}
];
}
{
accumulatedStake = 0.8112664826276421 ;
relativeStake = 0.0009904269051197732 ;
relays = [
{
address = "europe3-zzz5relay.zzzpool.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8122498830802934 ;
relativeStake = 0.0009834004526513066 ;
relays = [
{
address = "relay0.bluecheesestakehouse.com" ;
port = 5000 ;
}
];
}
{
accumulatedStake = 0.8132283817226138 ;
relativeStake = 0.0009784986423203115 ;
relays = [
{
address = "109.123.231.213" ;
port = 6000 ;
}
{
address = "89.58.45.244" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.814197954760518 ;
relativeStake = 0.0009695730379042441 ;
relays = [
{
address = "20.69.213.207" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.8151593434279255 ;
relativeStake = 0.0009613886674074412 ;
relays = [
{
address = "adaboy-mainnet-2a.gleeze.com" ;
port = 6000 ;
}
{
address = "adaboy-mainnet-3a.gleeze.com" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.816119160474873 ;
relativeStake = 0.0009598170469475138 ;
relays = [
{
address = "cardano-relays.autostake.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8170744943663502 ;
relativeStake = 0.0009553338914771692 ;
relays = [
{
address = "relay1.viperstaking.com" ;
port = 4444 ;
}
];
}
{
accumulatedStake = 0.8180231286421358 ;
relativeStake = 0.0009486342757856727 ;
relays = [
{
address = "35.154.123.251" ;
port = 3001 ;
}
{
address = "15.206.230.107" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8189503999832747 ;
relativeStake = 0.0009272713411388273 ;
relays = [
{
address = "private-pools.fivebinaries.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8198762704004404 ;
relativeStake = 0.0009258704171657942 ;
relays = [
{
address = "154.38.174.71" ;
port = 6000 ;
}
{
address = "118.153.253.133" ;
port = 57413 ;
}
{
address = "118.153.253.133" ;
port = 57414 ;
}
];
}
{
accumulatedStake = 0.8207991204178662 ;
relativeStake = 0.0009228500174257473 ;
relays = [
{
address = "125.250.255.197" ;
port = 8000 ;
}
{
address = "75.119.158.164" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.821711629937068 ;
relativeStake = 0.0009125095192018712 ;
relays = [
{
address = "relays.wavepool.digital" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8226178134325651 ;
relativeStake = 0.0009061834954970374 ;
relays = [
{
address = "cardano-relay-1.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-2.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-3.upbit.com" ;
port = 30800 ;
}
];
}
{
accumulatedStake = 0.8235239395914457 ;
relativeStake = 0.000906126158880511 ;
relays = [
{
address = "cardano-relay-1.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-2.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-3.upbit.com" ;
port = 30800 ;
}
];
}
{
accumulatedStake = 0.824430019994917 ;
relativeStake = 0.0009060804034714137 ;
relays = [
{
address = "cardano-relay-3.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-1.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-2.upbit.com" ;
port = 30800 ;
}
];
}
{
accumulatedStake = 0.8253323253543384 ;
relativeStake = 0.0009023053594214094 ;
relays = [
{
address = "relay.azureada.com" ;
port = 3001 ;
}
{
address = "relay.azureada.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8262338973747414 ;
relativeStake = 0.0009015720204030234 ;
relays = [
{
address = "relay0.crimsonpool.com" ;
port = 5100 ;
}
{
address = "relay1.crimsonpool.com" ;
port = 5101 ;
}
{
address = "relay2.crimsonpool.com" ;
port = 5102 ;
}
];
}
{
accumulatedStake = 0.8271335806774097 ;
relativeStake = 0.0008996833026682164 ;
relays = [
{
address = "75.119.157.236" ;
port = 6000 ;
}
{
address = "149.102.144.126" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8280308569801463 ;
relativeStake = 0.0008972763027366847 ;
relays = [
{
address = "cardano-relay-1.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-2.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-3.upbit.com" ;
port = 30800 ;
}
];
}
{
accumulatedStake = 0.8289274793627974 ;
relativeStake = 0.0008966223826510377 ;
relays = [
{
address = "cardano-relay-1.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-2.upbit.com" ;
port = 30800 ;
}
{
address = "cardano-relay-3.upbit.com" ;
port = 30800 ;
}
];
}
{
accumulatedStake = 0.8298213472807767 ;
relativeStake = 0.0008938679179793544 ;
relays = [
{
address = "relay-ca.ada.psiloblox.io" ;
port = 3002 ;
}
{
address = "2600:ac02:7c06:0:20c:29ff:fe01:4ff9" ;
port = 3002 ;
}
{
address = "208.118.69.126" ;
port = 3003 ;
}
{
address = "relay-jp.ada.psiloblox.io" ;
port = 3001 ;
}
{
address = "relay-de.ada.psiloblox.io" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.8307105431058251 ;
relativeStake = 0.0008891958250483979 ;
relays = [
{
address = "104.236.24.187" ;
port = 5281 ;
}
{
address = "23.24.140.149" ;
port = 5282 ;
}
];
}
{
accumulatedStake = 0.8315984732776543 ;
relativeStake = 0.0008879301718292169 ;
relays = [
{
address = "57.129.28.179" ;
port = 3001 ;
}
{
address = "57.129.28.180" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8324861190699833 ;
relativeStake = 0.0008876457923288704 ;
relays = [
{
address = "144.126.145.189" ;
port = 6000 ;
}
{
address = "144.126.145.190" ;
port = 7001 ;
}
];
}
{
accumulatedStake = 0.8333728350343669 ;
relativeStake = 0.0008867159643836523 ;
relays = [
{
address = "relay1.mazza.vc" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8342551728499854 ;
relativeStake = 0.000882337815618516 ;
relays = [
{
address = "eu1.stakecool.io" ;
port = 4001 ;
}
{
address = "eu2.stakecool.io" ;
port = 4001 ;
}
{
address = "eu3.stakecool.io" ;
port = 4002 ;
}
{
address = "eu4.stakecool.io" ;
port = 4002 ;
}
];
}
{
accumulatedStake = 0.8351369407668173 ;
relativeStake = 0.000881767916831879 ;
relays = [
{
address = "cardano-relays-1.nu.fi" ;
port = 3003 ;
}
{
address = "cardano-relays-2.nu.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8360098723976417 ;
relativeStake = 0.0008729316308243685 ;
relays = [
{
address = "relay01.nekota.work" ;
port = 3001 ;
}
{
address = "relay02.nekota.work" ;
port = 3001 ;
}
{
address = "relay03.nekota.work" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.836878101250302 ;
relativeStake = 0.0008682288526604273 ;
relays = [
{
address = "13.208.79.46" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8377455917188795 ;
relativeStake = 0.0008674904685775001 ;
relays = [
{
address = "ram-relay1.irota.xyz" ;
port = 6000 ;
}
{
address = "kyu-relay2.irota.xyz" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8386116536264203 ;
relativeStake = 0.0008660619075407379 ;
relays = [
{
address = "143.110.217.207" ;
port = 6000 ;
}
{
address = "167.99.88.198" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8394754306906393 ;
relativeStake = 0.000863777064219078 ;
relays = [
{
address = "ipclub29-1.relay.my-ip.at" ;
port = 3001 ;
}
{
address = "ipclub29-1.relay.my-ip.at" ;
port = 3002 ;
}
{
address = "ipclub29-2.relay.my-ip.at" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8403369512119392 ;
relativeStake = 0.0008615205212997511 ;
relays = [
{
address = "cardano-relays.atomicwallet.io" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.8411839449436413 ;
relativeStake = 0.0008469937317021823 ;
relays = [
{
address = "52.167.20.127" ;
port = 4000 ;
}
];
}
{
accumulatedStake = 0.8420297464869356 ;
relativeStake = 0.0008458015432943613 ;
relays = [
{
address = "relay1.alfa-pool.gr" ;
port = 6001 ;
}
{
address = "relay2.alfa-pool.gr" ;
port = 6000 ;
}
{
address = "relay3.alfa-pool.gr" ;
port = 6000 ;
}
{
address = "relay4.alfa-pool.gr" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8428713299696712 ;
relativeStake = 0.0008415834827354471 ;
relays = [
{
address = "34.84.0.241" ;
port = 3000 ;
}
{
address = "34.146.198.77" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.8437045264948537 ;
relativeStake = 0.0008331965251825946 ;
relays = [
{
address = "206.81.3.194" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8445353158592313 ;
relativeStake = 0.0008307893643775043 ;
relays = [
{
address = "relay1.toiro.love" ;
port = 6000 ;
}
{
address = "relay2.toiro.love" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8453623800469156 ;
relativeStake = 0.0008270641876843146 ;
relays = [
{
address = "85.215.147.174" ;
port = 6000 ;
}
{
address = "85.215.187.104" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8461810533988751 ;
relativeStake = 0.0008186733519594747 ;
relays = [
{
address = "relay1.cashflowpool.com" ;
port = 3001 ;
}
{
address = "relay2.cashflowpool.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8469955892391946 ;
relativeStake = 0.0008145358403195726 ;
relays = [
{
address = "cpr1.sargatxet.cloud" ;
port = 6001 ;
}
{
address = "cpr2.sargatxet.cloud" ;
port = 6001 ;
}
{
address = "cpr3.sargatxet.cloud" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.8478063216146212 ;
relativeStake = 0.0008107323754265945 ;
relays = [
{
address = "1f018fdb.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.8486161079363498 ;
relativeStake = 0.0008097863217285512 ;
relays = [
{
address = "private-pools.fivebinaries.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8494255185639406 ;
relativeStake = 0.0008094106275908568 ;
relays = [
{
address = "ACLrelay1.cardanoland.com" ;
port = 6000 ;
}
{
address = "ACLrelay2.cardanoland.com" ;
port = 7000 ;
}
{
address = "ACLrelay3.cardanoland.com" ;
port = 8000 ;
}
{
address = "ACLrelay4.cardanoland.com" ;
port = 6000 ;
}
{
address = "ACLrelay5.cardanoland.com" ;
port = 7000 ;
}
{
address = "ACLrelay6.cardanoland.com" ;
port = 8000 ;
}
];
}
{
accumulatedStake = 0.8502337880302093 ;
relativeStake = 0.000808269466268684 ;
relays = [
{
address = "eu.relays.cardanians.io" ;
port = 1000 ;
}
{
address = "ca.relays.cardanians.io" ;
port = 1000 ;
}
];
}
{
accumulatedStake = 0.8510394777545834 ;
relativeStake = 0.0008056897243742184 ;
relays = [
{
address = "202.61.246.91" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8518429202851121 ;
relativeStake = 0.0008034425305286372 ;
relays = [
{
address = "178.128.79.219" ;
port = 3001 ;
}
{
address = "104.131.122.73" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8526447290265909 ;
relativeStake = 0.0008018087414788021 ;
relays = [
{
address = "relays.xray.app" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.853445491114125 ;
relativeStake = 0.0008007620875340966 ;
relays = [
{
address = "cardano-relays.atomicwallet.io" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.854244470635223 ;
relativeStake = 0.0007989795210979802 ;
relays = [
{
address = "LANDrelay1.cardanoland.com" ;
port = 6000 ;
}
{
address = "LANDrelay2.cardanoland.com" ;
port = 7000 ;
}
{
address = "LANDrelay3.cardanoland.com" ;
port = 8000 ;
}
{
address = "LANDrelay4.cardanoland.com" ;
port = 6000 ;
}
{
address = "LANDrelay5.cardanoland.com" ;
port = 7000 ;
}
{
address = "LANDrelay6.cardanoland.com" ;
port = 8000 ;
}
];
}
{
accumulatedStake = 0.8550276330727926 ;
relativeStake = 0.0007831624375696461 ;
relays = [
{
address = "20.91.236.57" ;
port = 6000 ;
}
{
address = "160.251.204.162" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8558009743389028 ;
relativeStake = 0.0007733412661100845 ;
relays = [
{
address = "cardano-relays-1.nu.fi" ;
port = 3003 ;
}
{
address = "cardano-relays-2.nu.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8565739249831432 ;
relativeStake = 0.00077295064424043 ;
relays = [
{
address = "r1.1percentpool.eu" ;
port = 19001 ;
}
{
address = "r2.1percentpool.eu" ;
port = 19002 ;
}
];
}
{
accumulatedStake = 0.8573442723015531 ;
relativeStake = 0.000770347318409912 ;
relays = [
{
address = "45.77.67.30" ;
port = 3000 ;
}
{
address = "45.32.153.230" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.8581122019291069 ;
relativeStake = 0.0007679296275537987 ;
relays = [
{
address = "relays.liqwid.finance" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.85887642578392 ;
relativeStake = 0.0007642238548131399 ;
relays = [
{
address = "157.245.228.134" ;
port = 3001 ;
}
{
address = "159.89.120.164" ;
port = 3001 ;
}
{
address = "209.97.186.44" ;
port = 3001 ;
}
{
address = "na.bloompool.io" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8596401337698061 ;
relativeStake = 0.0007637079858860529 ;
relays = [
{
address = "relays.liqwid.finance" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8604004507388093 ;
relativeStake = 0.000760316969003216 ;
relays = [
{
address = "r1.spirestaking.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8611530654948933 ;
relativeStake = 0.0007526147560840317 ;
relays = [
{
address = "135.181.194.233" ;
port = 6000 ;
}
{
address = "168.119.101.200" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8618987355577531 ;
relativeStake = 0.0007456700628598168 ;
relays = [
{
address = "csn.relay1.cardanoscan.io" ;
port = 3101 ;
}
{
address = "csn.relay2.cardanoscan.io" ;
port = 3101 ;
}
];
}
{
accumulatedStake = 0.862637982816408 ;
relativeStake = 0.0007392472586548657 ;
relays = [
{
address = "r1.1percentpool.eu" ;
port = 19001 ;
}
{
address = "r2.1percentpool.eu" ;
port = 19002 ;
}
];
}
{
accumulatedStake = 0.863376390175281 ;
relativeStake = 0.0007384073588730325 ;
relays = [
{
address = "cardano1.vampyre.fund" ;
port = 3001 ;
}
{
address = "cardano2.vampyre.fund" ;
port = 3001 ;
}
{
address = "cardano3.vampyre.fund" ;
port = 3001 ;
}
{
address = "cardano4.vampyre.fund" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8641089315372706 ;
relativeStake = 0.0007325413619896069 ;
relays = [
{
address = "relay1.adaverse.com" ;
port = 5000 ;
}
{
address = "relay2.adaverse.com" ;
port = 4000 ;
}
];
}
{
accumulatedStake = 0.8648404122546046 ;
relativeStake = 0.0007314807173339368 ;
relays = [
{
address = "relay-pool-1-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.8655714328670665 ;
relativeStake = 0.0007310206124619118 ;
relays = [
{
address = "20.61.229.103" ;
port = 3001 ;
}
{
address = "20.61.228.218" ;
port = 3001 ;
}
{
address = "108.142.42.221" ;
port = 3001 ;
}
{
address = "108.142.42.161" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8662981487771658 ;
relativeStake = 0.000726715910099282 ;
relays = [
{
address = "adar2.stakit.io" ;
port = 30501 ;
}
];
}
{
accumulatedStake = 0.8670198323713676 ;
relativeStake = 0.0007216835942018014 ;
relays = [
{
address = "149.28.106.59" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8677384265407809 ;
relativeStake = 0.0007185941694133036 ;
relays = [
{
address = "148.113.17.23" ;
port = 6000 ;
}
{
address = "158.69.25.103" ;
port = 6000 ;
}
{
address = "95.216.70.238" ;
port = 6000 ;
}
{
address = "149.102.140.234" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8684422458890244 ;
relativeStake = 0.0007038193482434933 ;
relays = [
{
address = "34.175.101.127" ;
port = 6000 ;
}
{
address = "34.175.85.49" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8691424472699345 ;
relativeStake = 0.0007002013809101404 ;
relays = [
{
address = "54.150.77.128" ;
port = 6000 ;
}
{
address = "35.72.226.248" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8698377776476993 ;
relativeStake = 0.0006953303777647926 ;
relays = [
{
address = "private-pools.fivebinaries.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8705330740274401 ;
relativeStake = 0.000695296379740791 ;
relays = [
{
address = "cf6r1.mainnet.pool.cardanofoundation.org" ;
port = 3001 ;
}
{
address = "cf6r2.mainnet.pool.cardanofoundation.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.871223519615106 ;
relativeStake = 0.0006904455876658882 ;
relays = [
{
address = "relay1.powerstakepool.com" ;
port = 6000 ;
}
{
address = "relay2.powerstakepool.com" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8719125424518231 ;
relativeStake = 0.0006890228367171643 ;
relays = [
{
address = "157.245.228.134" ;
port = 3001 ;
}
{
address = "159.89.120.164" ;
port = 3001 ;
}
{
address = "209.97.186.44" ;
port = 3001 ;
}
{
address = "eu.bloompool.io" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8725981042901032 ;
relativeStake = 0.0006855618382800864 ;
relays = [
{
address = "asia-pacific-japan.popsp.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8732806669171672 ;
relativeStake = 0.0006825626270639732 ;
relays = [
{
address = "r1.adaism.uk" ;
port = 8081 ;
}
{
address = "r2.adaism.uk" ;
port = 8081 ;
}
];
}
{
accumulatedStake = 0.8739611963682078 ;
relativeStake = 0.0006805294510406321 ;
relays = [
{
address = "r1.relaypool.online" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.8746406621324305 ;
relativeStake = 0.0006794657642226421 ;
relays = [
{
address = "relay-pool-figment-7-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.8753181014622012 ;
relativeStake = 0.0006774393297707118 ;
relays = [
{
address = "116.80.93.53" ;
port = 6000 ;
}
{
address = "5.104.85.79" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8759882476121118 ;
relativeStake = 0.0006701461499106475 ;
relays = [
{
address = "157.245.228.134" ;
port = 3001 ;
}
{
address = "159.89.120.164" ;
port = 3001 ;
}
{
address = "209.97.186.44" ;
port = 3001 ;
}
{
address = "na.bloompool.io" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8766573780989739 ;
relativeStake = 0.0006691304868621199 ;
relays = [
{
address = "34.192.61.190" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8773264660542184 ;
relativeStake = 0.0006690879552444623 ;
relays = [
{
address = "1e5c4061.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.8779947002090775 ;
relativeStake = 0.0006682341548591432 ;
relays = [
{
address = "relay-1.banderini.net" ;
port = 3001 ;
}
{
address = "relay-2.banderini.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8786620838947601 ;
relativeStake = 0.0006673836856825095 ;
relays = [
{
address = "51.195.91.118" ;
port = 3001 ;
}
{
address = "51.161.35.246" ;
port = 3001 ;
}
{
address = "49.12.123.178" ;
port = 3001 ;
}
{
address = "95.217.58.124" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8793247193536917 ;
relativeStake = 0.0006626354589316641 ;
relays = [
{
address = "137.117.180.0" ;
port = 16112 ;
}
{
address = "20.52.178.196" ;
port = 16112 ;
}
{
address = "52.152.187.47" ;
port = 16112 ;
}
];
}
{
accumulatedStake = 0.879987024523362 ;
relativeStake = 0.0006623051696702111 ;
relays = [
{
address = "40.160.1.159" ;
port = 6000 ;
}
{
address = "15.204.108.52" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.880641721598379 ;
relativeStake = 0.0006546970750169694 ;
relays = [
{
address = "cardano-main.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-main2.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay1.everstake.one" ;
port = 3001 ;
}
{
address = "cardano-relay2.everstake.one" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8812943274113928 ;
relativeStake = 0.0006526058130138462 ;
relays = [
{
address = "germany.cardanode.io" ;
port = 6000 ;
}
{
address = "missouri.cardanode.io" ;
port = 6000 ;
}
{
address = "la.cardanode.io" ;
port = 6000 ;
}
{
address = "perth.cardanode.io" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8819452529719731 ;
relativeStake = 0.0006509255605803138 ;
relays = [
{
address = "r1.cosd.com" ;
port = 5250 ;
}
{
address = "r2.cosd.com" ;
port = 5250 ;
}
];
}
{
accumulatedStake = 0.8825957649780541 ;
relativeStake = 0.0006505120060810492 ;
relays = [
{
address = "relay1.pudim.cat" ;
port = 3002 ;
}
{
address = "relay2.pudim.cat" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.8832416727476259 ;
relativeStake = 0.0006459077695717085 ;
relays = [
{
address = "relay1.squidpool.com" ;
port = 3001 ;
}
{
address = "relay2.squidpool.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8838856148595768 ;
relativeStake = 0.0006439421119509522 ;
relays = [
{
address = "78.47.119.91" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8845231037207099 ;
relativeStake = 0.0006374888611330525 ;
relays = [
{
address = "relay1.thevikingpool.com" ;
port = 6000 ;
}
{
address = "relay2.thevikingpool.com" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8851598947632959 ;
relativeStake = 0.00063679104258605 ;
relays = [
{
address = "relay1-ada.cex.io" ;
port = 3001 ;
}
{
address = "relay2-ada.cex.io" ;
port = 3002 ;
}
{
address = "relay3-ada.cex.io" ;
port = 3003 ;
}
];
}
{
accumulatedStake = 0.8857918249471275 ;
relativeStake = 0.0006319301838316043 ;
relays = [
{
address = "relays.onyxstakepool.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8864218614639224 ;
relativeStake = 0.0006300365167949216 ;
relays = [
{
address = "cardano-relays-1.nu.fi" ;
port = 3003 ;
}
{
address = "cardano-relays-2.nu.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8870506596772845 ;
relativeStake = 0.0006287982133620322 ;
relays = [
{
address = "223.25.73.249" ;
port = 6452 ;
}
{
address = "128.199.147.30" ;
port = 6001 ;
}
{
address = "158.140.141.199" ;
port = 8082 ;
}
];
}
{
accumulatedStake = 0.8876790135741269 ;
relativeStake = 0.0006283538968424842 ;
relays = [
{
address = "re1.reservoir.network" ;
port = 3001 ;
}
{
address = "re2.reservoir.network" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8883025192607364 ;
relativeStake = 0.0006235056866095227 ;
relays = [
{
address = "r1.isp-r1.wjg.jp" ;
port = 3001 ;
}
{
address = "r2.isp-r1.wjg.jp" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.8889180442339519 ;
relativeStake = 0.000615524973215457 ;
relays = [
{
address = "108.174.196.172" ;
port = 6000 ;
}
{
address = "142.11.241.195" ;
port = 6000 ;
}
{
address = "142.11.241.198" ;
port = 6000 ;
}
{
address = "104.168.174.247" ;
port = 6000 ;
}
{
address = "104.168.204.201" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.8895211707326439 ;
relativeStake = 0.0006031264986919512 ;
relays = [
{
address = "cardano-relays-1.nu.fi" ;
port = 3003 ;
}
{
address = "cardano-relays-2.nu.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8901211189772648 ;
relativeStake = 0.0005999482446209061 ;
relays = [
{
address = "cof-1.cardanocafe.org" ;
port = 3005 ;
}
{
address = "cof-2.cardanocafe.org" ;
port = 3010 ;
}
{
address = "cap-1.cardanocafe.org" ;
port = 4000 ;
}
{
address = "cap-2.cardanocafe.org" ;
port = 4005 ;
}
{
address = "lat-1.cardanocafe.org" ;
port = 5001 ;
}
{
address = "lat-2.cardanocafe.org" ;
port = 5002 ;
}
];
}
{
accumulatedStake = 0.8907202096117809 ;
relativeStake = 0.0005990906345160633 ;
relays = [
{
address = "bra-relay.cardanistas.io" ;
port = 8081 ;
}
{
address = "usa-relay.cardanistas.io" ;
port = 8082 ;
}
{
address = "de-relay.cardanistas.io" ;
port = 8083 ;
}
];
}
{
accumulatedStake = 0.8913183508822952 ;
relativeStake = 0.0005981412705142785 ;
relays = [
{
address = "europe1-relay.jpn-sp.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8919138993355925 ;
relativeStake = 0.0005955484532974075 ;
relays = [
{
address = "202.61.225.111" ;
port = 6000 ;
}
{
address = "46.38.241.110" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8925083975686573 ;
relativeStake = 0.0005944982330647594 ;
relays = [
{
address = "57.128.184.29" ;
port = 3001 ;
}
{
address = "57.128.184.32" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8930964300812169 ;
relativeStake = 0.0005880325125595455 ;
relays = [
{
address = "relay-pool-figment-20-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.8936784936927645 ;
relativeStake = 0.0005820636115477006 ;
relays = [
{
address = "cardano-relays-1.nu.fi" ;
port = 3003 ;
}
{
address = "cardano-relays-2.nu.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8942585898612556 ;
relativeStake = 0.0005800961684910642 ;
relays = [
{
address = "135.181.194.233" ;
port = 6000 ;
}
{
address = "168.119.101.200" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8948379523212129 ;
relativeStake = 0.0005793624599573376 ;
relays = [
{
address = "white-denver-a41cf.cardano.bdnodes.net" ;
port = 6000 ;
}
{
address = "cinnabar-prague-71400.cardano.bdnodes.net" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.895414302883865 ;
relativeStake = 0.0005763505626520559 ;
relays = [
{
address = "cardano-relays.atomicwallet.io" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.8959903990069797 ;
relativeStake = 0.0005760961231147303 ;
relays = [
{
address = "15.237.92.158" ;
port = 16661 ;
}
];
}
{
accumulatedStake = 0.8965620543429192 ;
relativeStake = 0.0005716553359395335 ;
relays = [
{
address = "r1.1percentpool.eu" ;
port = 19001 ;
}
{
address = "r2.1percentpool.eu" ;
port = 19002 ;
}
];
}
{
accumulatedStake = 0.8971331081224474 ;
relativeStake = 0.0005710537795281797 ;
relays = [
{
address = "133.167.33.31" ;
port = 6000 ;
}
{
address = "162.43.71.205" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8977018448326373 ;
relativeStake = 0.0005687367101898461 ;
relays = [
{
address = "relay.armadastakepool.com" ;
port = 5100 ;
}
];
}
{
accumulatedStake = 0.8982675706453946 ;
relativeStake = 0.000565725812757376 ;
relays = [
{
address = "85.25.93.176" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.898832809445944 ;
relativeStake = 0.00056523880054938 ;
relays = [
{
address = "54.228.75.154" ;
port = 3003 ;
}
{
address = "54.228.75.154" ;
port = 3001 ;
}
{
address = "34.249.11.89" ;
port = 3003 ;
}
{
address = "34.249.11.89" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.899393842615942 ;
relativeStake = 0.0005610331699979974 ;
relays = [
{
address = "202.61.246.91" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8999548412752059 ;
relativeStake = 0.0005609986592638654 ;
relays = [
{
address = "ada-relay03.biglazycat.com" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.9005075826505399 ;
relativeStake = 0.0005527413753339238 ;
relays = [
{
address = "relays.digi.pro" ;
port = 3001 ;
}
];
}
];
};
private = false ;
relaysNew = "backbone.cardano.iog.io" ;
smashUrl = "https://smash.cardano-mainnet.iohk.io" ;
submitApiConfig = {
EnableLogMetrics = false ;
EnableLogging = true ;
GenesisHash = "5f20df933584822601f9e3f8c024eb5eb252fe8cefb24d1317dc3d432e940ebb" ;
PrometheusPort = 8080 ;
RequiresNetworkMagic = "RequiresNoMagic" ;
TraceOptions = {
"" = {
backends = [
"EKGBackend"
"Stdout HumanFormatColoured"
];
detail = "DNormal" ;
severity = "Info" ;
};
};
defaultBackends = [
"KatipBK"
];
defaultScribes = [
[
"StdoutSK"
"stdout"
]
];
minSeverity = "Info" ;
options = {
cfokey = {
value = "Release-1.0.0" ;
};
mapBackends = { };
mapSeverity = {
db-sync-node = "Info" ;
"db-sync-node.Mux" = "Error" ;
"db-sync-node.Subscription" = "Error" ;
};
mapSubtrace = {
"#ekgview" = {
contents = [
[
{
contents = "cardano.epoch-validation.benchmark" ;
tag = "Contains" ;
}
[
{
contents = ".monoclock.basic." ;
tag = "Contains" ;
}
]
]
[
{
contents = "cardano.epoch-validation.benchmark" ;
tag = "Contains" ;
}
[
{
contents = "diff.RTS.cpuNs.timed." ;
tag = "Contains" ;
}
]
]
[
{
contents = "#ekgview.#aggregation.cardano.epoch-validation.benchmark" ;
tag = "StartsWith" ;
}
[
{
contents = "diff.RTS.gcNum.timed." ;
tag = "Contains" ;
}
]
]
];
subtrace = "FilterTrace" ;
};
"#messagecounters.aggregation" = {
subtrace = "NoTrace" ;
};
"#messagecounters.ekgview" = {
subtrace = "NoTrace" ;
};
"#messagecounters.katip" = {
subtrace = "NoTrace" ;
};
"#messagecounters.monitoring" = {
subtrace = "NoTrace" ;
};
"#messagecounters.switchboard" = {
subtrace = "NoTrace" ;
};
benchmark = {
contents = [
"GhcRtsStats"
"MonotonicClock"
];
subtrace = "ObservableTrace" ;
};
"cardano.epoch-validation.utxo-stats" = {
subtrace = "NoTrace" ;
};
};
};
rotation = {
rpKeepFilesNum = 10 ;
rpLogLimitBytes = 5000000 ;
rpMaxAgeHours = 24 ;
};
setupBackends = [
"AggregationBK"
"KatipBK"
];
setupScribes = [
{
scFormat = "ScText" ;
scKind = "StdoutSK" ;
scName = "stdout" ;
scRotation = null ;
}
];
};
tracerConfig = {
ekgRequestFreq = null ;
ekgRequestFull = null ;
hasEKG = {
epHost = "127.0.0.1" ;
epPort = 12788 ;
};
hasPrometheus = {
epHost = "127.0.0.1" ;
epPort = 12808 ;
};
loRequestNum = null ;
logging = [
{
logFormat = "ForHuman" ;
logMode = "FileMode" ;
logRoot = "/tmp/cardano-tracer" ;
}
];
metricsHelp = null ;
metricsNoSuffix = null ;
network = {
contents = "/tmp/tracer.socket" ;
tag = "AcceptAt" ;
};
networkMagic = 764824073 ;
resourceFreq = null ;
rotation = {
rpFrequencySecs = 60 ;
rpKeepFilesNum = 14 ;
rpLogLimitBytes = 10000000 ;
rpMaxAgeHours = 24 ;
};
verbosity = null ;
};
useByronWallet = true ;
useLedgerAfterSlot = 185500763 ;
};
preprod = {
consensusProtocol = "Cardano" ;
dbSyncConfig = {
EnableFutureGenesis = true ;
EnableLogMetrics = false ;
EnableLogging = true ;
NetworkName = "preprod" ;
NodeConfigFile = "/nix/store/nn6fwrljfr8742a01na0v8bjs0254s1h-config-preprod.json" ;
PrometheusPort = 8080 ;
RequiresNetworkMagic = "RequiresMagic" ;
defaultBackends = [
"KatipBK"
];
defaultScribes = [
[
"StdoutSK"
"stdout"
]
];
minSeverity = "Info" ;
options = {
cfokey = {
value = "Release-1.0.0" ;
};
mapBackends = { };
mapSeverity = {
db-sync-node = "Info" ;
"db-sync-node.Mux" = "Error" ;
"db-sync-node.Subscription" = "Error" ;
};
mapSubtrace = {
"#ekgview" = {
contents = [
[
{
contents = "cardano.epoch-validation.benchmark" ;
tag = "Contains" ;
}
[
{
contents = ".monoclock.basic." ;
tag = "Contains" ;
}
]
]
[
{
contents = "cardano.epoch-validation.benchmark" ;
tag = "Contains" ;
}
[
{
contents = "diff.RTS.cpuNs.timed." ;
tag = "Contains" ;
}
]
]
[
{
contents = "#ekgview.#aggregation.cardano.epoch-validation.benchmark" ;
tag = "StartsWith" ;
}
[
{
contents = "diff.RTS.gcNum.timed." ;
tag = "Contains" ;
}
]
]
];
subtrace = "FilterTrace" ;
};
"#messagecounters.aggregation" = {
subtrace = "NoTrace" ;
};
"#messagecounters.ekgview" = {
subtrace = "NoTrace" ;
};
"#messagecounters.katip" = {
subtrace = "NoTrace" ;
};
"#messagecounters.monitoring" = {
subtrace = "NoTrace" ;
};
"#messagecounters.switchboard" = {
subtrace = "NoTrace" ;
};
benchmark = {
contents = [
"GhcRtsStats"
"MonotonicClock"
];
subtrace = "ObservableTrace" ;
};
"cardano.epoch-validation.utxo-stats" = {
subtrace = "NoTrace" ;
};
};
};
rotation = {
rpKeepFilesNum = 10 ;
rpLogLimitBytes = 5000000 ;
rpMaxAgeHours = 24 ;
};
setupBackends = [
"AggregationBK"
"KatipBK"
];
setupScribes = [
{
scFormat = "ScText" ;
scKind = "StdoutSK" ;
scName = "stdout" ;
scRotation = null ;
}
];
};
domain = "play.dev.cardano.org" ;
edgeNodes = [
{
addr = "preprod-node.play.dev.cardano.org" ;
port = 3001 ;
}
];
edgePort = 3001 ;
explorerConfig = {
NetworkName = "preprod" ;
NodeConfigFile = "/nix/store/nn6fwrljfr8742a01na0v8bjs0254s1h-config-preprod.json" ;
RequiresNetworkMagic = "RequiresMagic" ;
};
explorerUrl = "https://preprod-explorer.play.dev.cardano.org" ;
extraDbSyncConfig = {
enableFutureGenesis = true ;
};
metadataUrl = "https://metadata.play.dev.cardano.org" ;
mithrilAggregatorEndpointUrl = "https://aggregator.release-preprod.api.mithril.network/aggregator" ;
mithrilAncillaryVerificationKey = "5b3138392c3139322c3231362c3135302c3131342c3231362c3233372c3231302c34352c31382c32312c3139362c3230382c3234362c3134362c322c3235322c3234332c3235312c3139372c32382c3135372c3230342c3134352c33302c31342c3232382c3136382c3132392c38332c3133362c33365d" ;
mithrilEraReaderParams = {
address = "addr_test1qpkyv2ws0deszm67t840sdnruqgr492n80g3y96xw3p2ksk6suj5musy6w8lsg3yjd09cnpgctc2qh386rtxphxt248qr0npnx" ;
verification_key = "5b35352c3232382c3134342c38372c3133382c3133362c34382c382c31342c3138372c38352c3134382c39372c3233322c3235352c3232392c33382c3234342c3234372c3230342c3139382c31332c33312c3232322c32352c3136342c35322c3130322c39312c3132302c3230382c3134375d" ;
};
mithrilGenesisVerificationKey = "5b3132372c37332c3132342c3136312c362c3133372c3133312c3231332c3230372c3131372c3139382c38352c3137362c3139392c3136322c3234312c36382c3132332c3131392c3134352c31332c3233322c3234332c34392c3232392c322c3234392c3230352c3230352c33392c3233352c34345d" ;
mithrilSignerConfig = {
aggregator_endpoint = "https://aggregator.release-preprod.api.mithril.network/aggregator" ;
era_reader_adapter_params = "{ \" address \" : \" addr_test1qpkyv2ws0deszm67t840sdnruqgr492n80g3y96xw3p2ksk6suj5musy6w8lsg3yjd09cnpgctc2qh386rtxphxt248qr0npnx \" , \" verification_key \" : \" 5b35352c3232382c3134342c38372c3133382c3133362c34382c382c31342c3138372c38352c3134382c39372c3233322c3235352c3232392c33382c3234342c3234372c3230342c3139382c31332c33312c3232322c32352c3136342c35322c3130322c39312c3132302c3230382c3134375d \" }" ;
era_reader_adapter_type = "cardano-chain" ;
genesis_verification_key = "5b3132372c37332c3132342c3136312c362c3133372c3133312c3231332c3230372c3131372c3139382c38352c3137362c3139392c3136322c3234312c36382c3132332c3131392c3134352c31332c3233322c3234332c34392c3232392c322c3234392c3230352c3230352c33392c3233352c34345d" ;
network = "preprod" ;
network_magic = 1 ;
run_interval = 60000 ;
store_retention_limit = 5 ;
};
name = "preprod" ;
networkConfig = {
AlonzoGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/preprod/alonzo-genesis.json ;
AlonzoGenesisHash = "7e94a15f55d1e82d10f09203fa1d40f8eede58fd8066542cf6566008068ed874" ;
ByronGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/preprod/byron-genesis.json ;
ByronGenesisHash = "d4b8de7a11d929a323373cbab6c1a9bdc931beffff11db111cf9d57356ee1937" ;
ConsensusMode = "GenesisMode" ;
ConwayGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/preprod/conway-genesis.json ;
ConwayGenesisHash = "0eb6adaec3fcb1fe286c1b4ae0da2a117eafc3add51e17577d36dd39eddfc3db" ;
LastKnownBlockVersion-Alt = 0 ;
LastKnownBlockVersion-Major = 2 ;
LastKnownBlockVersion-Minor = 0 ;
LedgerDB = {
Backend = "V2InMemory" ;
NumOfDiskSnapshots = 2 ;
QueryBatchSize = 100000 ;
SnapshotInterval = 4320 ;
};
MinNodeVersion = "10.7.0" ;
Protocol = "Cardano" ;
RequiresNetworkMagic = "RequiresMagic" ;
ShelleyGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/preprod/shelley-genesis.json ;
ShelleyGenesisHash = "162d29c4e1cf6b8a84f2d692e67a3ac6bc7851bc3e6e4afe64d15778bed8bd86" ;
};
nodeConfig = {
AlonzoGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/preprod/alonzo-genesis.json ;
AlonzoGenesisHash = "7e94a15f55d1e82d10f09203fa1d40f8eede58fd8066542cf6566008068ed874" ;
ByronGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/preprod/byron-genesis.json ;
ByronGenesisHash = "d4b8de7a11d929a323373cbab6c1a9bdc931beffff11db111cf9d57356ee1937" ;
ConsensusMode = "GenesisMode" ;
ConwayGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/preprod/conway-genesis.json ;
ConwayGenesisHash = "0eb6adaec3fcb1fe286c1b4ae0da2a117eafc3add51e17577d36dd39eddfc3db" ;
LastKnownBlockVersion-Alt = 0 ;
LastKnownBlockVersion-Major = 2 ;
LastKnownBlockVersion-Minor = 0 ;
LedgerDB = {
Backend = "V2InMemory" ;
NumOfDiskSnapshots = 2 ;
QueryBatchSize = 100000 ;
SnapshotInterval = 4320 ;
};
MinNodeVersion = "10.7.0" ;
Protocol = "Cardano" ;
RequiresNetworkMagic = "RequiresMagic" ;
ShelleyGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/preprod/shelley-genesis.json ;
ShelleyGenesisHash = "162d29c4e1cf6b8a84f2d692e67a3ac6bc7851bc3e6e4afe64d15778bed8bd86" ;
TraceOptionForwarder = {
connQueueSize = 64 ;
disconnQueueSize = 128 ;
maxReconnectDelay = 30 ;
};
TraceOptionMetricsPrefix = "cardano.node.metrics." ;
TraceOptionResourceFrequency = 1000 ;
TraceOptions = {
"" = {
backends = [
"EKGBackend"
"Forwarder"
"PrometheusSimple suffix 127.0.0.1 12798"
"Stdout HumanFormatColoured"
];
detail = "DNormal" ;
severity = "Notice" ;
};
"BlockFetch.Client.CompletedBlockFetch" = {
maxFrequency = 2.0 ;
};
"BlockFetch.Decision" = {
severity = "Info" ;
};
ChainDB = {
severity = "Info" ;
};
"ChainDB.AddBlockEvent.AddBlockValidation" = {
severity = "Silence" ;
};
"ChainDB.AddBlockEvent.AddBlockValidation.ValidCandidate" = {
maxFrequency = 2.0 ;
};
"ChainDB.AddBlockEvent.AddedBlockToQueue" = {
maxFrequency = 2.0 ;
};
"ChainDB.AddBlockEvent.AddedBlockToVolatileDB" = {
maxFrequency = 2.0 ;
};
"ChainDB.CopyToImmutableDBEvent.CopiedBlockToImmutableDB" = {
maxFrequency = 2.0 ;
};
"ChainDB.LedgerEvent.Forker" = {
severity = "Silence" ;
};
"ChainSync.Client" = {
severity = "Warning" ;
};
"Forge.Loop" = {
severity = "Info" ;
};
"Forge.StateInfo" = {
severity = "Info" ;
};
Mempool = {
severity = "Info" ;
};
"Mempool.AttemptAdd" = {
severity = "Silence" ;
};
"Mempool.SyncNotNeeded" = {
severity = "Silence" ;
};
"Net.ConnectionManager.Remote" = {
severity = "Info" ;
};
"Net.InboundGovernor" = {
severity = "Warning" ;
};
"Net.InboundGovernor.Remote" = {
severity = "Info" ;
};
"Net.Mux.Remote" = {
severity = "Info" ;
};
"Net.PeerSelection" = {
severity = "Info" ;
};
Resources = {
severity = "Silence" ;
};
"Startup.DiffusionInit" = {
severity = "Info" ;
};
};
TurnOnLogMetrics = true ;
TurnOnLogging = true ;
UseTraceDispatcher = true ;
defaultBackends = [ ];
defaultScribes = [ ];
minSeverity = "Critical" ;
options = { };
setupBackends = [ ];
setupScribes = [ ];
};
nodeConfigLegacy = {
AlonzoGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/preprod/alonzo-genesis.json ;
AlonzoGenesisHash = "7e94a15f55d1e82d10f09203fa1d40f8eede58fd8066542cf6566008068ed874" ;
ByronGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/preprod/byron-genesis.json ;
ByronGenesisHash = "d4b8de7a11d929a323373cbab6c1a9bdc931beffff11db111cf9d57356ee1937" ;
ConsensusMode = "GenesisMode" ;
ConwayGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/preprod/conway-genesis.json ;
ConwayGenesisHash = "0eb6adaec3fcb1fe286c1b4ae0da2a117eafc3add51e17577d36dd39eddfc3db" ;
LastKnownBlockVersion-Alt = 0 ;
LastKnownBlockVersion-Major = 2 ;
LastKnownBlockVersion-Minor = 0 ;
LedgerDB = {
Backend = "V2InMemory" ;
NumOfDiskSnapshots = 2 ;
QueryBatchSize = 100000 ;
SnapshotInterval = 4320 ;
};
MinNodeVersion = "10.7.0" ;
Protocol = "Cardano" ;
RequiresNetworkMagic = "RequiresMagic" ;
ShelleyGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/preprod/shelley-genesis.json ;
ShelleyGenesisHash = "162d29c4e1cf6b8a84f2d692e67a3ac6bc7851bc3e6e4afe64d15778bed8bd86" ;
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 = true ;
TraceInboundGovernor = true ;
TraceIpSubscription = true ;
TraceLedgerPeers = true ;
TraceLocalChainSyncProtocol = false ;
TraceLocalConnectionManager = true ;
TraceLocalErrorPolicy = true ;
TraceLocalHandshake = true ;
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 ;
UseTraceDispatcher = false ;
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 ;
}
];
};
peerSnapshot = {
NetworkMagic = 1 ;
NodeToClientVersion = 23 ;
Point = {
blockPointHash = "1c8eee89ecbd6f48f69f879ffb9c299191c3ccd6971dce7ae66add61fea805fc" ;
blockPointSlot = 121713740 ;
};
bigLedgerPools = [
{
accumulatedStake = 0.12350320003929828 ;
relativeStake = 0.12350320003929828 ;
relays = [
{
address = "relay.preprod.staging.wingriders.com" ;
port = 3001 ;
}
{
address = "relay.preprod.wingriders.com" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.19480661169334237 ;
relativeStake = 0.0713034116540441 ;
relays = [
{
address = "132.226.203.38" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.25852298913385646 ;
relativeStake = 0.06371637744051409 ;
relays = [
{
address = "preprod-node.pool.milkomeda.com" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.31692192192262314 ;
relativeStake = 0.05839893278876668 ;
relays = [
{
address = "preprod1-node.play.dev.cardano.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.3747168428417586 ;
relativeStake = 0.05779492091913546 ;
relays = [
{
address = "preprod2-node.play.dev.cardano.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.4325054016779095 ;
relativeStake = 0.05778855883615095 ;
relays = [
{
address = "preprod3-node.play.dev.cardano.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.48688593483850406 ;
relativeStake = 0.054380533160594505 ;
relays = [
{
address = "73.222.122.247" ;
port = 13001 ;
}
];
}
{
accumulatedStake = 0.5364569084052639 ;
relativeStake = 0.04957097356675984 ;
relays = [
{
address = "144.24.168.10" ;
port = 3003 ;
}
{
address = "141.145.210.204" ;
port = 3003 ;
}
];
}
{
accumulatedStake = 0.5857920477078614 ;
relativeStake = 0.0493351393025975 ;
relays = [
{
address = "node1.cardano.gratis" ;
port = 6601 ;
}
{
address = "node2.cardano.gratis" ;
port = 6602 ;
}
{
address = "mbb3.cardano.gratis" ;
port = 6603 ;
}
];
}
{
accumulatedStake = 0.6236067489790599 ;
relativeStake = 0.037814701271198466 ;
relays = [
{
address = "relay1.preprod.pool.cardano.services" ;
port = 30000 ;
}
{
address = "relay2.preprod.pool.cardano.services" ;
port = 30000 ;
}
];
}
{
accumulatedStake = 0.6546201109051201 ;
relativeStake = 0.031013361926060173 ;
relays = [
{
address = "logicalmechanism.asuscomm.com" ;
port = 6004 ;
}
{
address = "146.190.20.214" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.6786493077851653 ;
relativeStake = 0.024029196880045272 ;
relays = [
{
address = "adact.preprod.relay1.adacapital.io" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.701577026791224 ;
relativeStake = 0.022927719006058722 ;
relays = [
{
address = "tn-preprod.psilobyte.io" ;
port = 4101 ;
}
];
}
{
accumulatedStake = 0.7179119536687949 ;
relativeStake = 0.016334926877570904 ;
relays = [
{
address = "adaboy-preprod-2b.gleeze.com" ;
port = 3002 ;
}
{
address = "adaboy-preprod-3b.gleeze.com" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.7323648704259433 ;
relativeStake = 0.014452916757148406 ;
relays = [
{
address = "161.97.136.104" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.7466350580556536 ;
relativeStake = 0.014270187629710256 ;
relays = [
{
address = "pp-relay1.apexpool.info" ;
port = 4001 ;
}
];
}
{
accumulatedStake = 0.7590359079660914 ;
relativeStake = 0.012400849910437836 ;
relays = [
{
address = "preprod.canadastakes.ca" ;
port = 4002 ;
}
];
}
{
accumulatedStake = 0.7685629868609879 ;
relativeStake = 0.009527078894896512 ;
relays = [
{
address = "preprod1.volcyada.com" ;
port = 6003 ;
}
{
address = "preprod2.volcyada.com" ;
port = 6007 ;
}
{
address = "preprod3.volcyada.com" ;
port = 4001 ;
}
];
}
{
accumulatedStake = 0.7779714302925651 ;
relativeStake = 0.009408443431577155 ;
relays = [
{
address = "cf1r1.preprod.pool.cardanofoundation.org" ;
port = 30000 ;
}
{
address = "cf1r2.preprod.pool.cardanofoundation.org" ;
port = 30000 ;
}
];
}
{
accumulatedStake = 0.7862993627701755 ;
relativeStake = 0.008327932477610406 ;
relays = [
{
address = "preprod.happystaking.io" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.7944601201493823 ;
relativeStake = 0.008160757379206721 ;
relays = [
{
address = "node1.testnet.epiknode.com" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.801999396351018 ;
relativeStake = 0.0075392762016358375 ;
relays = [
{
address = "18.222.164.102" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8093553888045176 ;
relativeStake = 0.007355992453499579 ;
relays = [
{
address = "r1.pp.mrbee.io" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.815238294727069 ;
relativeStake = 0.0058829059225513165 ;
relays = [
{
address = "test.smaug.pool.pm" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.8206299272118519 ;
relativeStake = 0.005391632484782917 ;
relays = [
{
address = "66.42.94.80" ;
port = 6000 ;
}
{
address = "170.187.201.55" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8250319681538786 ;
relativeStake = 0.004402040942026655 ;
relays = [
{
address = "dyn.derksen-it.nl" ;
port = 4001 ;
}
];
}
{
accumulatedStake = 0.8293195973716657 ;
relativeStake = 0.0042876292177871315 ;
relays = [
{
address = "152.53.81.245" ;
port = 5501 ;
}
{
address = "relay-s.wotapool.net" ;
port = 5501 ;
}
];
}
{
accumulatedStake = 0.8328289232053228 ;
relativeStake = 0.0035093258336571474 ;
relays = [
{
address = "relay.preprod.cardanostakehouse.com" ;
port = 9000 ;
}
];
}
{
accumulatedStake = 0.8362832182515002 ;
relativeStake = 0.00345429504617734 ;
relays = [
{
address = "relay.preprod.cardanostakehouse.com" ;
port = 9000 ;
}
];
}
{
accumulatedStake = 0.8396813058197535 ;
relativeStake = 0.00339808756825333 ;
relays = [
{
address = "relay.preprod.cardanostakehouse.com" ;
port = 9000 ;
}
];
}
{
accumulatedStake = 0.8430777317135651 ;
relativeStake = 0.003396425893811662 ;
relays = [
{
address = "preprod-relay1.angelstakepool.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8464250205795479 ;
relativeStake = 0.0033472888659828205 ;
relays = [
{
address = "relay1.hunadapool.com" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.8495977268834047 ;
relativeStake = 0.0031727063038567184 ;
relays = [
{
address = "relay.preprod.cardanostakehouse.com" ;
port = 9000 ;
}
];
}
{
accumulatedStake = 0.8527703738782614 ;
relativeStake = 0.0031726469948566527 ;
relays = [
{
address = "relay0-preprod.adanet.io" ;
port = 7001 ;
}
];
}
{
accumulatedStake = 0.855828687809512 ;
relativeStake = 0.0030583139312507046 ;
relays = [
{
address = "relay.preprod.cardanostakehouse.com" ;
port = 9000 ;
}
];
}
{
accumulatedStake = 0.8588218740329102 ;
relativeStake = 0.0029931862233982046 ;
relays = [
{
address = "d.fluxpool.cc" ;
port = 3010 ;
}
];
}
{
accumulatedStake = 0.8617499445321803 ;
relativeStake = 0.0029280704992701175 ;
relays = [
{
address = "168.138.37.117" ;
port = 6003 ;
}
];
}
{
accumulatedStake = 0.8646667961781053 ;
relativeStake = 0.002916851645924863 ;
relays = [
{
address = "73.54.73.48" ;
port = 7000 ;
}
];
}
{
accumulatedStake = 0.8674913296042872 ;
relativeStake = 0.002824533426182035 ;
relays = [
{
address = "8.tcp.eu.ngrok.io" ;
port = 28965 ;
}
];
}
{
accumulatedStake = 0.8703131616801308 ;
relativeStake = 0.0028218320758436138 ;
relays = [
{
address = "204.216.213.96" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8729071322397249 ;
relativeStake = 0.002593970559594101 ;
relays = [
{
address = "relay1.preprod.stakepool.quebec" ;
port = 5000 ;
}
];
}
{
accumulatedStake = 0.875497511273764 ;
relativeStake = 0.002590379034038982 ;
relays = [
{
address = "pre-prod1.xstakepool.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.878084349522625 ;
relativeStake = 0.002586838248861128 ;
relays = [
{
address = "preprod.altzpool.com" ;
port = 7001 ;
}
];
}
{
accumulatedStake = 0.8806521190295092 ;
relativeStake = 0.002567769506884192 ;
relays = [
{
address = "gateway2.adavault.com" ;
port = 4062 ;
}
];
}
{
accumulatedStake = 0.8831961681701809 ;
relativeStake = 0.002544049140671588 ;
relays = [
{
address = "62.169.19.81" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8857311388330895 ;
relativeStake = 0.0025349706629086088 ;
relays = [
{
address = "81.174.170.134" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.8882519072179472 ;
relativeStake = 0.002520768384857727 ;
relays = [
{
address = "alpha.stake-cardano-pool.com" ;
port = 7001 ;
}
];
}
{
accumulatedStake = 0.890757122641649 ;
relativeStake = 0.002505215423701724 ;
relays = [
{
address = "157.173.126.241" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8932270724241782 ;
relativeStake = 0.0024699497825292774 ;
relays = [
{
address = "preprod-relay1.angelstakepool.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.895674519847032 ;
relativeStake = 0.0024474474228537947 ;
relays = [
{
address = "preprod-relays.onyxstakepool.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8981184035465078 ;
relativeStake = 0.0024438836994758713 ;
relays = [
{
address = "c-pp-rn01.liv.io" ;
port = 30000 ;
}
{
address = "c-pp-rn02.liv.io" ;
port = 30000 ;
}
];
}
{
accumulatedStake = 0.900542999406095 ;
relativeStake = 0.0024245958595870637 ;
relays = [
{
address = "pp-relays.digitalfortress.online" ;
port = 6001 ;
}
];
}
];
};
private = false ;
relaysNew = "preprod-node.play.dev.cardano.org" ;
smashUrl = "https://preprod-smash.play.dev.cardano.org" ;
submitApiConfig = {
EnableLogMetrics = false ;
EnableLogging = true ;
GenesisHash = "d4b8de7a11d929a323373cbab6c1a9bdc931beffff11db111cf9d57356ee1937" ;
PrometheusPort = 8080 ;
RequiresNetworkMagic = "RequiresMagic" ;
TraceOptions = {
"" = {
backends = [
"EKGBackend"
"Stdout HumanFormatColoured"
];
detail = "DNormal" ;
severity = "Info" ;
};
};
defaultBackends = [
"KatipBK"
];
defaultScribes = [
[
"StdoutSK"
"stdout"
]
];
minSeverity = "Info" ;
options = {
cfokey = {
value = "Release-1.0.0" ;
};
mapBackends = { };
mapSeverity = {
db-sync-node = "Info" ;
"db-sync-node.Mux" = "Error" ;
"db-sync-node.Subscription" = "Error" ;
};
mapSubtrace = {
"#ekgview" = {
contents = [
[
{
contents = "cardano.epoch-validation.benchmark" ;
tag = "Contains" ;
}
[
{
contents = ".monoclock.basic." ;
tag = "Contains" ;
}
]
]
[
{
contents = "cardano.epoch-validation.benchmark" ;
tag = "Contains" ;
}
[
{
contents = "diff.RTS.cpuNs.timed." ;
tag = "Contains" ;
}
]
]
[
{
contents = "#ekgview.#aggregation.cardano.epoch-validation.benchmark" ;
tag = "StartsWith" ;
}
[
{
contents = "diff.RTS.gcNum.timed." ;
tag = "Contains" ;
}
]
]
];
subtrace = "FilterTrace" ;
};
"#messagecounters.aggregation" = {
subtrace = "NoTrace" ;
};
"#messagecounters.ekgview" = {
subtrace = "NoTrace" ;
};
"#messagecounters.katip" = {
subtrace = "NoTrace" ;
};
"#messagecounters.monitoring" = {
subtrace = "NoTrace" ;
};
"#messagecounters.switchboard" = {
subtrace = "NoTrace" ;
};
benchmark = {
contents = [
"GhcRtsStats"
"MonotonicClock"
];
subtrace = "ObservableTrace" ;
};
"cardano.epoch-validation.utxo-stats" = {
subtrace = "NoTrace" ;
};
};
};
rotation = {
rpKeepFilesNum = 10 ;
rpLogLimitBytes = 5000000 ;
rpMaxAgeHours = 24 ;
};
setupBackends = [
"AggregationBK"
"KatipBK"
];
setupScribes = [
{
scFormat = "ScText" ;
scKind = "StdoutSK" ;
scName = "stdout" ;
scRotation = null ;
}
];
};
tracerConfig = {
ekgRequestFreq = null ;
ekgRequestFull = null ;
hasEKG = {
epHost = "127.0.0.1" ;
epPort = 12788 ;
};
hasPrometheus = {
epHost = "127.0.0.1" ;
epPort = 12808 ;
};
loRequestNum = null ;
logging = [
{
logFormat = "ForHuman" ;
logMode = "FileMode" ;
logRoot = "/tmp/cardano-tracer" ;
}
];
metricsHelp = null ;
metricsNoSuffix = null ;
network = {
contents = "/tmp/tracer.socket" ;
tag = "AcceptAt" ;
};
networkMagic = 1 ;
resourceFreq = null ;
rotation = {
rpFrequencySecs = 60 ;
rpKeepFilesNum = 14 ;
rpLogLimitBytes = 10000000 ;
rpMaxAgeHours = 24 ;
};
verbosity = null ;
};
useByronWallet = false ;
useLedgerAfterSlot = 121478354 ;
};
preview = {
consensusProtocol = "Cardano" ;
dbSyncConfig = {
EnableFutureGenesis = true ;
EnableLogMetrics = false ;
EnableLogging = true ;
NetworkName = "preview" ;
NodeConfigFile = "/nix/store/31zz78kk1v5n1x76a4lmnhnshzh53vm8-config-preview.json" ;
PrometheusPort = 8080 ;
RequiresNetworkMagic = "RequiresMagic" ;
defaultBackends = [
"KatipBK"
];
defaultScribes = [
[
"StdoutSK"
"stdout"
]
];
minSeverity = "Info" ;
options = {
cfokey = {
value = "Release-1.0.0" ;
};
mapBackends = { };
mapSeverity = {
db-sync-node = "Info" ;
"db-sync-node.Mux" = "Error" ;
"db-sync-node.Subscription" = "Error" ;
};
mapSubtrace = {
"#ekgview" = {
contents = [
[
{
contents = "cardano.epoch-validation.benchmark" ;
tag = "Contains" ;
}
[
{
contents = ".monoclock.basic." ;
tag = "Contains" ;
}
]
]
[
{
contents = "cardano.epoch-validation.benchmark" ;
tag = "Contains" ;
}
[
{
contents = "diff.RTS.cpuNs.timed." ;
tag = "Contains" ;
}
]
]
[
{
contents = "#ekgview.#aggregation.cardano.epoch-validation.benchmark" ;
tag = "StartsWith" ;
}
[
{
contents = "diff.RTS.gcNum.timed." ;
tag = "Contains" ;
}
]
]
];
subtrace = "FilterTrace" ;
};
"#messagecounters.aggregation" = {
subtrace = "NoTrace" ;
};
"#messagecounters.ekgview" = {
subtrace = "NoTrace" ;
};
"#messagecounters.katip" = {
subtrace = "NoTrace" ;
};
"#messagecounters.monitoring" = {
subtrace = "NoTrace" ;
};
"#messagecounters.switchboard" = {
subtrace = "NoTrace" ;
};
benchmark = {
contents = [
"GhcRtsStats"
"MonotonicClock"
];
subtrace = "ObservableTrace" ;
};
"cardano.epoch-validation.utxo-stats" = {
subtrace = "NoTrace" ;
};
};
};
rotation = {
rpKeepFilesNum = 10 ;
rpLogLimitBytes = 5000000 ;
rpMaxAgeHours = 24 ;
};
setupBackends = [
"AggregationBK"
"KatipBK"
];
setupScribes = [
{
scFormat = "ScText" ;
scKind = "StdoutSK" ;
scName = "stdout" ;
scRotation = null ;
}
];
};
domain = "play.dev.cardano.org" ;
edgeNodes = [
{
addr = "preview-node.play.dev.cardano.org" ;
port = 3001 ;
}
];
edgePort = 3001 ;
explorerConfig = {
NetworkName = "preview" ;
NodeConfigFile = "/nix/store/31zz78kk1v5n1x76a4lmnhnshzh53vm8-config-preview.json" ;
RequiresNetworkMagic = "RequiresMagic" ;
};
explorerUrl = "https://preview-explorer.play.dev.cardano.org" ;
extraDbSyncConfig = {
enableFutureGenesis = true ;
};
metadataUrl = "https://metadata.play.dev.cardano.org" ;
mithrilAggregatorEndpointUrl = "https://aggregator.pre-release-preview.api.mithril.network/aggregator" ;
mithrilAncillaryVerificationKey = "5b3138392c3139322c3231362c3135302c3131342c3231362c3233372c3231302c34352c31382c32312c3139362c3230382c3234362c3134362c322c3235322c3234332c3235312c3139372c32382c3135372c3230342c3134352c33302c31342c3232382c3136382c3132392c38332c3133362c33365d" ;
mithrilEraReaderParams = {
address = "addr_test1qrv5xfwh043mlc3vk5d97s4nmhxu7cmleyssvhx37gkfyejfe8d38v3vsfgetjafgrsdc49krug8wf04h5rmtengtejqlxrksk" ;
verification_key = "5b35352c3232382c3134342c38372c3133382c3133362c34382c382c31342c3138372c38352c3134382c39372c3233322c3235352c3232392c33382c3234342c3234372c3230342c3139382c31332c33312c3232322c32352c3136342c35322c3130322c39312c3132302c3230382c3134375d" ;
};
mithrilGenesisVerificationKey = "5b3132372c37332c3132342c3136312c362c3133372c3133312c3231332c3230372c3131372c3139382c38352c3137362c3139392c3136322c3234312c36382c3132332c3131392c3134352c31332c3233322c3234332c34392c3232392c322c3234392c3230352c3230352c33392c3233352c34345d" ;
mithrilSignerConfig = {
aggregator_endpoint = "https://aggregator.pre-release-preview.api.mithril.network/aggregator" ;
era_reader_adapter_params = "{ \" address \" : \" addr_test1qrv5xfwh043mlc3vk5d97s4nmhxu7cmleyssvhx37gkfyejfe8d38v3vsfgetjafgrsdc49krug8wf04h5rmtengtejqlxrksk \" , \" verification_key \" : \" 5b35352c3232382c3134342c38372c3133382c3133362c34382c382c31342c3138372c38352c3134382c39372c3233322c3235352c3232392c33382c3234342c3234372c3230342c3139382c31332c33312c3232322c32352c3136342c35322c3130322c39312c3132302c3230382c3134375d \" }" ;
era_reader_adapter_type = "cardano-chain" ;
genesis_verification_key = "5b3132372c37332c3132342c3136312c362c3133372c3133312c3231332c3230372c3131372c3139382c38352c3137362c3139392c3136322c3234312c36382c3132332c3131392c3134352c31332c3233322c3234332c34392c3232392c322c3234392c3230352c3230352c33392c3233352c34345d" ;
network = "preview" ;
network_magic = 2 ;
run_interval = 60000 ;
store_retention_limit = 5 ;
};
name = "preview" ;
networkConfig = {
AlonzoGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/preview/alonzo-genesis.json ;
AlonzoGenesisHash = "7e94a15f55d1e82d10f09203fa1d40f8eede58fd8066542cf6566008068ed874" ;
ByronGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/preview/byron-genesis.json ;
ByronGenesisHash = "83de1d7302569ad56cf9139a41e2e11346d4cb4a31c00142557b6ab3fa550761" ;
CheckpointsFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/preview/checkpoints.json ;
CheckpointsFileHash = "bb5056ff1ced9d68dd99720695789664f6bf6f0cb02a4010df09b813e225ac51" ;
ConsensusMode = "GenesisMode" ;
ConwayGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/preview/conway-genesis.json ;
ConwayGenesisHash = "9cc5084f02e27210eacba47af0872e3dba8946ad9460b6072d793e1d2f3987ef" ;
ExperimentalHardForksEnabled = false ;
ExperimentalProtocolsEnabled = false ;
LastKnownBlockVersion-Alt = 0 ;
LastKnownBlockVersion-Major = 3 ;
LastKnownBlockVersion-Minor = 1 ;
LedgerDB = {
Backend = "V2InMemory" ;
NumOfDiskSnapshots = 2 ;
QueryBatchSize = 100000 ;
SnapshotInterval = 864 ;
};
MinNodeVersion = "10.7.0" ;
Protocol = "Cardano" ;
RequiresNetworkMagic = "RequiresMagic" ;
ShelleyGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/preview/shelley-genesis.json ;
ShelleyGenesisHash = "363498d1024f84bb39d3fa9593ce391483cb40d479b87233f868d6e57c3a400d" ;
TestAllegraHardForkAtEpoch = 0 ;
TestAlonzoHardForkAtEpoch = 0 ;
TestMaryHardForkAtEpoch = 0 ;
TestShelleyHardForkAtEpoch = 0 ;
};
nodeConfig = {
AlonzoGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/preview/alonzo-genesis.json ;
AlonzoGenesisHash = "7e94a15f55d1e82d10f09203fa1d40f8eede58fd8066542cf6566008068ed874" ;
ByronGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/preview/byron-genesis.json ;
ByronGenesisHash = "83de1d7302569ad56cf9139a41e2e11346d4cb4a31c00142557b6ab3fa550761" ;
CheckpointsFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/preview/checkpoints.json ;
CheckpointsFileHash = "bb5056ff1ced9d68dd99720695789664f6bf6f0cb02a4010df09b813e225ac51" ;
ConsensusMode = "GenesisMode" ;
ConwayGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/preview/conway-genesis.json ;
ConwayGenesisHash = "9cc5084f02e27210eacba47af0872e3dba8946ad9460b6072d793e1d2f3987ef" ;
ExperimentalHardForksEnabled = false ;
ExperimentalProtocolsEnabled = false ;
LastKnownBlockVersion-Alt = 0 ;
LastKnownBlockVersion-Major = 3 ;
LastKnownBlockVersion-Minor = 1 ;
LedgerDB = {
Backend = "V2InMemory" ;
NumOfDiskSnapshots = 2 ;
QueryBatchSize = 100000 ;
SnapshotInterval = 864 ;
};
MinNodeVersion = "10.7.0" ;
Protocol = "Cardano" ;
RequiresNetworkMagic = "RequiresMagic" ;
ShelleyGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/preview/shelley-genesis.json ;
ShelleyGenesisHash = "363498d1024f84bb39d3fa9593ce391483cb40d479b87233f868d6e57c3a400d" ;
TestAllegraHardForkAtEpoch = 0 ;
TestAlonzoHardForkAtEpoch = 0 ;
TestMaryHardForkAtEpoch = 0 ;
TestShelleyHardForkAtEpoch = 0 ;
TraceOptionForwarder = {
connQueueSize = 64 ;
disconnQueueSize = 128 ;
maxReconnectDelay = 30 ;
};
TraceOptionMetricsPrefix = "cardano.node.metrics." ;
TraceOptionResourceFrequency = 1000 ;
TraceOptions = {
"" = {
backends = [
"EKGBackend"
"Forwarder"
"PrometheusSimple suffix 127.0.0.1 12798"
"Stdout HumanFormatColoured"
];
detail = "DNormal" ;
severity = "Notice" ;
};
"BlockFetch.Client.CompletedBlockFetch" = {
maxFrequency = 2.0 ;
};
"BlockFetch.Decision" = {
severity = "Info" ;
};
ChainDB = {
severity = "Info" ;
};
"ChainDB.AddBlockEvent.AddBlockValidation" = {
severity = "Silence" ;
};
"ChainDB.AddBlockEvent.AddBlockValidation.ValidCandidate" = {
maxFrequency = 2.0 ;
};
"ChainDB.AddBlockEvent.AddedBlockToQueue" = {
maxFrequency = 2.0 ;
};
"ChainDB.AddBlockEvent.AddedBlockToVolatileDB" = {
maxFrequency = 2.0 ;
};
"ChainDB.CopyToImmutableDBEvent.CopiedBlockToImmutableDB" = {
maxFrequency = 2.0 ;
};
"ChainDB.LedgerEvent.Forker" = {
severity = "Silence" ;
};
"ChainSync.Client" = {
severity = "Warning" ;
};
"Forge.Loop" = {
severity = "Info" ;
};
"Forge.StateInfo" = {
severity = "Info" ;
};
Mempool = {
severity = "Info" ;
};
"Mempool.AttemptAdd" = {
severity = "Silence" ;
};
"Mempool.SyncNotNeeded" = {
severity = "Silence" ;
};
"Net.ConnectionManager.Remote" = {
severity = "Info" ;
};
"Net.InboundGovernor" = {
severity = "Warning" ;
};
"Net.InboundGovernor.Remote" = {
severity = "Info" ;
};
"Net.Mux.Remote" = {
severity = "Info" ;
};
"Net.PeerSelection" = {
severity = "Info" ;
};
Resources = {
severity = "Silence" ;
};
"Startup.DiffusionInit" = {
severity = "Info" ;
};
};
TurnOnLogMetrics = true ;
TurnOnLogging = true ;
UseTraceDispatcher = true ;
defaultBackends = [ ];
defaultScribes = [ ];
minSeverity = "Critical" ;
options = { };
setupBackends = [ ];
setupScribes = [ ];
};
nodeConfigLegacy = {
AlonzoGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/preview/alonzo-genesis.json ;
AlonzoGenesisHash = "7e94a15f55d1e82d10f09203fa1d40f8eede58fd8066542cf6566008068ed874" ;
ByronGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/preview/byron-genesis.json ;
ByronGenesisHash = "83de1d7302569ad56cf9139a41e2e11346d4cb4a31c00142557b6ab3fa550761" ;
CheckpointsFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/preview/checkpoints.json ;
CheckpointsFileHash = "bb5056ff1ced9d68dd99720695789664f6bf6f0cb02a4010df09b813e225ac51" ;
ConsensusMode = "GenesisMode" ;
ConwayGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/preview/conway-genesis.json ;
ConwayGenesisHash = "9cc5084f02e27210eacba47af0872e3dba8946ad9460b6072d793e1d2f3987ef" ;
ExperimentalHardForksEnabled = false ;
ExperimentalProtocolsEnabled = false ;
LastKnownBlockVersion-Alt = 0 ;
LastKnownBlockVersion-Major = 3 ;
LastKnownBlockVersion-Minor = 1 ;
LedgerDB = {
Backend = "V2InMemory" ;
NumOfDiskSnapshots = 2 ;
QueryBatchSize = 100000 ;
SnapshotInterval = 864 ;
};
MinNodeVersion = "10.7.0" ;
Protocol = "Cardano" ;
RequiresNetworkMagic = "RequiresMagic" ;
ShelleyGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/preview/shelley-genesis.json ;
ShelleyGenesisHash = "363498d1024f84bb39d3fa9593ce391483cb40d479b87233f868d6e57c3a400d" ;
TestAllegraHardForkAtEpoch = 0 ;
TestAlonzoHardForkAtEpoch = 0 ;
TestMaryHardForkAtEpoch = 0 ;
TestShelleyHardForkAtEpoch = 0 ;
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 = true ;
TraceInboundGovernor = true ;
TraceIpSubscription = true ;
TraceLedgerPeers = true ;
TraceLocalChainSyncProtocol = false ;
TraceLocalConnectionManager = true ;
TraceLocalErrorPolicy = true ;
TraceLocalHandshake = true ;
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 ;
UseTraceDispatcher = false ;
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 ;
}
];
};
peerSnapshot = {
NetworkMagic = 2 ;
NodeToClientVersion = 23 ;
Point = {
blockPointHash = "d6792f8031323804b7ac44a67747de78ed70fd307bb5ffddc5147844d9363b30" ;
blockPointSlot = 110741160 ;
};
bigLedgerPools = [
{
accumulatedStake = 0.05242807080100503 ;
relativeStake = 0.05242807080100503 ;
relays = [
{
address = "preview1-node.play.dev.cardano.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.0982336349002027 ;
relativeStake = 0.04580556409919767 ;
relays = [
{
address = "node1.cardano.gratis" ;
port = 6501 ;
}
{
address = "node2.cardano.gratis" ;
port = 6502 ;
}
{
address = "mbb3.cardano.gratis" ;
port = 6503 ;
}
];
}
{
accumulatedStake = 0.1379841210518655 ;
relativeStake = 0.039750486151662795 ;
relays = [
{
address = "preview2-node.play.dev.cardano.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.1777066205916202 ;
relativeStake = 0.039722499539754694 ;
relays = [
{
address = "preview3-node.play.dev.cardano.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.21089610723700583 ;
relativeStake = 0.033189486645385624 ;
relays = [
{
address = "adaboy-preview-1c.gleeze.com" ;
port = 5000 ;
}
{
address = "adaboy-preview-2c.gleeze.com" ;
port = 5000 ;
}
];
}
{
accumulatedStake = 0.24367905871282317 ;
relativeStake = 0.03278295147581733 ;
relays = [
{
address = "preview1.volcyada.com" ;
port = 6004 ;
}
{
address = "preview2.volcyada.com" ;
port = 6005 ;
}
{
address = "preview3.volcyada.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.2747071967363724 ;
relativeStake = 0.031028138023549236 ;
relays = [
{
address = "73.54.73.48" ;
port = 6000 ;
}
{
address = "144.126.157.225" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.30277733271146495 ;
relativeStake = 0.028070135975092576 ;
relays = [
{
address = "tn-preview.psilobyte.io" ;
port = 4201 ;
}
{
address = "tn-preview2.psilobyte.io" ;
port = 4202 ;
}
];
}
{
accumulatedStake = 0.32894976640054235 ;
relativeStake = 0.02617243368907739 ;
relays = [
{
address = "adact.preview.relay1.adacapital.io" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.3524899702340541 ;
relativeStake = 0.023540203833511766 ;
relays = [
{
address = "73.222.122.247" ;
port = 23001 ;
}
];
}
{
accumulatedStake = 0.3675638693042061 ;
relativeStake = 0.015073899070151968 ;
relays = [
{
address = "preview.world.bbhmm.net" ;
port = 6200 ;
}
];
}
{
accumulatedStake = 0.38159844209517685 ;
relativeStake = 0.014034572790970758 ;
relays = [
{
address = "preview.happystaking.io" ;
port = 3003 ;
}
];
}
{
accumulatedStake = 0.39494009207254527 ;
relativeStake = 0.013341649977368428 ;
relays = [
{
address = "159.195.26.127" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.4082722271631674 ;
relativeStake = 0.01333213509062213 ;
relays = [
{
address = "pvrelay.cardano8964.net" ;
port = 4000 ;
}
];
}
{
accumulatedStake = 0.42160070650078657 ;
relativeStake = 0.01332847933761915 ;
relays = [
{
address = "preview.cardano-dev.securestaking.io" ;
port = 3000 ;
}
{
address = "relay.cardano-dev.securestaking.io" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.4349264893595214 ;
relativeStake = 0.013325782858734833 ;
relays = [
{
address = "preview.str8pool.com" ;
port = 3503 ;
}
];
}
{
accumulatedStake = 0.4482520127345661 ;
relativeStake = 0.01332552337504471 ;
relays = [
{
address = "81.174.170.134" ;
port = 6004 ;
}
];
}
{
accumulatedStake = 0.4615714397723417 ;
relativeStake = 0.01331942703777562 ;
relays = [
{
address = "silemfoundation.org" ;
port = 4550 ;
}
];
}
{
accumulatedStake = 0.47488666053190276 ;
relativeStake = 0.01331522075956102 ;
relays = [
{
address = "preview.cardano-dev.securestaking.io" ;
port = 3000 ;
}
{
address = "relay.cardano-dev.securestaking.io" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.4881974060570967 ;
relativeStake = 0.013310745525193972 ;
relays = [
{
address = "85.215.201.40" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.5015062365302753 ;
relativeStake = 0.013308830473178573 ;
relays = [
{
address = "cf2r1.preview.pool.cardanofoundation.org" ;
port = 30002 ;
}
{
address = "cf2r1.preview.pool.cardanofoundation.org" ;
port = 30002 ;
}
];
}
{
accumulatedStake = 0.5148135150122446 ;
relativeStake = 0.013307278481969288 ;
relays = [
{
address = "adar1prev.stakit.io" ;
port = 31000 ;
}
];
}
{
accumulatedStake = 0.5281109830036113 ;
relativeStake = 0.013297467991366722 ;
relays = [
{
address = "mithril-signer-1.testing-preview.api.mithril.network" ;
port = 9091 ;
}
];
}
{
accumulatedStake = 0.5414074855253803 ;
relativeStake = 0.013296502521769076 ;
relays = [
{
address = "mithril-signer-3.testing-preview.api.mithril.network" ;
port = 9092 ;
}
];
}
{
accumulatedStake = 0.5547011532184903 ;
relativeStake = 0.013293667693110025 ;
relays = [
{
address = "mithril-signer-2.testing-preview.api.mithril.network" ;
port = 9092 ;
}
];
}
{
accumulatedStake = 0.5679800866902903 ;
relativeStake = 0.013278933471799887 ;
relays = [
{
address = "172.24.135.93" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.5812550766801624 ;
relativeStake = 0.013274989989872095 ;
relays = [
{
address = "relay1.preview.blinklabs.cloud" ;
port = 3001 ;
}
{
address = "relay2.preview.blinklabs.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.594506202362839 ;
relativeStake = 0.013251125682676633 ;
relays = [
{
address = "relay.preview.cardanostakehouse.com" ;
port = 11000 ;
}
];
}
{
accumulatedStake = 0.6077573246185959 ;
relativeStake = 0.013251122255756826 ;
relays = [
{
address = "pre.adanaut.com" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.621005423623324 ;
relativeStake = 0.01324809900472815 ;
relays = [
{
address = "204.216.214.226" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.6340882038048322 ;
relativeStake = 0.013082780181508236 ;
relays = [
{
address = "129.152.11.126" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.6467518158993875 ;
relativeStake = 0.012663612094555216 ;
relays = [
{
address = "195.252.217.137" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6594120721364468 ;
relativeStake = 0.012660256237059419 ;
relays = [
{
address = "91.134.92.108" ;
port = 6200 ;
}
];
}
{
accumulatedStake = 0.6711566686042022 ;
relativeStake = 0.011744596467755341 ;
relays = [
{
address = "sully.crabdance.com" ;
port = 6004 ;
}
];
}
{
accumulatedStake = 0.6809295087570649 ;
relativeStake = 0.0097728401528627 ;
relays = [
{
address = "relay-m.fluxpool.cc" ;
port = 5001 ;
}
];
}
{
accumulatedStake = 0.6898353281745165 ;
relativeStake = 0.008905819417451614 ;
relays = [
{
address = "75.119.130.108" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.6980894780442672 ;
relativeStake = 0.00825414986975075 ;
relays = [
{
address = "preview.leadstakepool.com" ;
port = 3001 ;
}
{
address = "preview.leadstakepool.com" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.705947171565332 ;
relativeStake = 0.00785769352106481 ;
relays = [
{
address = "161.97.167.41" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7135768985413145 ;
relativeStake = 0.007629726975982346 ;
relays = [
{
address = "90.248.37.47" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.7210243680088233 ;
relativeStake = 0.007447469467508942 ;
relays = [
{
address = "test.smaug.pool.pm" ;
port = 3003 ;
}
];
}
{
accumulatedStake = 0.7281944530220101 ;
relativeStake = 0.007170085013186741 ;
relays = [
{
address = "relay1.preview.stakepool.quebec" ;
port = 4000 ;
}
];
}
{
accumulatedStake = 0.7340659148043149 ;
relativeStake = 0.0058714617823048525 ;
relays = [
{
address = "adar-monitor.freeddns.org" ;
port = 3010 ;
}
];
}
{
accumulatedStake = 0.7399081495825939 ;
relativeStake = 0.0058422347782789655 ;
relays = [
{
address = "82.208.22.91" ;
port = 6003 ;
}
];
}
{
accumulatedStake = 0.7453761149438809 ;
relativeStake = 0.005467965361286996 ;
relays = [
{
address = "r1.pv.mrbee.io" ;
port = 3101 ;
}
];
}
{
accumulatedStake = 0.7507415076332745 ;
relativeStake = 0.005365392689393571 ;
relays = [
{
address = "beadapool.ddns.net" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.755989546256885 ;
relativeStake = 0.005248038623610491 ;
relays = [
{
address = "preview-r1.panl.org" ;
port = 3015 ;
}
];
}
{
accumulatedStake = 0.7612059090757893 ;
relativeStake = 0.005216362818904316 ;
relays = [
{
address = "preview.canadastakes.ca" ;
port = 5002 ;
}
];
}
{
accumulatedStake = 0.7663490243462427 ;
relativeStake = 0.005143115270453447 ;
relays = [
{
address = "preview.frcan.com" ;
port = 6010 ;
}
];
}
{
accumulatedStake = 0.7714485166376437 ;
relativeStake = 0.005099492291401001 ;
relays = [
{
address = "preview.adastack.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7763968783365329 ;
relativeStake = 0.004948361698889241 ;
relays = [
{
address = "5.252.53.68" ;
port = 3005 ;
}
];
}
{
accumulatedStake = 0.781335005874178 ;
relativeStake = 0.004938127537645067 ;
relays = [
{
address = "relay.test.lidonation.com" ;
port = 3010 ;
}
];
}
{
accumulatedStake = 0.7862613957582661 ;
relativeStake = 0.0049263898840880916 ;
relays = [
{
address = "beta.stake-cardano-pool.com" ;
port = 7002 ;
}
];
}
{
accumulatedStake = 0.7910737670996547 ;
relativeStake = 0.004812371341388559 ;
relays = [
{
address = "testnet.valhallapool.net" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.7958662943536087 ;
relativeStake = 0.004792527253953994 ;
relays = [
{
address = "1.tcp.au.ngrok.io" ;
port = 25432 ;
}
];
}
{
accumulatedStake = 0.8006257029932781 ;
relativeStake = 0.004759408639669359 ;
relays = [
{
address = "207.180.211.199" ;
port = 6007 ;
}
];
}
{
accumulatedStake = 0.805362140747363 ;
relativeStake = 0.004736437754084989 ;
relays = [
{
address = "relay01.preview.junglestakepool.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.809984602631695 ;
relativeStake = 0.004622461884331996 ;
relays = [
{
address = "88.198.86.62" ;
port = 4444 ;
}
];
}
{
accumulatedStake = 0.8145758895761258 ;
relativeStake = 0.004591286944430742 ;
relays = [
{
address = "142.132.229.15" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.81904271543317 ;
relativeStake = 0.004466825857044215 ;
relays = [
{
address = "preview-relay.sparkcube.xyz" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.8234934492405894 ;
relativeStake = 0.004450733807419417 ;
relays = [
{
address = "preview-testnet-relay.cardanistas.io" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8279269265158435 ;
relativeStake = 0.00443347727525413 ;
relays = [
{
address = "bbotest.duckdns.org" ;
port = 6000 ;
}
{
address = "bbotest01.duckdns.org" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.832312395749156 ;
relativeStake = 0.004385469233312467 ;
relays = [
{
address = "preview-testnet-relay.junostakepool.com" ;
port = 4521 ;
}
{
address = "passive-preview-testnet-relay.junostakepool.com" ;
port = 4531 ;
}
];
}
{
accumulatedStake = 0.8365435686156475 ;
relativeStake = 0.00423117286649151 ;
relays = [
{
address = "relay1.afica.io" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8407071620647374 ;
relativeStake = 0.004163593449089893 ;
relays = [
{
address = "preview-node.world.dev.cardano.org" ;
port = 30002 ;
}
];
}
{
accumulatedStake = 0.8448588036532678 ;
relativeStake = 0.004151641588530403 ;
relays = [
{
address = "130.162.231.122" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.848988130187367 ;
relativeStake = 0.004129326534099174 ;
relays = [
{
address = "194.60.201.143" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.8530736183019897 ;
relativeStake = 0.004085488114622673 ;
relays = [
{
address = "preview.testnet.cryptobounty.org" ;
port = 6161 ;
}
];
}
{
accumulatedStake = 0.8570282134259155 ;
relativeStake = 0.00395459512392581 ;
relays = [
{
address = "52.166.113.150" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8609603042432695 ;
relativeStake = 0.003932090817354099 ;
relays = [
{
address = "adrelay.hawak.cloud" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8648914344308949 ;
relativeStake = 0.0039311301876252865 ;
relays = [
{
address = "184.174.32.106" ;
port = 6002 ;
}
];
}
{
accumulatedStake = 0.8688049909968287 ;
relativeStake = 0.0039135565659338505 ;
relays = [
{
address = "esq.ddns.net" ;
port = 6010 ;
}
{
address = "esq.ddns.net" ;
port = 6011 ;
}
];
}
{
accumulatedStake = 0.8726709290912592 ;
relativeStake = 0.00386593809443046 ;
relays = [
{
address = "194.163.149.210" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8765222758777435 ;
relativeStake = 0.0038513467864842695 ;
relays = [
{
address = "104.238.148.18" ;
port = 4002 ;
}
{
address = "198.13.63.94" ;
port = 4002 ;
}
];
}
{
accumulatedStake = 0.8803215967626714 ;
relativeStake = 0.003799320884928003 ;
relays = [
{
address = "128.140.96.209" ;
port = 8000 ;
}
];
}
{
accumulatedStake = 0.8841189835897016 ;
relativeStake = 0.0037973868270302575 ;
relays = [
{
address = "alpha.relays.preview.mochipool.com" ;
port = 31111 ;
}
];
}
{
accumulatedStake = 0.8878881455320768 ;
relativeStake = 0.003769161942375195 ;
relays = [
{
address = "5.161.75.212" ;
port = 5003 ;
}
{
address = "100.100.100.100" ;
port = 100 ;
}
{
address = "200.200.200.200" ;
port = 200 ;
}
];
}
{
accumulatedStake = 0.8916475147549846 ;
relativeStake = 0.0037593692229076904 ;
relays = [
{
address = "scarborough1.ddns.net" ;
port = 6000 ;
}
{
address = "scarborough1.ddns.net" ;
port = 6001 ;
}
{
address = "scarborough1.ddns.net" ;
port = 6002 ;
}
];
}
{
accumulatedStake = 0.8953780721403766 ;
relativeStake = 0.0037305573853920002 ;
relays = [
{
address = "194.60.201.143" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.898593437524681 ;
relativeStake = 0.003215365384304461 ;
relays = [
{
address = "relay.preview.cardanostakehouse.com" ;
port = 11000 ;
}
];
}
{
accumulatedStake = 0.9017544600415627 ;
relativeStake = 0.0031610225168815847 ;
relays = [
{
address = "73.54.73.48" ;
port = 3001 ;
}
];
}
];
};
private = false ;
relaysNew = "preview-node.play.dev.cardano.org" ;
smashUrl = "https://preview-smash.play.dev.cardano.org" ;
submitApiConfig = {
EnableLogMetrics = false ;
EnableLogging = true ;
GenesisHash = "83de1d7302569ad56cf9139a41e2e11346d4cb4a31c00142557b6ab3fa550761" ;
PrometheusPort = 8080 ;
RequiresNetworkMagic = "RequiresMagic" ;
TraceOptions = {
"" = {
backends = [
"EKGBackend"
"Stdout HumanFormatColoured"
];
detail = "DNormal" ;
severity = "Info" ;
};
};
defaultBackends = [
"KatipBK"
];
defaultScribes = [
[
"StdoutSK"
"stdout"
]
];
minSeverity = "Info" ;
options = {
cfokey = {
value = "Release-1.0.0" ;
};
mapBackends = { };
mapSeverity = {
db-sync-node = "Info" ;
"db-sync-node.Mux" = "Error" ;
"db-sync-node.Subscription" = "Error" ;
};
mapSubtrace = {
"#ekgview" = {
contents = [
[
{
contents = "cardano.epoch-validation.benchmark" ;
tag = "Contains" ;
}
[
{
contents = ".monoclock.basic." ;
tag = "Contains" ;
}
]
]
[
{
contents = "cardano.epoch-validation.benchmark" ;
tag = "Contains" ;
}
[
{
contents = "diff.RTS.cpuNs.timed." ;
tag = "Contains" ;
}
]
]
[
{
contents = "#ekgview.#aggregation.cardano.epoch-validation.benchmark" ;
tag = "StartsWith" ;
}
[
{
contents = "diff.RTS.gcNum.timed." ;
tag = "Contains" ;
}
]
]
];
subtrace = "FilterTrace" ;
};
"#messagecounters.aggregation" = {
subtrace = "NoTrace" ;
};
"#messagecounters.ekgview" = {
subtrace = "NoTrace" ;
};
"#messagecounters.katip" = {
subtrace = "NoTrace" ;
};
"#messagecounters.monitoring" = {
subtrace = "NoTrace" ;
};
"#messagecounters.switchboard" = {
subtrace = "NoTrace" ;
};
benchmark = {
contents = [
"GhcRtsStats"
"MonotonicClock"
];
subtrace = "ObservableTrace" ;
};
"cardano.epoch-validation.utxo-stats" = {
subtrace = "NoTrace" ;
};
};
};
rotation = {
rpKeepFilesNum = 10 ;
rpLogLimitBytes = 5000000 ;
rpMaxAgeHours = 24 ;
};
setupBackends = [
"AggregationBK"
"KatipBK"
];
setupScribes = [
{
scFormat = "ScText" ;
scKind = "StdoutSK" ;
scName = "stdout" ;
scRotation = null ;
}
];
};
tracerConfig = {
ekgRequestFreq = null ;
ekgRequestFull = null ;
hasEKG = {
epHost = "127.0.0.1" ;
epPort = 12788 ;
};
hasPrometheus = {
epHost = "127.0.0.1" ;
epPort = 12808 ;
};
loRequestNum = null ;
logging = [
{
logFormat = "ForHuman" ;
logMode = "FileMode" ;
logRoot = "/tmp/cardano-tracer" ;
}
];
metricsHelp = null ;
metricsNoSuffix = null ;
network = {
contents = "/tmp/tracer.socket" ;
tag = "AcceptAt" ;
};
networkMagic = 2 ;
resourceFreq = null ;
rotation = {
rpFrequencySecs = 60 ;
rpKeepFilesNum = 14 ;
rpLogLimitBytes = 10000000 ;
rpMaxAgeHours = 24 ;
};
verbosity = null ;
};
useByronWallet = false ;
useLedgerAfterSlot = 110678393 ;
};
sanchonet = {
consensusProtocol = "Cardano" ;
dbSyncConfig = {
EnableFutureGenesis = true ;
EnableLogMetrics = false ;
EnableLogging = true ;
NetworkName = "sanchonet" ;
NodeConfigFile = "/nix/store/0gqkjpbwyqwvbbnmsgahwfjq73jlavgj-config-sanchonet.json" ;
PrometheusPort = 8080 ;
RequiresNetworkMagic = "RequiresMagic" ;
defaultBackends = [
"KatipBK"
];
defaultScribes = [
[
"StdoutSK"
"stdout"
]
];
minSeverity = "Info" ;
options = {
cfokey = {
value = "Release-1.0.0" ;
};
mapBackends = { };
mapSeverity = {
db-sync-node = "Info" ;
"db-sync-node.Mux" = "Error" ;
"db-sync-node.Subscription" = "Error" ;
};
mapSubtrace = {
"#ekgview" = {
contents = [
[
{
contents = "cardano.epoch-validation.benchmark" ;
tag = "Contains" ;
}
[
{
contents = ".monoclock.basic." ;
tag = "Contains" ;
}
]
]
[
{
contents = "cardano.epoch-validation.benchmark" ;
tag = "Contains" ;
}
[
{
contents = "diff.RTS.cpuNs.timed." ;
tag = "Contains" ;
}
]
]
[
{
contents = "#ekgview.#aggregation.cardano.epoch-validation.benchmark" ;
tag = "StartsWith" ;
}
[
{
contents = "diff.RTS.gcNum.timed." ;
tag = "Contains" ;
}
]
]
];
subtrace = "FilterTrace" ;
};
"#messagecounters.aggregation" = {
subtrace = "NoTrace" ;
};
"#messagecounters.ekgview" = {
subtrace = "NoTrace" ;
};
"#messagecounters.katip" = {
subtrace = "NoTrace" ;
};
"#messagecounters.monitoring" = {
subtrace = "NoTrace" ;
};
"#messagecounters.switchboard" = {
subtrace = "NoTrace" ;
};
benchmark = {
contents = [
"GhcRtsStats"
"MonotonicClock"
];
subtrace = "ObservableTrace" ;
};
"cardano.epoch-validation.utxo-stats" = {
subtrace = "NoTrace" ;
};
};
};
rotation = {
rpKeepFilesNum = 10 ;
rpLogLimitBytes = 5000000 ;
rpMaxAgeHours = 24 ;
};
setupBackends = [
"AggregationBK"
"KatipBK"
];
setupScribes = [
{
scFormat = "ScText" ;
scKind = "StdoutSK" ;
scName = "stdout" ;
scRotation = null ;
}
];
};
domain = "play.dev.cardano.org" ;
edgeNodes = [
{
addr = "sanchonet-node.play.dev.cardano.org" ;
port = 3001 ;
}
];
edgePort = 3001 ;
explorerConfig = {
NetworkName = "sanchonet" ;
NodeConfigFile = "/nix/store/0gqkjpbwyqwvbbnmsgahwfjq73jlavgj-config-sanchonet.json" ;
RequiresNetworkMagic = "RequiresMagic" ;
};
explorerUrl = "https://sanchonet-explorer.play.dev.cardano.org" ;
extraDbSyncConfig = {
enableFutureGenesis = true ;
};
metadataUrl = "https://metadata.play.dev.cardano.org" ;
mithrilSignerConfig = {
network = "sanchonet" ;
network_magic = 4 ;
run_interval = 60000 ;
store_retention_limit = 5 ;
};
name = "sanchonet" ;
networkConfig = {
AlonzoGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/sanchonet/alonzo-genesis.json ;
AlonzoGenesisHash = "8bedcaea62107d8a79ed5293b0027b3f8706a4bc2422f33380cb1fd01c6fa6ec" ;
ByronGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/sanchonet/byron-genesis.json ;
ByronGenesisHash = "785eb88427e136378a15b0a152a8bfbeec7a611529ccda29c43a1e60ffb48eaa" ;
ConsensusMode = "GenesisMode" ;
ConwayGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/sanchonet/conway-genesis.json ;
ConwayGenesisHash = "ff31343b814adddfdcaceb76f635647e2b7d1adfc0ddac7c40b70cbdcd82fed9" ;
DijkstraGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/sanchonet/dijkstra-genesis.json ;
DijkstraGenesisHash = "c6afe2641a407ee17f3625ed304571c3762e3123d38f4d8ae663f765f6c2bcb6" ;
ExperimentalHardForksEnabled = false ;
ExperimentalProtocolsEnabled = true ;
LastKnownBlockVersion-Alt = 0 ;
LastKnownBlockVersion-Major = 3 ;
LastKnownBlockVersion-Minor = 1 ;
LedgerDB = {
Backend = "V2InMemory" ;
NumOfDiskSnapshots = 2 ;
QueryBatchSize = 100000 ;
SnapshotInterval = 864 ;
};
MinNodeVersion = "10.7.0" ;
Protocol = "Cardano" ;
RequiresNetworkMagic = "RequiresMagic" ;
ShelleyGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/sanchonet/shelley-genesis.json ;
ShelleyGenesisHash = "f94457ec45a0c6773057a529533cf7ccf746cb44dabd56ae970e1dbfb55bfdb2" ;
TestAllegraHardForkAtEpoch = 0 ;
TestAlonzoHardForkAtEpoch = 0 ;
TestMaryHardForkAtEpoch = 0 ;
TestShelleyHardForkAtEpoch = 0 ;
};
nodeConfig = {
AlonzoGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/sanchonet/alonzo-genesis.json ;
AlonzoGenesisHash = "8bedcaea62107d8a79ed5293b0027b3f8706a4bc2422f33380cb1fd01c6fa6ec" ;
ByronGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/sanchonet/byron-genesis.json ;
ByronGenesisHash = "785eb88427e136378a15b0a152a8bfbeec7a611529ccda29c43a1e60ffb48eaa" ;
ConsensusMode = "GenesisMode" ;
ConwayGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/sanchonet/conway-genesis.json ;
ConwayGenesisHash = "ff31343b814adddfdcaceb76f635647e2b7d1adfc0ddac7c40b70cbdcd82fed9" ;
DijkstraGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/sanchonet/dijkstra-genesis.json ;
DijkstraGenesisHash = "c6afe2641a407ee17f3625ed304571c3762e3123d38f4d8ae663f765f6c2bcb6" ;
ExperimentalHardForksEnabled = false ;
ExperimentalProtocolsEnabled = true ;
LastKnownBlockVersion-Alt = 0 ;
LastKnownBlockVersion-Major = 3 ;
LastKnownBlockVersion-Minor = 1 ;
LedgerDB = {
Backend = "V2InMemory" ;
NumOfDiskSnapshots = 2 ;
QueryBatchSize = 100000 ;
SnapshotInterval = 864 ;
};
MinNodeVersion = "10.7.0" ;
Protocol = "Cardano" ;
RequiresNetworkMagic = "RequiresMagic" ;
ShelleyGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/sanchonet/shelley-genesis.json ;
ShelleyGenesisHash = "f94457ec45a0c6773057a529533cf7ccf746cb44dabd56ae970e1dbfb55bfdb2" ;
TestAllegraHardForkAtEpoch = 0 ;
TestAlonzoHardForkAtEpoch = 0 ;
TestMaryHardForkAtEpoch = 0 ;
TestShelleyHardForkAtEpoch = 0 ;
TraceOptionForwarder = {
connQueueSize = 64 ;
disconnQueueSize = 128 ;
maxReconnectDelay = 30 ;
};
TraceOptionMetricsPrefix = "cardano.node.metrics." ;
TraceOptionResourceFrequency = 1000 ;
TraceOptions = {
"" = {
backends = [
"EKGBackend"
"Forwarder"
"PrometheusSimple suffix 127.0.0.1 12798"
"Stdout HumanFormatColoured"
];
detail = "DNormal" ;
severity = "Notice" ;
};
"BlockFetch.Client.CompletedBlockFetch" = {
maxFrequency = 2.0 ;
};
"BlockFetch.Decision" = {
severity = "Info" ;
};
ChainDB = {
severity = "Info" ;
};
"ChainDB.AddBlockEvent.AddBlockValidation" = {
severity = "Silence" ;
};
"ChainDB.AddBlockEvent.AddBlockValidation.ValidCandidate" = {
maxFrequency = 2.0 ;
};
"ChainDB.AddBlockEvent.AddedBlockToQueue" = {
maxFrequency = 2.0 ;
};
"ChainDB.AddBlockEvent.AddedBlockToVolatileDB" = {
maxFrequency = 2.0 ;
};
"ChainDB.CopyToImmutableDBEvent.CopiedBlockToImmutableDB" = {
maxFrequency = 2.0 ;
};
"ChainDB.LedgerEvent.Forker" = {
severity = "Silence" ;
};
"ChainSync.Client" = {
severity = "Warning" ;
};
"Forge.Loop" = {
severity = "Info" ;
};
"Forge.StateInfo" = {
severity = "Info" ;
};
Mempool = {
severity = "Info" ;
};
"Mempool.AttemptAdd" = {
severity = "Silence" ;
};
"Mempool.SyncNotNeeded" = {
severity = "Silence" ;
};
"Net.ConnectionManager.Remote" = {
severity = "Info" ;
};
"Net.InboundGovernor" = {
severity = "Warning" ;
};
"Net.InboundGovernor.Remote" = {
severity = "Info" ;
};
"Net.Mux.Remote" = {
severity = "Info" ;
};
"Net.PeerSelection" = {
severity = "Info" ;
};
Resources = {
severity = "Silence" ;
};
"Startup.DiffusionInit" = {
severity = "Info" ;
};
};
TurnOnLogMetrics = true ;
TurnOnLogging = true ;
UseTraceDispatcher = true ;
defaultBackends = [ ];
defaultScribes = [ ];
minSeverity = "Critical" ;
options = { };
setupBackends = [ ];
setupScribes = [ ];
};
nodeConfigLegacy = {
AlonzoGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/sanchonet/alonzo-genesis.json ;
AlonzoGenesisHash = "8bedcaea62107d8a79ed5293b0027b3f8706a4bc2422f33380cb1fd01c6fa6ec" ;
ByronGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/sanchonet/byron-genesis.json ;
ByronGenesisHash = "785eb88427e136378a15b0a152a8bfbeec7a611529ccda29c43a1e60ffb48eaa" ;
ConsensusMode = "GenesisMode" ;
ConwayGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/sanchonet/conway-genesis.json ;
ConwayGenesisHash = "ff31343b814adddfdcaceb76f635647e2b7d1adfc0ddac7c40b70cbdcd82fed9" ;
DijkstraGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/sanchonet/dijkstra-genesis.json ;
DijkstraGenesisHash = "c6afe2641a407ee17f3625ed304571c3762e3123d38f4d8ae663f765f6c2bcb6" ;
ExperimentalHardForksEnabled = false ;
ExperimentalProtocolsEnabled = true ;
LastKnownBlockVersion-Alt = 0 ;
LastKnownBlockVersion-Major = 3 ;
LastKnownBlockVersion-Minor = 1 ;
LedgerDB = {
Backend = "V2InMemory" ;
NumOfDiskSnapshots = 2 ;
QueryBatchSize = 100000 ;
SnapshotInterval = 864 ;
};
MinNodeVersion = "10.7.0" ;
Protocol = "Cardano" ;
RequiresNetworkMagic = "RequiresMagic" ;
ShelleyGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/sanchonet/shelley-genesis.json ;
ShelleyGenesisHash = "f94457ec45a0c6773057a529533cf7ccf746cb44dabd56ae970e1dbfb55bfdb2" ;
TestAllegraHardForkAtEpoch = 0 ;
TestAlonzoHardForkAtEpoch = 0 ;
TestMaryHardForkAtEpoch = 0 ;
TestShelleyHardForkAtEpoch = 0 ;
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 = true ;
TraceInboundGovernor = true ;
TraceIpSubscription = true ;
TraceLedgerPeers = true ;
TraceLocalChainSyncProtocol = false ;
TraceLocalConnectionManager = true ;
TraceLocalErrorPolicy = true ;
TraceLocalHandshake = true ;
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 ;
UseTraceDispatcher = false ;
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 ;
}
];
};
peerSnapshot = {
NetworkMagic = 4 ;
NodeToClientVersion = 23 ;
Point = {
blockPointHash = "02fd840463ac84e3d059672828214603e8eaa0f979100d3a4c14fdf234a94173" ;
blockPointSlot = 90608373 ;
};
bigLedgerPools = [
{
accumulatedStake = 0.12387945108499981 ;
relativeStake = 0.12387945108499981 ;
relays = [
{
address = "cf1r1.sanchonet.pool.cardanofoundation.org" ;
port = 30004 ;
}
{
address = "cf1r2.sanchonet.pool.cardanofoundation.org" ;
port = 30004 ;
}
];
}
{
accumulatedStake = 0.24522107639126253 ;
relativeStake = 0.12134162530626272 ;
relays = [
{
address = "sancho-testnet.able-pool.io" ;
port = 6002 ;
}
{
address = "202.61.236.233" ;
port = 6002 ;
}
{
address = "64.23.159.5" ;
port = 4000 ;
}
];
}
{
accumulatedStake = 0.3619634305078892 ;
relativeStake = 0.11674235411662665 ;
relays = [
{
address = "sancho-testnet.able-pool.io" ;
port = 6002 ;
}
];
}
{
accumulatedStake = 0.473773400945752 ;
relativeStake = 0.11180997043786282 ;
relays = [
{
address = "sanchonet-node.play.dev.cardano.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5835139030575405 ;
relativeStake = 0.10974050211178844 ;
relays = [
{
address = "35.203.93.134" ;
port = 6002 ;
}
];
}
{
accumulatedStake = 0.6922314396491893 ;
relativeStake = 0.10871753659164887 ;
relays = [
{
address = "64.23.159.5" ;
port = 4000 ;
}
];
}
{
accumulatedStake = 0.7925239353549071 ;
relativeStake = 0.10029249570571774 ;
relays = [
{
address = "test.stakepool.at" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8827396723430521 ;
relativeStake = 0.09021573698814499 ;
relays = [
{
address = "relay.hephy.io" ;
port = 9000 ;
}
];
}
{
accumulatedStake = 0.9251664415068046 ;
relativeStake = 0.042426769163752535 ;
relays = [
{
address = "node1.cardano.gratis" ;
port = 6401 ;
}
{
address = "node2.cardano.gratis" ;
port = 6402 ;
}
{
address = "mbb3.cardano.gratis" ;
port = 6403 ;
}
];
}
];
};
private = false ;
relaysNew = "sanchonet-node.play.dev.cardano.org" ;
smashUrl = "https://sanchonet-smash.play.dev.cardano.org" ;
submitApiConfig = {
EnableLogMetrics = false ;
EnableLogging = true ;
GenesisHash = "785eb88427e136378a15b0a152a8bfbeec7a611529ccda29c43a1e60ffb48eaa" ;
PrometheusPort = 8080 ;
RequiresNetworkMagic = "RequiresMagic" ;
TraceOptions = {
"" = {
backends = [
"EKGBackend"
"Stdout HumanFormatColoured"
];
detail = "DNormal" ;
severity = "Info" ;
};
};
defaultBackends = [
"KatipBK"
];
defaultScribes = [
[
"StdoutSK"
"stdout"
]
];
minSeverity = "Info" ;
options = {
cfokey = {
value = "Release-1.0.0" ;
};
mapBackends = { };
mapSeverity = {
db-sync-node = "Info" ;
"db-sync-node.Mux" = "Error" ;
"db-sync-node.Subscription" = "Error" ;
};
mapSubtrace = {
"#ekgview" = {
contents = [
[
{
contents = "cardano.epoch-validation.benchmark" ;
tag = "Contains" ;
}
[
{
contents = ".monoclock.basic." ;
tag = "Contains" ;
}
]
]
[
{
contents = "cardano.epoch-validation.benchmark" ;
tag = "Contains" ;
}
[
{
contents = "diff.RTS.cpuNs.timed." ;
tag = "Contains" ;
}
]
]
[
{
contents = "#ekgview.#aggregation.cardano.epoch-validation.benchmark" ;
tag = "StartsWith" ;
}
[
{
contents = "diff.RTS.gcNum.timed." ;
tag = "Contains" ;
}
]
]
];
subtrace = "FilterTrace" ;
};
"#messagecounters.aggregation" = {
subtrace = "NoTrace" ;
};
"#messagecounters.ekgview" = {
subtrace = "NoTrace" ;
};
"#messagecounters.katip" = {
subtrace = "NoTrace" ;
};
"#messagecounters.monitoring" = {
subtrace = "NoTrace" ;
};
"#messagecounters.switchboard" = {
subtrace = "NoTrace" ;
};
benchmark = {
contents = [
"GhcRtsStats"
"MonotonicClock"
];
subtrace = "ObservableTrace" ;
};
"cardano.epoch-validation.utxo-stats" = {
subtrace = "NoTrace" ;
};
};
};
rotation = {
rpKeepFilesNum = 10 ;
rpLogLimitBytes = 5000000 ;
rpMaxAgeHours = 24 ;
};
setupBackends = [
"AggregationBK"
"KatipBK"
];
setupScribes = [
{
scFormat = "ScText" ;
scKind = "StdoutSK" ;
scName = "stdout" ;
scRotation = null ;
}
];
};
tracerConfig = {
ekgRequestFreq = null ;
ekgRequestFull = null ;
hasEKG = {
epHost = "127.0.0.1" ;
epPort = 12788 ;
};
hasPrometheus = {
epHost = "127.0.0.1" ;
epPort = 12808 ;
};
loRequestNum = null ;
logging = [
{
logFormat = "ForHuman" ;
logMode = "FileMode" ;
logRoot = "/tmp/cardano-tracer" ;
}
];
metricsHelp = null ;
metricsNoSuffix = null ;
network = {
contents = "/tmp/tracer.socket" ;
tag = "AcceptAt" ;
};
networkMagic = 4 ;
resourceFreq = null ;
rotation = {
rpFrequencySecs = 60 ;
rpKeepFilesNum = 14 ;
rpLogLimitBytes = 10000000 ;
rpMaxAgeHours = 24 ;
};
verbosity = null ;
};
useByronWallet = false ;
useLedgerAfterSlot = 90547255 ;
};
}
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.eventlog
Whether to enable eventlog profiling.
Type:
boolean
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.executable
The cardano-node executable invocation to use.
Type:
string
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
Extra CLI args for cardano-node.
Type:
list of string
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
Additional node config.
Type:
attribute set
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
Additional node config for a particular instance.
Type:
function that evaluates to a(n) (attribute set)
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
Extra systemd service config which applies to all instances.
Type:
function that evaluates to a(n) (attribute set)
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
Extra systemd socket config which applies to all instances.
Type:
function that evaluates to a(n) (attribute set)
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.forceHardForks
A developer-oriented dictionary option to force hard forks for given
eras at given epochs. Maps capitalised era names (Shelley, Allegra,
Mary, etc) to hard fork epoch number.
Type:
attribute set of signed integer
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.hostAddr
The host address to bind to.
Type:
string
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.instanceProducers
Static routes to local peers, specific to a given instance when
multiple instances are used.
If an address is provided without a port or a port set to null within
the attrs, the address will be interpreted as an SRV record.
Type:
function that evaluates to a(n) list of (attribute set)
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.instancePublicProducers
Routes to public peers. Only used if slot is less than
useLedgerAfterSlot and specific to a given instance when
multiple instances are used.
If an address is provided without a port or a port set to null within
the attrs, the address will be interpreted as an SRV record.
Type:
function that evaluates to a(n) list of (attribute set)
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.instances
Number of instances of the service to run.
Type:
signed integer
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.ipv6HostAddr
The ipv6 host address to bind to. Set to null to disable.
Type:
null or string or function that evaluates to a(n) (null or string)
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.isProducer
Whether this node is intended to be a producer.
An internal option for inter-module communication.
Type:
boolean
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.kesKey
The KES or key evolving signature key.
Type:
null or string or absolute path
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.lmdbDatabasePath
A node UTxO-HD on-disk LMDB path for performant disk I/O, for each instance.
This could point to a direct-access SSD, with a specifically created journal-less file system and optimized mount options.
Type:
null or string or function that evaluates to a(n) (null or string)
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.lsmDatabasePath
A node UTxO-HD on-disk LSM-trees path for performant disk I/O, for each instance.
This could point to a direct-access SSD, with a specifically created journal-less file system and optimized mount options.
Type:
null or string or function that evaluates to a(n) (null or string)
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.nodeConfig
The internal representation of the config.
Type:
attribute set
Default:
This value is long. Click to expand.
{
AlonzoGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/mainnet/alonzo-genesis.json ;
AlonzoGenesisHash = "7e94a15f55d1e82d10f09203fa1d40f8eede58fd8066542cf6566008068ed874" ;
ByronGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/mainnet/byron-genesis.json ;
ByronGenesisHash = "5f20df933584822601f9e3f8c024eb5eb252fe8cefb24d1317dc3d432e940ebb" ;
CheckpointsFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/mainnet/checkpoints.json ;
CheckpointsFileHash = "3e6dee5bae7acc6d870187e72674b37c929be8c66e62a552cf6a876b1af31ade" ;
ConsensusMode = "PraosMode" ;
ConwayGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/mainnet/conway-genesis.json ;
ConwayGenesisHash = "15a199f895e461ec0ffc6dd4e4028af28a492ab4e806d39cb674c88f7643ef62" ;
LastKnownBlockVersion-Alt = 0 ;
LastKnownBlockVersion-Major = 3 ;
LastKnownBlockVersion-Minor = 0 ;
LedgerDB = {
Backend = "V2InMemory" ;
NumOfDiskSnapshots = 2 ;
QueryBatchSize = 100000 ;
SnapshotInterval = 4320 ;
};
MaxKnownMajorProtocolVersion = 2 ;
MinNodeVersion = "10.7.0" ;
Protocol = "Cardano" ;
RequiresNetworkMagic = "RequiresNoMagic" ;
ShelleyGenesisFile = /nix/store/r03s3yavv758sybaqh825vi06k22ff6j-source/cardano-lib/mainnet/shelley-genesis.json ;
ShelleyGenesisHash = "1a3be38bcbb7911969283716ad7aa550250226b76a61fc51cc9a9a35d9276d81" ;
TraceOptionForwarder = {
connQueueSize = 64 ;
disconnQueueSize = 128 ;
maxReconnectDelay = 30 ;
};
TraceOptionMetricsPrefix = "cardano.node.metrics." ;
TraceOptionResourceFrequency = 1000 ;
TraceOptions = {
"" = {
backends = [
"EKGBackend"
"Forwarder"
"PrometheusSimple suffix 127.0.0.1 12798"
"Stdout HumanFormatColoured"
];
detail = "DNormal" ;
severity = "Notice" ;
};
"BlockFetch.Client.CompletedBlockFetch" = {
maxFrequency = 2.0 ;
};
"BlockFetch.Decision" = {
severity = "Info" ;
};
ChainDB = {
severity = "Info" ;
};
"ChainDB.AddBlockEvent.AddBlockValidation" = {
severity = "Silence" ;
};
"ChainDB.AddBlockEvent.AddBlockValidation.ValidCandidate" = {
maxFrequency = 2.0 ;
};
"ChainDB.AddBlockEvent.AddedBlockToQueue" = {
maxFrequency = 2.0 ;
};
"ChainDB.AddBlockEvent.AddedBlockToVolatileDB" = {
maxFrequency = 2.0 ;
};
"ChainDB.CopyToImmutableDBEvent.CopiedBlockToImmutableDB" = {
maxFrequency = 2.0 ;
};
"ChainDB.LedgerEvent.Forker" = {
severity = "Silence" ;
};
"ChainSync.Client" = {
severity = "Warning" ;
};
"Forge.Loop" = {
severity = "Info" ;
};
"Forge.StateInfo" = {
severity = "Info" ;
};
Mempool = {
severity = "Silence" ;
};
"Mempool.AttemptAdd" = {
severity = "Silence" ;
};
"Mempool.SyncNotNeeded" = {
severity = "Silence" ;
};
"Net.ConnectionManager.Remote" = {
severity = "Info" ;
};
"Net.InboundGovernor" = {
severity = "Warning" ;
};
"Net.InboundGovernor.Remote" = {
severity = "Info" ;
};
"Net.Mux.Remote" = {
severity = "Info" ;
};
"Net.PeerSelection" = {
severity = "Info" ;
};
Resources = {
severity = "Silence" ;
};
"Startup.DiffusionInit" = {
severity = "Info" ;
};
};
TurnOnLogMetrics = true ;
TurnOnLogging = true ;
UseTraceDispatcher = true ;
defaultBackends = [ ];
defaultScribes = [ ];
minSeverity = "Critical" ;
options = { };
setupBackends = [ ];
setupScribes = [ ];
}
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.nodeConfigFile
The actual configuration file.
Type:
null or string
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.nodeId
The ID for this node.
Type:
signed integer
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.operationalCertificate
The operational certificate.
Type:
null or string or absolute path
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.peerSnapshotFile
If set, the topology file will include a peer snapshot file from the
declared path which can be absolute or relative. If a relative path
is given, it will be interpreted relative to the location of the
topology file which it is declared in.
The peer snapshot file contains a snapshot of big ledger peers taken
at some arbitrary slot. These are the largest pools that cumulatively
hold 90% of total stake.
When cardano-node ConsensusMode configuration is set to
GenesisMode the peer snapshot file will be loaded and used.
A peer snapshot file can be generated with a command:
cardano-cli query ledger-peer-snapshot
Type:
null or string or function that evaluates to a(n) (null or string)
Default:
Example:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.port
The port number to listen on.
Type:
signed integer or string
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.producers
Static routes to local peers.
If an address is provided without a port or a port set to null within
the attrs, the address will be interpreted as an SRV record.
Type:
list of (attribute set)
Default:
Example:
[
{
accessPoints = [
{
address = "127.0.0.1" ;
port = 3001 ;
}
];
advertise = false ;
valency = 1 ;
}
]
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.profiling
Haskell profiling types which are available and will be applied to
the cardano-node binary if declared.
Type:
one of “none”, “time”, “time-detail”, “space”, “space-bio”, “space-closure”, “space-cost”, “space-heap”, “space-info”, “space-module”, “space-retainer”, “space-type”
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.profilingArgs
RTS profiling options
Type:
list of string
Default:
[
"--machine-readable"
"-tcardano-node.stats"
"-pocardano-node"
]
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.publicProducers
Routes to public peers. Only used if slot is less than
useLedgerAfterSlot.
If an address is provided without a port or a port set to null within
the attrs, the address will be interpreted as an SRV record.
Type:
list of (attribute set)
Default:
Example:
[
{
accessPoints = [
{
address = "backbone.cardano.iog.io" ;
port = 3001 ;
}
];
advertise = false ;
}
]
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.rtsArgs
Extra CLI args for cardano-node, to be surrounded by “+RTS”/“-RTS”
Type:
list of string
Default:
[
"-N2"
"-I0"
"-A16m"
"-qg1"
"-qb1"
"--disable-delayed-os-memory-return"
]
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.rts_flags_override
RTS flags override from profile content.
Type:
list of string
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.runDirBase
The base runtime directory.
Type:
string
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.runtimeDir
The runtime directory relative to /run/, for each instance.
Type:
null or string or function that evaluates to a(n) (null or string)
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.script
Type:
string
Default:
This value is long. Click to expand.
''
echo "Starting: exec /nix/store/ndap4iml13lsz7dif5jq7sv7pm73z4gr-cardano-node-exe-cardano-node-11.0.1/bin/cardano-node run"
echo "--config /nix/store/h7gmk8bj108l8c5n7d79y524jaz9zdvh-config-0-0.json"
echo "--database-path /var/lib/cardano-node/db-mainnet"
echo "--topology /nix/store/p53vvl1kgnq68z3lk12c9ifgy5njc7lg-topology.json"
echo "--host-addr 127.0.0.1"
echo "--port 3001"
echo "--socket-path /run/cardano-node/node.socket"
echo ""
echo ""
echo ""
echo ""
echo ""
echo ""
echo "+RTS"
echo "--machine-readable"
echo "-tcardano-node.stats"
echo "-pocardano-node"
echo "-N2"
echo "-I0"
echo "-A16m"
echo "-qg1"
echo "-qb1"
echo "--disable-delayed-os-memory-return"
echo "-RTS"
echo "..or, once again, in a single line:"
echo "exec /nix/store/ndap4iml13lsz7dif5jq7sv7pm73z4gr-cardano-node-exe-cardano-node-11.0.1/bin/cardano-node run --config /nix/store/h7gmk8bj108l8c5n7d79y524jaz9zdvh-config-0-0.json --database-path /var/lib/cardano-node/db-mainnet --topology /nix/store/p53vvl1kgnq68z3lk12c9ifgy5njc7lg-topology.json --host-addr 127.0.0.1 --port 3001 --socket-path /run/cardano-node/node.socket +RTS --machine-readable -tcardano-node.stats -pocardano-node -N2 -I0 -A16m -qg1 -qb1 --disable-delayed-os-memory-return -RTS"
exec /nix/store/ndap4iml13lsz7dif5jq7sv7pm73z4gr-cardano-node-exe-cardano-node-11.0.1/bin/cardano-node run --config /nix/store/h7gmk8bj108l8c5n7d79y524jaz9zdvh-config-0-0.json --database-path /var/lib/cardano-node/db-mainnet --topology /nix/store/p53vvl1kgnq68z3lk12c9ifgy5njc7lg-topology.json --host-addr 127.0.0.1 --port 3001 --socket-path /run/cardano-node/node.socket +RTS --machine-readable -tcardano-node.stats -pocardano-node -N2 -I0 -A16m -qg1 -qb1 --disable-delayed-os-memory-return -RTS''
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.shareIpv4port
Whether instances on the same machine should share an ipv4 port.
Default: true if the socket is systemd activated, otherwise false.
If false, use port increments starting from port.
Type:
boolean
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.shareIpv6port
Whether instances on the same machine should share an ipv6 port.
Default: true if the socket is systemd activated, otherwise false.
If false, use port increments starting from port.
Type:
boolean
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.shelleyKesAgentSocket
Path to the KES agent socket.
Type:
null or string or absolute path
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.signingKey
The signing key.
Type:
null or string or absolute path
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.socketGroup
The systemd socket group owner.
Note: this only applies to sockets created by systemd
(ie. when systemdSocketActivation is turned on).
Type:
string
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.socketPath
A local communication socket path, for each instance.
Type:
string or function that evaluates to a(n) string
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.stateDir
The directory to store blockchain data, for each instance.
Type:
string or function that evaluates to a(n) string
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.stateDirBase
The base directory to store blockchain data.
Type:
string
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.systemdSocketActivation
Use systemd socket activation
Type:
boolean
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.targetNumberOfActivePeers
Number of peers your node is actively downloading headers and blocks from.
The default value of null will use the Ouroboros-network default value.
Type:
null or signed integer
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.targetNumberOfEstablishedPeers
Number of peers the node will be connected to, but not necessarily following their chain.
The default value of null will use the Ouroboros-network default value.
Type:
null or signed integer
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.targetNumberOfKnownPeers
Target number for known peers (root peers + peers known through gossip).
The default value of null will use the Ouroboros-network default value.
Type:
null or signed integer
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.targetNumberOfRootPeers
Limits the maximum number of root peers the node will know about.
The default value of null will use the Ouroboros-network default value.
Type:
null or signed integer
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.topology
The cluster topology. If not set the producers array is used to
generate a topology file.
Type:
null or string or absolute path
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.tracerSocketNetworkAccept
Listen for an incoming cardano-tracer connection at HOST:PORT,
for each instance.
Type:
null or string or function that evaluates to a(n) (null or string)
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.tracerSocketNetworkConnect
Connect to a cardano-tracer listening at HOST:PORT,
for each instance.
Type:
null or string or function that evaluates to a(n) (null or string)
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.tracerSocketPathAccept
Listen for an incoming cardano-tracer connection on a local socket,
for each instance.
Type:
null or string or function that evaluates to a(n) (null or string)
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.tracerSocketPathConnect
Connect to a cardano-tracer listening on a local socket,
for each instance.
Type:
null or string or function that evaluates to a(n) (null or string)
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.useLedgerAfterSlot
If set, bootstraps from public roots until it reaches given slot,
then it switches to using the ledger as a source of peers. It
maintains a connection to its local roots. Defaults to null for block
producers.
Type:
null or signed integer
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.useLegacyTracing
Use the legacy tracing, based on iohk-monitoring-framework.
Type:
boolean
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.useNewTopology
Use new, p2p and ledger peers compatible topology.
The useNewTopology option is deprecated and will be removed in the
future. As of cardano-node 10.6.0, this option should remain null.
For older node versions, a bool value can be set, but this will only
be supported until the Dijkstra hard fork at which point all
cardano-node versions will be compelled to upgrade and the
useNewTopology option will be removed.
For node version < 10.6.0, useNewTopology will need to be explicitly
declared true or false to behave accordingly. If left null while
also using the auto-generated p2p topology, node will fail to start.
For node version >= 10.6.0, useNewTopology should be left as null
until the option is removed after the Dijkstra hard fork. If
explicitly declared true, node will continue to work, but if declared
false while using the auto-generated legacy topology, node will fail to
start.
Type:
null or boolean
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.useSystemdReload
If set, systemd will reload cardano-node service units instead of restarting them
if only the topology file has changed and p2p is in use.
Cardano-node topology files will be stored in /etc as:
/etc/cardano-node/topology-${toString i}.json
For peerSharing enabled networks, peer sharing files will be stored in /etc as:
/etc/cardano-node/peer-sharing-${toString i}.json
Enabling this option will also allow direct topology edits for tests when a full
service re-deployment is not desired.
Type:
boolean
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.vrfKey
The VRF or verifable random function key.
Type:
null or string or absolute path
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.withUtxoHdLmdb
On a UTxO-HD enabled node, the in-memory backend is the default.
This activates the on-disk backend (LMDB) instead.
Type:
boolean or function that evaluates to a(n) boolean
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix
services.cardano-node.withUtxoHdLsmt
On a UTxO-HD enabled node, the in-memory backend is the default.
This activates the on-disk backend (LSM-Trees) instead.
Type:
boolean or function that evaluates to a(n) boolean
Default:
Declared by:
- https://github.com/mlabs-haskell/cardano.nix/tree/main/modules/services/cardano-node-service.nix