Hi guys,
i do a little "how to" if some people want to mine SIGT / skunk algo.
First of all i use Palginmodccminer ( the SP_MOD is faster but u have to pay )
FIRST STEP GET THE CLIENT
### Be in home dir ###
cd /m1/home/
### Create a directory for your new miner ###
mkdir PMccminer
### Go in new dir ###
cd PMccminer/
### Download miner client ###
### Extract the file ###
tar -zxvf palginmod_1.1_Ubuntu.tar.gz
### Delete start.sh ###
rm start.sh
### Back to home dir ###
cd /m1/home/
SECOND STEP EDIT BASH### Open 1bash
nano 1bash
### Add SIGT and SIGT_BTC to the coin selection
# CHOOSE COIN FROM:
# DMD GRS ZPOOL_LYRA2V2 ZPOOL_BLAKE2S
# ZEC ZCOIN HUSH ZEN ZCL SIGT SIGT_BTC
# NICE_ETHASH ETH MUSIC ETC EXP DCR PASC
# MONA VTC DGB SIA FTC LBC
# DUAL_ETC_DCR DUAL_ETC_PASC DUAL_ETC_LBC DUAL_ETC_SC
# DUAL_EXP_DCR DUAL_EXP_PASC DUAL_EXP_LBC DUAL_EXP_SC
# DUAL_ETH_DCR DUAL_ETH_PASC DUAL_ETH_LBC DUAL_ETH_SC
# DUAL_MUSIC_DCR DUAL_MUSIC_PASC DUAL_MUSIC_LBC DUAL_MUSIC_SC
### Add SIGT and SIGT_BTC specs ( u have to modify SIGT_WORKER and SIGT_ADDRESS by your seting )
SIGT_WORKER="SIGT"
SIGT_ADDRESS="Bibi187"
SIGT_POOL="stratum+tcp://sigt.suprnova.cc:7106"
###SIGT_BTC use BTC adresses###
SIGT_BTC_POOL="stratum+tcp://skunk.mine.zpool.ca:8433"
### If u use SIGT_BTC, be sure to get correct ( your BTC adress )
BTC_ADDRESS="3JJaMUVBJp55BNsGvYynaJhDXRyUf95hyG"
### Add miner specs to the end of ur file between the two last "fi" ( ensure ur worker have x password on suprnova pool, or modify the "-p x" by "-p YourPassword" in the SIGT section )
if [ $COIN == "SIGT_BTC" ]
then
HCD='/home/m1/PMccminer/ccminer'
ADDR="$BTC_ADDRESS"
screen -dmS miner $HCD -a skunk -o $SIGT_BTC_POOL -u $ADDR -p c=SIGT
if [ $LOCALorREMOTE == "LOCAL" ]
then
screen -r miner
fi
BITCOIN="theGROUND"
while [ $BITCOIN == "theGROUND" ]
do
sleep 60
done
fi
if [ $COIN == "SIGT" ]
then
HCD='/home/m1/PMccminer/ccminer'
ADDR="$SIGT_ADDRESS.$SIGT_WORKER"
screen -dmS miner $HCD -a skunk -o $SIGT_POOL -u $ADDR -p x
if [ $LOCALorREMOTE == "LOCAL" ]
then
screen -r miner
fi
BITCOIN="theGROUND"
while [ $BITCOIN == "theGROUND" ]
do
sleep 60
done
fi
THIRD STEP OC SETTING ( ASUS 1070 GTX 8OG / prolly ok for most 1070 gtx )
First of all this algo, gona get a lot of heat from your card, he use core, not memory.
CoreClock : 120
MemClock : -2000
PowerLimit at default : 150W
Temp Target 70°
Fan between 95% - 75% ( I use watchdog )
This fine tunning work like a charm 213mh/s on suprnova, 211mh/s on zpool
U have to disable
IAmNotAJeep_and_Maxximus007_WATCHDOG="NO"
Or your RIG gona get restart for nothing, i dont modify IAmNotAJeep_and_Maxximus007_WATCHDOG, if i do prolly i can get him work with this setup but more simple to stop him for this coin
Et voila