Author

Topic: [ mining os ] nvoc - page 133. (Read 418546 times)

newbie
Activity: 7
Merit: 0
November 20, 2017, 12:00:30 PM
Hi All,

I have a question, I have some issues w/ 1 of my GPU out of 13 on 1 rig. Its not hashing exactly like it should be. How do you guys manage to pin point w/c GPU is faulty? Tried to disable the GPU in claymore but all fan still spinning still cannot pin point w/c GPU has the problem.



Have a look at output of wdog or run nvidia-smi
both shows gpu utilization

Are the number sequence in nvidia-smi coresponds on the pcie slot on the motherboard?
full member
Activity: 378
Merit: 104
nvOC forever
November 20, 2017, 11:41:01 AM
Hi,
I'm trying to use telegram alerts, but didn't receive any messages. I can see in Guake the following error:

bash /home/m1/BaliMiner_TELEGRAM_ALERTS
m1@m1-desktop:~$ bash /home/m1/BaliMiner_TELEGRAM_ALERTS
error: process ID list syntax error

Usage:
 ps [options]

 Try 'ps --help '
  or 'ps --help '
 for additional help text.

For more details see ps(1).
curl: option -d: requires parameter
curl: try 'curl --help' or 'curl --manual' for more information

New Telegram in 180 seconds

error: process ID list syntax error

Usage:
 ps [options]

 Try 'ps --help '
  or 'ps --help '
 for additional help text.

For more details see ps(1).
curl: option -d: requires parameter
curl: try 'curl --help' or 'curl --manual' for more information

New Telegram in 180 seconds
---------------------
I'm using NVOC 19 1.3.

I have tried to install curl, but the latest version already there.
What is the problem can someone help on this.


Its not a big problem, an error when system started and telegram checks miner up time but there is no miner up yet.
you can ignore it or in telegram find out where MINER_UP_TIME is and replace that line with this:


Code:
MINER_PID=$(ps ax | grep SCREEN | grep miner | awk '"miner" {print $1}' )
if [ -n  "$MINER_PID" ]
then
MINER_UP_TIME=$(ps -p $MINER_PID -o etime | grep -v ELAPSED)
else
MINER_UP_TIME=("Not Running")
fi


Hi Papampi,

Thx for info.
I have changed and it works good, but my GPU count is wrong in the message.




What do you mean by wrong?
It gets it value from nvidia-smi output, so if its not what it should be then all gpu are not utilized

@papampi, i think what he is trying to say is, he had x GPU's but on the telegram message it might be printing you have y GPU's.


@Havesovgosh Correct me if i am wrong mate.


I remember seeing this error before with one of the telegram MOD (probably mine too!!)
full member
Activity: 378
Merit: 104
nvOC forever
November 20, 2017, 11:38:22 AM
Please give me the original 3main file. Thank you.


I think this has no edits
https://www.dropbox.com/s/pubuucfzcoxnt7i/3main

Perhaps, we should probably keep a copy separately of all initial files with no edits for users who might have done something irreversible to their 3main or 1 bash or any other file in the home folder.

So that will allow users to switch back easily with out asking any support.

Thanks.

full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
November 20, 2017, 11:37:57 AM
Hi All,

I have a question, I have some issues w/ 1 of my GPU out of 13 on 1 rig. Its not hashing exactly like it should be. How do you guys manage to pin point w/c GPU is faulty? Tried to disable the GPU in claymore but all fan still spinning still cannot pin point w/c GPU has the problem.



Have a look at output of wdog or run nvidia-smi
both shows gpu utilization
newbie
Activity: 7
Merit: 0
November 20, 2017, 11:29:18 AM
Hi All,

I have a question, I have some issues w/ 1 of my GPU out of 13 on 1 rig. Its not hashing exactly like it should be. How do you guys manage to pin point w/c GPU is faulty? Tried to disable the GPU in claymore but all fan still spinning still cannot pin point w/c GPU has the problem.

full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
November 20, 2017, 11:12:25 AM
Hi,
I'm trying to use telegram alerts, but didn't receive any messages. I can see in Guake the following error:

bash /home/m1/BaliMiner_TELEGRAM_ALERTS
m1@m1-desktop:~$ bash /home/m1/BaliMiner_TELEGRAM_ALERTS
error: process ID list syntax error

Usage:
 ps [options]

 Try 'ps --help '
  or 'ps --help '
 for additional help text.

For more details see ps(1).
curl: option -d: requires parameter
curl: try 'curl --help' or 'curl --manual' for more information

