0
Where in the sourcecode files can this be checked?
For example, lets get a specific coin:
Chronon https://github.com/ChrononGroup/Chronon
In what file can one check the mining algorithm?
0
Where in the sourcecode files can this be checked?
For example, lets get a specific coin:
Chronon https://github.com/ChrononGroup/Chronon
In what file can one check the mining algorithm?
1
Depending on the coin, you can find the PoW algorithm by perusing the source code of the coin. For the coin you referenced, reviewing the directory Chronon/src/pow.cpp one can see the algorithm is X11.
1Your question is very broad, where in the source code varies for every altcoin. – Willtech – 2018-06-17T21:44:49.383
If my below answer successfully answered your question, could you please accept it so the question isn't left open? And if it hasn't, can you help me edit/add to it so that it does? – apt-getschwifty – 2018-06-22T23:37:27.767
Please accept the answer that was given or ask a more specific question if you are not satisfied with the answer. Keeping the question open leads everyone to believe it hasn't been adequately addressed. – apt-getschwifty – 2018-07-21T01:50:23.143