Bitcoin Forum
April 24, 2024, 05:52:54 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 [163] 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 ... 417 »
  Print  
Author Topic: [OS] nvOC easy-to-use Linux Nvidia Mining  (Read 417953 times)
octomob
Member
**
Offline Offline

Activity: 155
Merit: 12

Crypto Mining Hardware for Sale


View Profile WWW
September 04, 2017, 12:05:24 AM
 #3241

Anone managed to start NVOC version 19 with built-in  VGA? I heared this version finally have a fix, for using on rigs built on GP106-100 GPUs

PM me for ASIC / GPU mining hardware private sale offers
"Bitcoin: the cutting edge of begging technology." -- Giraffe.BTC
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713981174
Hero Member
*
Offline Offline

Posts: 1713981174

View Profile Personal Message (Offline)

Ignore
1713981174
Reply with quote  #2

1713981174
Report to moderator
rayd89
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
September 04, 2017, 01:14:01 AM
Last edit: September 04, 2017, 03:20:02 AM by rayd89
 #3242

Ok - found an issue.

I've tried setting "manual fan speed"
and played around with the maximus auto fan control - but some of my cards just dont want to run the fan speed i set in 1Bash.

When i was running off 1PSU with 8 cards it ran perfectly.

I just added a second PSU to my ASROCK BTC PRO board to run 13 cards and 4/ 13 of the cards wont adjust their fan speed correctly.

EDIT: With every restart its getting less and less stable - fan speeds are NOT changing on majority of cards now.
dbolivar
Member
**
Offline Offline

Activity: 119
Merit: 10


View Profile
September 04, 2017, 03:20:03 AM
 #3243

This is the scheme of my setup. Is a box 44cm wide x 32cm high and gpus are setup on two levels one on top of other. (1060 3Gb gpu)
There is a raspberry pi wich allows me to reset/poweroff-on and control the inside temps using 5 sensors DS18B20.
12 fans push fresh air inside the box. They feed on an external psu. Temps with power limite 92W are 57-68ºC.
By the way I had a big cpu load (5-14) when I had power limit to 72W. Once set to 92W got down to 1.5-2.2 (yes I know no good yet, but much better).
I use a celeron g3900, looking forward to upgrade to I3.
I post this hoping the schematic helps others like me who have their rig in remote locations.
Here the code bits for temps, poweron/off and reset.

Hey man, that's a very nice DIY project you have there! And great schematics btw, thanks for sharing. I'm wondering, how much did it cost overall (Pi + fans + sensors and parts)? Did you try integrating it with nvOC's auto temp control, which uses the GPUs internal temp sensors, instead of relying on the DS18B20?

I'm facing some heating issues here, as the days are becoming hotter, so I'm thinking about what to do. I don't want to leave an A/C on all day, because of energy costs, so probably will need something to suck the hot air from the GPUs to the outside during the day, and reverse direction at night, when it's colder outside. Your project really gives some ideas... Smiley
rayd89
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
September 04, 2017, 05:05:54 AM
 #3244

Ok - so my rig stops applying fan % correctly once i get to more than 11 cards.
once i connect the 12th and/ or 13th card to the ASROCK pro btc board - it wont apply the fan % to all the card / regulate auto temp at all. and the computer becomes almost un-usable due to how slow the UI is.

any idea whats up?
running 8GB DDR4 ram
128gb SSD
Celeron G3930 processor
Moordact
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
September 04, 2017, 07:50:42 AM
 #3245

getting this error, it will launch ZECminer ewbf and instant close and restart all this terminal stuff.
https://imgur.com/ZAW1C9i
https://imgur.com/BdQkNgd
https://imgur.com/vXNtpCp
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
September 04, 2017, 07:55:50 AM
 #3246

getting this error, it will launch ZECminer ewbf and instant close and restart all this terminal stuff.



Install libutempter

Code:
sudo apt install libutempter0

papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
September 04, 2017, 08:11:20 AM
Last edit: September 04, 2017, 07:48:15 PM by papampi
 #3247

So I make some changes for a new telegram alert system
The 30 min telegram notification is good but it gets annoying over time and I had to mute it.
I created a new telegram-alert to pass me alerts from IAmNotAJeep_and_Maxximus007_WATCHDOG
First create a new bot as explained on OP call it Mining Alerts (or whatever you like)
Make new telegram-alert file in m1 home and put these inside :

telegram-alert:
Code:
#!/bin/bash
# Telegram Info Script
# By BaliMiner et al...
# for nvOC by fullzero
# ref: http://bernaerts.dyndns.org/linux/75-debian/351-debian-send-telegram-notification
#

source ~/1bash