New Telegram in 180 seconds

error: process ID list syntax error

Usage:
 ps [options]

 Try 'ps --help '
  or 'ps --help '
 for additional help text.

For more details see ps(1).
curl: option -d: requires parameter
curl: try 'curl --help' or 'curl --manual' for more information

New Telegram in 180 seconds
---------------------
I'm using NVOC 19 1.3.

I have tried to install curl, but the latest version already there.
What is the problem can someone help on this.


Its not a big problem, an error when system started and telegram checks miner up time but there is no miner up yet.
you can ignore it or in telegram find out where MINER_UP_TIME is and replace that line with this:


Code:
MINER_PID=$(ps ax | grep SCREEN | grep miner | awk '"miner" {print $1}' )
if [ -n  "$MINER_PID" ]
then
MINER_UP_TIME=$(ps -p $MINER_PID -o etime | grep -v ELAPSED)
else
MINER_UP_TIME=("Not Running")
fi


Hi Papampi,

Thx for info.
I have changed and it works good, but my GPU count is wrong in the message.




What do you mean by wrong?
It gets it value from nvidia-smi output, so if its not what it should be then all gpu are not utilized
newbie
Activity: 15
Merit: 0
November 20, 2017, 08:59:44 AM
Hi,
I'm trying to use telegram alerts, but didn't receive any messages. I can see in Guake the following error:

bash /home/m1/BaliMiner_TELEGRAM_ALERTS
m1@m1-desktop:~$ bash /home/m1/BaliMiner_TELEGRAM_ALERTS
error: process ID list syntax error

Usage:
 ps [options]

 Try 'ps --help '
  or 'ps --help '
 for additional help text.

For more details see ps(1).
curl: option -d: requires parameter
curl: try 'curl --help' or 'curl --manual' for more information

New Telegram in 180 seconds

error: process ID list syntax error

Usage:
 ps [options]

 Try 'ps --help '
  or 'ps --help '
 for additional help text.

For more details see ps(1).
curl: option -d: requires parameter
curl: try 'curl --help' or 'curl --manual' for more information

New Telegram in 180 seconds
---------------------
I'm using NVOC 19 1.3.

I have tried to install curl, but the latest version already there.
What is the problem can someone help on this.


Its not a big problem, an error when system started and telegram checks miner up time but there is no miner up yet.
you can ignore it or in telegram find out where MINER_UP_TIME is and replace that line with this:


Code:
MINER_PID=$(ps ax | grep SCREEN | grep miner | awk '"miner" {print $1}' )
if [ -n  "$MINER_PID" ]
then
MINER_UP_TIME=$(ps -p $MINER_PID -o etime | grep -v ELAPSED)
else
MINER_UP_TIME=("Not Running")
fi


Hi Papampi,

Thx for info.
I have changed and it works good, but my GPU count is wrong in the message.


newbie
Activity: 41
Merit: 0
November 20, 2017, 08:38:10 AM
Going to setup a new rig with 12xp106
My local dealer has these cards
Any one has experience with any of them?

1- GIGABYTE P106
2- ASUS MINING P106
3- MSI P106-100 MINER



Any differences or better just go with cheapest price?


I use ASROCK H110 PRO BTC and I'm happy with it. 12 1070 Palit cards. But please write a review about the cards and the board.
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
November 20, 2017, 06:34:59 AM
Going to setup a new rig with 12xp106
My local dealer has these cards
Any one has experience with any of them?

1- GIGABYTE P106
2- ASUS MINING P106
3- MSI P106-100 MINER



Any differences or better just go with cheapest price?
full member
Activity: 132
Merit: 100
November 20, 2017, 01:34:01 AM
Can someone tell me how to mine ZEN on suprnova?

I assumed NVOC used the password of z as default.

I created a suprnova account with the username of gump

I added a worker named rig1 with a password of z

I set up this in 1bash

Code:
ZEN_WORKER="rig1"
ZEN_ADDRESS="gump"
ZEN_POOL="stratum+tcp://zen.suprnova.cc"
ZEN_PORT="3618"

Miner will not start. I have no problems with any other pool. What am I missing?

Figured it out. Change pool to "zen.suprnova.cc"   Left everything else the same.
full member
Activity: 132
Merit: 100
November 20, 2017, 12:31:46 AM
Can someone tell me how to mine ZEN on suprnova?

I assumed NVOC used the password of z as default.

I created a suprnova account with the username of gump

I added a worker named rig1 with a password of z

