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/6rihi4dg0dldzl33h4096vpa228968sm-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/6rihi4dg0dldzl33h4096vpa228968sm-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/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/dijkstra/alonzo-genesis.json ;
AlonzoGenesisHash = "cc143a4a73d7ab8cbc4bbd7750c91c5204cb597007cea3a317a1fc240c1954f1" ;
ByronGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/dijkstra/byron-genesis.json ;
ByronGenesisHash = "9bdbd85630be6848fc31425efe0be0f1f0bce8ee2def551f62e5a7bb165f552c" ;
ConsensusMode = "GenesisMode" ;
ConwayGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/dijkstra/conway-genesis.json ;
ConwayGenesisHash = "1882545753507dc03566b98b4c67752980797cd7e196323eef9baa0d474cbbb6" ;
DijkstraGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/dijkstra/dijkstra-genesis.json ;
DijkstraGenesisHash = "c6afe2641a407ee17f3625ed304571c3762e3123d38f4d8ae663f765f6c2bcb6" ;
ExperimentalHardForksEnabled = true ;
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/cpqi13m6hf1amv98g3h5cvp1a864p0dr-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/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/dijkstra/alonzo-genesis.json ;
AlonzoGenesisHash = "cc143a4a73d7ab8cbc4bbd7750c91c5204cb597007cea3a317a1fc240c1954f1" ;
ByronGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/dijkstra/byron-genesis.json ;
ByronGenesisHash = "9bdbd85630be6848fc31425efe0be0f1f0bce8ee2def551f62e5a7bb165f552c" ;
ConsensusMode = "GenesisMode" ;
ConwayGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/dijkstra/conway-genesis.json ;
ConwayGenesisHash = "1882545753507dc03566b98b4c67752980797cd7e196323eef9baa0d474cbbb6" ;
DijkstraGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/dijkstra/dijkstra-genesis.json ;
DijkstraGenesisHash = "c6afe2641a407ee17f3625ed304571c3762e3123d38f4d8ae663f765f6c2bcb6" ;
ExperimentalHardForksEnabled = true ;
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/cpqi13m6hf1amv98g3h5cvp1a864p0dr-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/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/dijkstra/alonzo-genesis.json ;
AlonzoGenesisHash = "cc143a4a73d7ab8cbc4bbd7750c91c5204cb597007cea3a317a1fc240c1954f1" ;
ByronGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/dijkstra/byron-genesis.json ;
ByronGenesisHash = "9bdbd85630be6848fc31425efe0be0f1f0bce8ee2def551f62e5a7bb165f552c" ;
ConsensusMode = "GenesisMode" ;
ConwayGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/dijkstra/conway-genesis.json ;
ConwayGenesisHash = "1882545753507dc03566b98b4c67752980797cd7e196323eef9baa0d474cbbb6" ;
DijkstraGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/dijkstra/dijkstra-genesis.json ;
DijkstraGenesisHash = "c6afe2641a407ee17f3625ed304571c3762e3123d38f4d8ae663f765f6c2bcb6" ;
ExperimentalHardForksEnabled = true ;
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/cpqi13m6hf1amv98g3h5cvp1a864p0dr-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 = "718e915ad7141db962423baeeb46e6ec6edcceb79efa53fbb6317bb77ba19bae" ;
blockPointSlot = 2849617 ;
};
bigLedgerPools = [
{
accumulatedStake = 0.2675285595045949 ;
relativeStake = 0.2675285595045949 ;
relays = [
{
address = "dijkstra-node.play.dev.cardano.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5264896101115077 ;
relativeStake = 0.25896105060691277 ;
relays = [
{
address = "104.197.53.67" ;
port = 6002 ;
}
];
}
{
accumulatedStake = 0.7632768582267193 ;
relativeStake = 0.23678724811521162 ;
relays = [
{
address = "dijkstra-node.play.dev.cardano.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 1 ;
relativeStake = 0.23672314177328066 ;
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 = 2764738 ;
};
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/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/mainnet/alonzo-genesis.json ;
AlonzoGenesisHash = "7e94a15f55d1e82d10f09203fa1d40f8eede58fd8066542cf6566008068ed874" ;
ByronGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/mainnet/byron-genesis.json ;
ByronGenesisHash = "5f20df933584822601f9e3f8c024eb5eb252fe8cefb24d1317dc3d432e940ebb" ;
CheckpointsFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/mainnet/checkpoints.json ;
CheckpointsFileHash = "3e6dee5bae7acc6d870187e72674b37c929be8c66e62a552cf6a876b1af31ade" ;
ConsensusMode = "PraosMode" ;
ConwayGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-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/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/mainnet/shelley-genesis.json ;
ShelleyGenesisHash = "1a3be38bcbb7911969283716ad7aa550250226b76a61fc51cc9a9a35d9276d81" ;
};
nodeConfig = {
AlonzoGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/mainnet/alonzo-genesis.json ;
AlonzoGenesisHash = "7e94a15f55d1e82d10f09203fa1d40f8eede58fd8066542cf6566008068ed874" ;
ByronGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/mainnet/byron-genesis.json ;
ByronGenesisHash = "5f20df933584822601f9e3f8c024eb5eb252fe8cefb24d1317dc3d432e940ebb" ;
CheckpointsFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/mainnet/checkpoints.json ;
CheckpointsFileHash = "3e6dee5bae7acc6d870187e72674b37c929be8c66e62a552cf6a876b1af31ade" ;
ConsensusMode = "PraosMode" ;
ConwayGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-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/cpqi13m6hf1amv98g3h5cvp1a864p0dr-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/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/mainnet/alonzo-genesis.json ;
AlonzoGenesisHash = "7e94a15f55d1e82d10f09203fa1d40f8eede58fd8066542cf6566008068ed874" ;
ByronGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/mainnet/byron-genesis.json ;
ByronGenesisHash = "5f20df933584822601f9e3f8c024eb5eb252fe8cefb24d1317dc3d432e940ebb" ;
CheckpointsFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/mainnet/checkpoints.json ;
CheckpointsFileHash = "3e6dee5bae7acc6d870187e72674b37c929be8c66e62a552cf6a876b1af31ade" ;
ConsensusMode = "PraosMode" ;
ConwayGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-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/cpqi13m6hf1amv98g3h5cvp1a864p0dr-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 = "1bcdeadabab1074b2fc7ea615bc34351939ce9525090a4bd2e5db06d42e973bc" ;
blockPointSlot = 182396915 ;
};
bigLedgerPools = [
{
accumulatedStake = 0.005624384116166084 ;
relativeStake = 0.005624384116166084 ;
relays = [
{
address = "92a8429c.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.01106492483626304 ;
relativeStake = 0.005440540720096956 ;
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.016034919651443075 ;
relativeStake = 0.0049699948151800365 ;
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.020550315817728794 ;
relativeStake = 0.004515396166285717 ;
relays = [
{
address = "relay-pool-3-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.02488697695537983 ;
relativeStake = 0.004336661137651035 ;
relays = [
{
address = "relay-pool-ledger-2-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.028937056180075006 ;
relativeStake = 0.004050079224695179 ;
relays = [
{
address = "relay-pool-2-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.03257854928892488 ;
relativeStake = 0.0036414931088498735 ;
relays = [
{
address = "Relay1.NordicPool.org" ;
port = 3005 ;
}
{
address = "Relay2.NordicPool.org" ;
port = 3005 ;
}
{
address = "Relay3.NordicPool.org" ;
port = 3005 ;
}
];
}
{
accumulatedStake = 0.036194949107623116 ;
relativeStake = 0.003616399818698232 ;
relays = [
{
address = "Relay1.NordicPool.org" ;
port = 3005 ;
}
{
address = "Relay2.NordicPool.org" ;
port = 3005 ;
}
{
address = "Relay3.NordicPool.org" ;
port = 3005 ;
}
];
}
{
accumulatedStake = 0.039800466825486436 ;
relativeStake = 0.0036055177178633217 ;
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.04338824604102516 ;
relativeStake = 0.003587779215538729 ;
relays = [
{
address = "cardanosuisse.com" ;
port = 170 ;
}
{
address = "cardanosuisse.com" ;
port = 171 ;
}
{
address = "cardanosuisse.com" ;
port = 172 ;
}
];
}
{
accumulatedStake = 0.04696715454056126 ;
relativeStake = 0.003578908499536093 ;
relays = [
{
address = "48.cardano.staked.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.050545918205633714 ;
relativeStake = 0.0035787636650724563 ;
relays = [
{
address = "27.cardano.staked.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.054124575123092655 ;
relativeStake = 0.0035786569174589434 ;
relays = [
{
address = "26.cardano.staked.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.05770296092091576 ;
relativeStake = 0.003578385797823104 ;
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.06128106276939354 ;
relativeStake = 0.0035781018484777783 ;
relays = [
{
address = "cf1r1.mainnet.pool.cardanofoundation.org" ;
port = 3001 ;
}
{
address = "cf1r2.mainnet.pool.cardanofoundation.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.06485856384252382 ;
relativeStake = 0.0035775010731302773 ;
relays = [
{
address = "cf4r1.mainnet.pool.cardanofoundation.org" ;
port = 3001 ;
}
{
address = "cf4r2.mainnet.pool.cardanofoundation.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.06843606489505297 ;
relativeStake = 0.0035775010525291528 ;
relays = [
{
address = "cf2r1.mainnet.pool.cardanofoundation.org" ;
port = 3001 ;
}
{
address = "cf2r2.mainnet.pool.cardanofoundation.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.07201356594034797 ;
relativeStake = 0.0035775010452950063 ;
relays = [
{
address = "cf3r1.mainnet.pool.cardanofoundation.org" ;
port = 3001 ;
}
{
address = "cf3r2.mainnet.pool.cardanofoundation.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.07559104733611886 ;
relativeStake = 0.003577481395770893 ;
relays = [
{
address = "13.236.12.204" ;
port = 8332 ;
}
];
}
{
accumulatedStake = 0.07916720647986882 ;
relativeStake = 0.003576159143749945 ;
relays = [
{
address = "28.cardano.staked.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.08274240275255344 ;
relativeStake = 0.003575196272684625 ;
relays = [
{
address = "13.211.73.179" ;
port = 8332 ;
}
];
}
{
accumulatedStake = 0.086312631041465 ;
relativeStake = 0.003570228288911561 ;
relays = [
{
address = "relays.wavepool.digital" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.08987432377110156 ;
relativeStake = 0.0035616927296365686 ;
relays = [
{
address = "relay-kiln-3-0.cardano.mainnet.kiln.fi" ;
port = 3001 ;
}
{
address = "relay-kiln-3-1.cardano.mainnet.kiln.fi" ;
port = 3001 ;
}
{
address = "relay-kiln-3-2.cardano.mainnet.kiln.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.09343350608564953 ;
relativeStake = 0.003559182314547962 ;
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.09697918800462044 ;
relativeStake = 0.0035456819189709095 ;
relays = [
{
address = "162.120.71.180" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.10052069775702885 ;
relativeStake = 0.003541509752408406 ;
relays = [
{
address = "50.cardano.staked.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.10406062059160943 ;
relativeStake = 0.0035399228345805935 ;
relays = [
{
address = "cf5r1.mainnet.pool.cardanofoundation.org" ;
port = 3001 ;
}
{
address = "cf5r2.mainnet.pool.cardanofoundation.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.1076005422906462 ;
relativeStake = 0.003539921699036752 ;
relays = [
{
address = "cf6r1.mainnet.pool.cardanofoundation.org" ;
port = 3001 ;
}
{
address = "cf6r2.mainnet.pool.cardanofoundation.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.11113046925205745 ;
relativeStake = 0.0035299269614112597 ;
relays = [
{
address = "r1.spirestaking.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.11465004878991707 ;
relativeStake = 0.003519579537859622 ;
relays = [
{
address = "relays.wavepool.digital" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.11816507359163282 ;
relativeStake = 0.003515024801715747 ;
relays = [
{
address = "relays.wavepool.digital" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.12166666643850171 ;
relativeStake = 0.0035015928468689 ;
relays = [
{
address = "178.128.79.219" ;
port = 3001 ;
}
{
address = "104.131.122.73" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.1251509307901025 ;
relativeStake = 0.0034842643516007723 ;
relays = [
{
address = "r1.1percentpool.eu" ;
port = 19001 ;
}
{
address = "r2.1percentpool.eu" ;
port = 19002 ;
}
];
}
{
accumulatedStake = 0.12862765529631218 ;
relativeStake = 0.003476724506209674 ;
relays = [
{
address = "Relay1.NordicPool.org" ;
port = 3005 ;
}
{
address = "Relay2.NordicPool.org" ;
port = 3005 ;
}
{
address = "Relay3.NordicPool.org" ;
port = 3005 ;
}
];
}
{
accumulatedStake = 0.1320989591290814 ;
relativeStake = 0.0034713038327692414 ;
relays = [
{
address = "relays.bladepool.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.13557002699436385 ;
relativeStake = 0.003471067865282442 ;
relays = [
{
address = "47.cardano.staked.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.13904107616838862 ;
relativeStake = 0.0034710491740247715 ;
relays = [
{
address = "42.cardano.staked.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.1425119759035131 ;
relativeStake = 0.0034708997351244994 ;
relays = [
{
address = "44.cardano.staked.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.1459828009573176 ;
relativeStake = 0.0034708250538044764 ;
relays = [
{
address = "45.cardano.staked.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.1494535885694131 ;
relativeStake = 0.0034707876120955035 ;
relays = [
{
address = "41.cardano.staked.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.1529241333769774 ;
relativeStake = 0.0034705448075643174 ;
relays = [
{
address = "46.cardano.staked.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.15639305734827177 ;
relativeStake = 0.0034689239712943653 ;
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.15985710093835995 ;
relativeStake = 0.0034640435900881667 ;
relays = [
{
address = "relays.wavepool.digital" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.16330947172094296 ;
relativeStake = 0.0034523707825830042 ;
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.16675344091532693 ;
relativeStake = 0.003443969194383975 ;
relays = [
{
address = "Relay1.NordicPool.org" ;
port = 3005 ;
}
{
address = "Relay2.NordicPool.org" ;
port = 3005 ;
}
{
address = "Relay3.NordicPool.org" ;
port = 3005 ;
}
];
}
{
accumulatedStake = 0.17018501137735717 ;
relativeStake = 0.0034315704620302475 ;
relays = [
{
address = "relay1.mainnet.pool.cardano.services" ;
port = 3001 ;
}
{
address = "relay2.mainnet.pool.cardano.services" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.17360037251356633 ;
relativeStake = 0.0034153611362091533 ;
relays = [
{
address = "olive-geonosis-edffc.cardano.bdnodes.net" ;
port = 6000 ;
}
{
address = "violet-kingston-8d67e.cardano.bdnodes.net" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.17700780940107058 ;
relativeStake = 0.0034074368875042535 ;
relays = [
{
address = "95.154.235.142" ;
port = 6000 ;
}
{
address = "217.155.18.115" ;
port = 6003 ;
}
{
address = "217.155.18.115" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.18040514155841397 ;
relativeStake = 0.003397332157343391 ;
relays = [
{
address = "eu.relays.cardanians.io" ;
port = 1000 ;
}
{
address = "ca.relays.cardanians.io" ;
port = 1000 ;
}
];
}
{
accumulatedStake = 0.18379625445679793 ;
relativeStake = 0.0033911128983839466 ;
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.18716899530586173 ;
relativeStake = 0.003372740849063801 ;
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.1905173960545174 ;
relativeStake = 0.0033484007486556835 ;
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.19386481885254717 ;
relativeStake = 0.003347422798029769 ;
relays = [
{
address = "40.cardano.staked.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.19719678911313354 ;
relativeStake = 0.003331970260586354 ;
relays = [
{
address = "relay1.nihaocardano.com" ;
port = 6000 ;
}
{
address = "relay2.nihaocardano.com" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.20052837613980612 ;
relativeStake = 0.0033315870266725804 ;
relays = [
{
address = "46.101.9.225" ;
port = 3001 ;
}
{
address = "64.227.46.95" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.20385728866077066 ;
relativeStake = 0.003328912520964552 ;
relays = [
{
address = "26e894b1.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.20717875864580632 ;
relativeStake = 0.003321469985035645 ;
relays = [
{
address = "relay1.cardanotech.io" ;
port = 6000 ;
}
{
address = "relay2.cardanotech.io" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.21049553812720598 ;
relativeStake = 0.0033167794813996833 ;
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.21380278995206206 ;
relativeStake = 0.003307251824856066 ;
relays = [
{
address = "7ddb9c28.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.21710076933681843 ;
relativeStake = 0.00329797938475638 ;
relays = [
{
address = "b3e201f4.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.22039854760573588 ;
relativeStake = 0.0032977782689174403 ;
relays = [
{
address = "8d6f8de4.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.22369468552988767 ;
relativeStake = 0.0032961379241517896 ;
relays = [
{
address = "relays.wavepool.digital" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.22698614354512048 ;
relativeStake = 0.0032914580152328273 ;
relays = [
{
address = "b3bbbcac.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.23027723951914958 ;
relativeStake = 0.0032910959740290982 ;
relays = [
{
address = "ddbb5a06.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.23356292898779013 ;
relativeStake = 0.0032856894686405405 ;
relays = [
{
address = "e4527900.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.2368476707541861 ;
relativeStake = 0.003284741766395994 ;
relays = [
{
address = "50809bee.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.24013218371576628 ;
relativeStake = 0.003284512961580141 ;
relays = [
{
address = "9a956262.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.24341658555395723 ;
relativeStake = 0.0032844018381909725 ;
relays = [
{
address = "35.75.32.253" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.2467009088822046 ;
relativeStake = 0.003284323328247383 ;
relays = [
{
address = "a94da6a8.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.24998502800137634 ;
relativeStake = 0.003284119119171711 ;
relays = [
{
address = "9dc533bf.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.2532687831378998 ;
relativeStake = 0.0032837551365234724 ;
relays = [
{
address = "f84db19f.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.25655205954774923 ;
relativeStake = 0.003283276409849445 ;
relays = [
{
address = "72e508af.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.2598353013763964 ;
relativeStake = 0.0032832418286471436 ;
relays = [
{
address = "dbe22510.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.263118521551285 ;
relativeStake = 0.0032832201748886104 ;
relays = [
{
address = "778cb679.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.2664016375873957 ;
relativeStake = 0.0032831160361106895 ;
relays = [
{
address = "a5f2af9f.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.26968469738502304 ;
relativeStake = 0.003283059797627328 ;
relays = [
{
address = "d489c136.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.2729677339377178 ;
relativeStake = 0.003283036552694748 ;
relays = [
{
address = "d89eeea0.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.2762506908229386 ;
relativeStake = 0.0032829568852208394 ;
relays = [
{
address = "d699483e.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.27953360058135496 ;
relativeStake = 0.003282909758416363 ;
relays = [
{
address = "94cc7304.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.28281637950599664 ;
relativeStake = 0.003282778924641654 ;
relays = [
{
address = "bb78d57d.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.28609842655734435 ;
relativeStake = 0.003282047051347706 ;
relays = [
{
address = "35.75.32.253" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.2893568264527578 ;
relativeStake = 0.0032583998954134755 ;
relays = [
{
address = "lucerne.datadyne.earth" ;
port = 3001 ;
}
{
address = "g5.datadyne.earth" ;
port = 3002 ;
}
{
address = "drcaroll.datadyne.earth" ;
port = 3003 ;
}
];
}
{
accumulatedStake = 0.2926150825676592 ;
relativeStake = 0.0032582561149014405 ;
relays = [
{
address = "relay-pool-figment-19-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.2958509504720694 ;
relativeStake = 0.0032358679044101474 ;
relays = [
{
address = "ada-relay01.biglazycat.com" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.29904745619019385 ;
relativeStake = 0.00319650571812443 ;
relays = [
{
address = "relays.stakepool.at" ;
port = 3001 ;
}
{
address = "relay-1.stakepool.at" ;
port = 3001 ;
}
{
address = "relay-2.stakepool.at" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.3022416091547415 ;
relativeStake = 0.003194152964547723 ;
relays = [
{
address = "relay.cardano.securestaking.io" ;
port = 3000 ;
}
{
address = "secur2.cardano.securestaking.io" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.3054160566294121 ;
relativeStake = 0.00317444747467059 ;
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.3085791408173079 ;
relativeStake = 0.0031630841878957663 ;
relays = [
{
address = "94c3c6d3.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.31171967793074645 ;
relativeStake = 0.00314053711343854 ;
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.3148587446057767 ;
relativeStake = 0.0031390666750302524 ;
relays = [
{
address = "11.relays.happystaking.io" ;
port = 3001 ;
}
{
address = "12.relays.happystaking.io" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.3179361183766701 ;
relativeStake = 0.0030773737708933726 ;
relays = [
{
address = "relay1.clovernodes.io" ;
port = 6000 ;
}
{
address = "relay2.clovernodes.io" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.3209790999345109 ;
relativeStake = 0.0030429815578408184 ;
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.3240045767015962 ;
relativeStake = 0.003025476767085335 ;
relays = [
{
address = "170.23.181.50" ;
port = 6001 ;
}
{
address = "170.23.181.50" ;
port = 6002 ;
}
{
address = "170.23.181.50" ;
port = 6003 ;
}
];
}
{
accumulatedStake = 0.3270294544783557 ;
relativeStake = 0.0030248777767594897 ;
relays = [
{
address = "octaluso.dyndns.org" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.33004274588989 ;
relativeStake = 0.0030132914115343296 ;
relays = [
{
address = "157.173.120.233" ;
port = 3001 ;
}
{
address = "157.173.120.233" ;
port = 3002 ;
}
{
address = "5.252.53.68" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.33305486748942686 ;
relativeStake = 0.0030121215995368425 ;
relays = [
{
address = "Relay1.NordicPool.org" ;
port = 3005 ;
}
{
address = "Relay2.NordicPool.org" ;
port = 3005 ;
}
{
address = "Relay3.NordicPool.org" ;
port = 3005 ;
}
];
}
{
accumulatedStake = 0.3360632065642291 ;
relativeStake = 0.0030083390748022417 ;
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.3390674374767554 ;
relativeStake = 0.0030042309125262673 ;
relays = [
{
address = "c2504518.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.3420381444761067 ;
relativeStake = 0.002970706999351332 ;
relays = [
{
address = "91.242.214.33" ;
port = 3001 ;
}
{
address = "186.233.187.33" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.3449737981902648 ;
relativeStake = 0.0029356537141580577 ;
relays = [
{
address = "cardano-relays.autostake.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.3479075923937727 ;
relativeStake = 0.002933794203507963 ;
relays = [
{
address = "173.15.110.154" ;
port = 6000 ;
}
{
address = "173.15.110.155" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.35082220006730663 ;
relativeStake = 0.0029146076735338997 ;
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.35373254100949597 ;
relativeStake = 0.0029103409421893122 ;
relays = [
{
address = "relay1.snakepool.link" ;
port = 3001 ;
}
{
address = "relay2.snakepool.link" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.3566369690000247 ;
relativeStake = 0.002904427990528695 ;
relays = [
{
address = "57.129.24.185" ;
port = 3001 ;
}
{
address = "57.129.28.178" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.35952435252437503 ;
relativeStake = 0.0028873835243503868 ;
relays = [
{
address = "52.6.109.221" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.3624033796068719 ;
relativeStake = 0.002879027082496888 ;
relays = [
{
address = "relays.stakepool.at" ;
port = 3001 ;
}
{
address = "relay-1.stakepool.at" ;
port = 3001 ;
}
{
address = "relay-2.stakepool.at" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.36526145585608305 ;
relativeStake = 0.002858076249211119 ;
relays = [
{
address = "6398a55d.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.368107680022731 ;
relativeStake = 0.002846224166647955 ;
relays = [
{
address = "relays.digi.pro" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.3709511616321207 ;
relativeStake = 0.002843481609389736 ;
relays = [
{
address = "85.215.129.208" ;
port = 3001 ;
}
{
address = "154.26.158.189" ;
port = 3001 ;
}
{
address = "5.104.83.174" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.3737922027586682 ;
relativeStake = 0.002841041126547493 ;
relays = [
{
address = "77cb3f75.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.3766256274161481 ;
relativeStake = 0.0028334246574798286 ;
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.37942946023090585 ;
relativeStake = 0.0028038328147577695 ;
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.3822326954808714 ;
relativeStake = 0.002803235249965583 ;
relays = [
{
address = "129.80.153.243" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.38501922279216483 ;
relativeStake = 0.0027865273112933973 ;
relays = [
{
address = "35.211.17.86" ;
port = 3000 ;
}
{
address = "34.23.88.7" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.3878041387754049 ;
relativeStake = 0.0027849159832401306 ;
relays = [
{
address = "rockyrelay1.ddns.net" ;
port = 3001 ;
}
{
address = "rockyrelay2.ddns.net" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.3905651835140288 ;
relativeStake = 0.0027610447386238685 ;
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.39332084896407665 ;
relativeStake = 0.002755665450047866 ;
relays = [
{
address = "76cf1dd1.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.3960737043172269 ;
relativeStake = 0.002752855353150195 ;
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.3988262066246909 ;
relativeStake = 0.002752502307464065 ;
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.4015622373245946 ;
relativeStake = 0.002736030699903695 ;
relays = [
{
address = "57.128.184.33" ;
port = 3001 ;
}
{
address = "57.128.184.31" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.40429758746283956 ;
relativeStake = 0.002735350138244913 ;
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.4070297167304597 ;
relativeStake = 0.002732129267620131 ;
relays = [
{
address = "relays.cardanowithpaul.com" ;
port = 1069 ;
}
];
}
{
accumulatedStake = 0.40975759495669134 ;
relativeStake = 0.0027278782262316692 ;
relays = [
{
address = "r-eu-1.polypool.io" ;
port = 4001 ;
}
{
address = "r-sg-1.polypool.io" ;
port = 4001 ;
}
];
}
{
accumulatedStake = 0.4124796920828253 ;
relativeStake = 0.0027220971261339454 ;
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.41519530076754774 ;
relativeStake = 0.002715608684722465 ;
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.4179101992805863 ;
relativeStake = 0.002714898513038538 ;
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.4206203480321787 ;
relativeStake = 0.002710148751592389 ;
relays = [
{
address = "relaynode1.bravostakepool.nl" ;
port = 3001 ;
}
{
address = "relaynode2.bravostakepool.nl" ;
port = 3001 ;
}
{
address = "relaynode3.bravostakepool.nl" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.4233285901203706 ;
relativeStake = 0.002708242088191927 ;
relays = [
{
address = "relay.cardano.securestaking.io" ;
port = 3000 ;
}
{
address = "secur2.cardano.securestaking.io" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.42603420141848 ;
relativeStake = 0.0027056112981093863 ;
relays = [
{
address = "f9395b98.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.42873186628427434 ;
relativeStake = 0.0026976648657943765 ;
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.43140439375335043 ;
relativeStake = 0.002672527469076086 ;
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.434075207960416 ;
relativeStake = 0.002670814207065531 ;
relays = [
{
address = "cork.queenada.com" ;
port = 7500 ;
}
];
}
{
accumulatedStake = 0.4367323959114714 ;
relativeStake = 0.00265718795105539 ;
relays = [
{
address = "relay.anonaf.com" ;
port = 3333 ;
}
];
}
{
accumulatedStake = 0.43938683646372284 ;
relativeStake = 0.0026544405522514747 ;
relays = [
{
address = "st3ak.1337.cx" ;
port = 6000 ;
}
{
address = "st3ak.mooo.com" ;
port = 6000 ;
}
{
address = "st3ak.root.sx" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.4420409758525711 ;
relativeStake = 0.0026541393888483015 ;
relays = [
{
address = "relay1.str8pool.com" ;
port = 7421 ;
}
{
address = "relay2.str8pool.com" ;
port = 3611 ;
}
];
}
{
accumulatedStake = 0.4446744567271612 ;
relativeStake = 0.002633480874590054 ;
relays = [
{
address = "relay.cardano.securestaking.io" ;
port = 3000 ;
}
{
address = "secur2.cardano.securestaking.io" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.4472992488548879 ;
relativeStake = 0.0026247921277267315 ;
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.4499127967123031 ;
relativeStake = 0.0026135478574151635 ;
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.45252358969318374 ;
relativeStake = 0.0026107929808806196 ;
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.4550992087208691 ;
relativeStake = 0.0025756190276854237 ;
relays = [
{
address = "54.37.87.63" ;
port = 6000 ;
}
{
address = "54.36.178.85" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.45766899256467397 ;
relativeStake = 0.0025697838438048385 ;
relays = [
{
address = "relay-pool-ledger-3-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.4602371204260182 ;
relativeStake = 0.002568127861344214 ;
relays = [
{
address = "644dd09c.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.46279848833835785 ;
relativeStake = 0.002561367912339629 ;
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.46531841133700746 ;
relativeStake = 0.002519922998649633 ;
relays = [
{
address = "fr.relays.cardanians.io" ;
port = 1000 ;
}
{
address = "ca.relays.cardanians.io" ;
port = 1000 ;
}
];
}
{
accumulatedStake = 0.467803814453146 ;
relativeStake = 0.002485403116138525 ;
relays = [
{
address = "a0e18895.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.47028043592594915 ;
relativeStake = 0.0024766214728031365 ;
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.47275620635229443 ;
relativeStake = 0.002475770426345324 ;
relays = [
{
address = "relay1.able-pool.io" ;
port = 4555 ;
}
{
address = "relay2.able-pool.io" ;
port = 4419 ;
}
];
}
{
accumulatedStake = 0.47522604882645125 ;
relativeStake = 0.0024698424741568244 ;
relays = [
{
address = "c61ace08.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.4776952455433105 ;
relativeStake = 0.0024691967168592537 ;
relays = [
{
address = "r1.adastat.net" ;
port = 3333 ;
}
{
address = "r2.adastat.net" ;
port = 3333 ;
}
{
address = "r3.adastat.net" ;
port = 3333 ;
}
];
}
{
accumulatedStake = 0.4801630395397893 ;
relativeStake = 0.0024677939964787435 ;
relays = [
{
address = "r1.1percentpool.eu" ;
port = 19001 ;
}
{
address = "r2.1percentpool.eu" ;
port = 19002 ;
}
];
}
{
accumulatedStake = 0.48260385111903215 ;
relativeStake = 0.0024408115792428704 ;
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.48501218858278106 ;
relativeStake = 0.0024083374637488978 ;
relays = [
{
address = "relays.onyxstakepool.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.4873753240105113 ;
relativeStake = 0.0023631354277302884 ;
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.48973727829241853 ;
relativeStake = 0.0023619542819072197 ;
relays = [
{
address = "relay-pool-figment-6-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.49209847736707246 ;
relativeStake = 0.0023611990746539133 ;
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.494455657294716 ;
relativeStake = 0.0023571799276435514 ;
relays = [
{
address = "3.217.90.52" ;
port = 6000 ;
}
{
address = "3.219.254.127" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.49681049895830043 ;
relativeStake = 0.002354841663584441 ;
relays = [
{
address = "ada-relay02.biglazycat.com" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.49916351514528895 ;
relativeStake = 0.0023530161869884983 ;
relays = [
{
address = "152.53.21.151" ;
port = 6000 ;
}
{
address = "149.102.152.63" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.5015130382059434 ;
relativeStake = 0.0023495230606544065 ;
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.5038579295468899 ;
relativeStake = 0.0023448913409465444 ;
relays = [
{
address = "49.12.198.221" ;
port = 6000 ;
}
{
address = "89.58.18.51" ;
port = 6000 ;
}
{
address = "131.153.199.82" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.5062025760002355 ;
relativeStake = 0.002344646453345665 ;
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.5085469129981557 ;
relativeStake = 0.002344336997920081 ;
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.5108912423729653 ;
relativeStake = 0.0023443293748097475 ;
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.5132355704287384 ;
relativeStake = 0.002344328055773013 ;
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.5155798929324923 ;
relativeStake = 0.0023443225037539346 ;
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.5179242106994834 ;
relativeStake = 0.002344317766990997 ;
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.5202513851321492 ;
relativeStake = 0.0023271744326658047 ;
relays = [
{
address = "35.156.192.95" ;
port = 6000 ;
}
{
address = "18.197.51.215" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.5225661781107586 ;
relativeStake = 0.002314792978609375 ;
relays = [
{
address = "188.165.236.202" ;
port = 3001 ;
}
{
address = "195.201.107.114" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5248729353595707 ;
relativeStake = 0.0023067572488121345 ;
relays = [
{
address = "relay0.fimi.vn" ;
port = 3000 ;
}
{
address = "relay1.fimi.vn" ;
port = 3000 ;
}
{
address = "relay2.fimi.vn" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.5271723731551283 ;
relativeStake = 0.0022994377955577274 ;
relays = [
{
address = "eu1.stakecool.io" ;
port = 4001 ;
}
{
address = "eu2.stakecool.io" ;
port = 4001 ;
}
{
address = "ca1.stakecool.io" ;
port = 4001 ;
}
];
}
{
accumulatedStake = 0.5294446773307174 ;
relativeStake = 0.0022723041755890534 ;
relays = [
{
address = "57.128.184.27" ;
port = 3001 ;
}
{
address = "57.128.184.86" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5317122504848985 ;
relativeStake = 0.002267573154181023 ;
relays = [
{
address = "relay1.apexfusionhosting.com" ;
port = 3001 ;
}
{
address = "relay2.apexfusionhosting.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5339627919019266 ;
relativeStake = 0.0022505414170281564 ;
relays = [
{
address = "150.136.111.193" ;
port = 6001 ;
}
{
address = "150.136.84.82" ;
port = 6001 ;
}
{
address = "158.101.99.150" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.536202836611862 ;
relativeStake = 0.0022400447099353423 ;
relays = [
{
address = "35.211.17.86" ;
port = 3000 ;
}
{
address = "34.23.88.7" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.5384370244092833 ;
relativeStake = 0.0022341877974213485 ;
relays = [
{
address = "relay0.viperstaking.com" ;
port = 4444 ;
}
];
}
{
accumulatedStake = 0.5406374778941677 ;
relativeStake = 0.0022004534848843833 ;
relays = [
{
address = "86.80.128.65" ;
port = 3001 ;
}
{
address = "86.80.128.65" ;
port = 3002 ;
}
{
address = "86.80.128.65" ;
port = 3003 ;
}
];
}
{
accumulatedStake = 0.542829563688235 ;
relativeStake = 0.0021920857940673044 ;
relays = [
{
address = "relay-pool-bitvavo-1-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.545017385735282 ;
relativeStake = 0.002187822047047032 ;
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.5471989129097393 ;
relativeStake = 0.002181527174457328 ;
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.5493794384924475 ;
relativeStake = 0.002180525582708133 ;
relays = [
{
address = "relays.wavepool.digital" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5515475259093724 ;
relativeStake = 0.0021680874169249403 ;
relays = [
{
address = "relay.azureada.com" ;
port = 3001 ;
}
{
address = "relay.azureada.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5537110675740752 ;
relativeStake = 0.0021635416647027253 ;
relays = [
{
address = "relay1.0aaaa.org" ;
port = 3001 ;
}
{
address = "relay2.0aaaa.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5558384006867865 ;
relativeStake = 0.0021273331127113085 ;
relays = [
{
address = "relay-pool-bitvavo-2-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.5579557593684276 ;
relativeStake = 0.002117358681641092 ;
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.5600717746319206 ;
relativeStake = 0.0021160152634930817 ;
relays = [
{
address = "relay-pool-bitvavo-3-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.5621862580417112 ;
relativeStake = 0.0021144834097905564 ;
relays = [
{
address = "relays.wavepool.digital" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5642982017388849 ;
relativeStake = 0.0021119436971737257 ;
relays = [
{
address = "57.128.184.28" ;
port = 3001 ;
}
{
address = "57.128.184.30" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5663910833035803 ;
relativeStake = 0.0020928815646953894 ;
relays = [
{
address = "109.123.231.213" ;
port = 6000 ;
}
{
address = "89.58.45.244" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.5684592703652375 ;
relativeStake = 0.0020681870616571915 ;
relays = [
{
address = "relay.cardano.securestaking.io" ;
port = 3000 ;
}
{
address = "secur2.cardano.securestaking.io" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.5705273639022838 ;
relativeStake = 0.0020680935370462877 ;
relays = [
{
address = "eu-relay.hermes-stakepool.com" ;
port = 1000 ;
}
{
address = "us-relay.hermes-stakepool.com" ;
port = 1000 ;
}
];
}
{
accumulatedStake = 0.5725600079323763 ;
relativeStake = 0.002032644030092499 ;
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.5745459019311394 ;
relativeStake = 0.0019858939987631554 ;
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.5765242966819681 ;
relativeStake = 0.001978394750828746 ;
relays = [
{
address = "relay-pool-figment-8-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.5784878073678886 ;
relativeStake = 0.0019635106859204397 ;
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.5804401707483577 ;
relativeStake = 0.0019523633804691169 ;
relays = [
{
address = "relays.wavepool.digital" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5823881066833779 ;
relativeStake = 0.0019479359350201527 ;
relays = [
{
address = "relay1.blueocean.sg" ;
port = 3001 ;
}
{
address = "relay2.blueocean.sg" ;
port = 3001 ;
}
{
address = "hcm07xw90vx.sn.mynetname.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5843339141454863 ;
relativeStake = 0.0019458074621083678 ;
relays = [
{
address = "cardano-relays-1.nu.fi" ;
port = 3003 ;
}
{
address = "cardano-relays-2.nu.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5862755192690736 ;
relativeStake = 0.0019416051235873247 ;
relays = [
{
address = "eu.relays.cardanians.io" ;
port = 1000 ;
}
{
address = "ca.relays.cardanians.io" ;
port = 1000 ;
}
];
}
{
accumulatedStake = 0.588215845239637 ;
relativeStake = 0.001940325970563445 ;
relays = [
{
address = "cardano-relay1.nodes.lgns.xyz" ;
port = 6000 ;
}
{
address = "cardano-relay2.nodes.lgns.xyz" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.5901531233722824 ;
relativeStake = 0.00193727813264542 ;
relays = [
{
address = "18.157.253.103" ;
port = 8381 ;
}
];
}
{
accumulatedStake = 0.5920878607012943 ;
relativeStake = 0.0019347373290118039 ;
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.5940132691552562 ;
relativeStake = 0.0019254084539619336 ;
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.5959224901785553 ;
relativeStake = 0.0019092210232990996 ;
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.5978036347192763 ;
relativeStake = 0.001881144540721049 ;
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.5996727793047445 ;
relativeStake = 0.0018691445854681792 ;
relays = [
{
address = "66.160.158.69" ;
port = 6000 ;
}
{
address = "66.160.158.70" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.601520469740498 ;
relativeStake = 0.0018476904357534356 ;
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.603346089963336 ;
relativeStake = 0.0018256202228380917 ;
relays = [
{
address = "relay-pool-ledger-1-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.6051676930610724 ;
relativeStake = 0.0018216030977363923 ;
relays = [
{
address = "relay-1.minswap.org" ;
port = 3001 ;
}
{
address = "relay-2.minswap.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6069841407878498 ;
relativeStake = 0.0018164477267773732 ;
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.6087644759586577 ;
relativeStake = 0.001780335170807912 ;
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.6105421647277266 ;
relativeStake = 0.001777688769068936 ;
relays = [
{
address = "adar1.stakit.io" ;
port = 30500 ;
}
];
}
{
accumulatedStake = 0.6123175641882551 ;
relativeStake = 0.001775399460528437 ;
relays = [
{
address = "170.187.203.117" ;
port = 6000 ;
}
{
address = "173.255.203.8" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.6140867149360767 ;
relativeStake = 0.0017691507478216357 ;
relays = [
{
address = "64.176.49.224" ;
port = 6000 ;
}
{
address = "149.28.161.63" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.6158553574910489 ;
relativeStake = 0.0017686425549722194 ;
relays = [
{
address = "europe-2.katanapool.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6176200577878549 ;
relativeStake = 0.0017647002968059346 ;
relays = [
{
address = "217.160.14.223" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.6193620958621975 ;
relativeStake = 0.001742038074342562 ;
relays = [
{
address = "relay.sunnyada.com" ;
port = 5001 ;
}
];
}
{
accumulatedStake = 0.621091650861335 ;
relativeStake = 0.0017295549991375584 ;
relays = [
{
address = "north-america-relay.jpn-sp.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6228210278826258 ;
relativeStake = 0.0017293770212908697 ;
relays = [
{
address = "eu.relays.cardanians.io" ;
port = 1000 ;
}
{
address = "ca.relays.cardanians.io" ;
port = 1000 ;
}
];
}
{
accumulatedStake = 0.624524673109576 ;
relativeStake = 0.0017036452269501932 ;
relays = [
{
address = "32.cardano.staked.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6262259520776995 ;
relativeStake = 0.0017012789681234083 ;
relays = [
{
address = "cardano-relays-1.nu.fi" ;
port = 3003 ;
}
{
address = "cardano-relays-2.nu.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6279106628348828 ;
relativeStake = 0.0016847107571834137 ;
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.6295945627025578 ;
relativeStake = 0.0016838998676748183 ;
relays = [
{
address = "1339aecb.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.6312703422088141 ;
relativeStake = 0.0016757795062563743 ;
relays = [
{
address = "relays.digi.pro" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6329461095139719 ;
relativeStake = 0.0016757673051578715 ;
relays = [
{
address = "20.69.213.207" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.634621450992894 ;
relativeStake = 0.0016753414789220595 ;
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.6362944620066422 ;
relativeStake = 0.0016730110137481615 ;
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.6379670153535618 ;
relativeStake = 0.0016725533469196677 ;
relays = [
{
address = "25.cardano.staked.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6396390126601265 ;
relativeStake = 0.0016719973065646445 ;
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.6413097005571066 ;
relativeStake = 0.0016706878969800683 ;
relays = [
{
address = "150.136.84.82" ;
port = 6001 ;
}
{
address = "158.101.99.150" ;
port = 6001 ;
}
{
address = "150.136.111.193" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.6429800638019684 ;
relativeStake = 0.001670363244861775 ;
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.6446503487797992 ;
relativeStake = 0.0016702849778308891 ;
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.6463199385856379 ;
relativeStake = 0.0016695898058386265 ;
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.6479887163528796 ;
relativeStake = 0.0016687777672417456 ;
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.6496564092068314 ;
relativeStake = 0.0016676928539518924 ;
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.6513240715571031 ;
relativeStake = 0.0016676623502716581 ;
relays = [
{
address = "139.180.198.13" ;
port = 6000 ;
}
{
address = "207.148.77.122" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.6529913314890687 ;
relativeStake = 0.001667259931965641 ;
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.6546578385151776 ;
relativeStake = 0.0016665070261087343 ;
relays = [
{
address = "35.154.118.137" ;
port = 6000 ;
}
{
address = "3.6.81.137" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.6563237670411108 ;
relativeStake = 0.0016659285259333625 ;
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.6579739203186702 ;
relativeStake = 0.001650153277559273 ;
relays = [
{
address = "13.235.131.115" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.659620026635378 ;
relativeStake = 0.0016461063167078967 ;
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.6612633166816051 ;
relativeStake = 0.0016432900462270928 ;
relays = [
{
address = "3ef2283d.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.6629061614292528 ;
relativeStake = 0.001642844747647747 ;
relays = [
{
address = "53e378bf.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.664548392746531 ;
relativeStake = 0.0016422313172780618 ;
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.6661905916891434 ;
relativeStake = 0.0016421989426124812 ;
relays = [
{
address = "fdd5329e.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.6678325625396374 ;
relativeStake = 0.001641970850493925 ;
relays = [
{
address = "a1666f4c.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.6694744552783704 ;
relativeStake = 0.001641892738732957 ;
relays = [
{
address = "0b2a2fd4.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.6711162820953072 ;
relativeStake = 0.0016418268169368993 ;
relays = [
{
address = "e646e266.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.6727580936950337 ;
relativeStake = 0.0016418115997265225 ;
relays = [
{
address = "07f6ea55.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.674399757672749 ;
relativeStake = 0.0016416639777152649 ;
relays = [
{
address = "84cbba68.cardano-relay.herd.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.6760412592732798 ;
relativeStake = 0.0016415016005309057 ;
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.6776827486744375 ;
relativeStake = 0.0016414894011574932 ;
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.6793180409536981 ;
relativeStake = 0.0016352922792607217 ;
relays = [
{
address = "195.201.143.213" ;
port = 3001 ;
}
{
address = "194.233.70.237" ;
port = 3001 ;
}
{
address = "89.58.59.127" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6809523749363431 ;
relativeStake = 0.0016343339826450094 ;
relays = [
{
address = "relays.wavepool.digital" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6825775910248615 ;
relativeStake = 0.0016252160885183275 ;
relays = [
{
address = "relays.cardanowithpaul.com" ;
port = 1069 ;
}
];
}
{
accumulatedStake = 0.6841966962129706 ;
relativeStake = 0.001619105188109192 ;
relays = [
{
address = "52.6.109.221" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6857979650940152 ;
relativeStake = 0.0016012688810446124 ;
relays = [
{
address = "relay-pool-figment-3-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.6873875516359903 ;
relativeStake = 0.0015895865419750354 ;
relays = [
{
address = "202.61.246.91" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6889761130156862 ;
relativeStake = 0.001588561379695911 ;
relays = [
{
address = "relay1.ada-stake.com" ;
port = 3001 ;
}
{
address = "relay2.ada-stake.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6905550145204441 ;
relativeStake = 0.0015789015047578715 ;
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.6921281777105447 ;
relativeStake = 0.0015731631901006642 ;
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.6937001972302053 ;
relativeStake = 0.0015720195196605538 ;
relays = [
{
address = "relays.smaug.pool.pm" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.695268161256444 ;
relativeStake = 0.0015679640262386838 ;
relays = [
{
address = "relays.digi.pro" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6968320402336844 ;
relativeStake = 0.0015638789772404464 ;
relays = [
{
address = "3.234.66.234" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6983934749536242 ;
relativeStake = 0.0015614347199397974 ;
relays = [
{
address = "3.234.66.234" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6999519607028227 ;
relativeStake = 0.0015584857491985305 ;
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.7015087823583013 ;
relativeStake = 0.0015568216554785225 ;
relays = [
{
address = "34.192.61.190" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7030634691306413 ;
relativeStake = 0.0015546867723400786 ;
relays = [
{
address = "3.234.185.23" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7046179625186462 ;
relativeStake = 0.0015544933880048573 ;
relays = [
{
address = "3.234.185.23" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.706162555625103 ;
relativeStake = 0.0015445931064568324 ;
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.7077033016863388 ;
relativeStake = 0.0015407460612357506 ;
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.7092230141672969 ;
relativeStake = 0.0015197124809581079 ;
relays = [
{
address = "198.71.57.191" ;
port = 6000 ;
}
{
address = "154.12.240.223" ;
port = 6000 ;
}
{
address = "94.16.113.130" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7107374546747671 ;
relativeStake = 0.0015144405074701858 ;
relays = [
{
address = "18.207.62.97" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.712250417725277 ;
relativeStake = 0.0015129630505099293 ;
relays = [
{
address = "23.21.195.62" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7137631279136731 ;
relativeStake = 0.0015127101883961353 ;
relays = [
{
address = "relays.wavepool.digital" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7152705732956584 ;
relativeStake = 0.001507445381985213 ;
relays = [
{
address = "23.23.190.5" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7167778775117531 ;
relativeStake = 0.0015073042160947837 ;
relays = [
{
address = "23.23.190.5" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7182839576800469 ;
relativeStake = 0.0015060801682938371 ;
relays = [
{
address = "18.207.62.97" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7197893089096696 ;
relativeStake = 0.0015053512296226263 ;
relays = [
{
address = "3.231.140.4" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7212939455900499 ;
relativeStake = 0.0015046366803802835 ;
relays = [
{
address = "3.221.94.137" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7227977469143688 ;
relativeStake = 0.001503801324318907 ;
relays = [
{
address = "3.221.94.137" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.724300133470892 ;
relativeStake = 0.00150238655652313 ;
relays = [
{
address = "3.231.140.4" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7258023209807051 ;
relativeStake = 0.0015021875098131098 ;
relays = [
{
address = "3.221.184.134" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.727304264948581 ;
relativeStake = 0.0015019439678760208 ;
relays = [
{
address = "3.221.184.134" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7287958666732369 ;
relativeStake = 0.0014916017246559107 ;
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.730286161140597 ;
relativeStake = 0.001490294467359952 ;
relays = [
{
address = "104.131.47.170" ;
port = 6000 ;
}
{
address = "128.199.64.13" ;
port = 6000 ;
}
{
address = "165.232.180.100" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7317705098455068 ;
relativeStake = 0.0014843487049099238 ;
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.7332376887548759 ;
relativeStake = 0.0014671789093690568 ;
relays = [
{
address = "relay-pool-figment-9-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.7347001223136951 ;
relativeStake = 0.0014624335588192274 ;
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.7361619993704461 ;
relativeStake = 0.0014618770567510076 ;
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.737621974817746 ;
relativeStake = 0.0014599754472998851 ;
relays = [
{
address = "asia-pacific-zzzrelay.zzzpool.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7390644959091505 ;
relativeStake = 0.0014425210914044183 ;
relays = [
{
address = "35.211.17.86" ;
port = 3000 ;
}
{
address = "34.23.88.7" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.7405063468379972 ;
relativeStake = 0.0014418509288468015 ;
relays = [
{
address = "52.8.37.3" ;
port = 3001 ;
}
{
address = "3.125.252.182" ;
port = 3001 ;
}
{
address = "52.63.225.190" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.741944533701984 ;
relativeStake = 0.0014381868639867334 ;
relays = [
{
address = "relay.pasklab.com" ;
port = 3001 ;
}
{
address = "relay.pasklab.com" ;
port = 3002 ;
}
{
address = "relay.pasklab.com" ;
port = 3003 ;
}
];
}
{
accumulatedStake = 0.7433797693374719 ;
relativeStake = 0.0014352356354879082 ;
relays = [
{
address = "158.101.99.150" ;
port = 6001 ;
}
{
address = "150.136.111.193" ;
port = 6001 ;
}
{
address = "150.136.84.82" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.7448004228207765 ;
relativeStake = 0.001420653483304617 ;
relays = [
{
address = "relays.staking4ada.org" ;
port = 1818 ;
}
{
address = "globecast.staking4ada.org" ;
port = 6061 ;
}
];
}
{
accumulatedStake = 0.7462157045245867 ;
relativeStake = 0.0014152817038102427 ;
relays = [
{
address = "relays.mainnet.fortepool.io" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7476247015315195 ;
relativeStake = 0.0014089970069327696 ;
relays = [
{
address = "cardano-relays-1.nu.fi" ;
port = 3003 ;
}
{
address = "cardano-relays-2.nu.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7490296902813058 ;
relativeStake = 0.0014049887497863043 ;
relays = [
{
address = "89.58.38.12" ;
port = 6001 ;
}
{
address = "37.120.189.7" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.7504330497943363 ;
relativeStake = 0.0014033595130305556 ;
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.7518285261520552 ;
relativeStake = 0.0013954763577188475 ;
relays = [
{
address = "52.8.37.3" ;
port = 3001 ;
}
{
address = "3.125.252.182" ;
port = 3001 ;
}
{
address = "52.63.225.190" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7531976280674301 ;
relativeStake = 0.0013691019153748859 ;
relays = [
{
address = "relay1.hyperlinkpool.kr" ;
port = 3002 ;
}
{
address = "relay2.hyperlinkpool.kr" ;
port = 3003 ;
}
{
address = "relay3.hyperlinkpool.kr" ;
port = 3004 ;
}
];
}
{
accumulatedStake = 0.7545459627768972 ;
relativeStake = 0.0013483347094670657 ;
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.7558868962984265 ;
relativeStake = 0.001340933521529312 ;
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.757214746023954 ;
relativeStake = 0.0013278497255274685 ;
relays = [
{
address = "private-pools.fivebinaries.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7585310542993202 ;
relativeStake = 0.0013163082753662857 ;
relays = [
{
address = "relay1.cardanesia.com" ;
port = 3001 ;
}
{
address = "relay2.cardanesia.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7598387025418954 ;
relativeStake = 0.0013076482425752572 ;
relays = [
{
address = "r1.1percentpool.eu" ;
port = 19001 ;
}
{
address = "r2.1percentpool.eu" ;
port = 19002 ;
}
];
}
{
accumulatedStake = 0.7611423809458638 ;
relativeStake = 0.0013036784039683067 ;
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.7624431188387898 ;
relativeStake = 0.0013007378929260195 ;
relays = [
{
address = "65.109.12.161" ;
port = 6001 ;
}
{
address = "116.203.131.106" ;
port = 6002 ;
}
];
}
{
accumulatedStake = 0.7637329020885809 ;
relativeStake = 0.001289783249791046 ;
relays = [
{
address = "relay1.angelstakepool.net" ;
port = 5001 ;
}
{
address = "relay2.angelstakepool.net" ;
port = 5002 ;
}
];
}
{
accumulatedStake = 0.7650201878234272 ;
relativeStake = 0.0012872857348463329 ;
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.7663073870019743 ;
relativeStake = 0.0012871991785471425 ;
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.7675836114089347 ;
relativeStake = 0.0012762244069603375 ;
relays = [
{
address = "3.139.50.19" ;
port = 6000 ;
}
{
address = "3.137.129.218" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7688581599863797 ;
relativeStake = 0.0012745485774450194 ;
relays = [
{
address = "relays.wavepool.digital" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7701254154599034 ;
relativeStake = 0.0012672554735237121 ;
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.7713738961559374 ;
relativeStake = 0.0012484806960340032 ;
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.7726169932731277 ;
relativeStake = 0.0012430971171903476 ;
relays = [
{
address = "34.146.212.90" ;
port = 6000 ;
}
{
address = "34.175.85.49" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7738586466837956 ;
relativeStake = 0.0012416534106677382 ;
relays = [
{
address = "cardano-relays-1.nu.fi" ;
port = 3003 ;
}
{
address = "cardano-relays-2.nu.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7750940024215712 ;
relativeStake = 0.0012353557377756774 ;
relays = [
{
address = "relays.digi.pro" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7763071141751364 ;
relativeStake = 0.0012131117535652458 ;
relays = [
{
address = "benitoite-rohan-d68b9.cardano.bdnodes.net" ;
port = 6000 ;
}
{
address = "brown-lagos-6a470.cardano.bdnodes.net" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7775199527799337 ;
relativeStake = 0.0012128386047972409 ;
relays = [
{
address = "89.58.11.57" ;
port = 6000 ;
}
{
address = "185.207.104.130" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7787231739260179 ;
relativeStake = 0.0012032211460841576 ;
relays = [
{
address = "132.145.98.48" ;
port = 6000 ;
}
{
address = "82.165.230.141" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7799232639534962 ;
relativeStake = 0.0012000900274783735 ;
relays = [
{
address = "asia.jazzstakepool.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7811171796030892 ;
relativeStake = 0.001193915649593001 ;
relays = [
{
address = "cardano-relays-1.nu.fi" ;
port = 3003 ;
}
{
address = "cardano-relays-2.nu.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7823107350050861 ;
relativeStake = 0.0011935554019969015 ;
relays = [
{
address = "20.42.119.172" ;
port = 6000 ;
}
{
address = "160.251.196.40" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7834898330403242 ;
relativeStake = 0.0011790980352380956 ;
relays = [
{
address = "relaynode1.kaldano.work" ;
port = 3001 ;
}
{
address = "relaynode2.kaldano.work" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7846606135698613 ;
relativeStake = 0.001170780529537031 ;
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.7858244737114545 ;
relativeStake = 0.0011638601415932099 ;
relays = [
{
address = "relay1.kaizn.kaizencrypto.com" ;
port = 6000 ;
}
{
address = "relay2.kaizn.kaizencrypto.com" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7869838449051492 ;
relativeStake = 0.0011593711936946994 ;
relays = [
{
address = "3.111.14.60" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7881177431202667 ;
relativeStake = 0.0011338982151175413 ;
relays = [
{
address = "cardano-relays-1.nu.fi" ;
port = 3003 ;
}
{
address = "cardano-relays-2.nu.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7892507593125041 ;
relativeStake = 0.0011330161922374498 ;
relays = [
{
address = "r1.isp-r1.wjg.jp" ;
port = 3001 ;
}
{
address = "r2.isp-r1.wjg.jp" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.790383413531752 ;
relativeStake = 0.0011326542192478697 ;
relays = [
{
address = "152.53.121.193" ;
port = 6000 ;
}
{
address = "84.247.163.186" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7915054361583694 ;
relativeStake = 0.0011220226266174685 ;
relays = [
{
address = "relays.planetstake.com" ;
port = 3001 ;
}
{
address = "161.97.90.20" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7926215052559584 ;
relativeStake = 0.001116069097589006 ;
relays = [
{
address = "asia.jazzstakepool.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7937303817074872 ;
relativeStake = 0.0011088764515287284 ;
relays = [
{
address = "relays.liqwid.finance" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7948375564104727 ;
relativeStake = 0.001107174702985494 ;
relays = [
{
address = "relays.liqwid.finance" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7959419390311377 ;
relativeStake = 0.0011043826206650472 ;
relays = [
{
address = "asia.jazzstakepool.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7970462314513641 ;
relativeStake = 0.0011042924202263136 ;
relays = [
{
address = "202.61.246.91" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7981471641274794 ;
relativeStake = 0.0011009326761153974 ;
relays = [
{
address = "europe1-zzz3relay.zzzpool.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7992403348970045 ;
relativeStake = 0.0010931707695250644 ;
relays = [
{
address = "3.6.124.226" ;
port = 3001 ;
}
{
address = "18.193.92.87" ;
port = 3001 ;
}
{
address = "54.219.241.10" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8003292502163932 ;
relativeStake = 0.0010889153193887106 ;
relays = [
{
address = "89.58.57.185" ;
port = 4000 ;
}
{
address = "5.250.178.133" ;
port = 4000 ;
}
];
}
{
accumulatedStake = 0.8014053272565285 ;
relativeStake = 0.001076077040135204 ;
relays = [
{
address = "161.35.209.217" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8024711039461423 ;
relativeStake = 0.0010657766896138671 ;
relays = [
{
address = "europe-de.popsp.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8035266146461709 ;
relativeStake = 0.0010555107000286715 ;
relays = [
{
address = "102.130.127.242" ;
port = 6000 ;
}
{
address = "94.16.106.16" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8045660478776575 ;
relativeStake = 0.0010394332314865298 ;
relays = [
{
address = "135.181.194.233" ;
port = 6000 ;
}
{
address = "168.119.101.200" ;
port = 6000 ;
}
{
address = "5.161.59.12" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8056027731684823 ;
relativeStake = 0.0010367252908248118 ;
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.806635795722039 ;
relativeStake = 0.0010330225535567256 ;
relays = [
{
address = "43.cardano.staked.cloud" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8076652215631651 ;
relativeStake = 0.0010294258411260651 ;
relays = [
{
address = "20.69.213.207" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.8086901352019924 ;
relativeStake = 0.0010249136388273017 ;
relays = [
{
address = "20.91.236.57" ;
port = 6000 ;
}
{
address = "160.251.204.162" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8097146598956924 ;
relativeStake = 0.001024524693700001 ;
relays = [
{
address = "relay-pool-figment-10-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.8107323444270654 ;
relativeStake = 0.001017684531373001 ;
relays = [
{
address = "relay.azureada.com" ;
port = 3001 ;
}
{
address = "relay.azureada.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8117441883215332 ;
relativeStake = 0.0010118438944677842 ;
relays = [
{
address = "relay1.bluecheesestakehouse.com" ;
port = 5001 ;
}
];
}
{
accumulatedStake = 0.8127401330887197 ;
relativeStake = 0.0009959447671864994 ;
relays = [
{
address = "52.167.20.127" ;
port = 4000 ;
}
];
}
{
accumulatedStake = 0.8137355954715615 ;
relativeStake = 0.0009954623828418007 ;
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.8147246138479882 ;
relativeStake = 0.0009890183764267244 ;
relays = [
{
address = "europe3-zzz5relay.zzzpool.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8157117451407783 ;
relativeStake = 0.0009871312927900544 ;
relays = [
{
address = "private-pools.fivebinaries.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8166930299823046 ;
relativeStake = 0.0009812848415263874 ;
relays = [
{
address = "relay0.bluecheesestakehouse.com" ;
port = 5000 ;
}
];
}
{
accumulatedStake = 0.817672188360478 ;
relativeStake = 0.000979158378173252 ;
relays = [
{
address = "20.69.213.207" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.8186433384263827 ;
relativeStake = 0.0009711500659047956 ;
relays = [
{
address = "109.123.231.213" ;
port = 6000 ;
}
{
address = "89.58.45.244" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.819602275851924 ;
relativeStake = 0.0009589374255412625 ;
relays = [
{
address = "adaboy-mainnet-2a.gleeze.com" ;
port = 6000 ;
}
{
address = "adaboy-mainnet-3a.gleeze.com" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8205533012164307 ;
relativeStake = 0.0009510253645066538 ;
relays = [
{
address = "relay1.viperstaking.com" ;
port = 4444 ;
}
];
}
{
accumulatedStake = 0.8214995692135476 ;
relativeStake = 0.0009462679971170091 ;
relays = [
{
address = "cardano-relays.autostake.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8224424729880954 ;
relativeStake = 0.0009429037745477667 ;
relays = [
{
address = "35.154.123.251" ;
port = 3001 ;
}
{
address = "15.206.230.107" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8233769481097518 ;
relativeStake = 0.0009344751216563667 ;
relays = [
{
address = "relay.azureada.com" ;
port = 3001 ;
}
{
address = "relay.azureada.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8242977686438321 ;
relativeStake = 0.000920820534080327 ;
relays = [
{
address = "154.38.174.71" ;
port = 6000 ;
}
{
address = "118.153.253.133" ;
port = 57413 ;
}
{
address = "118.153.253.133" ;
port = 57414 ;
}
];
}
{
accumulatedStake = 0.8252181326601427 ;
relativeStake = 0.0009203640163105332 ;
relays = [
{
address = "125.250.255.197" ;
port = 8000 ;
}
{
address = "75.119.158.164" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8261335217521255 ;
relativeStake = 0.0009153890919828674 ;
relays = [
{
address = "relay0.crimsonpool.com" ;
port = 5100 ;
}
{
address = "relay1.crimsonpool.com" ;
port = 5101 ;
}
{
address = "relay2.crimsonpool.com" ;
port = 5102 ;
}
];
}
{
accumulatedStake = 0.8270476859805773 ;
relativeStake = 0.0009141642284518056 ;
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.8279518487954441 ;
relativeStake = 0.0009041628148668343 ;
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.8288534175543489 ;
relativeStake = 0.0009015687589047565 ;
relays = [
{
address = "relays.xray.app" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.8297524871599838 ;
relativeStake = 0.0008990696056349906 ;
relays = [
{
address = "194.233.70.42" ;
port = 57997 ;
}
{
address = "194.233.71.183" ;
port = 51180 ;
}
];
}
{
accumulatedStake = 0.8306472099874058 ;
relativeStake = 0.0008947228274219014 ;
relays = [
{
address = "75.119.157.236" ;
port = 6000 ;
}
{
address = "149.102.144.126" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8315392232211808 ;
relativeStake = 0.0008920132337749792 ;
relays = [
{
address = "143.110.217.207" ;
port = 6000 ;
}
{
address = "167.99.88.198" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8324287529909317 ;
relativeStake = 0.0008895297697508698 ;
relays = [
{
address = "relay01.nekota.work" ;
port = 3001 ;
}
{
address = "relay02.nekota.work" ;
port = 3001 ;
}
{
address = "relay03.nekota.work" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8333109365207326 ;
relativeStake = 0.0008821835298009825 ;
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.8341925909451167 ;
relativeStake = 0.0008816544243840736 ;
relays = [
{
address = "144.126.145.189" ;
port = 6000 ;
}
{
address = "144.126.145.190" ;
port = 7001 ;
}
];
}
{
accumulatedStake = 0.8350740081109559 ;
relativeStake = 0.0008814171658392364 ;
relays = [
{
address = "relay1.mazza.vc" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8359537015105147 ;
relativeStake = 0.0008796933995588361 ;
relays = [
{
address = "57.129.28.179" ;
port = 3001 ;
}
{
address = "57.129.28.180" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8368296327011965 ;
relativeStake = 0.0008759311906817679 ;
relays = [
{
address = "cardano-relays-1.nu.fi" ;
port = 3003 ;
}
{
address = "cardano-relays-2.nu.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8376988449921292 ;
relativeStake = 0.0008692122909327091 ;
relays = [
{
address = "ram-relay1.irota.xyz" ;
port = 6000 ;
}
{
address = "kyu-relay2.irota.xyz" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8385655594351753 ;
relativeStake = 0.0008667144430460358 ;
relays = [
{
address = "private-pools.fivebinaries.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8394318996326311 ;
relativeStake = 0.0008663401974558026 ;
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.8402973270561428 ;
relativeStake = 0.0008654274235117347 ;
relays = [
{
address = "104.236.24.187" ;
port = 5281 ;
}
{
address = "23.24.140.149" ;
port = 5282 ;
}
];
}
{
accumulatedStake = 0.8411609207100412 ;
relativeStake = 0.0008635936538984055 ;
relays = [
{
address = "13.208.79.46" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8420185391092674 ;
relativeStake = 0.0008576183992261982 ;
relays = [
{
address = "52.167.20.127" ;
port = 4000 ;
}
];
}
{
accumulatedStake = 0.8428716213706673 ;
relativeStake = 0.0008530822613998441 ;
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.8437181502738306 ;
relativeStake = 0.000846528903163302 ;
relays = [
{
address = "cardano-relays.atomicwallet.io" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.8445555949696387 ;
relativeStake = 0.0008374446958081908 ;
relays = [
{
address = "77.110.114.135" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8453923274506314 ;
relativeStake = 0.000836732480992623 ;
relays = [
{
address = "135.181.194.233" ;
port = 6000 ;
}
{
address = "168.119.101.200" ;
port = 6000 ;
}
{
address = "5.161.59.12" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.846227754768476 ;
relativeStake = 0.0008354273178446716 ;
relays = [
{
address = "34.84.0.241" ;
port = 3000 ;
}
{
address = "34.146.198.77" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.8470623723622231 ;
relativeStake = 0.0008346175937470577 ;
relays = [
{
address = "206.81.3.194" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8478909836129518 ;
relativeStake = 0.0008286112507286418 ;
relays = [
{
address = "cpr1.sargatxet.cloud" ;
port = 6001 ;
}
{
address = "cpr2.sargatxet.cloud" ;
port = 6001 ;
}
{
address = "cpr3.sargatxet.cloud" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.8487183867904875 ;
relativeStake = 0.0008274031775357175 ;
relays = [
{
address = "178.128.79.219" ;
port = 3001 ;
}
{
address = "104.131.122.73" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8495428064953148 ;
relativeStake = 0.0008244197048273633 ;
relays = [
{
address = "relay1.toiro.love" ;
port = 6000 ;
}
{
address = "relay2.toiro.love" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.850363996653932 ;
relativeStake = 0.000821190158617238 ;
relays = [
{
address = "85.215.147.174" ;
port = 6000 ;
}
{
address = "85.215.187.104" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.85118212320122 ;
relativeStake = 0.000818126547287911 ;
relays = [
{
address = "eu.relays.cardanians.io" ;
port = 1000 ;
}
{
address = "ca.relays.cardanians.io" ;
port = 1000 ;
}
];
}
{
accumulatedStake = 0.8519965415551772 ;
relativeStake = 0.0008144183539572845 ;
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.8528069451330912 ;
relativeStake = 0.0008104035779139112 ;
relays = [
{
address = "relay1.cashflowpool.com" ;
port = 3001 ;
}
{
address = "relay2.cashflowpool.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8536156791119288 ;
relativeStake = 0.0008087339788376497 ;
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.8544218373209725 ;
relativeStake = 0.0008061582090436945 ;
relays = [
{
address = "cardano-relays.atomicwallet.io" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.8552261895118938 ;
relativeStake = 0.0008043521909212164 ;
relays = [
{
address = "1f018fdb.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.8560238452430919 ;
relativeStake = 0.0007976557311982022 ;
relays = [
{
address = "202.61.246.91" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8568144922676356 ;
relativeStake = 0.0007906470245436949 ;
relays = [
{
address = "europe1-relay.jpn-sp.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8575888229228082 ;
relativeStake = 0.0007743306551726713 ;
relays = [
{
address = "45.77.67.30" ;
port = 3000 ;
}
{
address = "45.32.153.230" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.8583624341986797 ;
relativeStake = 0.0007736112758714668 ;
relays = [
{
address = "relays.banderini.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8591308579949659 ;
relativeStake = 0.0007684237962861838 ;
relays = [
{
address = "cardano-relays-1.nu.fi" ;
port = 3003 ;
}
{
address = "cardano-relays-2.nu.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8598975582074256 ;
relativeStake = 0.0007667002124597204 ;
relays = [
{
address = "r1.1percentpool.eu" ;
port = 19001 ;
}
{
address = "r2.1percentpool.eu" ;
port = 19002 ;
}
];
}
{
accumulatedStake = 0.8606515250860334 ;
relativeStake = 0.0007539668786076959 ;
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.8614026705672106 ;
relativeStake = 0.0007511454811772888 ;
relays = [
{
address = "private-pools.fivebinaries.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8621509221279966 ;
relativeStake = 0.0007482515607859499 ;
relays = [
{
address = "csn.relay1.cardanoscan.io" ;
port = 3101 ;
}
{
address = "csn.relay2.cardanoscan.io" ;
port = 3101 ;
}
];
}
{
accumulatedStake = 0.8628905797523294 ;
relativeStake = 0.0007396576243327929 ;
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.8636243475687287 ;
relativeStake = 0.0007337678163993805 ;
relays = [
{
address = "r1.1percentpool.eu" ;
port = 19001 ;
}
{
address = "r2.1percentpool.eu" ;
port = 19002 ;
}
];
}
{
accumulatedStake = 0.8643571888933576 ;
relativeStake = 0.000732841324628815 ;
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.8650842960430492 ;
relativeStake = 0.0007271071496915514 ;
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.8658106233548666 ;
relativeStake = 0.000726327311817411 ;
relays = [
{
address = "adar2.stakit.io" ;
port = 30501 ;
}
];
}
{
accumulatedStake = 0.8665365503044483 ;
relativeStake = 0.0007259269495818007 ;
relays = [
{
address = "relay-pool-1-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.8672556154393306 ;
relativeStake = 0.0007190651348822756 ;
relays = [
{
address = "149.28.106.59" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8679710677978387 ;
relativeStake = 0.0007154523585080676 ;
relays = [
{
address = "116.80.93.53" ;
port = 6000 ;
}
{
address = "5.104.85.79" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8686845936175166 ;
relativeStake = 0.0007135258196778847 ;
relays = [
{
address = "34.175.101.127" ;
port = 6000 ;
}
{
address = "34.175.85.49" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8693855363077436 ;
relativeStake = 0.0007009426902270571 ;
relays = [
{
address = "relay1.thevikingpool.com" ;
port = 6000 ;
}
{
address = "relay2.thevikingpool.com" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8700855901806929 ;
relativeStake = 0.0007000538729492572 ;
relays = [
{
address = "54.150.77.128" ;
port = 6000 ;
}
{
address = "35.72.226.248" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8707848501047212 ;
relativeStake = 0.0006992599240282642 ;
relays = [
{
address = "relay1.adaverse.com" ;
port = 5000 ;
}
{
address = "relay2.adaverse.com" ;
port = 4000 ;
}
];
}
{
accumulatedStake = 0.8714769664327201 ;
relativeStake = 0.0006921163279989886 ;
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 ;
}
{
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.8721649987034145 ;
relativeStake = 0.0006880322706943222 ;
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.8728465372292654 ;
relativeStake = 0.0006815385258509849 ;
relays = [
{
address = "relay1.powerstakepool.com" ;
port = 6000 ;
}
{
address = "relay2.powerstakepool.com" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8735269466285409 ;
relativeStake = 0.0006804093992755044 ;
relays = [
{
address = "asia-pacific-japan.popsp.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8742051157300589 ;
relativeStake = 0.0006781691015179352 ;
relays = [
{
address = "r1.relaypool.online" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.8748764607797828 ;
relativeStake = 0.0006713450497238363 ;
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.8755407744814095 ;
relativeStake = 0.0006643137016268544 ;
relays = [
{
address = "137.117.180.0" ;
port = 16112 ;
}
{
address = "20.52.178.196" ;
port = 16112 ;
}
{
address = "52.152.187.47" ;
port = 16112 ;
}
];
}
{
accumulatedStake = 0.8762048709920652 ;
relativeStake = 0.0006640965106556832 ;
relays = [
{
address = "34.192.61.190" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8768676994756336 ;
relativeStake = 0.0006628284835682907 ;
relays = [
{
address = "r1.adaism.uk" ;
port = 8081 ;
}
{
address = "r2.adaism.uk" ;
port = 8081 ;
}
];
}
{
accumulatedStake = 0.8775278020882246 ;
relativeStake = 0.0006601026125910174 ;
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.8781858596421002 ;
relativeStake = 0.0006580575538755809 ;
relays = [
{
address = "223.25.73.249" ;
port = 6452 ;
}
{
address = "128.199.147.30" ;
port = 6001 ;
}
{
address = "158.140.141.199" ;
port = 8082 ;
}
];
}
{
accumulatedStake = 0.8788330189426898 ;
relativeStake = 0.0006471593005897048 ;
relays = [
{
address = "78.47.119.91" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8794795721111512 ;
relativeStake = 0.000646553168461384 ;
relays = [
{
address = "r1.cosd.com" ;
port = 5250 ;
}
{
address = "r2.cosd.com" ;
port = 5250 ;
}
];
}
{
accumulatedStake = 0.8801253104550608 ;
relativeStake = 0.000645738343909519 ;
relays = [
{
address = "relay1.pudim.cat" ;
port = 3002 ;
}
{
address = "relay2.pudim.cat" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.8807698519948719 ;
relativeStake = 0.0006445415398111695 ;
relays = [
{
address = "relay1.squidpool.com" ;
port = 3001 ;
}
{
address = "relay2.squidpool.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8814019712113352 ;
relativeStake = 0.0006321192164632496 ;
relays = [
{
address = "relay1-ada.cex.io" ;
port = 3001 ;
}
{
address = "relay2-ada.cex.io" ;
port = 3002 ;
}
{
address = "relay3-ada.cex.io" ;
port = 3003 ;
}
];
}
{
accumulatedStake = 0.8820333442427105 ;
relativeStake = 0.0006313730313753691 ;
relays = [
{
address = "re1.reservoir.network" ;
port = 3001 ;
}
{
address = "re2.reservoir.network" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8826643808386406 ;
relativeStake = 0.0006310365959300425 ;
relays = [
{
address = "relays.onyxstakepool.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8832913964369937 ;
relativeStake = 0.000627015598353071 ;
relays = [
{
address = "eu1.stakecool.io" ;
port = 4001 ;
}
{
address = "eu2.stakecool.io" ;
port = 4001 ;
}
{
address = "ca1.stakecool.io" ;
port = 4001 ;
}
];
}
{
accumulatedStake = 0.8839115709512115 ;
relativeStake = 0.000620174514217867 ;
relays = [
{
address = "cardano-relays-1.nu.fi" ;
port = 3003 ;
}
{
address = "cardano-relays-2.nu.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8845278989187342 ;
relativeStake = 0.0006163279675226348 ;
relays = [
{
address = "r1.isp-r1.wjg.jp" ;
port = 3001 ;
}
{
address = "r2.isp-r1.wjg.jp" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.8851396666454671 ;
relativeStake = 0.0006117677267328818 ;
relays = [
{
address = "relay.armadastakepool.com" ;
port = 5100 ;
}
];
}
{
accumulatedStake = 0.8857499434875613 ;
relativeStake = 0.00061027684209428 ;
relays = [
{
address = "40.160.1.159" ;
port = 6000 ;
}
{
address = "15.204.108.52" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8863587854610916 ;
relativeStake = 0.0006088419735302651 ;
relays = [
{
address = "bra-relay.cardanistas.io" ;
port = 8081 ;
}
{
address = "usa-relay.cardanistas.io" ;
port = 8082 ;
}
{
address = "de-relay.cardanistas.io" ;
port = 8083 ;
}
];
}
{
accumulatedStake = 0.8869653499925783 ;
relativeStake = 0.0006065645314866251 ;
relays = [
{
address = "r1-1.cardanocafe.org" ;
port = 3000 ;
}
{
address = "r1-2.cardanocafe.org" ;
port = 3005 ;
}
{
address = "r1-3.cardanocafe.org" ;
port = 3010 ;
}
{
address = "r2-1.cardanocafe.org" ;
port = 4000 ;
}
{
address = "r2-2.cardanocafe.org" ;
port = 4005 ;
}
{
address = "r2-3.cardanocafe.org" ;
port = 4008 ;
}
{
address = "r3-1.cardanocafe.org" ;
port = 5000 ;
}
];
}
{
accumulatedStake = 0.8875710106178578 ;
relativeStake = 0.0006056606252796287 ;
relays = [
{
address = "cardano-relays-1.nu.fi" ;
port = 3003 ;
}
{
address = "cardano-relays-2.nu.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8881755439520491 ;
relativeStake = 0.0006045333341912545 ;
relays = [
{
address = "57.128.184.29" ;
port = 3001 ;
}
{
address = "57.128.184.32" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8887751145924825 ;
relativeStake = 0.0005995706404333223 ;
relays = [
{
address = "135.181.194.233" ;
port = 6000 ;
}
{
address = "168.119.101.200" ;
port = 6000 ;
}
{
address = "5.161.59.12" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8893740347337954 ;
relativeStake = 0.0005989201413129765 ;
relays = [
{
address = "white-denver-a41cf.cardano.bdnodes.net" ;
port = 6000 ;
}
{
address = "cinnabar-prague-71400.cardano.bdnodes.net" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8899695261930107 ;
relativeStake = 0.0005954914592153131 ;
relays = [
{
address = "otg-relay-1.adamantium.online" ;
port = 6001 ;
}
{
address = "otg-relay-2.adamantium.online" ;
port = 6002 ;
}
];
}
{
accumulatedStake = 0.8905605343539847 ;
relativeStake = 0.0005910081609740461 ;
relays = [
{
address = "202.61.225.111" ;
port = 6000 ;
}
{
address = "46.38.241.110" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8911436331574114 ;
relativeStake = 0.0005830988034266726 ;
relays = [
{
address = "relay-pool-figment-20-mainnet.cardano.aeq5f.com" ;
}
];
}
{
accumulatedStake = 0.8917250121170454 ;
relativeStake = 0.0005813789596339322 ;
relays = [
{
address = "private-pools.fivebinaries.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8923016933285998 ;
relativeStake = 0.0005766812115544127 ;
relays = [
{
address = "cardano-relays-1.nu.fi" ;
port = 3003 ;
}
{
address = "cardano-relays-2.nu.fi" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8928756626565895 ;
relativeStake = 0.0005739693279896269 ;
relays = [
{
address = "relays.wavepool.digital" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8934492985112303 ;
relativeStake = 0.0005736358546409553 ;
relays = [
{
address = "cardano-relays.atomicwallet.io" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.8940225783214181 ;
relativeStake = 0.0005732798101876767 ;
relays = [
{
address = "15.237.92.158" ;
port = 16661 ;
}
];
}
{
accumulatedStake = 0.8945954230479142 ;
relativeStake = 0.0005728447264961475 ;
relays = [
{
address = "r1.spirestaking.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8951681360136513 ;
relativeStake = 0.0005727129657371665 ;
relays = [
{
address = "r1.1percentpool.eu" ;
port = 19001 ;
}
{
address = "r2.1percentpool.eu" ;
port = 19002 ;
}
];
}
{
accumulatedStake = 0.8957359437943629 ;
relativeStake = 0.0005678077807115678 ;
relays = [
{
address = "mound.adastack.net" ;
port = 3001 ;
}
{
address = "pack.adastack.net" ;
port = 3001 ;
}
{
address = "heap.adastack.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.896303487748306 ;
relativeStake = 0.0005675439539431166 ;
relays = [
{
address = "133.167.33.31" ;
port = 6000 ;
}
{
address = "162.43.71.205" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8968684828134537 ;
relativeStake = 0.000564995065147591 ;
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.8974303529801412 ;
relativeStake = 0.0005618701666875684 ;
relays = [
{
address = "relays.digi.pro" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8979872731855907 ;
relativeStake = 0.0005569202054495193 ;
relays = [
{
address = "202.61.246.91" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8985353580402337 ;
relativeStake = 0.0005480848546428952 ;
relays = [
{
address = "relay.cardano.stakepools.info" ;
port = 30001 ;
}
{
address = "relay-2.cardano.stakepools.info" ;
port = 30001 ;
}
];
}
{
accumulatedStake = 0.8990808009014679 ;
relativeStake = 0.0005454428612342884 ;
relays = [
{
address = "relays.cardaspians.io" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8996260656383023 ;
relativeStake = 0.0005452647368344223 ;
relays = [
{
address = "relays.xray.app" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.9001687280539324 ;
relativeStake = 0.0005426624156300743 ;
relays = [
{
address = "170.23.181.50" ;
port = 6001 ;
}
{
address = "170.23.181.50" ;
port = 6002 ;
}
{
address = "170.23.181.50" ;
port = 6003 ;
}
];
}
];
};
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 = 182044807 ;
};
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/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/preprod/alonzo-genesis.json ;
AlonzoGenesisHash = "7e94a15f55d1e82d10f09203fa1d40f8eede58fd8066542cf6566008068ed874" ;
ByronGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/preprod/byron-genesis.json ;
ByronGenesisHash = "d4b8de7a11d929a323373cbab6c1a9bdc931beffff11db111cf9d57356ee1937" ;
ConsensusMode = "GenesisMode" ;
ConwayGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-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/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/preprod/shelley-genesis.json ;
ShelleyGenesisHash = "162d29c4e1cf6b8a84f2d692e67a3ac6bc7851bc3e6e4afe64d15778bed8bd86" ;
};
nodeConfig = {
AlonzoGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/preprod/alonzo-genesis.json ;
AlonzoGenesisHash = "7e94a15f55d1e82d10f09203fa1d40f8eede58fd8066542cf6566008068ed874" ;
ByronGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/preprod/byron-genesis.json ;
ByronGenesisHash = "d4b8de7a11d929a323373cbab6c1a9bdc931beffff11db111cf9d57356ee1937" ;
ConsensusMode = "GenesisMode" ;
ConwayGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-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/cpqi13m6hf1amv98g3h5cvp1a864p0dr-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/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/preprod/alonzo-genesis.json ;
AlonzoGenesisHash = "7e94a15f55d1e82d10f09203fa1d40f8eede58fd8066542cf6566008068ed874" ;
ByronGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/preprod/byron-genesis.json ;
ByronGenesisHash = "d4b8de7a11d929a323373cbab6c1a9bdc931beffff11db111cf9d57356ee1937" ;
ConsensusMode = "GenesisMode" ;
ConwayGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-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/cpqi13m6hf1amv98g3h5cvp1a864p0dr-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 = "5ea50d4d362e8aea9852dc246bdcac134846499ec608ae65abf2dbd98ff26154" ;
blockPointSlot = 118280038 ;
};
bigLedgerPools = [
{
accumulatedStake = 0.1193656264788864 ;
relativeStake = 0.1193656264788864 ;
relays = [
{
address = "relay.preprod.staging.wingriders.com" ;
port = 3001 ;
}
{
address = "relay.preprod.wingriders.com" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.18873975151690667 ;
relativeStake = 0.06937412503802028 ;
relays = [
{
address = "132.226.203.38" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.25140842063036184 ;
relativeStake = 0.06266866911345517 ;
relays = [
{
address = "preprod-node.pool.milkomeda.com" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.30840510673971655 ;
relativeStake = 0.05699668610935471 ;
relays = [
{
address = "preprod1-node.play.dev.cardano.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.36481970241557043 ;
relativeStake = 0.05641459567585385 ;
relays = [
{
address = "preprod2-node.play.dev.cardano.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.42122119657082757 ;
relativeStake = 0.056401494155257186 ;
relays = [
{
address = "preprod3-node.play.dev.cardano.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.4745986177926452 ;
relativeStake = 0.05337742122181765 ;
relays = [
{
address = "73.222.122.247" ;
port = 13001 ;
}
];
}
{
accumulatedStake = 0.5229213413980791 ;
relativeStake = 0.048322723605433875 ;
relays = [
{
address = "144.24.168.10" ;
port = 3003 ;
}
{
address = "141.145.210.204" ;
port = 3003 ;
}
];
}
{
accumulatedStake = 0.5699446877633036 ;
relativeStake = 0.047023346365224525 ;
relays = [
{
address = "node1.cardano.gratis" ;
port = 6601 ;
}
{
address = "node2.cardano.gratis" ;
port = 6602 ;
}
{
address = "mbb3.cardano.gratis" ;
port = 6603 ;
}
];
}
{
accumulatedStake = 0.6071345484950862 ;
relativeStake = 0.03718986073178259 ;
relays = [
{
address = "relay1.preprod.pool.cardano.services" ;
port = 30000 ;
}
{
address = "relay2.preprod.pool.cardano.services" ;
port = 30000 ;
}
];
}
{
accumulatedStake = 0.6377490124780831 ;
relativeStake = 0.03061446398299685 ;
relays = [
{
address = "logicalmechanism.asuscomm.com" ;
port = 6004 ;
}
{
address = "146.190.20.214" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.6604779212875624 ;
relativeStake = 0.02272890880947936 ;
relays = [
{
address = "adact.preprod.relay1.adacapital.io" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6824849814960178 ;
relativeStake = 0.02200706020845535 ;
relays = [
{
address = "tn-preprod.psilobyte.io" ;
port = 4101 ;
}
];
}
{
accumulatedStake = 0.6982697421436838 ;
relativeStake = 0.015784760647665933 ;
relays = [
{
address = "adaboy-preprod-2b.gleeze.com" ;
port = 3002 ;
}
{
address = "adaboy-preprod-3b.gleeze.com" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.71236739628196 ;
relativeStake = 0.014097654138276253 ;
relays = [
{
address = "161.97.136.104" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.7262800380729858 ;
relativeStake = 0.013912641791025849 ;
relays = [
{
address = "pp-relay1.apexpool.info" ;
port = 4001 ;
}
];
}
{
accumulatedStake = 0.7380285127756174 ;
relativeStake = 0.011748474702631628 ;
relays = [
{
address = "preprod.canadastakes.ca" ;
port = 4002 ;
}
];
}
{
accumulatedStake = 0.7478938112935654 ;
relativeStake = 0.009865298517947863 ;
relays = [
{
address = "node1.testnet.epiknode.com" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7571870230296901 ;
relativeStake = 0.009293211736124754 ;
relays = [
{
address = "preprod1.volcyada.com" ;
port = 6003 ;
}
{
address = "preprod2.volcyada.com" ;
port = 6007 ;
}
{
address = "preprod3.volcyada.com" ;
port = 4001 ;
}
];
}
{
accumulatedStake = 0.7664207112526631 ;
relativeStake = 0.00923368822297307 ;
relays = [
{
address = "cf1r1.preprod.pool.cardanofoundation.org" ;
port = 30000 ;
}
{
address = "cf1r2.preprod.pool.cardanofoundation.org" ;
port = 30000 ;
}
];
}
{
accumulatedStake = 0.7745468128306773 ;
relativeStake = 0.008126101578014182 ;
relays = [
{
address = "preprod.happystaking.io" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.781943014453597 ;
relativeStake = 0.007396201622919756 ;
relays = [
{
address = "18.222.164.102" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7890831794335362 ;
relativeStake = 0.007140164979939183 ;
relays = [
{
address = "r1.pp.mrbee.io" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.794822369516844 ;
relativeStake = 0.005739190083307808 ;
relays = [
{
address = "test.smaug.pool.pm" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.8001099344924952 ;
relativeStake = 0.0052875649756511265 ;
relays = [
{
address = "66.42.94.80" ;
port = 6000 ;
}
{
address = "170.187.201.55" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8044307746891947 ;
relativeStake = 0.004320840196699443 ;
relays = [
{
address = "dyn.derksen-it.nl" ;
port = 4001 ;
}
];
}
{
accumulatedStake = 0.8087373673529119 ;
relativeStake = 0.004306592663717312 ;
relays = [
{
address = "157.173.126.241" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8129207323228647 ;
relativeStake = 0.004183364969952673 ;
relays = [
{
address = "152.53.81.245" ;
port = 5501 ;
}
{
address = "relay-s.wotapool.net" ;
port = 5501 ;
}
];
}
{
accumulatedStake = 0.8168618155113234 ;
relativeStake = 0.0039410831884587475 ;
relays = [
{
address = "preprod-r1.panl.org" ;
port = 3012 ;
}
];
}
{
accumulatedStake = 0.8203064067246322 ;
relativeStake = 0.0034445912133088275 ;
relays = [
{
address = "relay.preprod.cardanostakehouse.com" ;
port = 9000 ;
}
];
}
{
accumulatedStake = 0.8236969821907208 ;
relativeStake = 0.003390575466088635 ;
relays = [
{
address = "relay.preprod.cardanostakehouse.com" ;
port = 9000 ;
}
];
}
{
accumulatedStake = 0.8270323870804261 ;
relativeStake = 0.003335404889705262 ;
relays = [
{
address = "relay.preprod.cardanostakehouse.com" ;
port = 9000 ;
}
];
}
{
accumulatedStake = 0.830305150704251 ;
relativeStake = 0.003272763623824952 ;
relays = [
{
address = "preprod-relay1.angelstakepool.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8335698989214808 ;
relativeStake = 0.0032647482172298045 ;
relays = [
{
address = "relay1.hunadapool.com" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.8366840800339969 ;
relativeStake = 0.0031141811125160197 ;
relays = [
{
address = "relay.preprod.cardanostakehouse.com" ;
port = 9000 ;
}
];
}
{
accumulatedStake = 0.8397619095658945 ;
relativeStake = 0.003077829531897599 ;
relays = [
{
address = "relay0-preprod.adanet.io" ;
port = 7001 ;
}
];
}
{
accumulatedStake = 0.8427638085054945 ;
relativeStake = 0.0030018989396000052 ;
relays = [
{
address = "relay.preprod.cardanostakehouse.com" ;
port = 9000 ;
}
];
}
{
accumulatedStake = 0.8456839018294191 ;
relativeStake = 0.0029200933239246093 ;
relays = [
{
address = "d.fluxpool.cc" ;
port = 3010 ;
}
];
}
{
accumulatedStake = 0.8485436844142834 ;
relativeStake = 0.0028597825848643297 ;
relays = [
{
address = "73.54.73.48" ;
port = 7000 ;
}
];
}
{
accumulatedStake = 0.8513999771295109 ;
relativeStake = 0.0028562927152275155 ;
relays = [
{
address = "168.138.37.117" ;
port = 6003 ;
}
];
}
{
accumulatedStake = 0.8541640342332004 ;
relativeStake = 0.00276405710368948 ;
relays = [
{
address = "flightrelay1.intertreecryptoconsultants.com" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8569212284983541 ;
relativeStake = 0.002757194265153676 ;
relays = [
{
address = "8.tcp.eu.ngrok.io" ;
port = 28965 ;
}
];
}
{
accumulatedStake = 0.8596760006911386 ;
relativeStake = 0.002754772192784476 ;
relays = [
{
address = "204.216.213.96" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8622113212857934 ;
relativeStake = 0.002535320594654846 ;
relays = [
{
address = "relay1.preprod.stakepool.quebec" ;
port = 5000 ;
}
];
}
{
accumulatedStake = 0.8647387542815499 ;
relativeStake = 0.002527432995756483 ;
relays = [
{
address = "pre-prod1.xstakepool.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.867262957881345 ;
relativeStake = 0.002524203599795055 ;
relays = [
{
address = "preprod.altzpool.com" ;
port = 7001 ;
}
];
}
{
accumulatedStake = 0.8697591060933414 ;
relativeStake = 0.0024961482119964236 ;
relays = [
{
address = "gateway.adavault.com" ;
port = 4050 ;
}
];
}
{
accumulatedStake = 0.8722402051249636 ;
relativeStake = 0.0024810990316222487 ;
relays = [
{
address = "62.169.19.81" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8747140004034907 ;
relativeStake = 0.0024737952785270456 ;
relays = [
{
address = "81.174.170.134" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.8771802644700778 ;
relativeStake = 0.0024662640665871764 ;
relays = [
{
address = "alpha.stake-cardano-pool.com" ;
port = 7001 ;
}
];
}
{
accumulatedStake = 0.8796388118574309 ;
relativeStake = 0.0024585473873529914 ;
relays = [
{
address = "preprod.frcan.com" ;
port = 6011 ;
}
];
}
{
accumulatedStake = 0.8820466938320446 ;
relativeStake = 0.0024078819746137688 ;
relays = [
{
address = "preprod-relay1.angelstakepool.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8844385050652271 ;
relativeStake = 0.002391811233182546 ;
relays = [
{
address = "preprod-relays.onyxstakepool.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8868233938931211 ;
relativeStake = 0.0023848888278940523 ;
relays = [
{
address = "c-pp-rn01.liv.io" ;
port = 30000 ;
}
{
address = "c-pp-rn02.liv.io" ;
port = 30000 ;
}
];
}
{
accumulatedStake = 0.8891902321726045 ;
relativeStake = 0.0023668382794833453 ;
relays = [
{
address = "pp-relays.digitalfortress.online" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.8915362763012269 ;
relativeStake = 0.002346044128622378 ;
relays = [
{
address = "74.122.122.121" ;
port = 6100 ;
}
];
}
{
accumulatedStake = 0.8938779833159768 ;
relativeStake = 0.00234170701474987 ;
relays = [
{
address = "relay1.amapools.ir" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.89621937211142 ;
relativeStake = 0.0023413887954431686 ;
relays = [
{
address = "preprod.weebl.me" ;
port = 3123 ;
}
{
address = "77.174.62.158" ;
port = 3124 ;
}
];
}
{
accumulatedStake = 0.8985553415237665 ;
relativeStake = 0.002335969412346516 ;
relays = [
{
address = "PreProd1.cardanoland.com" ;
port = 6660 ;
}
{
address = "PreProd2.cardanoland.com" ;
port = 7770 ;
}
];
}
{
accumulatedStake = 0.9008707907109827 ;
relativeStake = 0.0023154491872162905 ;
relays = [
{
address = "preprod.leadstakepool.com" ;
port = 3001 ;
}
{
address = "preprod.leadstakepool.com" ;
port = 3002 ;
}
];
}
];
};
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 = 118022427 ;
};
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/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/preview/alonzo-genesis.json ;
AlonzoGenesisHash = "7e94a15f55d1e82d10f09203fa1d40f8eede58fd8066542cf6566008068ed874" ;
ByronGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/preview/byron-genesis.json ;
ByronGenesisHash = "83de1d7302569ad56cf9139a41e2e11346d4cb4a31c00142557b6ab3fa550761" ;
CheckpointsFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/preview/checkpoints.json ;
CheckpointsFileHash = "bb5056ff1ced9d68dd99720695789664f6bf6f0cb02a4010df09b813e225ac51" ;
ConsensusMode = "GenesisMode" ;
ConwayGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-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/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/preview/shelley-genesis.json ;
ShelleyGenesisHash = "363498d1024f84bb39d3fa9593ce391483cb40d479b87233f868d6e57c3a400d" ;
TestAllegraHardForkAtEpoch = 0 ;
TestAlonzoHardForkAtEpoch = 0 ;
TestMaryHardForkAtEpoch = 0 ;
TestShelleyHardForkAtEpoch = 0 ;
};
nodeConfig = {
AlonzoGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/preview/alonzo-genesis.json ;
AlonzoGenesisHash = "7e94a15f55d1e82d10f09203fa1d40f8eede58fd8066542cf6566008068ed874" ;
ByronGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/preview/byron-genesis.json ;
ByronGenesisHash = "83de1d7302569ad56cf9139a41e2e11346d4cb4a31c00142557b6ab3fa550761" ;
CheckpointsFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/preview/checkpoints.json ;
CheckpointsFileHash = "bb5056ff1ced9d68dd99720695789664f6bf6f0cb02a4010df09b813e225ac51" ;
ConsensusMode = "GenesisMode" ;
ConwayGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-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/cpqi13m6hf1amv98g3h5cvp1a864p0dr-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/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/preview/alonzo-genesis.json ;
AlonzoGenesisHash = "7e94a15f55d1e82d10f09203fa1d40f8eede58fd8066542cf6566008068ed874" ;
ByronGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/preview/byron-genesis.json ;
ByronGenesisHash = "83de1d7302569ad56cf9139a41e2e11346d4cb4a31c00142557b6ab3fa550761" ;
CheckpointsFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/preview/checkpoints.json ;
CheckpointsFileHash = "bb5056ff1ced9d68dd99720695789664f6bf6f0cb02a4010df09b813e225ac51" ;
ConsensusMode = "GenesisMode" ;
ConwayGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-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/cpqi13m6hf1amv98g3h5cvp1a864p0dr-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 = "c6fb280328118c7accdfb3ed2a4069fdf0ea111c787055417f2e7a7e3ea776ba" ;
blockPointSlot = 107307232 ;
};
bigLedgerPools = [
{
accumulatedStake = 0.058838652444400515 ;
relativeStake = 0.058838652444400515 ;
relays = [
{
address = "node1.cardano.gratis" ;
port = 6501 ;
}
{
address = "node2.cardano.gratis" ;
port = 6502 ;
}
{
address = "mbb3.cardano.gratis" ;
port = 6503 ;
}
];
}
{
accumulatedStake = 0.11180587216784509 ;
relativeStake = 0.05296721972344457 ;
relays = [
{
address = "preview1-node.play.dev.cardano.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.1630940123797963 ;
relativeStake = 0.05128814021195121 ;
relays = [
{
address = "preview2-node.play.dev.cardano.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.21435710040663677 ;
relativeStake = 0.05126308802684048 ;
relays = [
{
address = "preview3-node.play.dev.cardano.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.2585057922016948 ;
relativeStake = 0.044148691795057995 ;
relays = [
{
address = "73.54.73.48" ;
port = 6000 ;
}
{
address = "144.126.157.225" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.3008792892720755 ;
relativeStake = 0.04237349707038073 ;
relays = [
{
address = "adaboy-preview-1c.gleeze.com" ;
port = 5000 ;
}
{
address = "adaboy-preview-2c.gleeze.com" ;
port = 5000 ;
}
];
}
{
accumulatedStake = 0.34287928628972497 ;
relativeStake = 0.04199999701764948 ;
relays = [
{
address = "preview1.volcyada.com" ;
port = 6004 ;
}
{
address = "preview2.volcyada.com" ;
port = 6005 ;
}
{
address = "preview3.volcyada.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.3797120811998089 ;
relativeStake = 0.03683279491008391 ;
relays = [
{
address = "tn-preview.psilobyte.io" ;
port = 4201 ;
}
{
address = "tn-preview2.psilobyte.io" ;
port = 4202 ;
}
];
}
{
accumulatedStake = 0.41349554662933125 ;
relativeStake = 0.033783465429522354 ;
relays = [
{
address = "adact.preview.relay1.adacapital.io" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.444384299740847 ;
relativeStake = 0.030888753111515718 ;
relays = [
{
address = "73.222.122.247" ;
port = 23001 ;
}
];
}
{
accumulatedStake = 0.4638629247974206 ;
relativeStake = 0.01947862505657363 ;
relays = [
{
address = "preview.world.bbhmm.net" ;
port = 6200 ;
}
];
}
{
accumulatedStake = 0.48096311057344615 ;
relativeStake = 0.017100185776025543 ;
relays = [
{
address = "204.216.214.226" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.4961173436373309 ;
relativeStake = 0.015154233063884753 ;
relays = [
{
address = "sully.crabdance.com" ;
port = 6004 ;
}
];
}
{
accumulatedStake = 0.5087358252067299 ;
relativeStake = 0.01261848156939898 ;
relays = [
{
address = "relay-m.fluxpool.cc" ;
port = 5001 ;
}
];
}
{
accumulatedStake = 0.520231651429843 ;
relativeStake = 0.011495826223113039 ;
relays = [
{
address = "75.119.130.108" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.5308955525949078 ;
relativeStake = 0.010663901165064967 ;
relays = [
{
address = "preview.leadstakepool.com" ;
port = 3001 ;
}
{
address = "preview.leadstakepool.com" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.5412061857727606 ;
relativeStake = 0.010310633177852661 ;
relays = [
{
address = "161.97.167.41" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5510573290883817 ;
relativeStake = 0.009851143315621133 ;
relays = [
{
address = "90.248.37.47" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.5606635261740677 ;
relativeStake = 0.009606197085686016 ;
relays = [
{
address = "test.smaug.pool.pm" ;
port = 3003 ;
}
];
}
{
accumulatedStake = 0.5699102531307909 ;
relativeStake = 0.009246726956723194 ;
relays = [
{
address = "relay1.preview.stakepool.quebec" ;
port = 4000 ;
}
];
}
{
accumulatedStake = 0.5779174781083863 ;
relativeStake = 0.00800722497759541 ;
relays = [
{
address = "preview.frcan.com" ;
port = 6010 ;
}
];
}
{
accumulatedStake = 0.5856218350748764 ;
relativeStake = 0.007704356966490155 ;
relays = [
{
address = "adar-monitor.freeddns.org" ;
port = 3010 ;
}
];
}
{
accumulatedStake = 0.5932878412387173 ;
relativeStake = 0.007666006163840788 ;
relays = [
{
address = "82.208.22.91" ;
port = 6003 ;
}
];
}
{
accumulatedStake = 0.6003465863311481 ;
relativeStake = 0.0070587450924308294 ;
relays = [
{
address = "r1.pv.mrbee.io" ;
port = 3101 ;
}
];
}
{
accumulatedStake = 0.6073868945332833 ;
relativeStake = 0.0070403082021352845 ;
relays = [
{
address = "beadapool.ddns.net" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.6142629766994437 ;
relativeStake = 0.006876082166160427 ;
relays = [
{
address = "preview-r1.panl.org" ;
port = 3015 ;
}
];
}
{
accumulatedStake = 0.6208457172171036 ;
relativeStake = 0.006582740517659816 ;
relays = [
{
address = "preview.adastack.net" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6272921636134242 ;
relativeStake = 0.00644644639632061 ;
relays = [
{
address = "relay.test.lidonation.com" ;
port = 3010 ;
}
];
}
{
accumulatedStake = 0.6336758855880813 ;
relativeStake = 0.006383721974657104 ;
relays = [
{
address = "5.252.53.68" ;
port = 3005 ;
}
];
}
{
accumulatedStake = 0.6400556183032448 ;
relativeStake = 0.00637973271516348 ;
relays = [
{
address = "beta.stake-cardano-pool.com" ;
port = 7002 ;
}
];
}
{
accumulatedStake = 0.6463442295733329 ;
relativeStake = 0.006288611270088189 ;
relays = [
{
address = "1.tcp.au.ngrok.io" ;
port = 25432 ;
}
];
}
{
accumulatedStake = 0.6526258219908868 ;
relativeStake = 0.006281592417553839 ;
relays = [
{
address = "preview.canadastakes.ca" ;
port = 5002 ;
}
];
}
{
accumulatedStake = 0.6588709760034563 ;
relativeStake = 0.006245154012569574 ;
relays = [
{
address = "207.180.211.199" ;
port = 6007 ;
}
];
}
{
accumulatedStake = 0.66509852248398 ;
relativeStake = 0.006227546480523642 ;
relays = [
{
address = "testnet.valhallapool.net" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.6713111755530906 ;
relativeStake = 0.006212653069110608 ;
relays = [
{
address = "relay01.preview.junglestakepool.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6773766321193273 ;
relativeStake = 0.006065456566236634 ;
relays = [
{
address = "88.198.86.62" ;
port = 4444 ;
}
];
}
{
accumulatedStake = 0.6834011818595787 ;
relativeStake = 0.006024549740251325 ;
relays = [
{
address = "142.132.229.15" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.6892413019670665 ;
relativeStake = 0.005840120107487853 ;
relays = [
{
address = "preview-testnet-relay.cardanistas.io" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.6949743317939046 ;
relativeStake = 0.005733029826838123 ;
relays = [
{
address = "preview-relay.sparkcube.xyz" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.7006969816373583 ;
relativeStake = 0.005722649843453703 ;
relays = [
{
address = "bbotest.duckdns.org" ;
port = 6000 ;
}
{
address = "bbotest01.duckdns.org" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7063550227095325 ;
relativeStake = 0.005658041072174216 ;
relays = [
{
address = "preview-testnet-relay.junostakepool.com" ;
port = 4521 ;
}
{
address = "passive-preview-testnet-relay.junostakepool.com" ;
port = 4531 ;
}
];
}
{
accumulatedStake = 0.7119057185291155 ;
relativeStake = 0.005550695819583015 ;
relays = [
{
address = "relay1.afica.io" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.7173690616256853 ;
relativeStake = 0.005463343096569776 ;
relays = [
{
address = "preview-node.world.dev.cardano.org" ;
port = 30002 ;
}
];
}
{
accumulatedStake = 0.722729917232762 ;
relativeStake = 0.0053608556070767685 ;
relays = [
{
address = "preview.testnet.cryptobounty.org" ;
port = 6161 ;
}
];
}
{
accumulatedStake = 0.7280886687062148 ;
relativeStake = 0.0053587514734527684 ;
relays = [
{
address = "130.162.231.122" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.7334088018494099 ;
relativeStake = 0.005320133143195084 ;
relays = [
{
address = "194.60.201.143" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.7385979035794915 ;
relativeStake = 0.00518910173008155 ;
relays = [
{
address = "52.166.113.150" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7437574758299408 ;
relativeStake = 0.005159572250449353 ;
relays = [
{
address = "adrelay.hawak.cloud" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7489157875707219 ;
relativeStake = 0.0051583117407810975 ;
relays = [
{
address = "184.174.32.106" ;
port = 6002 ;
}
];
}
{
accumulatedStake = 0.754051039729456 ;
relativeStake = 0.005135252158734099 ;
relays = [
{
address = "esq.ddns.net" ;
port = 6010 ;
}
{
address = "esq.ddns.net" ;
port = 6011 ;
}
];
}
{
accumulatedStake = 0.759123808350655 ;
relativeStake = 0.005072768621198963 ;
relays = [
{
address = "194.163.149.210" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.7641091638571735 ;
relativeStake = 0.00498535550651853 ;
relays = [
{
address = "128.140.96.209" ;
port = 8000 ;
}
];
}
{
accumulatedStake = 0.7690919815506243 ;
relativeStake = 0.004982817693450753 ;
relays = [
{
address = "alpha.relays.preview.mochipool.com" ;
port = 31111 ;
}
];
}
{
accumulatedStake = 0.77406350380887 ;
relativeStake = 0.004971522258245751 ;
relays = [
{
address = "104.238.148.18" ;
port = 4002 ;
}
{
address = "198.13.63.94" ;
port = 4002 ;
}
];
}
{
accumulatedStake = 0.77900928565081 ;
relativeStake = 0.00494578184193998 ;
relays = [
{
address = "5.161.75.212" ;
port = 5003 ;
}
{
address = "100.100.100.100" ;
port = 100 ;
}
{
address = "200.200.200.200" ;
port = 200 ;
}
];
}
{
accumulatedStake = 0.7839422177784459 ;
relativeStake = 0.004932932127635831 ;
relays = [
{
address = "scarborough1.ddns.net" ;
port = 6000 ;
}
{
address = "scarborough1.ddns.net" ;
port = 6001 ;
}
{
address = "scarborough1.ddns.net" ;
port = 6002 ;
}
];
}
{
accumulatedStake = 0.7888373438725398 ;
relativeStake = 0.004895126094094001 ;
relays = [
{
address = "194.60.201.143" ;
port = 6001 ;
}
];
}
{
accumulatedStake = 0.7930564490536407 ;
relativeStake = 0.004219105181100914 ;
relays = [
{
address = "relay.preview.cardanostakehouse.com" ;
port = 11000 ;
}
];
}
{
accumulatedStake = 0.7969919693513685 ;
relativeStake = 0.003935520297727803 ;
relays = [
{
address = "prv-relay1.apexpool.info" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8005119716426062 ;
relativeStake = 0.0035200022912377387 ;
relays = [
{
address = "preview.relay.hyperlinkpool.kr" ;
port = 9001 ;
}
];
}
{
accumulatedStake = 0.8036217952918968 ;
relativeStake = 0.0031098236492905296 ;
relays = [
{
address = "101100.dyndns.org" ;
port = 6008 ;
}
{
address = "101100.dyndns.org" ;
port = 6005 ;
}
];
}
{
accumulatedStake = 0.8064630389782615 ;
relativeStake = 0.002841243686364713 ;
relays = [
{
address = "18.219.254.123" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8092215989297087 ;
relativeStake = 0.0027585599514471783 ;
relays = [
{
address = "relay0-testnet.zeropercentstaking.com" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8119333077983327 ;
relativeStake = 0.00271170886862407 ;
relays = [
{
address = "d8bdbfbe.cardano-relay.bison.run" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.8146289472401894 ;
relativeStake = 0.0026956394418566547 ;
relays = [
{
address = "test.stakepool.at" ;
port = 9001 ;
}
];
}
{
accumulatedStake = 0.8173122576202736 ;
relativeStake = 0.0026833103800841343 ;
relays = [
{
address = "010011.dyndns.org" ;
port = 5026 ;
}
{
address = "010011.dyndns.org" ;
port = 5034 ;
}
];
}
{
accumulatedStake = 0.8224080100575973 ;
relativeStake = 0.0024761085004084784 ;
relays = [
{
address = "topo-test.topopool.com" ;
port = 3010 ;
}
];
}
{
accumulatedStake = 0.8248520527278979 ;
relativeStake = 0.002444042670300531 ;
relays = [
{
address = "preview-relays.onyxstakepool.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.827237487684828 ;
relativeStake = 0.0023854349569301467 ;
relays = [
{
address = "testnet-relay.xstakepool.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8293804405919155 ;
relativeStake = 0.002142952907087547 ;
relays = [
{
address = "preview.relays.liqwid.finance" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8315019936216306 ;
relativeStake = 0.0021215530297150607 ;
relays = [
{
address = "midnight-testnet.digitalfortress.online" ;
port = 8001 ;
}
];
}
{
accumulatedStake = 0.833421331204982 ;
relativeStake = 0.0019193375833513808 ;
relays = [
{
address = "pn1.powerfulpools.com" ;
port = 6030 ;
}
];
}
{
accumulatedStake = 0.8353362368669646 ;
relativeStake = 0.0019149056619826171 ;
relays = [
{
address = "preview-test.ahlnet.nu" ;
port = 2102 ;
}
];
}
{
accumulatedStake = 0.8372466291051835 ;
relativeStake = 0.0019103922382189644 ;
relays = [
{
address = "preview-node.play.dev.cardano.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8391252856308303 ;
relativeStake = 0.0018786565256467545 ;
relays = [
{
address = "ava1.sytes.net" ;
port = 6010 ;
}
];
}
{
accumulatedStake = 0.8409754286781138 ;
relativeStake = 0.0018501430472834901 ;
relays = [
{
address = "pv-relays.digitalfortress.online" ;
port = 8001 ;
}
];
}
{
accumulatedStake = 0.8427652689955777 ;
relativeStake = 0.0017898403174639364 ;
relays = [
{
address = "157.173.103.26" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8445549427633543 ;
relativeStake = 0.0017896737677765323 ;
relays = [
{
address = "previewrelay1.intertreecryptoconsultants.com" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8463181661255075 ;
relativeStake = 0.0017632233621531883 ;
relays = [
{
address = "relay.test.lidonation.com" ;
port = 3010 ;
}
];
}
{
accumulatedStake = 0.8480789176261719 ;
relativeStake = 0.0017607515006644904 ;
relays = [
{
address = "preview.planetstake.com" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8498248729761319 ;
relativeStake = 0.0017459553499598636 ;
relays = [
{
address = "2001:861:4000:2b80:216:3eff:fe05:9009" ;
port = 6006 ;
}
];
}
{
accumulatedStake = 0.8514712953977353 ;
relativeStake = 0.0016464224216033968 ;
relays = [
{
address = "95.216.173.194" ;
port = 16000 ;
}
];
}
{
accumulatedStake = 0.8530524217950497 ;
relativeStake = 0.0015811263973144907 ;
relays = [
{
address = "spec2-staging.spirestaking2.com" ;
port = 3006 ;
}
];
}
{
accumulatedStake = 0.8546210178380925 ;
relativeStake = 0.001568596043042841 ;
relays = [
{
address = "preview.happystaking.io" ;
port = 3003 ;
}
];
}
{
accumulatedStake = 0.8561879613575881 ;
relativeStake = 0.0015669435194955261 ;
relays = [
{
address = "2001:861:4000:2b80:216:3eff:feb6:d700" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8577395349838167 ;
relativeStake = 0.0015515736262286567 ;
relays = [
{
address = "1.tcp.ap.ngrok.io" ;
port = 25317 ;
}
];
}
{
accumulatedStake = 0.8592140902885466 ;
relativeStake = 0.001474555304729801 ;
relays = [
{
address = "84.32.59.203" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.860677197924016 ;
relativeStake = 0.001463107635469493 ;
relays = [
{
address = "168.138.37.117" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8621227577153533 ;
relativeStake = 0.0014455597913373187 ;
relays = [
{
address = "relay1.cakraspo.xyz" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8635585120153376 ;
relativeStake = 0.00143575429998423 ;
relays = [
{
address = "65.21.198.152" ;
port = 3003 ;
}
];
}
{
accumulatedStake = 0.8649932992081628 ;
relativeStake = 0.001434787192825208 ;
relays = [
{
address = "spec1-staging.spirestaking2.com" ;
port = 3005 ;
}
];
}
{
accumulatedStake = 0.8664259748240414 ;
relativeStake = 0.0014326756158786454 ;
relays = [
{
address = "testicles.kiwipool.org" ;
port = 9720 ;
}
];
}
{
accumulatedStake = 0.8678284086109007 ;
relativeStake = 0.0014024337868592698 ;
relays = [
{
address = "relay.preview.crimsonpool.com" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.8691838088496275 ;
relativeStake = 0.0013554002387267969 ;
relays = [
{
address = "pv-relays.digitalfortress.online" ;
port = 8001 ;
}
];
}
{
accumulatedStake = 0.870522859069743 ;
relativeStake = 0.0013390502201154942 ;
relays = [
{
address = "pv-relays.digitalfortress.online" ;
port = 8001 ;
}
];
}
{
accumulatedStake = 0.8718399717406868 ;
relativeStake = 0.0013171126709438778 ;
relays = [
{
address = "152.53.146.246" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8731539067733936 ;
relativeStake = 0.0013139350327066467 ;
relays = [
{
address = "f7ca89d1.cardano-relay.stagebison.net" ;
port = 1338 ;
}
];
}
{
accumulatedStake = 0.8744471486751833 ;
relativeStake = 0.001293241901789728 ;
relays = [
{
address = "185.43.205.110" ;
port = 3003 ;
}
{
address = "cardano.illusion.hu" ;
}
];
}
{
accumulatedStake = 0.8757371887006701 ;
relativeStake = 0.0012900400254868692 ;
relays = [
{
address = "51.77.24.220" ;
port = 4003 ;
}
];
}
{
accumulatedStake = 0.8770035713119965 ;
relativeStake = 0.001266382611326391 ;
relays = [
{
address = "157.173.126.241" ;
port = 6123 ;
}
];
}
{
accumulatedStake = 0.8782415818063751 ;
relativeStake = 0.0012380104943786208 ;
relays = [
{
address = "88.198.86.61" ;
port = 8888 ;
}
];
}
{
accumulatedStake = 0.8794535476916331 ;
relativeStake = 0.0012119658852580136 ;
relays = [
{
address = "trustpool.asuscomm.com" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.880596497029179 ;
relativeStake = 0.0011429493375458843 ;
relays = [
{
address = "preview.ada.chicando.net" ;
port = 3002 ;
}
];
}
{
accumulatedStake = 0.881725097954267 ;
relativeStake = 0.001128600925087952 ;
relays = [
{
address = "preview.vampyre.fund" ;
port = 3201 ;
}
];
}
{
accumulatedStake = 0.882846805013477 ;
relativeStake = 0.0011217070592100698 ;
relays = [
{
address = "preview.cr0ss0ver.com" ;
port = 5000 ;
}
];
}
{
accumulatedStake = 0.8839284155209921 ;
relativeStake = 0.001081610507515043 ;
relays = [
{
address = "109.205.181.113" ;
port = 7900 ;
}
];
}
{
accumulatedStake = 0.8850020985610554 ;
relativeStake = 0.0010736830400632608 ;
relays = [
{
address = "hida.duckdns.org" ;
port = 3000 ;
}
];
}
{
accumulatedStake = 0.8860741331292674 ;
relativeStake = 0.0010720345682120591 ;
relays = [
{
address = "test.paradoxicalsphere.com" ;
port = 6080 ;
}
];
}
{
accumulatedStake = 0.8871407153523705 ;
relativeStake = 0.0010665822231031403 ;
relays = [
{
address = "gateway.adavault.com" ;
port = 4051 ;
}
];
}
{
accumulatedStake = 0.888201091671936 ;
relativeStake = 0.0010603763195654338 ;
relays = [
{
address = "173.67.34.66" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8892608604703044 ;
relativeStake = 0.0010597687983683744 ;
relays = [
{
address = "167.86.86.234" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8903203417281077 ;
relativeStake = 0.0010594812578033342 ;
relays = [
{
address = "85.215.249.201" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.891376441027653 ;
relativeStake = 0.00105609929954537 ;
relays = [
{
address = "preview-relay.adaseal.eu" ;
port = 6002 ;
}
];
}
{
accumulatedStake = 0.892415764413431 ;
relativeStake = 0.0010393233857779426 ;
relays = [
{
address = "65.109.33.28" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8934452308555746 ;
relativeStake = 0.0010294664421436272 ;
relays = [
{
address = "152.53.38.172" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8944696671490097 ;
relativeStake = 0.0010244362934349876 ;
relays = [
{
address = "188.68.34.2" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8954818204282616 ;
relativeStake = 0.001012153279252067 ;
relays = [
{
address = "ss-staging.spirestaking2.com" ;
port = 3008 ;
}
];
}
{
accumulatedStake = 0.8964868377370064 ;
relativeStake = 0.001005017308744798 ;
relays = [
{
address = "preview1.fluid7.com" ;
port = 6011 ;
}
];
}
{
accumulatedStake = 0.8974889168680088 ;
relativeStake = 0.0010020791310023597 ;
relays = [
{
address = "relay404.rspo.dev" ;
port = 6000 ;
}
];
}
{
accumulatedStake = 0.8984903804119281 ;
relativeStake = 0.0010014635439192332 ;
relays = [
{
address = "206.253.67.154" ;
port = 4001 ;
}
];
}
{
accumulatedStake = 0.8994879793818779 ;
relativeStake = 0.0009975989699497906 ;
relays = [
{
address = "77.23.179.21" ;
port = 4444 ;
}
];
}
{
accumulatedStake = 0.900483386847109 ;
relativeStake = 0.000995407465231161 ;
relays = [
{
address = "preprod.altzpool.com" ;
port = 5001 ;
}
];
}
];
};
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 = 107222465 ;
};
sanchonet = {
consensusProtocol = "Cardano" ;
dbSyncConfig = {
EnableFutureGenesis = true ;
EnableLogMetrics = false ;
EnableLogging = true ;
NetworkName = "sanchonet" ;
NodeConfigFile = "/nix/store/4chz0yi0mj1yy9id1aa56z2grqk4y4c4-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/4chz0yi0mj1yy9id1aa56z2grqk4y4c4-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/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/sanchonet/alonzo-genesis.json ;
AlonzoGenesisHash = "8bedcaea62107d8a79ed5293b0027b3f8706a4bc2422f33380cb1fd01c6fa6ec" ;
ByronGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/sanchonet/byron-genesis.json ;
ByronGenesisHash = "785eb88427e136378a15b0a152a8bfbeec7a611529ccda29c43a1e60ffb48eaa" ;
ConsensusMode = "GenesisMode" ;
ConwayGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/sanchonet/conway-genesis.json ;
ConwayGenesisHash = "ff31343b814adddfdcaceb76f635647e2b7d1adfc0ddac7c40b70cbdcd82fed9" ;
DijkstraGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/sanchonet/dijkstra-genesis.json ;
DijkstraGenesisHash = "c6afe2641a407ee17f3625ed304571c3762e3123d38f4d8ae663f765f6c2bcb6" ;
ExperimentalHardForksEnabled = true ;
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/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/sanchonet/shelley-genesis.json ;
ShelleyGenesisHash = "f94457ec45a0c6773057a529533cf7ccf746cb44dabd56ae970e1dbfb55bfdb2" ;
TestAllegraHardForkAtEpoch = 0 ;
TestAlonzoHardForkAtEpoch = 0 ;
TestMaryHardForkAtEpoch = 0 ;
TestShelleyHardForkAtEpoch = 0 ;
};
nodeConfig = {
AlonzoGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/sanchonet/alonzo-genesis.json ;
AlonzoGenesisHash = "8bedcaea62107d8a79ed5293b0027b3f8706a4bc2422f33380cb1fd01c6fa6ec" ;
ByronGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/sanchonet/byron-genesis.json ;
ByronGenesisHash = "785eb88427e136378a15b0a152a8bfbeec7a611529ccda29c43a1e60ffb48eaa" ;
ConsensusMode = "GenesisMode" ;
ConwayGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/sanchonet/conway-genesis.json ;
ConwayGenesisHash = "ff31343b814adddfdcaceb76f635647e2b7d1adfc0ddac7c40b70cbdcd82fed9" ;
DijkstraGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/sanchonet/dijkstra-genesis.json ;
DijkstraGenesisHash = "c6afe2641a407ee17f3625ed304571c3762e3123d38f4d8ae663f765f6c2bcb6" ;
ExperimentalHardForksEnabled = true ;
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/cpqi13m6hf1amv98g3h5cvp1a864p0dr-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/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/sanchonet/alonzo-genesis.json ;
AlonzoGenesisHash = "8bedcaea62107d8a79ed5293b0027b3f8706a4bc2422f33380cb1fd01c6fa6ec" ;
ByronGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/sanchonet/byron-genesis.json ;
ByronGenesisHash = "785eb88427e136378a15b0a152a8bfbeec7a611529ccda29c43a1e60ffb48eaa" ;
ConsensusMode = "GenesisMode" ;
ConwayGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/sanchonet/conway-genesis.json ;
ConwayGenesisHash = "ff31343b814adddfdcaceb76f635647e2b7d1adfc0ddac7c40b70cbdcd82fed9" ;
DijkstraGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/sanchonet/dijkstra-genesis.json ;
DijkstraGenesisHash = "c6afe2641a407ee17f3625ed304571c3762e3123d38f4d8ae663f765f6c2bcb6" ;
ExperimentalHardForksEnabled = true ;
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/cpqi13m6hf1amv98g3h5cvp1a864p0dr-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 = "19b0a3d15c8754d89047afe37d7b2feb7ce5bde42de59b8b7947b1b69d75a846" ;
blockPointSlot = 87174171 ;
};
bigLedgerPools = [
{
accumulatedStake = 0.12381444905958384 ;
relativeStake = 0.12381444905958384 ;
relays = [
{
address = "cf1r1.sanchonet.pool.cardanofoundation.org" ;
port = 30004 ;
}
{
address = "cf1r2.sanchonet.pool.cardanofoundation.org" ;
port = 30004 ;
}
];
}
{
accumulatedStake = 0.24504518337722664 ;
relativeStake = 0.12123073431764278 ;
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.3617616987315665 ;
relativeStake = 0.11671651535433984 ;
relays = [
{
address = "sancho-testnet.able-pool.io" ;
port = 6002 ;
}
];
}
{
accumulatedStake = 0.4737344210512866 ;
relativeStake = 0.11197272231972012 ;
relays = [
{
address = "sanchonet-node.play.dev.cardano.org" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.5832506457564924 ;
relativeStake = 0.10951622470520589 ;
relays = [
{
address = "35.203.93.134" ;
port = 6002 ;
}
];
}
{
accumulatedStake = 0.6917861150309055 ;
relativeStake = 0.108535469274413 ;
relays = [
{
address = "64.23.159.5" ;
port = 4000 ;
}
];
}
{
accumulatedStake = 0.7927093113936725 ;
relativeStake = 0.100923196362767 ;
relays = [
{
address = "test.stakepool.at" ;
port = 3001 ;
}
];
}
{
accumulatedStake = 0.8827884727745242 ;
relativeStake = 0.09007916138085174 ;
relays = [
{
address = "relay.hephy.io" ;
port = 9000 ;
}
];
}
{
accumulatedStake = 0.9251278462108486 ;
relativeStake = 0.04233937343632441 ;
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 = 87091136 ;
};
}
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/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/mainnet/alonzo-genesis.json ;
AlonzoGenesisHash = "7e94a15f55d1e82d10f09203fa1d40f8eede58fd8066542cf6566008068ed874" ;
ByronGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/mainnet/byron-genesis.json ;
ByronGenesisHash = "5f20df933584822601f9e3f8c024eb5eb252fe8cefb24d1317dc3d432e940ebb" ;
CheckpointsFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-source/cardano-lib/mainnet/checkpoints.json ;
CheckpointsFileHash = "3e6dee5bae7acc6d870187e72674b37c929be8c66e62a552cf6a876b1af31ade" ;
ConsensusMode = "PraosMode" ;
ConwayGenesisFile = /nix/store/cpqi13m6hf1amv98g3h5cvp1a864p0dr-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/cpqi13m6hf1amv98g3h5cvp1a864p0dr-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/w8riazzgg1psca5d34mihj1h0psjm7b3-cardano-node-exe-cardano-node-10.7.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/7iq46f1ggvdijzanyp1xmydjw3573mbh-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/w8riazzgg1psca5d34mihj1h0psjm7b3-cardano-node-exe-cardano-node-10.7.1/bin/cardano-node run --config /nix/store/h7gmk8bj108l8c5n7d79y524jaz9zdvh-config-0-0.json --database-path /var/lib/cardano-node/db-mainnet --topology /nix/store/7iq46f1ggvdijzanyp1xmydjw3573mbh-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/w8riazzgg1psca5d34mihj1h0psjm7b3-cardano-node-exe-cardano-node-10.7.1/bin/cardano-node run --config /nix/store/h7gmk8bj108l8c5n7d79y524jaz9zdvh-config-0-0.json --database-path /var/lib/cardano-node/db-mainnet --topology /nix/store/7iq46f1ggvdijzanyp1xmydjw3573mbh-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