CHATID=$TELEGRAM_CHATID
APIKEY=$TELEGRAM_ALERT_APIKEY

SYSTEM_BOOT_TIME=$(uptime -s)
GPU_COUNT=$(nvidia-smi -L | tail -n 1| cut -c 5 |awk '{ SUM += $1+1}  ; { print SUM }')
STARTING_MINER=$(tail -n50 /home/m1/5_restartlog | grep Starting | tail -n 1)
LOST_GPU=$(tail -n50 /home/m1/5_restartlog | grep Lost| tail -n 1)
REBOOT_ALERT=$(tail -n50 /home/m1/5_restartlog | grep 'reboot in' |tail -n 1)
UTILIZATION_LOW_REBOOTING=$(tail -n50 /home/m1/5_restartlog | grep 'low: reviving' |tail -n 1)
UTILIZATION_LOW_RESTART_3MAIN=$(tail -n50 /home/m1/5_restartlog | grep 'low: restart' |tail -n 1)
LOW_UTILIZATION=$(tail -n50 /home/m1/5_restartlog | grep 'Low Utilization' |tail -n 1)
FAILURES_REINIT=$(tail -n50 /home/m1/5_restartlog | grep 'Before reinit')



SYSTEM_UP_TIME=$(uptime -p)
REBOOT_REQUIRED=$(/home/m1/reboot-required)
GPU_UTILIZATIONS=$(tail -n 30 5_restartlog | grep 'GPU UTILIZATION' | awk '{gsub(/GPU UTILIZATION:  /,"")}1' | tail -n 1)


TEMP=$(/usr/bin/nvidia-smi --query-gpu=temperature.gpu --format=csv,noheader)
PD=$(/usr/bin/nvidia-smi --query-gpu=power.draw --format=csv,noheader)
FAN=$(/usr/bin/nvidia-smi --query-gpu=fan.speed --format=csv,noheader)
TEMP_FAN_POWER=$(tail  -n 30 6_autotemplog  | grep GPU | awk '{gsub(/:/,": ")}1' |tail -n $GPU_COUNT)


LF=$'\n'


MSG=" Worker: $WORKERNAME
Boot Time: $SYSTEM_BOOT_TIME
GPU Count: $GPU_COUNT
GPU Utilization:
$GPU_UTILIZATIONS
$STARTING_MINER
$LOW_UTILIZATION
$FAILURES_REINIT
$UTILIZATION_LOW_RESTART_3MAIN
$LOST_GPU
$REBOOT_ALERT
$UTILIZATION_LOW_REBOOTING
"

/usr/bin/curl -m 5 -s -X POST --output /dev/null https://api.telegram.org/bot${APIKEY}/sendMessage -d "text=${MSG}" -d chat_id=${CHATID}

In your 1bash add a line bellow APIKEY=$TELEGRAM_APIKEY and add your new alert api key

Code:
    TELEGRAM_ALERT_APIKEY="aaaaaaaaaaaaaaaaaaa:bbbbbbbbbbbb-cccccccccccccccccccccccc"

And here is my modified  IAmNotAJeep_and_Maxximus007_WATCHDOG for telegram alerts:

Code:
#!/bin/bash

# Miner restart script V002
# By Maxximus007 && IAmNotAJeep
# for nvOC by fullzero
# Modified by papampi for telegram-alerts

export DISPLAY=:0

# Creating a log file to record restarts
LOG_FILE="/home/m1/5_restartlog"
if [ -e "$LOG_FILE" ] ; then
  #Limit the logfile, just keep the last 2K
  LASTLOG=$(tail -n 2K $LOG_FILE)
  echo $LASTLOG
  echo ""
fi

echo "$(date) - Starting miner restart script." | tee -a ${LOG_FILE}
echo "" | tee -a ${LOG_FILE}
bash '/home/m1/telegram-alert'
# Give oneBash time to start to prevent reboot
echo "$(date) - waiting 70 seconds before going 'on watch'" | tee -a ${LOG_FILE}
sleep 60

THRESHOLD=90
RESTART=0
GPU_COUNT=$(nvidia-smi --query-gpu=count --format=csv,noheader,nounits | tail -1)
COUNT=$((6 * $GPU_COUNT))

while true
do
sleep 10  # sleep 60
#IAmNotAJeep MOD from V002
  JEEP=0
#IAmNotAJeep MOD from V002
  GPU=0
  REBOOTRESET=$(($REBOOTRESET + 1))

#IAmNotAJeep MOD from V002
  echo ""
  echo "      GPU_COUNT: " $GPU_COUNT | tee -a ${LOG_FILE}

