Do you mean add BTG to WTM auto switch ?
If so, you can do it easily.
Add BTG to your 3main in the appropriate location:
if [ $COIN == "BTG" ]
then
if [ $EWBF_VERSION == "3_3" ]
then
HCD='/home/m1/zec/v3_3/miner'
fi
if [ $EWBF_VERSION == "3_4" ]
then
HCD='/home/m1/zec/v3_4/miner'
fi
BTGADDR="$BTG_ADDRESS.$BTG_WORKER"
if [ $ZM_or_EWBF == "ZM" ]
then
HCD='/home/m1/zec/zm/5_4/zm_miner'
screen -dmSL miner $HCD --server $BTG_POOL --user $BTGADDR --pass $MINER_PWD --port $BTG_PORT ;
fi
if [ $ZM_or_EWBF == "EWBF" ]
then
screen -dmSL miner $HCD --eexit 3 --fee $EWBF_PERCENT --pec --server $BTG_POOL --user $BTGADDR --pass $MINER_PWD --port $BTG_PORT ;
fi
if [ $LOCALorREMOTE == "LOCAL" ]
then
screen -r miner
fi
BITCOIN="theGROUND"
while [ $BITCOIN == "theGROUND" ]
do
sleep 60
done
fi
change this line to your dstm latest version in /home/m1/zec/zm/:
HCD='/home/m1/zec/zm/5_4/zm_miner'
Add BTG to your 1bash in coin details location:
#BTG
BTG_WORKER="$WORKERNAME"
BTG_ADDRESS="Your_mining_pool_hub_username"
BTG_POOL="europe.equihash-hub.miningpoolhub.com"
BTG_PORT="20595"
in 1bash :
WTM_AUTO_SWITCH_COINS="ZEC;ZEN;BTG" ### add any other coins you want : "ZEC;ETH;ETC;XMR"
restart PAPAMPI_WTM and 3main or reboot the rig:
pkill -f 3main
pkill -f PAPAMPI_WTM
bash /home/m1/PAPAMPI_WTM &
[
I'll add all theses changes in all files you mentionned here.
For the ZM miner, I'm skeptical, it seems to be a problem for me and he often crashes unlike ewbf.
I have to look for the latest version. Maybe it's less the case now.
On the other hand, I noticed that the dev had chosen a pool that fell a little ago and that it generated a lot of rig crash using its software worldwide.
I did not understand because I did not see it, but actually, I did not see either that there were two other platforms added to the WTM comparator of fredeq
Thank you for this little visible but crucial information.
Yes it did,
Check your exchanges and add them all
It will show up then
What is the problem with OC_Spécific Settings and how do you do for OC your mémory and GPU cards ? This feature is really great, it is a bad loss can't using it.
Sorry just saw this question ...
damNmad auto OC not works with wtm auto switch from z_papampi_versions, for now I use same coin algos to switch
But I'm working on integrating damNmad OC with the z_papampi_versions, and so many more improvements
Hopefully will be ready for next update.
In fact I tried your latest version that does not restart the 3main but it seems that it makes my rig less stable and reboots every two or three hours. so I went back and at the same time I can reuse the OC-SPECIFIC Setings.
The other problem is that I have a tab package "AUTO_GRAM in terminal guake.
Would there be no way to detect these useless tabs due to the telegram script and close them at each restart of 3main.
A test command before opening one or simply close this tab after running the script. and not open it at all and leave the script in the background?