Awesome Miner has built in support for all popular algorithms. This article describes how to add a new algorithm. The example is for the algorithm MyCustomAlgo for the mining software GMiner using the profit switching pool Zpool. The same concept can be used for other algorithms and mining software.

  1. Open the Options dialog and go to the Algorithms section. Click Add... enter the name of the algorithm. This example uses the algorithm MyCustomAlgo.
  2. Go to the Managed Software section and select GMiner. Click Edit...
  3. Find MyCustomAlgo in the list and set it to Enabled and specify the command line argument as "mycustom". This is to instruct GMiner that the algorithm MyCustomAlgo is supported and should be started with the "mycustom" command line argument. Click OK to save.