#IAmNotAJeep MOD from V002

  UTILIZATIONS=$(nvidia-smi --query-gpu=utilization.gpu --format=csv,noheader,nounits)
  echo ""
  echo "GPU UTILIZATION: " $UTILIZATIONS | tee -a ${LOG_FILE}
  echo "" | tee -a ${LOG_FILE}




numtest='^[0-9]+$'
  
  for UTIL in $UTILIZATIONS
  do
    if ! [[ $UTIL =~ $numtest ]]
    then
        # Not numeric so: Help we've lost a GPU, so reboot
        echo "$(date) - Lost GPU so restarting system. Found GPU's:" | tee -a ${LOG_FILE}
        echo "" | tee -a ${LOG_FILE}
bash '/home/m1/telegram-alert'
        #Hope PCI BUS info will help find the faulty GPU
        nvidia-smi --query-gpu=gpu_bus_id --format=csv | tee -a ${LOG_FILE}
        echo "reboot in 10 seconds" | tee -a ${LOG_FILE}
        echo ""| tee -a ${LOG_FILE}
bash '/home/m1/telegram-alert'
        sleep 10
        sudo reboot
    fi

    # If utilization is lower than threshold count them:
    if [ $UTIL -lt $THRESHOLD ]
    then
      echo "$(date) - GPU under threshold found" | tee -a ${LOG_FILE}
      echo "" | tee -a ${LOG_FILE}
bash '/home/m1/telegram-alert'
      COUNT=$(($COUNT - 1))
      #IAmNotAJeep MOD from V002
      JEEP=$(($JEEP + 1))
      #IAmNotAJeep MOD from V002
    fi
    GPU=$(($GPU + 1))
  done

#IAmNotAJeep MOD from V002
if [ $JEEP -gt 0 ]
 then

  if [ $COUNT -le 0 ]
  then
    INTERNET_IS_GO=0
    if nc -vzw1 google.com 443;
    #if nc -vzw1 $POOL 80;
    then
    INTERNET_IS_GO=1
    fi
    echo ""
    if [[ $RESTART -gt 4 && $INTERNET_IS_GO == 1 ]]
    then
      echo "$(date) - Utilization is too low: reviving did not work so restarting system in 10 seconds" | tee -a ${LOG_FILE}
      echo "" | tee -a ${LOG_FILE}
 bash '/home/m1/telegram-alert'
      sleep 10
      sudo reboot
    fi
    echo "$(date) - Utilization is too low: restart 3main" | tee -a ${LOG_FILE}
    # If miner runs in screen 'miner' kill the screen to be sure it's gone
    pkill -e miner
bash '/home/m1/telegram-alert'
    # Best to restart oneBash - settings might be adjusted already
    target=$(ps -ef | awk '$NF~"3main" {print $2}')
    kill $target | tee -a ${LOG_FILE}
    echo "" | tee -a ${LOG_FILE}
    RESTART=$(($RESTART + 1))
    REBOOTRESET=0
    COUNT=$GPU_COUNT
    # Give oneBash time to restart to prevent reboot
    sleep 60
  #fi
  else
  echo "$(date) - Low Utilization Detected: 3main will reinit if there are 6 consecutive failures" | tee -a ${LOG_FILE}
  echo ""
  echo "                  "$COUNT "Failures Before reinit"  | tee -a ${LOG_FILE}
bash '/home/m1/telegram-alert'
#IAmNotAJeep MOD from V002
  fi

else
#IAmNotAJeep MOD from V002
  COUNT=$((6 * $GPU_COUNT))
  echo "$(date) - 5 by 5: REMEMBER TO THANK IAmNotAJeep and Maxximus007"
#IAmNotAJeep MOD from V002
fi

  # No need for a reboot after a while
  if [ $REBOOTRESET -gt 5 ]
  then
    RESTART=0
    REBOOTRESET=0
  fi
done


This is how it looks like when there is a gpu under threshold :

Quote
Worker: nv102
Boot Time: 2017-09-04 12:17:17
Miner Uptime:    02:45:07
GPU Count: 7
GPU Utilization:
99 83 99 99 98 99 99



Mon Sep  4 15:03:53 IRDT 2017 - GPU under threshold found


Mon Sep  4 15:03:56 IRDT 2017 - Low Utilization Detected: 3main will reinit if there are 6 consecutive failures
                  41 Failures Before reinit


Hopefull we get more/better integration for alerts from fullzero, Maxximus and IAmNotAJeep.
Thanks all.


kk003
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
September 04, 2017, 12:31:23 PM
 #3248

