No one can help with this?
There must be some way to check if your node is completely up to date with the network, as its necessary for the node to be synced when getting the tip for defining the TTL for transactions, KES keys, etc. ?
sorry I don’t frequent the forums I have several other places I am watching like telegram reddit discord I would suggest joining the telegram channel we can usually help you more timely there
Thank you for your response glitch.
But, I know that command, and it doesn’t give any info regarding the tip of the blockchain, only where my current node is at.
I need to know that my node is completely synced (my tip is the same as the tip of the blockchain) before using my tip to calculate the TTL, etc. right?
There are other sources to check against to get the current tip to compare such as pooltool or the grafana instances iohk has hosted or the explorer.
The reason this script is likely broken is from the change over from Byron to Shelley with the use of both networks you need to check against the genesis info in the proper file which depends on the epoch you are in at the time.
my assumption on this as I haven’t tried is that you would use the “shelley” side and calculate the approximate location based on the info inside that genesis file which has changed from the previous shelley chains for MC… if you need more support on this I would suggest going to the telegram channel
It looks like the script I posted a month ago in telegram workgroup channel.
It was made for chains in Shelley mode only, as it ignores the Byron area.
Here is an updated version (in bash to be a slightly more legible) that should work with current mainnet candidate 4 and should hopefully work with mainnet once the HARDFORK_EPOCH and NETWORK constants are updated correctly:
Edit: Updated using some improvements for mainnet from the great folks at cardano-community/guild-operators. Note that it will correctly work only once the hard fork period is completed as I have not handled the transition period.
yeah i am also finding the docs and help not to great. i am syncing for last 2 days and its so slow that i will take over a year at this rate to have my node fully synced ? there is no discort chat only tg and when you ask devs questions for help they are to up them selfs to help. Not Good.
should it be so slow at syncing, i am on block slot 21683218 and its taken days one block every few minutes is not good
Running this on mainet with the only change being to replace $NETWORK is unlikely to give the correct results. You will also need to replace the testnet genesis config files with the relevant mainnet ones.
Have you solved your problem. I’m also want to how much percentage synchronisation is completed. Could you please help me out. I have installed Cardano 1.35.3.