Node not syncing after epoch 207 (14.9%) Please help

I had the same issue on two relay test nodes, on different providers (one not AWS). Both stopped at the same place. In fact, my live view looks exactly the same.

image

This worked for me as well.

I just ran into this issue and can confirm this solution fixed it. Thanks!

This also fixed my issue, thank you all for the help and good luck with your projects!

Wow, yep this worked for me as well. I was stuck at epoch 207 at 100% and spent all day trying to figure this out. Replacing the byron-genesis, config, and shelley-genesis files seemed to fix the issue. Thanks so much for sharing!

The link is: https://hydra.iohk.io/build/6198010/download/1/index.html, just to save people the headache of trying to dig it up.

1 Like

Based on the solution provided by @shchez
This is the command line to input on the terminal and your node should continue syncing.

wget https://hydra.iohk.io/build/6198010/download/1/mainnet-config.json
wget https://hydra.iohk.io/build/6198010/download/1/mainnet-byron-genesis.json
wget https://hydra.iohk.io/build/6198010/download/1/mainnet-shelley-genesis.json
wget https://hydra.iohk.io/build/6198010/download/1/mainnet-topology.json

Thanks @AdaAllDay for pointing out a typo :stuck_out_tongue:

2 Likes

Thanks hgomez809, (but there is an extra “h” in the second line :slight_smile: )

Unfortunately this didn’t work for me. Getting:

May 23 23:17:43 blockproducer systemd[1]: Started Cardano node service.
May 23 23:17:44 blockproducer cardano-node[1384972]: Error decoding genesis at: /root/cardano-node/mainnet-shelley-genesis.json Error: Error in $: key "adaPerUTxOWord" not found
May 23 23:17:44 blockproducer systemd[1]: cardano-node.service: Main process exited, code=exited, status=1/FAILURE
May 23 23:17:44 blockproducer systemd[1]: cardano-node.service: Failed with result 'exit-code'.

Any idea?

did u donloaded all 4 files?

Try this one , I saw it has the word inside

“securityParam”: 2160,
“adaPerUTxOWord”: 0,

wget https://hydra.iohk.io/build/6426791/download/1/mainnet-shelley-genesis.json

Yes @Alexd1985 , I downloaded all 4.
Just tried, new error:

May 23 23:41:46 blockproducer systemd[1]: Started Cardano node service.
May 23 23:41:47 blockproducer cardano-node[1426490]: Wrong Shelley genesis file: the actual hash is "67f10d861ce22c2afcdc48cb20dc1014e7b2ca97319ac945326ccf3425a5a2e7", but the expected Shelley genesis hash given in the node configuration file is "1a3be38bcbb7911969283716ad7aa550250226b76a61fc51cc9a9a35d9276d81"
May 23 23:41:47 blockproducer systemd[1]: cardano-node.service: Main process exited, code=exited, status=1/FAILURE
May 23 23:41:47 blockproducer systemd[1]: cardano-node.service: Failed with result 'exit-code'.

It’s very strange, cardano-node is complaining that the file has changed?

the blockchain you synced has a different genesis block from what is defined in the configuration file… strange

Isn’t it just complaining that the genesis config file has changed by comparing the two files hashes? (See commit: Add optional {Byron,Shelley}GenesisHash config and sanity check New optional ent… - input-output-hk/cardano-node@5b3c106f - Cardano Updates)

The code seems comparing the hash code of the config file used during the sync, if this changes, it throws as error - as per how I understood it. I just don’t get how other people in this thread could restart the process with the changed file without starting from scratch…

FYI: starting from scratch syncing again, works. To be see if I can pass 14.4% with this new config. I’ll update my result here.

1 Like

Now go to config.json and replace the hash for shelley

This one

“ShelleyGenesisHash”: “67f10d861ce22c2afcdc48cb20dc1014e7b2ca97319ac945326ccf3425a5a2e7”,

With this one

“ShelleyGenesisHash”: “1a3be38bcbb7911969283716ad7aa550250226b76a61fc51cc9a9a35d9276d81”,

Restart the node

