Hello all -
I setup my stake pool node for the first time. Following the instructions and I did cabal build all and then finally after getting the network files,
I ran “cardano-node run” - well it has been running for the past 16 hours or so, and I have a 50Mbps connection, so it shouldn’t take this long I imagine.
Here is what I’m currently seeing in the terminal:
[mainhqserver:cardano.node.ChainDB:Notice:60] [2021-08-13 16:47:58.97 UTC] Chain extended, new tip: d2b13613f46fd6fefbd631e01b09d2c893ca1ac6b295c8cf02b6dc8849024990 at slot 34097333
[cardano.node.resources:Info:25] [2021-08-13 16:47:59.27 UTC] fromList [("GcsMajor",Number 28.0),("CentiMut",Number 43599.0),("Live",Number 2.530041872e9),("kind",String "Resources"),("GcsMinor",Number 8685.0),("Heap",Number 6.40679936e9),("CentiGC",Number 12447.0),("CentiBlkIO",Number 0.0),("CentiCpu",Number 56046.0),("Threads",Number 16.0),("Alloc",Number 2.5871597372e11),("RSS",Number 6.463381504e9)]
[cardano.node.resources:Info:25] [2021-08-13 16:48:00.29 UTC] fromList [("GcsMajor",Number 28.0),("CentiMut",Number 43766.0),("Live",Number 2.53962752e9),("kind",String "Resources"),("GcsMinor",Number 8716.0),("Heap",Number 6.40679936e9),("CentiGC",Number 12473.0),("CentiBlkIO",Number 0.0),("CentiCpu",Number 56240.0),("Threads",Number 16.0),("Alloc",Number 2.595858242e11),("RSS",Number 6.463381504e9)]
[cardano.node.resources:Info:25] [2021-08-13 16:48:01.29 UTC] fromList [("GcsMajor",Number 28.0),("CentiMut",Number 43865.0),("Live",Number 2.542652984e9),("kind",String "Resources"),("GcsMinor",Number 8720.0),("Heap",Number 6.40679936e9),("CentiGC",Number 12477.0),("CentiBlkIO",Number 0.0),("CentiCpu",Number 56342.0),("Threads",Number 16.0),("Alloc",Number 2.59703170216e11),("RSS",Number 6.463381504e9)]
[cardano.node.resources:Info:25] [2021-08-13 16:48:02.31 UTC] fromList [("GcsMajor",Number 28.0),("CentiMut",Number 43965.0),("Live",Number 2.544637216e9),("kind",String "Resources"),("GcsMinor",Number 8723.0),("Heap",Number 6.40679936e9),("CentiGC",Number 12479.0),("CentiBlkIO",Number 0.0),("CentiCpu",Number 56445.0),("Threads",Number 16.0),("Alloc",Number 2.59793689776e11),("RSS",Number 6.463381504e9)]
[cardano.node.resources:Info:25] [2021-08-13 16:48:03.33 UTC] fromList [("GcsMajor",Number 28.0),("CentiMut",Number 44066.0),("Live",Number 2.545625416e9),("kind",String "Resources"),("GcsMinor",Number 8726.0),("Heap",Number 6.40679936e9),("CentiGC",Number 12481.0),("CentiBlkIO",Number 0.0),("CentiCpu",Number 56547.0),("Threads",Number 16.0),("Alloc",Number 2.59883831664e11),("RSS",Number 6.463381504e9)]
[cardano.node.resources:Info:25] [2021-08-13 16:48:04.35 UTC] fromList [("GcsMajor",Number 28.0),("CentiMut",Number 44167.0),("Live",Number 2.548362208e9),("kind",String "Resources"),("GcsMinor",Number 8730.0),("Heap",Number 6.40679936e9),("CentiGC",Number 12484.0),("CentiBlkIO",Number 0.0),("CentiCpu",Number 56650.0),("Threads",Number 16.0),("Alloc",Number 2.60002023288e11),("RSS",Number 6.463381504e9)]
Is it supposed to give this output? and How long does it take to finish? How can I tell I am closer to syncing the whole blockchain? I am trying to finde the slot and compare it to the slot range I’m currently seeing ~ slot 34038888
Any input is appreciated, running this for the first time so not sure what to expect next.
Thank you for your help.