This is the scheme of my setup. Is a box 44cm wide x 32cm high and gpus are setup on two levels one on top of other. (1060 3Gb gpu)
There is a raspberry pi wich allows me to reset/poweroff-on and control the inside temps using 5 sensors DS18B20.
12 fans push fresh air inside the box. They feed on an external psu. Temps with power limite 92W are 57-68ºC.
By the way I had a big cpu load (5-14) when I had power limit to 72W. Once set to 92W got down to 1.5-2.2 (yes I know no good yet, but much better).
I use a celeron g3900, looking forward to upgrade to I3.
I post this hoping the schematic helps others like me who have their rig in remote locations.
Here the code bits for temps, poweron/off and reset.

Hey man, that's a very nice DIY project you have there! And great schematics btw, thanks for sharing. I'm wondering, how much did it cost overall (Pi + fans + sensors and parts)? Did you try integrating it with nvOC's auto temp control, which uses the GPUs internal temp sensors, instead of relying on the DS18B20?

I'm facing some heating issues here, as the days are becoming hotter, so I'm thinking about what to do. I don't want to leave an A/C on all day, because of energy costs, so probably will need something to suck the hot air from the GPUs to the outside during the day, and reverse direction at night, when it's colder outside. Your project really gives some ideas... Smiley

Glad to be usefull. The pi 50€, pi kit 15€, 5 sensors with wire integrated about 19€ from amazon (I think), two channel relay 5€, other wires etc about 5€. I got the fans for free from a friend.
Hope this week I will finish my telegram script which should be easily integrated in nvOC (I don't use it yet but I follow it close). I will code the bit relative to external sensors to send alerts/poweroff the box in case the internal temp raises to much so could be integrated and tested in nvOC by any mates around here if it looks usefull.

Yeah, you could relay on external sensors's temp and a relay to manege those fans to push/get fresh air in/out of the room. I guest the fans you'll use should turn in both directions (I don't now if this is possible for the fans you need).
 
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
September 04, 2017, 01:47:32 PM
 #3249

Possible to mine nicehash equihash only?

When will KMD be integrated?

Guide to add  KMD

Code:
COIN="KMD"

Add coin details

Code:
KMD_WORKER="xxxx"
KMD_ADDRESS="xxxxxx"
KMD_POOL="kmd.suprnova.cc"
KMD_PORT="6250"


Add this to 3main file in right place:

Code:
if [ $COIN == "KMD" ]
then

if [ $EWBF_VERSION == "3_3" ]
then
HCD='/home/m1/KMD/v3_3/miner'
fi

if [ $EWBF_VERSION == "3_4" ]
then
HCD='/home/m1/KMD/v3_4/miner'
fi

KMDADDR="$KMD_ADDRESS.$KMD_WORKER"

screen -dmS miner $HCD --eexit 3 --fee $EWBF_PERCENT --pec --server $KMD_POOL --user $KMDADDR --pass z --port $KMD_PORT;

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

BITCOIN="theGROUND"

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


@fullzero I'm getting prepared all the coins (stuck with cryptonight algo coins ATM), will share once its ready.

I have a question, what coins can we mine with ethminer (all 3 versions 11, 12dev, genoil) ?

Can we mine any ethash coin using ethminer?? My point is when we mine any ethash like EXP, UBQ, MUSIC, SOIL its better mine then with 0 fee uing ethminer?

I've tried to mine SOIL, but no success so far with ethminer, if someone succeeded using ethminer for any ethash, can you please share your 1bash and 3main, would like to integrate it with my version.

Thanks.


Thanks a lot for all the new coins.
Since you getting warm on adding coins, is it ok if we ask for more?
I think its good to have more ZPOOL algos like neoscrypt, equihash, myr-gr, ...

@fullzero, Is it possible to add links for new coins in OP
I think there are so many new, but hard to find in thread.

damNmad
Full Member
***
Offline Offline

Activity: 378
Merit: 104


nvOC forever


View Profile
September 04, 2017, 02:21:33 PM
 #3250

Possible to mine nicehash equihash only?

When will KMD be integrated?

Guide to add  KMD

Code:
COIN="KMD"

Add coin details

Code:
KMD_WORKER="xxxx"
KMD_ADDRESS="xxxxxx"
KMD_POOL="kmd.suprnova.cc"
KMD_PORT="6250"


Add this to 3main file in right place:

Code:
if [ $COIN == "KMD" ]
then

if [ $EWBF_VERSION == "3_3" ]
then
HCD='/home/m1/KMD/v3_3/miner'
fi

if [ $EWBF_VERSION == "3_4" ]
then
HCD='/home/m1/KMD/v3_4/miner'
fi

KMDADDR="$KMD_ADDRESS.$KMD_WORKER"

screen -dmS miner $HCD --eexit 3 --fee $EWBF_PERCENT --pec --server $KMD_POOL --user $KMDADDR --pass z --port $KMD_PORT;

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

BITCOIN="theGROUND"

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


@fullzero I'm getting prepared all the coins (stuck with cryptonight algo coins ATM), will share once its ready.

I have a question, what coins can we mine with ethminer (all 3 versions 11, 12dev, genoil) ?

Can we mine any ethash coin using ethminer?? My point is when we mine any ethash like EXP, UBQ, MUSIC, SOIL its better mine then with 0 fee uing ethminer?

I've tried to mine SOIL, but no success so far with ethminer, if someone succeeded using ethminer for any ethash, can you please share your 1bash and 3main, would like to integrate it with my version.

Thanks.


Thanks a lot for all the new coins.
Since you getting warm on adding coins, is it ok if we ask for more?
I think its good to have more ZPOOL algos like neoscrypt, equihash, myr-gr, ...

@fullzero, Is it possible to add links for new coins in OP
I think there are so many new, but hard to find in thread.

You are welcome  Cool

Leave fullzero alone & pour all the COIN requests towards me  Grin

What ever the coins I've added on this topic, added all of them to my 1bash and 3main, will share it fullzero probably tomorrow evening (hopefully).


DeepOnion    ▬▬  Anonymous and Untraceable  ▬▬    ENJOY YOUR PRIVACY  •  JOIN DEEPONION
▐▐▐▐▐▐▐▐   ANN  Whitepaper  Facebook  Twitter  Telegram  Discord    ▌▌▌▌▌▌▌▌
Get $ONION  (✔Cryptopia  ✔KuCoin)  |  VoteCentral  Register NOW!  |  Download DeepOnion
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
September 04, 2017, 02:25:48 PM
 #3251

Possible to mine nicehash equihash only?

When will KMD be integrated?

Guide to add  KMD

Code:
COIN="KMD"

Add coin details

Code:
KMD_WORKER="xxxx"
KMD_ADDRESS="xxxxxx"
KMD_POOL="kmd.suprnova.cc"
KMD_PORT="6250"


Add this to 3main file in right place:

Code:
if [ $COIN == "KMD" ]
then

if [ $EWBF_VERSION == "3_3" ]
then
HCD='/home/m1/KMD/v3_3/miner'
fi

if [ $EWBF_VERSION == "3_4" ]
then
HCD='/home/m1/KMD/v3_4/miner'
fi

KMDADDR="$KMD_ADDRESS.$KMD_WORKER"

screen -dmS miner $HCD --eexit 3 --fee $EWBF_PERCENT --pec --server $KMD_POOL --user $KMDADDR --pass z --port $KMD_PORT;

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

BITCOIN="theGROUND"

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


@fullzero I'm getting prepared all the coins (stuck with cryptonight algo coins ATM), will share once its ready.

I have a question, what coins can we mine with ethminer (all 3 versions 11, 12dev, genoil) ?

Can we mine any ethash coin using ethminer?? My point is when we mine any ethash like EXP, UBQ, MUSIC, SOIL its better mine then with 0 fee uing ethminer?

I've tried to mine SOIL, but no success so far with ethminer, if someone succeeded using ethminer for any ethash, can you please share your 1bash and 3main, would like to integrate it with my version.

Thanks.


Thanks a lot for all the new coins.
Since you getting warm on adding coins, is it ok if we ask for more?
I think its good to have more ZPOOL algos like neoscrypt, equihash, myr-gr, ...

@fullzero, Is it possible to add links for new coins in OP
I think there are so many new, but hard to find in thread.

You are welcome  Cool

Leave fullzero alone & pour all the COIN requests towards me  Grin

What ever the coins I've added on this topic, added all of them to my 1bash and 3main, will share it fullzero probably tomorrow evening (hopefully).


Awesome, Then I will wait till tomorrow and add them all.
So we gonna have more Zpool algos from you?

Moordact
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
September 04, 2017, 02:44:48 PM
 #3252

Forgive me if this questions has been answered already !

How can i have different worker names per system? i use 1 pastebin for all rigs.
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
September 04, 2017, 02:51:38 PM
Last edit: September 06, 2017, 07:22:52 AM by papampi
 #3253

Is this correct for MPH_EQUIHASH ?

Coin:
Code:
COIN="MPH_EQUIHASH"

1bash:
Code:
MPH_WORKER="$WORKERNAME"
MPH_ADDRESS="papampi"
MPH_EQUIHASH_POOL="us-east.equihash-hub.miningpoolhub.com"
MPH_EQUIHASH_PORT="17023"
3main:
Code:
if [ $COIN == "MPH_EQUIHASH" ]
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

MPHADDR="$MPH_USERNAME.$MPH_WORKER"

screen -dmS miner $HCD --eexit 3 --fee $EWBF_PERCENT --pec --server $MPH_EQUIHASH_POOL --user $MPHADDR --pass z --port $MPH_EQUIHASH_PORT --api 0.0.0.0:42000  --log 2 --logfile ewbf.log;

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

BITCOIN="theGROUND"

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



And this one

coin:
Code:
COIN="ZPOOL_EQUIHASH"

1bash:
Code:
# ZPOOL uses your BTC_ADDRESS
ZPOOL_EQUIHASH_POOL="equihash.mine.zpool.ca"
ZPOOL_EQUIHASH_PORT="2142"

3main:
Code:
if [ $COIN == "ZPOOL_EQUIHASH" ]
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

ZPOOLADDR="$BTC_ADDRESS.$WORKERNAME"

screen -dmS miner $HCD --eexit 3 --fee $EWBF_PERCENT --pec --server $ZPOOL_EQUIHASH_POOL --user $ZPOOLADDR --pass c=btc --port $ZPOOL_EQUIHASH_PORT --api 0.0.0.0:42000  --log 2 --logfile ewbf.log;

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

damNmad
Full Member
***
Offline Offline

Activity: 378
Merit: 104


nvOC forever


View Profile
September 04, 2017, 03:21:25 PM
 #3254

Possible to mine nicehash equihash only?

When will KMD be integrated?

Guide to add  KMD

Code:
COIN="KMD"

Add coin details

Code:
KMD_WORKER="xxxx"
KMD_ADDRESS="xxxxxx"
KMD_POOL="kmd.suprnova.cc"
KMD_PORT="6250"


Add this to 3main file in right place:

Code:
if [ $COIN == "KMD" ]
then

if [ $EWBF_VERSION == "3_3" ]
then
HCD='/home/m1/KMD/v3_3/miner'
fi

if [ $EWBF_VERSION == "3_4" ]
then
HCD='/home/m1/KMD/v3_4/miner'
fi

KMDADDR="$KMD_ADDRESS.$KMD_WORKER"

screen -dmS miner $HCD --eexit 3 --fee $EWBF_PERCENT --pec --server $KMD_POOL --user $KMDADDR --pass z --port $KMD_PORT;

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

BITCOIN="theGROUND"

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


@fullzero I'm getting prepared all the coins (stuck with cryptonight algo coins ATM), will share once its ready.

I have a question, what coins can we mine with ethminer (all 3 versions 11, 12dev, genoil) ?

Can we mine any ethash coin using ethminer?? My point is when we mine any ethash like EXP, UBQ, MUSIC, SOIL its better mine then with 0 fee uing ethminer?

I've tried to mine SOIL, but no success so far with ethminer, if someone succeeded using ethminer for any ethash, can you please share your 1bash and 3main, would like to integrate it with my version.

Thanks.


Thanks a lot for all the new coins.
Since you getting warm on adding coins, is it ok if we ask for more?
I think its good to have more ZPOOL algos like neoscrypt, equihash, myr-gr, ...

@fullzero, Is it possible to add links for new coins in OP
I think there are so many new, but hard to find in thread.

You are welcome  Cool

Leave fullzero alone & pour all the COIN requests towards me  Grin

What ever the coins I've added on this topic, added all of them to my 1bash and 3main, will share it fullzero probably tomorrow evening (hopefully).


Awesome, Then I will wait till tomorrow and add them all.
So we gonna have more Zpool algos from you?


Yeah I will do ZPOOL algos as well, but only in the next version!

DeepOnion    ▬▬  Anonymous and Untraceable  ▬▬    ENJOY YOUR PRIVACY  •  JOIN DEEPONION
▐▐▐▐▐▐▐▐   ANN  Whitepaper  Facebook  Twitter  Telegram  Discord    ▌▌▌▌▌▌▌▌
Get $ONION  (✔Cryptopia  ✔KuCoin)  |  VoteCentral  Register NOW!  |  Download DeepOnion
damNmad
Full Member
***
Offline Offline

Activity: 378
Merit: 104


nvOC forever


View Profile
September 04, 2017, 03:22:57 PM
 #3255

Is this correct for MPH_EQUIHASH ?

Coin:
Code:
COIN="MPH_EQUIHASH"

1bash:
Code:
MPH_WORKER="$WORKERNAME"
MPH_ADDRESS="papampi"
MPH_EQUIHASH_POOL="us-east.equihash-hub.miningpoolhub.com"
MPH_EQUIHASH_PORT="20570"
3main:
Code:
if [ $COIN == "MPH_EQUIHASH" ]
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

MPHADDR="$MPH_USERNAME.$MPH_WORKER"

screen -dmS miner $HCD --eexit 3 --fee $EWBF_PERCENT --pec --server $MPH_EQUIHASH_POOL --user $MPHADDR --pass z --port $MPH_EQUIHASH_PORT --api 0.0.0.0:42000  --log 2 --logfile ewbf.log;

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

BITCOIN="theGROUND"

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



And this one

coin:
Code:
COIN="ZPOOL_EQUIHASH"

1bash:
Code:
# ZPOOL uses your BTC_ADDRESS
ZPOOL_EQUIHASH_POOL="equihash.mine.zpool.ca"
ZPOOL_EQUIHASH_PORT="2142"

3main:
Code:
if [ $COIN == "ZPOOL_EQUIHASH" ]
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

ZPOOLADDR="$BTC_ADDRESS.$WORKERNAME"

screen -dmS miner $HCD --eexit 3 --fee $EWBF_PERCENT --pec --server $ZPOOL_EQUIHASH_POOL --user $ZPOOLADDR --pass c=btc --port $ZPOOL_EQUIHASH_PORT --api 0.0.0.0:42000  --log 2 --logfile ewbf.log;

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

Yep, both are perfect, I will integrate these two to my updates, if that's ok with you Smiley

DeepOnion    ▬▬  Anonymous and Untraceable  ▬▬    ENJOY YOUR PRIVACY  •  JOIN DEEPONION
▐▐▐▐▐▐▐▐   ANN  Whitepaper  Facebook  Twitter  Telegram  Discord    ▌▌▌▌▌▌▌▌
Get $ONION  (✔Cryptopia  ✔KuCoin)  |  VoteCentral  Register NOW!  |  Download DeepOnion
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
September 04, 2017, 03:53:17 PM
 #3256

Is this correct for MPH_EQUIHASH ?

Coin:
Code:
COIN="MPH_EQUIHASH"

1bash:
Code:
MPH_WORKER="$WORKERNAME"
MPH_ADDRESS="papampi"
MPH_EQUIHASH_POOL="us-east.equihash-hub.miningpoolhub.com"
MPH_EQUIHASH_PORT="20570"
3main:
Code:
if [ $COIN == "MPH_EQUIHASH" ]
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

MPHADDR="$MPH_USERNAME.$MPH_WORKER"

screen -dmS miner $HCD --eexit 3 --fee $EWBF_PERCENT --pec --server $MPH_EQUIHASH_POOL --user $MPHADDR --pass z --port $MPH_EQUIHASH_PORT --api 0.0.0.0:42000  --log 2 --logfile ewbf.log;

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

BITCOIN="theGROUND"

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



And this one

coin:
Code:
COIN="ZPOOL_EQUIHASH"

1bash:
Code:
# ZPOOL uses your BTC_ADDRESS
ZPOOL_EQUIHASH_POOL="equihash.mine.zpool.ca"
ZPOOL_EQUIHASH_PORT="2142"

3main:
Code:
if [ $COIN == "ZPOOL_EQUIHASH" ]
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

ZPOOLADDR="$BTC_ADDRESS.$WORKERNAME"

screen -dmS miner $HCD --eexit 3 --fee $EWBF_PERCENT --pec --server $ZPOOL_EQUIHASH_POOL --user $ZPOOLADDR --pass c=btc --port $ZPOOL_EQUIHASH_PORT --api 0.0.0.0:42000  --log 2 --logfile ewbf.log;

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

Yep, both are perfect, I will integrate these two to my updates, if that's ok with you Smiley

Sure, why not
We are all here to help make nvOC become the best mining OS.

stef_stef
Full Member
***
Offline Offline

Activity: 144
Merit: 100


View Profile
September 04, 2017, 06:48:12 PM
 #3257

Just updated my USB to v19 and I cannot start mining.

I get this message

Code:
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
04:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
05:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)
06:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)