I see. Yes, doing the change you mentioned solved it. Now the process seems like “hanging” - unsure what the hell is going on. This is the producer node, while on the relay I simply cancelled the db and re-started syncing. I suspect there might be problems with the producer node being forward than relay… I’ll give it a couple hours to see what happens.

@Alexd1985 you are the hero this sub deserves. Thank you for now (and for any future help).

Thank you, the files were changed in preparation for alonzo era and these changes lead to this bug :slight_smile: for the new setups

This issue will be seen in epoch 207 when is the transition from byron to shelley era

I have the old files for cntools setup but perhaps someone which used coin cashew guide can upload the old files and share the link

1 Like

I built using coin cashew and update to 1.27.0 went fine. Never changed my configuration files. Would it help to upload them to my GitHub page?

I guess it would surely be useful :slight_smile:

FYI all: I fu* up hard on releases versions. So, turned out I was running 1.27.0 from a random commit (didn’t realise) and not from the official release commit (I downloaded pre-built from hydra, refuse to build on my own :stuck_out_tongue: ) - turns out the version I was running was far from the official release and using the “supported” config files for 1.27.0 it blew up the cardano-node binary.

Took me 4 hours to solve, it’s 3am, finally nodes started syncing back again. Our job is hard.

I’m very curious and eager to start automating all this madness.

@Alexd1985 @jnardiello @ToTheMoonADA @AdaAllDay
So I realized that after all the nodes did not fully sync.

They error out on epoch 259.
2 different installations (using the same guide) are hung in that epoch.

I was not able to take a picture of it, but when one was erroring out, i noticed it says “syntax error”
then it proceeds to restart the node process.

image

here is the log from when it restarted.

-- Logs begin at Fri 2021-05-21 21:10:55 UTC. --
May 24 05:40:22 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.basicInfo.slotLengthAllegra:Notice:5] [2021-05-24 05:40:22.39 UTC] 1s
May 24 05:40:22 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.basicInfo.epochLengthAllegra:Notice:5] [2021-05-24 05:40:22.39 UTC] 432000
May 24 05:40:22 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.basicInfo.slotsPerKESPeriodAllegra:Notice:5] [2021-05-24 05:40:22.39 UTC] 129600
May 24 05:40:22 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.basicInfo.slotLengthMary:Notice:5] [2021-05-24 05:40:22.39 UTC] 1s
May 24 05:40:22 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.basicInfo.epochLengthMary:Notice:5] [2021-05-24 05:40:22.39 UTC] 432000
May 24 05:40:22 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.basicInfo.slotsPerKESPeriodMary:Notice:5] [2021-05-24 05:40:22.39 UTC] 129600
May 24 05:40:22 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.addresses:Notice:5] [2021-05-24 05:40:22.39 UTC] [SocketInfo 0.0.0.0:6000]
May 24 05:40:22 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.diffusion-mode:Notice:5] [2021-05-24 05:40:22.39 UTC] InitiatorAndResponderDiffusionMode
May 24 05:40:22 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.dns-producers:Notice:5] [2021-05-24 05:40:22.39 UTC] [DnsSubscriptionTarget {dstDomain = "relays-new.cardano-mainnet.iohk.io", dstPort = 3001, dstValency = 2}]
May 24 05:40:22 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ip-producers:Notice:5] [2021-05-24 05:40:22.39 UTC] IPSubscriptionTarget {ispIps = [165.232.138.247:6000], ispValency = 1}
    
