Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4
by
papampi
on 14/11/2017, 18:56:27 UTC
Please add Bitcoin Gold (BTG) to nvOC. Thank you !


Easy add :


That's my BTG settings:
in 1bash add:

Code:
COIN="BTG"
PAPAMPI_WTM_AUTO_SWITCH="NO"

BTG_WORKER="$WORKERNAME"
BTG_ADDRESS="$SUPRNOVA_NAME"
BTG_POOL="btg.suprnova.cc"
BTG_PORT="8816"
and in 3main add:
Code:
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_2/zm_miner'
screen -dmSL miner $HCD --server $BTG_POOL --user $BTGADDR --pass z --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 z --port $BTG_PORT;
fi

if [ $LOCALorREMOTE == "LOCAL" ]
then
screen -r miner
fi

BITCOIN="theGROUND"

while [ $BITCOIN == "theGROUND" ]
do
sleep 60
done
fi


BTG is not on whattomine. So the switcher will not run.

fredeq in wtm thread said he is working on it to add it to wtm soon.

Mining pools are opening for Bitcoin Gold...
Any plans in near future to add it to wtm calculator?

Yes, will research this coin soon.


thanks to all that help continue to develop/add to/refine nvoc

Can I add BTG to nvoc 17? and if so how exactly?


also plans on adding DSTM miner?


dstm already included since 19-1.3
I already posted a how to upgrade a few pages back