Mon Sep  4 14:47:36 2017       
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 384.59                 Driver Version: 384.59                    |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  GeForce GTX 1070    Off  | 00000000:01:00.0  On |                  N/A |
| 50%   55C    P0    44W / 135W |    196MiB /  8113MiB |     21%      Default |
+-------------------------------+----------------------+----------------------+
|   1  GeForce GTX 1070    Off  | 00000000:04:00.0 Off |                  N/A |
| 50%   58C    P0    48W / 135W |     19MiB /  8114MiB |      8%      Default |
+-------------------------------+----------------------+----------------------+
|   2  GeForce GTX 1070    Off  | 00000000:05:00.0 Off |                  N/A |
| 50%   52C    P0    44W / 135W |     19MiB /  8114MiB |     17%      Default |
+-------------------------------+----------------------+----------------------+
|   3  GeForce GTX 1070    Off  | 00000000:06:00.0 Off |                  N/A |
| 50%   49C    P0    51W / 135W |     19MiB /  8114MiB |      9%      Default |
+-------------------------------+----------------------+----------------------+
                                                                               
+-----------------------------------------------------------------------------+
| Processes:                                                       GPU Memory |
|  GPU       PID  Type  Process name                               Usage      |
|=============================================================================|
|    0      1067    G   /usr/lib/xorg/Xorg                             149MiB |
|    0      1614    G   compiz                                          43MiB |
|    1      1067    G   /usr/lib/xorg/Xorg                               7MiB |
|    2      1067    G   /usr/lib/xorg/Xorg                               7MiB |
|    3      1067    G   /usr/lib/xorg/Xorg                               7MiB |
+-----------------------------------------------------------------------------+

