0
How do you determine the total blocks solved among all clients in the source code of an Altcoin? Is there a file in the code that can be viewed to see how many blocks have been solved in the meta data? How can this be determined or where can one look in the source code?
Thank you so much for the response... I forked a coin and have the main server node a VPS where other nodes connect. Is this information on the .mycoin directory on the VPS? Thank you so much again. – Nixxed – 2018-02-03T00:32:05.223
You'll want to query your node for the current blockheight. You'll need to check the docs for the software you forked to find exactly how this is done. – chytrik – 2018-02-03T03:59:42.063