I set up this in 1bash

Code:
ZEN_WORKER="rig1"
ZEN_ADDRESS="gump"
ZEN_POOL="stratum+tcp://zen.suprnova.cc"
ZEN_PORT="3618"

Miner will not start. I have no problems with any other pool. What am I missing?
newbie
Activity: 46
Merit: 0
November 19, 2017, 10:20:39 PM
Anyone know what is going on with nvoc19_13 & 14 , my rig always reboot and leave me with a login screen after a while,

now i have to use the nvoc17



Look for the answer at pages 245-246
hero member
Activity: 895
Merit: 504
November 19, 2017, 06:54:34 PM
Hi folks,

I am trying to run 12 cards in a MB ASRock H110 Pro Btc, but after some time mining the system freezes without giving any error before.

Bellow more details about the setup:
Coin: ZEC
Pool: eu1-zcash.flypool.org

MB: ASRock H110 Pro Btc
RAM: Crucial Ballistix Sport LT 4GB 2400Mhz DDR4
The OS is running from a SSD: Sandisk 120GB Sata III PLUS
CPU: Intel Celeron G3930 Kaby Lake
Power Supplies: Corsair TX850M (3-850W for each 4 cards)
GPU: GEFORCE GTX1070 EVGA 08G-P4-6674-KR

GPU OC Settings:
Memory: 800
Core: 150
Watts: 115

At this moment I am trying to run only 8 cards but the problem still persists, do you guys have any idea and might kindly help by somehow to figure out what is going on ?

Many thanks everyone for now !


Try lowering core and memory settings. I use 100C/200-400M for mining ZEC and -50C/400M when mining ETH. My 13 Zotac 1070 mini on H110 has been mining stable and I forgot when was the last time I had to reboot it.
member
Activity: 117
Merit: 10
November 19, 2017, 04:37:07 PM
Hi folks,

I am trying to run 12 cards in a MB ASRock H110 Pro Btc, but after some time mining the system freezes without giving any error before.

Bellow more details about the setup:
Coin: ZEC
Pool: eu1-zcash.flypool.org

MB: ASRock H110 Pro Btc
RAM: Crucial Ballistix Sport LT 4GB 2400Mhz DDR4
The OS is running from a SSD: Sandisk 120GB Sata III PLUS
CPU: Intel Celeron G3930 Kaby Lake
Power Supplies: Corsair TX850M (3-850W for each 4 cards)
GPU: GEFORCE GTX1070 EVGA 08G-P4-6674-KR

GPU OC Settings:
Memory: 800
Core: 150
Watts: 115

At this moment I am trying to run only 8 cards but the problem still persists, do you guys have any idea and might kindly help by somehow to figure out what is going on ?

Many thanks everyone for now !


If you have plugged MB molex(2) and sata(1) power connections the problem may be about the OC settings.
Maybe someone here could say about 1070 Oc as reference or you may try not to OC just for testing stability.  
newbie
Activity: 3
Merit: 0
November 19, 2017, 04:21:46 PM
Hi folks,

I am trying to run 12 cards in a MB ASRock H110 Pro Btc, but after some time mining the system freezes without giving any error before.

Bellow more details about the setup:
Coin: ZEC
Pool: eu1-zcash.flypool.org

MB: ASRock H110 Pro Btc
RAM: Crucial Ballistix Sport LT 4GB 2400Mhz DDR4
The OS is running from a SSD: Sandisk 120GB Sata III PLUS
CPU: Intel Celeron G3930 Kaby Lake
Power Supplies: Corsair TX850M (3-850W for each 4 cards)
GPU: GEFORCE GTX1070 EVGA 08G-P4-6674-KR

GPU OC Settings:
Memory: 800
Core: 150
Watts: 115

At this moment I am trying to run only 8 cards but the problem still persists, do you guys have any idea and might kindly help by somehow to figure out what is going on ?

Many thanks everyone for now !
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
November 19, 2017, 11:50:29 AM
Hi,
I'm trying to use telegram alerts, but didn't receive any messages. I can see in Guake the following error:

bash /home/m1/BaliMiner_TELEGRAM_ALERTS
m1@m1-desktop:~$ bash /home/m1/BaliMiner_TELEGRAM_ALERTS
error: process ID list syntax error

Usage:
 ps [options]

 Try 'ps --help '
  or 'ps --help '
 for additional help text.

For more details see ps(1).
curl: option -d: requires parameter
curl: try 'curl --help' or 'curl --manual' for more information

