Is there a way to compile ccminer (for Ubuntu) for a specific algorithm (not for all)? It it is possbile could you please tell me how to do it in details?
Thank you!
SIMPLE ANSWER, NO! --
For a more complex answer, you would need to remove a great deal of code. For example, tsiv's CryptoNight miner is only for CryptoNight. Modifications to several algorithm components of the code so that CryptoNight algorithm could be mined made the miner incompatible with normal use for those modified algorithms.
It is possible to re-code CCminer for only one algorithm, but the path is wickedly complex. It cannot currently be done with "switches" within the code similar to those used to support or not support Maxwell or Pascal or earlier chip architecture. --scryptr