May 24 05:46:29 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Info:5] [2021-05-24 05:46:29.87 UTC] Opened imm db with immutable tip at 9ef325f4a65615c7dc063779a5585251387a45ed64fc34d57a09cf338369809d at slot 26867563 and chunk 1243
May 24 05:46:35 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Info:5] [2021-05-24 05:46:35.77 UTC] Opened vol db
May 24 05:46:53 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Info:5] [2021-05-24 05:46:53.45 UTC] Replaying ledger from snapshot DiskSnapshot {dsNumber = 26843554, dsSuffix = Nothing} at 81f07fac5415ae8f573aeb1da66eca5fc284dbac0a20094bc80494cb950d69c2 at slot 26843554
May 24 05:46:53 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Info:5] [2021-05-24 05:46:53.66 UTC] Replayed block: slot SlotNo 26843566 of At (SlotNo 26867563)
May 24 05:46:54 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Info:5] [2021-05-24 05:46:54.00 UTC] block replay progress (%) = 99.9
May 24 05:46:54 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Info:5] [2021-05-24 05:46:54.16 UTC] before next, messages elided = 26843633
May 24 05:46:54 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Info:5] [2021-05-24 05:46:54.16 UTC] Replayed block: slot SlotNo 26848742 of At (SlotNo 26867563)
May 24 05:46:54 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Info:5] [2021-05-24 05:46:54.16 UTC] Replayed block: slot SlotNo 26848771 of At (SlotNo 26867563)
May 24 05:46:55 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Info:5] [2021-05-24 05:46:55.66 UTC] before next, messages elided = 26848804
May 24 05:46:55 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Info:5] [2021-05-24 05:46:55.66 UTC] Replayed block: slot SlotNo 26867563 of At (SlotNo 26867563)
May 24 05:46:55 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Info:5] [2021-05-24 05:46:55.66 UTC] Opened lgr db
May 24 05:47:07 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Info:5] [2021-05-24 05:47:07.37 UTC] Opened db with immutable tip at 9ef325f4a65615c7dc063779a5585251387a45ed64fc34d57a09cf338369809d at slot 26867563 and tip b518a75eecba8e850c673f4f7bacdbc442816cbc4110d1080b4436da1b0cbec4 at slot 26913062
May 24 05:47:07 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.IpSubscription:Info:751] [2021-05-24 05:47:07.38 UTC] IPs: 0.0.0.0:0 [165.232.138.247:6000] Trying to connect to 165.232.138.247:6000
May 24 05:47:07 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.IpSubscription:Notice:751] [2021-05-24 05:47:07.38 UTC] IPs: 0.0.0.0:0 [165.232.138.247:6000] Waiting 0.025s before attempting a new connection
May 24 05:47:07 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.IpSubscription:Info:759] [2021-05-24 05:47:07.38 UTC] IPs: 0.0.0.0:0 [165.232.138.247:6000] Connection Attempt Start, destination 165.232.138.247:6000
May 24 05:47:07 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.IpSubscription:Notice:759] [2021-05-24 05:47:07.38 UTC] IPs: 0.0.0.0:0 [165.232.138.247:6000] Connection Attempt End, destination 165.232.138.247:6000 outcome: ConnectSuccessLast
May 24 05:47:07 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.DnsSubscription:Notice:766] [2021-05-24 05:47:07.38 UTC] Domain: "relays-new.cardano-mainnet.iohk.io" Connection Attempt Start, destination 18.130.53.86:3001
May 24 05:47:07 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.DnsSubscription:Notice:781] [2021-05-24 05:47:07.41 UTC] Domain: "relays-new.cardano-mainnet.iohk.io" Connection Attempt Start, destination 18.158.115.215:3001
May 24 05:47:07 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Notice:733] [2021-05-24 05:47:07.42 UTC] Chain extended, new tip: 0f445c1aab22530dd931b9c847653bcf4abed6c91ba23850fca7fe3650a4198b at slot 26913071
May 24 05:47:07 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.DnsSubscription:Notice:782] [2021-05-24 05:47:07.44 UTC] Domain: "relays-new.cardano-mainnet.iohk.io" Connection Attempt Start, destination 3.129.48.231:3001
May 24 05:47:07 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.DnsSubscription:Notice:783] [2021-05-24 05:47:07.47 UTC] Domain: "relays-new.cardano-mainnet.iohk.io" Connection Attempt Start, destination 18.224.177.133:3001
May 24 05:47:07 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.DnsSubscription:Notice:784] [2021-05-24 05:47:07.50 UTC] Domain: "relays-new.cardano-mainnet.iohk.io" Connection Attempt Start, destination 3.121.10.14:3001
May 24 05:47:07 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.DnsSubscription:Notice:782] [2021-05-24 05:47:07.51 UTC] Domain: "relays-new.cardano-mainnet.iohk.io" Connection Attempt End, destination 3.129.48.231:3001 outcome: ConnectSuccess
May 24 05:47:07 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.DnsSubscription:Notice:766] [2021-05-24 05:47:07.51 UTC] Domain: "relays-new.cardano-mainnet.iohk.io" Connection Attempt End, destination 18.130.53.86:3001 outcome: ConnectSuccessLast
May 24 05:47:07 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ErrorPolicy:Notice:752] [2021-05-24 05:47:07.51 UTC] IP 18.158.115.215:3001 ErrorPolicySuspendConsumer (Just (ConnectionExceptionTrace (SubscriberError {seType = SubscriberParallelConnectionCancelled, seMessage = "Parallel connection cancelled", seStack = []}))) 1s
May 24 05:47:07 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ErrorPolicy:Notice:752] [2021-05-24 05:47:07.52 UTC] IP 18.224.177.133:3001 ErrorPolicySuspendConsumer (Just (ConnectionExceptionTrace (SubscriberError {seType = SubscriberParallelConnectionCancelled, seMessage = "Parallel connection cancelled", seStack = []}))) 1s
May 24 05:47:07 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ErrorPolicy:Notice:752] [2021-05-24 05:47:07.52 UTC] IP 3.121.10.14:3001 ErrorPolicySuspendConsumer (Just (ConnectionExceptionTrace (SubscriberError {seType = SubscriberParallelConnectionCancelled, seMessage = "Parallel connection cancelled", seStack = []}))) 1s
May 24 05:47:08 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Notice:819] [2021-05-24 05:47:08.58 UTC] before next, messages elided = 19037667093056
May 24 05:47:08 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Notice:819] [2021-05-24 05:47:08.58 UTC] Chain extended, new tip: 85fea423e8643d3ef6349659fab31cf97e9df514c950a9b842171e17a77d351e at slot 26914701
May 24 05:47:08 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Notice:733] [2021-05-24 05:47:08.66 UTC] Chain extended, new tip: f7d0630c29da75b73669fd65777d3dfc985face76b7ff05986caea185c7c74c4 at slot 26914778
May 24 05:47:08 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Info:733] [2021-05-24 05:47:08.78 UTC] Valid candidate d8937ef65d49c212c0fa67a014fbc4e880e3114cc614b61e907f7c90d1a50c74 at slot 26914894
May 24 05:47:08 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Notice:733] [2021-05-24 05:47:08.78 UTC] Chain extended, new tip: d8937ef65d49c212c0fa67a014fbc4e880e3114cc614b61e907f7c90d1a50c74 at slot 26914894
May 24 05:47:10 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Notice:733] [2021-05-24 05:47:10.05 UTC] Chain extended, new tip: 1e1165ee39b698e96bf2ec2b2f42cadaad5ab3c7554b24ee4be75fecb711ed5a at slot 26916080
May 24 05:47:11 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Notice:733] [2021-05-24 05:47:11.31 UTC] Chain extended, new tip: ecf49d0786a81d552ab95dbf87597557071195d99e09d21ed9e6da30f3062e6b at slot 26917443
May 24 05:47:12 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Notice:733] [2021-05-24 05:47:12.58 UTC] Chain extended, new tip: 885183936618ed638b5e3bc31a816bd2cb07e101dba133c61d6aea8ea99f55cd at slot 26919055
May 24 05:47:13 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Notice:733] [2021-05-24 05:47:13.85 UTC] Chain extended, new tip: a8c3213e509779f477f66e370584f840c8cf017aa3ed79d8f2cb173e01e19a56 at slot 26920578
May 24 05:47:15 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Notice:733] [2021-05-24 05:47:15.11 UTC] Chain extended, new tip: 199afcf106bb292887f4d8ba3f3210e06bde57fd1976b1860dce7f37f54e17b3 at slot 26922249
May 24 05:47:16 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Notice:733] [2021-05-24 05:47:16.37 UTC] Chain extended, new tip: a15502e637fed023ab38981506900948c147bde49d1a19269b0c4ffdbbb5c8b9 at slot 26923947
May 24 05:47:17 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Notice:733] [2021-05-24 05:47:17.63 UTC] Chain extended, new tip: 0914f4d61fae96f6057a493a005c9e750a420fad7abb4988cb883d80fe425659 at slot 26925724
May 24 05:47:18 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Notice:733] [2021-05-24 05:47:18.89 UTC] Chain extended, new tip: 7262f8875589e7130b09a55fb7077392d63729e06c15217f6dd319841f8e26a3 at slot 26927380
May 24 05:47:20 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Notice:733] [2021-05-24 05:47:20.18 UTC] Chain extended, new tip: 0ede583736582d5b614ffa92a2157e0afd090460906b26f261e4b9773d3e7763 at slot 26928385
May 24 05:47:21 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Notice:733] [2021-05-24 05:47:21.47 UTC] Chain extended, new tip: 757454f186ed3eee9f4f2336c2f7474de4d27e4d93c9d295db0560fe258cb084 at slot 26928860
May 24 05:47:22 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Notice:733] [2021-05-24 05:47:22.74 UTC] Chain extended, new tip: e5a10aa6b1f06d8d4c662bbec00a244a45616dea027f9ac1545294f92b400f2c at slot 26929159
May 24 05:47:24 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Notice:733] [2021-05-24 05:47:24.14 UTC] Chain extended, new tip: 96a8ed6e27d8fcd73449897f4ea0165d9b7d40dc36e687270f49b940898145b0 at slot 26929248
May 24 05:47:25 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Notice:733] [2021-05-24 05:47:25.40 UTC] Chain extended, new tip: 33d4afefda04cbd229d5d2d2c225b5aefc4fb90c16fb68743a7f1c74ad8dfb60 at slot 26929552
May 24 05:47:26 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Notice:733] [2021-05-24 05:47:26.65 UTC] Chain extended, new tip: e34f6a38397124b9a8d7caf8752c1d170b463aa50037dc8da23c32553ae90a98 at slot 26929946
May 24 05:47:28 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Notice:733] [2021-05-24 05:47:28.18 UTC] Chain extended, new tip: 9fdb6b006a5e16d20b56ebdd201358d9315f0c712becfa91c6cb1b18bf70f735 at slot 26930252
May 24 05:47:29 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Notice:733] [2021-05-24 05:47:29.49 UTC] Chain extended, new tip: 2b374fb25d160c138046b4ce7a5b314ac656ada1033eeb4971ad601c03e2b7cc at slot 26930588
May 24 05:47:30 CarnitasRelay1 cardano-node[339045]: [Carnitas:cardano.node.ChainDB:Notice:733] [2021-05-24 05:47:30.79 UTC] Chain extended, new tip: 76d4d0cef9bb7396243b8118dbee208502acd8659f9be61ad2aded54717cc17e at slot 26930837
May 24 05:47:33 CarnitasRelay1 cardano-node[339032]: /home/tacos/cardano-my-node/startRelayNode1.sh: line 9: 339045 Killed                  /usr/local/bin/cardano-node run --topology ${TOPOLOGY} --database-path ${DB_PATH} --socket-path ${SOCKET_PATH} --host-addr ${HOSTADDR} --port ${PORT} --config ${CONFIG}
May 24 05:47:39 CarnitasRelay1 cardano-node[349061]: Listening on http://127.0.0.1:12798
May 24 05:47:40 CarnitasRelay1 cardano-node[349061]: [Carnitas:cardano.node.networkMagic:Notice:5] [2021-05-24 05:47:39.75 UTC] NetworkMagic 764824073
May 24 05:47:40 CarnitasRelay1 cardano-node[349061]: [Carnitas:cardano.node.basicInfo.protocol:Notice:5] [2021-05-24 05:47:39.75 UTC] Byron; Shelley
May 24 05:47:40 CarnitasRelay1 cardano-node[349061]: [Carnitas:cardano.node.basicInfo.version:Notice:5] [2021-05-24 05:47:39.75 UTC] 1.27.0
May 24 05:47:40 CarnitasRelay1 cardano-node[349061]: [Carnitas:cardano.node.basicInfo.commit:Notice:5] [2021-05-24 05:47:39.75 UTC] 8fe46140a52810b6ca456be01d652ca08fe730bf
May 24 05:47:40 CarnitasRelay1 cardano-node[349061]: [Carnitas:cardano.node.basicInfo.nodeStartTime:Notice:5] [2021-05-24 05:47:39.75 UTC] 2021-05-24 05:47:39.759429804 UTC
May 24 05:47:40 CarnitasRelay1 cardano-node[349061]: [Carnitas:cardano.node.basicInfo.systemStartTime:Notice:5] [2021-05-24 05:47:39.75 UTC] 2017-09-23 21:44:51 UTC
May 24 05:47:40 CarnitasRelay1 cardano-node[349061]: [Carnitas:cardano.node.basicInfo.slotLengthByron:Notice:5] [2021-05-24 05:47:39.75 UTC] 20s
May 24 05:47:40 CarnitasRelay1 cardano-node[349061]: [Carnitas:cardano.node.basicInfo.epochLengthByron:Notice:5] [2021-05-24 05:47:39.75 UTC] 21600
May 24 05:47:40 CarnitasRelay1 cardano-node[349061]: [Carnitas:cardano.node.basicInfo.slotLengthShelley:Notice:5] [2021-05-24 05:47:39.75 UTC] 1s
May 24 05:47:40 CarnitasRelay1 cardano-node[349061]: [Carnitas:cardano.node.basicInfo.epochLengthShelley:Notice:5] [2021-05-24 05:47:39.75 UTC] 432000
May 24 05:47:40 CarnitasRelay1 cardano-node[349061]: [Carnitas:cardano.node.basicInfo.slotsPerKESPeriodShelley:Notice:5] [2021-05-24 05:47:39.75 UTC] 129600
May 24 05:47:40 CarnitasRelay1 cardano-node[349061]: [Carnitas:cardano.node.basicInfo.slotLengthAllegra:Notice:5] [2021-05-24 05:47:39.75 UTC] 1s
May 24 05:47:40 CarnitasRelay1 cardano-node[349061]: [Carnitas:cardano.node.basicInfo.epochLengthAllegra:Notice:5] [2021-05-24 05:47:39.75 UTC] 432000
May 24 05:47:40 CarnitasRelay1 cardano-node[349061]: [Carnitas:cardano.node.basicInfo.slotsPerKESPeriodAllegra:Notice:5] [2021-05-24 05:47:39.75 UTC] 129600
May 24 05:47:40 CarnitasRelay1 cardano-node[349061]: [Carnitas:cardano.node.basicInfo.slotLengthMary:Notice:5] [2021-05-24 05:47:39.75 UTC] 1s
May 24 05:47:40 CarnitasRelay1 cardano-node[349061]: [Carnitas:cardano.node.basicInfo.epochLengthMary:Notice:5] [2021-05-24 05:47:39.75 UTC] 432000
May 24 05:47:40 CarnitasRelay1 cardano-node[349061]: [Carnitas:cardano.node.basicInfo.slotsPerKESPeriodMary:Notice:5] [2021-05-24 05:47:39.75 UTC] 129600
May 24 05:47:40 CarnitasRelay1 cardano-node[349061]: [Carnitas:cardano.node.addresses:Notice:5] [2021-05-24 05:47:39.75 UTC] [SocketInfo 0.0.0.0:6000]
May 24 05:47:40 CarnitasRelay1 cardano-node[349061]: [Carnitas:cardano.node.diffusion-mode:Notice:5] [2021-05-24 05:47:39.75 UTC] InitiatorAndResponderDiffusionMode
May 24 05:47:40 CarnitasRelay1 cardano-node[349061]: [Carnitas:cardano.node.dns-producers:Notice:5] [2021-05-24 05:47:39.75 UTC] [DnsSubscriptionTarget {dstDomain = "relays-new.cardano-mainnet.iohk.io", dstPort = 3001, dstValency = 2}]
May 24 05:47:40 CarnitasRelay1 cardano-node[349061]: [Carnitas:cardano.node.ip-producers:Notice:5] [2021-05-24 05:47:39.75 UTC] IPSubscriptionTarget {ispIps = [165.232.138.247:6000], ispValency = 1}

This message … I don’t like :slight_smile:
Memory issues