New Telegram in 180 seconds

error: process ID list syntax error

Usage:
 ps [options]

 Try 'ps --help '
  or 'ps --help '
 for additional help text.

For more details see ps(1).
curl: option -d: requires parameter
curl: try 'curl --help' or 'curl --manual' for more information

New Telegram in 180 seconds
---------------------
I'm using NVOC 19 1.3.

I have tried to install curl, but the latest version already there.
What is the problem can someone help on this.


Its not a big problem, an error when system started and telegram checks miner up time but there is no miner up yet.
you can ignore it or in telegram find out where MINER_UP_TIME is and replace that line with this:


Code:
MINER_PID=$(ps ax | grep SCREEN | grep miner | awk '"miner" {print $1}' )
if [ -n  "$MINER_PID" ]
then
MINER_UP_TIME=$(ps -p $MINER_PID -o etime | grep -v ELAPSED)
else
MINER_UP_TIME=("Not Running")
fi
member
Activity: 117
Merit: 10
November 19, 2017, 11:18:58 AM
Hi,
I'm trying to use telegram alerts, but didn't receive any messages. I can see in Guake the following error:

bash /home/m1/BaliMiner_TELEGRAM_ALERTS
m1@m1-desktop:~$ bash /home/m1/BaliMiner_TELEGRAM_ALERTS
error: process ID list syntax error

Usage:
 ps [options]

 Try 'ps --help '
  or 'ps --help '
 for additional help text.

For more details see ps(1).
curl: option -d: requires parameter
curl: try 'curl --help' or 'curl --manual' for more information

New Telegram in 180 seconds

error: process ID list syntax error

Usage:
 ps [options]

 Try 'ps --help '
  or 'ps --help '
 for additional help text.

For more details see ps(1).
curl: option -d: requires parameter
curl: try 'curl --help' or 'curl --manual' for more information

New Telegram in 180 seconds
---------------------
I'm using NVOC 19 1.3.

I have tried to install curl, but the latest version already there.
What is the problem can someone help on this.


In 1bash check the value you have: TELEGRAM_TYPE="papampi"  ?
In 1bash did you set up:
TELEGRAM_CHATID="your_CHATID_here"                                       
TELEGRAM_APIKEY="your_APIKEY_here"

Then based on the TELEGRAM_TYPE value search some pages ago as this problem has been treated a few times.
newbie
Activity: 15
Merit: 0
November 19, 2017, 10:06:28 AM
Hi,
I'm trying to use telegram alerts, but didn't receive any messages. I can see in Guake the following error:

bash /home/m1/BaliMiner_TELEGRAM_ALERTS
m1@m1-desktop:~$ bash /home/m1/BaliMiner_TELEGRAM_ALERTS
error: process ID list syntax error

Usage:
 ps [options]

 Try 'ps --help '
  or 'ps --help '
 for additional help text.

For more details see ps(1).
curl: option -d: requires parameter
curl: try 'curl --help' or 'curl --manual' for more information

New Telegram in 180 seconds

error: process ID list syntax error

Usage:
 ps [options]

 Try 'ps --help '
  or 'ps --help '
 for additional help text.

For more details see ps(1).
curl: option -d: requires parameter
curl: try 'curl --help' or 'curl --manual' for more information

New Telegram in 180 seconds
---------------------
I'm using NVOC 19 1.3.

I have tried to install curl, but the latest version already there.
What is the problem can someone help on this.
newbie
Activity: 3
Merit: 0
November 19, 2017, 09:07:36 AM
Anyone know what is going on with nvoc19_13 & 14 , my rig always reboot and leave me with a login screen after a while,

now i have to use the nvoc17

newbie
Activity: 46
Merit: 0
November 19, 2017, 08:33:19 AM
i got 12 gtx 1070 EVGA SC2, all my cards have ETH 31MHs but the last one has 26MHs... what could it be ? I used same setting for all. This card did 30 on windows...

What brand of 1070? Also what's the powerlimit for that card?

EVGA is the brand

I set power 151 , mem 1400 and clock 100

I had that issue but that's because I was running the PL too low for one of my 1070s. After bumping up the PL to 120, it hashed at 30 mh/s no problem.  What type of PSU do you have running these cards? Make sure there is enough juice going to it.

I got all different sorts of 1070 running at 100W, with memclock at 1200 and coreclock at 150. Only a few had to have slightly higher power limits, but the majority worked great. 30.6 MH/s average rate and very power efficient.
Jump to: