We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dev@computer $ docker run -it --rm -eNETWORK=sanchonet ghcr.io/intersectmbo/cardano-node:8.12.2 Starting: exec /nix/store/ylbhc86bwffn21dfipzipdzyywhpza95-cardano-node-exe-cardano-node-8.12.2/bin/cardano-node run --config /nix/store/x9ir0nc8wxflgvqy3lkksskfswy4l3g9-config-0-0.json --database-path /data/db --topology /nix/store/9hcdz5gpb0ddk5yfm9pchpsfg94m1pv2-topology.yaml --host-addr 0.0.0.0 --port 3001 --socket-path /ipc/node.socket +RTS -N2 -I0 -A16m -qg -qb --disable-delayed-os-memory-return -RTS ..or, once again, in a single line: exec /nix/store/ylbhc86bwffn21dfipzipdzyywhpza95-cardano-node-exe-cardano-node-8.12.2/bin/cardano-node run --config /nix/store/x9ir0nc8wxflgvqy3lkksskfswy4l3g9-config-0-0.json --database-path /data/db --topology /nix/store/9hcdz5gpb0ddk5yfm9pchpsfg94m1pv2-topology.yaml --host-addr 0.0.0.0 --port 3001 --socket-path /ipc/node.socket +RTS -N2 -I0 -A16m -qg -qb --disable-delayed-os-memory-return -RTS Node configuration: NodeConfiguration {ncSocketConfig = SocketConfig {ncNodeIPv4Addr = Last {getLast = Just 0.0.0.0}, ncNodeIPv6Addr = Last {getLast = Nothing}, ncNodePortNumber = Last {getLast = Just 3001}, ncSocketPath = Last {getLast = Just "/ipc/node.socket"}}, ncConfigFile = "/nix/store/x9ir0nc8wxflgvqy3lkksskfswy4l3g9-config-0-0.json", ncTopologyFile = "/nix/store/9hcdz5gpb0ddk5yfm9pchpsfg94m1pv2-topology.yaml", ncDatabaseFile = "/data/db", ncProtocolFiles = ProtocolFilepaths {byronCertFile = Nothing, byronKeyFile = Nothing, shelleyKESFile = Nothing, shelleyVRFFile = Nothing, shelleyCertFile = Nothing, shelleyBulkCredsFile = Nothing}, ncValidateDB = False, ncShutdownConfig = ShutdownConfig {scIPC = Nothing, scOnSyncLimit = Just NoShutdown}, ncStartAsNonProducingNode = False, ncProtocolConfig = NodeProtocolConfigurationCardano (NodeByronProtocolConfiguration {npcByronGenesisFile = "/nix/store/v4xpyi8ry227ykqdm3dlqk2jlf33h40q-byron-genesis.json", npcByronGenesisFileHash = Just "785eb88427e136378a15b0a152a8bfbeec7a611529ccda29c43a1e60ffb48eaa", npcByronReqNetworkMagic = RequiresMagic, npcByronPbftSignatureThresh = Nothing, npcByronSupportedProtocolVersionMajor = 3, npcByronSupportedProtocolVersionMinor = 1, npcByronSupportedProtocolVersionAlt = 0}) (NodeShelleyProtocolConfiguration {npcShelleyGenesisFile = "/nix/store/558hxsvn739289w35s5nhy8p89iispb4-shelley-genesis.json", npcShelleyGenesisFileHash = Just "f94457ec45a0c6773057a529533cf7ccf746cb44dabd56ae970e1dbfb55bfdb2"}) (NodeAlonzoProtocolConfiguration {npcAlonzoGenesisFile = "/nix/store/kxrg5h00mp902nv6zlqmvrzndbv51rjx-alonzo-genesis.json", npcAlonzoGenesisFileHash = Just "8bedcaea62107d8a79ed5293b0027b3f8706a4bc2422f33380cb1fd01c6fa6ec"}) (NodeConwayProtocolConfiguration {npcConwayGenesisFile = Just "/nix/store/z9wa4c7gs9rkijfpf03sgiz0rjxm9fg0-conway-genesis.json", npcConwayGenesisFileHash = Just "79766b0c18076e9abefc806526714f30d42b14dba9f187fb316bd4e70c815ef4"}) (NodeHardForkProtocolConfiguration {npcExperimentalHardForksEnabled = True, npcTestShelleyHardForkAtEpoch = Just (EpochNo 0), npcTestShelleyHardForkAtVersion = Nothing, npcTestAllegraHardForkAtEpoch = Just (EpochNo 0), npcTestAllegraHardForkAtVersion = Nothing, npcTestMaryHardForkAtEpoch = Just (EpochNo 0), npcTestMaryHardForkAtVersion = Nothing, npcTestAlonzoHardForkAtEpoch = Just (EpochNo 0), npcTestAlonzoHardForkAtVersion = Nothing, npcTestBabbageHardForkAtEpoch = Nothing, npcTestBabbageHardForkAtVersion = Nothing, npcTestConwayHardForkAtEpoch = Nothing, npcTestConwayHardForkAtVersion = Nothing}), ncDiffusionMode = InitiatorAndResponderDiffusionMode, ncNumOfDiskSnapshots = DefaultNumOfDiskSnapshots, ncSnapshotInterval = DefaultSnapshotInterval, ncExperimentalProtocolsEnabled = True, ncMaxConcurrencyBulkSync = Just 2, ncMaxConcurrencyDeadline = Nothing, ncLoggingSwitch = True, ncLogMetrics = True, ncTraceConfig = TracingOnLegacy (TraceSelection {traceVerbosity = NormalVerbosity, traceAcceptPolicy = OnOff {isOn = True}, traceBlockFetchClient = OnOff {isOn = False}, traceBlockFetchDecisions = OnOff {isOn = False}, traceBlockFetchProtocol = OnOff {isOn = False}, traceBlockFetchProtocolSerialised = OnOff {isOn = False}, traceBlockFetchServer = OnOff {isOn = False}, traceBlockchainTime = OnOff {isOn = False}, traceChainDB = OnOff {isOn = True}, traceChainSyncBlockServer = OnOff {isOn = False}, traceChainSyncClient = OnOff {isOn = False}, traceChainSyncHeaderServer = OnOff {isOn = False}, traceChainSyncProtocol = OnOff {isOn = False}, traceConnectionManager = OnOff {isOn = True}, traceConnectionManagerCounters = OnOff {isOn = True}, traceConnectionManagerTransitions = OnOff {isOn = False}, traceDebugPeerSelectionInitiatorTracer = OnOff {isOn = False}, traceDebugPeerSelectionInitiatorResponderTracer = OnOff {isOn = False}, traceDiffusionInitialization = OnOff {isOn = True}, traceDnsResolver = OnOff {isOn = False}, traceDnsSubscription = OnOff {isOn = True}, traceErrorPolicy = OnOff {isOn = True}, traceForge = OnOff {isOn = True}, traceForgeStateInfo = OnOff {isOn = True}, traceHandshake = OnOff {isOn = True}, traceInboundGovernor = OnOff {isOn = True}, traceInboundGovernorCounters = OnOff {isOn = True}, traceInboundGovernorTransitions = OnOff {isOn = True}, traceIpSubscription = OnOff {isOn = True}, traceKeepAliveClient = OnOff {isOn = False}, traceLedgerPeers = OnOff {isOn = True}, traceLocalChainSyncProtocol = OnOff {isOn = False}, traceLocalConnectionManager = OnOff {isOn = True}, traceLocalErrorPolicy = OnOff {isOn = True}, traceLocalHandshake = OnOff {isOn = True}, traceLocalInboundGovernor = OnOff {isOn = True}, traceLocalMux = OnOff {isOn = False}, traceLocalRootPeers = OnOff {isOn = True}, traceLocalServer = OnOff {isOn = True}, traceLocalStateQueryProtocol = OnOff {isOn = False}, traceLocalTxMonitorProtocol = OnOff {isOn = False}, traceLocalTxSubmissionProtocol = OnOff {isOn = False}, traceLocalTxSubmissionServer = OnOff {isOn = False}, traceMempool = OnOff {isOn = True}, traceMux = OnOff {isOn = False}, tracePeerSelection = OnOff {isOn = True}, tracePeerSelectionCounters = OnOff {isOn = True}, tracePeerSelectionActions = OnOff {isOn = True}, tracePublicRootPeers = OnOff {isOn = True}, traceServer = OnOff {isOn = True}, traceTxInbound = OnOff {isOn = False}, traceTxOutbound = OnOff {isOn = False}, traceTxSubmissionProtocol = OnOff {isOn = False}, traceTxSubmission2Protocol = OnOff {isOn = False}, traceGsm = OnOff {isOn = True}}), ncTraceForwardSocket = Nothing, ncMaybeMempoolCapacityOverride = Nothing, ncProtocolIdleTimeout = 5s, ncTimeWaitTimeout = 60s, ncChainSyncIdleTimeout = NoTimeoutOverride, ncAcceptedConnectionsLimit = AcceptedConnectionsLimit {acceptedConnectionsHardLimit = 512, acceptedConnectionsSoftLimit = 384, acceptedConnectionsDelay = 5s}, ncTargetNumberOfRootPeers = 60, ncTargetNumberOfKnownPeers = 100, ncTargetNumberOfEstablishedPeers = 50, ncTargetNumberOfActivePeers = 20, ncTargetNumberOfKnownBigLedgerPeers = 15, ncTargetNumberOfEstablishedBigLedgerPeers = 10, ncTargetNumberOfActiveBigLedgerPeers = 5, ncEnableP2P = EnabledP2PMode, ncPeerSharing = PeerSharingEnabled} CardanoProtocolInstantiationError (CardanoProtocolInstantiationConwayGenesisReadError (GenesisHashMismatch "7c2006fa6be472c3a04b693810f89bfbefe99625b12b9d400d17a7072e5961d6" "79766b0c18076e9abefc806526714f30d42b14dba9f187fb316bd4e70c815ef4")) cardano-node: Conway related : Wrong genesis file: the actual hash is "7c2006fa6be472c3a04b693810f89bfbefe99625b12b9d400d17a7072e5961d6", but the expected genesis hash given in the node configuration file is "79766b0c18076e9abefc806526714f30d42b14dba9f187fb316bd4e70c815ef4"
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 120 days.
Sorry, something went wrong.
No branches or pull requests
Log
The text was updated successfully, but these errors were encountered: