Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners
by
patrike
on 07/08/2017, 21:24:16 UTC
It's worth mentioning that in the dev build, ccminer alexis has the groestl algorithm enabled by default but it does not support groestl - ccminer 2.1 does
Also there is no SkunkHash minier included. For best hash rates on a 1080ti I recommend ccminerskunk3 (see link below).

Furthermore in 'Options' -> Managed Software' -> 'CcMiner 2.1' (or similar) -> 'Edit...' there is no 'Default command line argument'. This will lead to:

Is it possible to add skunk algo in the software to support SIGT coin?
The latest dev version 3.2.2 supports skunkhash/SIGT out of the box.
The miner sw can be found here:
https://github.com/nemosminer/ccminer-skunk-jha/releases/tag/ccminerskunk3

In 'Mining software configuration' -> 'Command line parameters to mining software' you need to add '-a skunk --intensity=[n]' (n being a number from 1-31)
I know this is a bit complicated to setup the command line in this scenario right now, but my plan is to let you define the mapping that Skunkhash algorithm should be launch with "skunk" command line argument as part of the user defined Managed Software. Similar concept already exists for the predefined Managed Software. Due to some other priorities, it will take a couple of more days before I will be able to make that implementation change.