Power limit for GPU 00000000:01:00.0 was set to 135.00 W from 135.00 W.

Warning: persistence mode is disabled on this device. This settings will go back to default as soon as driver unloads (e.g. last application like nvidia-smi or cuda application terminates). Run with [--help | -h] switch to get more information on how to enable persistence mode.

Power limit for GPU 00000000:04:00.0 was set to 135.00 W from 135.00 W.

Warning: persistence mode is disabled on this device. This settings will go back to default as soon as driver unloads (e.g. last application like nvidia-smi or cuda application terminates). Run with [--help | -h] switch to get more information on how to enable persistence mode.

Power limit for GPU 00000000:05:00.0 was set to 135.00 W from 135.00 W.

Warning: persistence mode is disabled on this device. This settings will go back to default as soon as driver unloads (e.g. last application like nvidia-smi or cuda application terminates). Run with [--help | -h] switch to get more information on how to enable persistence mode.

Power limit for GPU 00000000:06:00.0 was set to 135.00 W from 135.00 W.

Warning: persistence mode is disabled on this device. This settings will go back to default as soon as driver unloads (e.g. last application like nvidia-smi or cuda application terminates). Run with [--help | -h] switch to get more information on how to enable persistence mode.

All done.

LAUNCHING:  IAmNotAJeep_and_Maxximus007_WATCHDOG

