How can I check what mining algorithm does an altcoin use?

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?

Alex Brest

Posted 2018-06-17T21:09:29.197

Reputation: 21

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

Answers

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.

apt-getschwifty

Posted 2018-06-17T21:09:29.197

Reputation: 153