LAUNCHING:  Maxximus007_AUTO_TEMPERATURE_CONTROL

process in screen temp; attach with: screen -r temp


  Attribute 'GPUGraphicsClockOffset' (m1-desktop:0[gpu:0]) assigned value 100.


  Attribute 'GPUMemoryTransferRateOffset' (m1-desktop:0[gpu:0]) assigned value 850.


  Attribute 'GPUGraphicsClockOffset' (m1-desktop:0[gpu:1]) assigned value 100.


  Attribute 'GPUMemoryTransferRateOffset' (m1-desktop:0[gpu:1]) assigned value 850.


  Attribute 'GPUGraphicsClockOffset' (m1-desktop:0[gpu:2]) assigned value 100.


  Attribute 'GPUMemoryTransferRateOffset' (m1-desktop:0[gpu:2]) assigned value 850.


  Attribute 'GPUGraphicsClockOffset' (m1-desktop:0[gpu:3]) assigned value 100.


  Attribute 'GPUMemoryTransferRateOffset' (m1-desktop:0[gpu:3]) assigned value 850.


LAUNCHING:  Mining Process

process in screen miner; attach with: screen -r miner

^R


And nothing happens afterward. Any ideas what to do?
bdog1234
Full Member
***
Offline Offline

Activity: 132
Merit: 100


View Profile
September 04, 2017, 07:17:04 PM
 #3258

It is running. Press F12 then in the window that pops up type screen -r miner

It is set up this way on purpose so that no screen is attached by default and you can SSH in and monitor remotely.
kk003
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
September 04, 2017, 07:24:28 PM
 #3259

I want to get running a new rig only with 2 970 gpus that I have around.
The idea is to get the celeron G3900 I have on a 13 gpu rig and use it for this new rig and buy a I3 for the 13 gpus rig.

I would appreciate the confirmation of those users who have switched from celeron to i3 and who have effectively solved the cpu load by referring to the specific model of I3 used.
  
stef_stef
Full Member
***
Offline Offline

Activity: 144
Merit: 100


View Profile
September 04, 2017, 07:32:16 PM
 #3260

It is running. Press F12 then in the window that pops up type screen -r miner

It is set up this way on purpose so that no screen is attached by default and you can SSH in and monitor remotely.

Yup, it was mining, I checked the pool, but it has stopped in the meantime.

Anyways, when I press f12 and type -r miner I get this message

m1@m1-desktop:~$ -r miner
-r: command not found



Pages: « 1 ... 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 [163] 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 ... 417 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!