Author

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

newbie
Activity: 27
Merit: 0
October 18, 2017, 03:48:15 PM
Did u restart 3main ?

Code:
pkill -e screen
pkill -f 3main
[/quote]

I did a reboot
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
October 18, 2017, 03:41:13 PM



I did change them all, Temp, Fan, Power still shows blank in telegram alert.
Are you on 19-1.3 ?

I am on 19-1.3 yes


Did u restart 3main ?

Code:
pkill -e screen
pkill -f 3main
newbie
Activity: 27
Merit: 0
October 18, 2017, 03:38:22 PM



I did change them all, Temp, Fan, Power still shows blank in telegram alert.
Are you on 19-1.3 ?

I am on 19-1.3 yes
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
October 18, 2017, 03:37:16 PM



I did change them all, Temp, Fan, Power still shows blank in telegram alert.
Are you on 19-1.3 ?
newbie
Activity: 27
Merit: 0
October 18, 2017, 03:28:02 PM

there are 103 entries, change all of them?
[/quote]
Yup,
Ctrl+H, replace all
You can skip maxximus and iamnotajeep , no need for telegram or web but good if u want to tail all logs with 1 command
[/quote]

I did change them all, Temp, Fan, Power still shows blank in telegram alert.
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
October 18, 2017, 03:15:53 PM

Quote
Code:
screen -dmS

with:
Code:
screen -dmSL

there are 103 entries, change all of them?
Yup,
Ctrl+H, replace all
You can skip maxximus and iamnotajeep , no need for telegram or web but good if u want to tail all logs with 1 command


so, if you change above there will be just one log window in Guake Terminal and all logs will be listed there? or everything will be default way, but by
Code:
tail -f screenlog.0
 
will be created a window with all_in_one log list?
thanks a lot



every thing is as before, but u can check miner, temp, fan ,... In telegram and web
And in guake terminal or ssh you can run the tail command to see all logs in one screen
newbie
Activity: 27
Merit: 0
October 18, 2017, 03:06:36 PM

Quote
Code:
screen -dmS

with:
Code:
screen -dmSL

there are 103 entries, change all of them?
Yup,
Ctrl+H, replace all
You can skip maxximus and iamnotajeep , no need for telegram or web but good if u want to tail all logs with 1 command
[/quote]

so, if you change above there will be just one log window in Guake Terminal and all logs will be listed there? or everything will be default way, but by
Code:
tail -f screenlog.0
 
will be created a window with all_in_one log list?
thanks a lot

full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
October 18, 2017, 02:55:21 PM

Hi, I receive telegram alerts, but some fields are blank, for example

miner uptime
Temp, Fan, Power

how to fix? thanks  
Quote
Are you on 19-1.3 ?

YES


For Miner info and Temp, Fan, Power in web stat and telegram there is an argument missing in 3main screen commands
Open 3main with gedit and replace all

Code:
screen -dmS

with:
Code:
screen -dmSL

there are 103 entries, change all of them?
Yup,
Ctrl+H, replace all
You can skip maxximus and iamnotajeep , no need for telegram or web but good if u want to tail all logs with 1 command
newbie
Activity: 27
Merit: 0
October 18, 2017, 02:47:53 PM

Hi, I receive telegram alerts, but some fields are blank, for example

miner uptime
Temp, Fan, Power

how to fix? thanks 
[/quote]
Are you on 19-1.3 ?

YES


For Miner info and Temp, Fan, Power in web stat and telegram there is an argument missing in 3main screen commands
Open 3main with gedit and replace all

Code:
screen -dmS

with:
Code:
screen -dmSL

there are 103 entries, change all of them?
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
October 18, 2017, 02:29:32 PM
Hello every one, Hope you're mining every damn coin in the blockchain

I'm new to mining and just finish my first rig with Z270-A mobs and 6 1080ti GPUs and start mining MONA with nvOC v0019-1.3, I came cross few issues
-After image USB key Try to modified Bash1 & 3main files from Linux OS, USB key image become Unbootable & Bash1 file is gone?!!
-OS some time get hang and after hard reboot, USB key image become Unbootable & Bash1 file is gone?!!
-Miner started to mine MONA and after 10 mints become unstable and keep crash(I use ASCCminer & it's registered in suprnova pool)?!!

Any thing can help to solve this issues Huh

I'm still having annoying broken Operating System @ USB key after few run or system reboot and get this error msg'


Any idea how to solve this issue?
USB Key (SanDisk Ultra Fit 64GB, I have 2 and both give same issue)
Maybe I have to tray different USB Key brand and see how it's go

It seems your USB stick doesn't play well with linux. Try another model or brand.

Thanks leenoox, I just got new one & I'll give it a go hope it solve this ridiculous issue.


Do yourself and your rig a big favor and get a 50$ SSD
Bigger, Faster, More stable ,....

Thanks papampi, I already have 120GB SSD but to image it with nvOC seems to much thing to do, if there an easy way to dump the image directly from the USB key to SSD that will be great.

You can easily do it
Just fire up HDD Raw Copy

In select source chose your USB
In destination choose your SSD
But since your USB looks corrupted it may not goes well

If It does you can expand it after boot to nvOC with Gparted,
If it doesnt copy the downloaded image to your SSD with HDD Raw Copy tool

Then
Have a look at my how to enable swap and expand drive with Gparted HERE

full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
October 18, 2017, 02:17:32 PM
Telegram with some detailed info for ewbf

First you need to edit 3main to enable ewbf log, find the ewbf line and make it like this:

Code:
screen -dmS miner $HCD --eexit 3 --fee $EWBF_PERCENT --pec --server $ZEC_POOL --user $ZECADDR --pass z --port $ZEC_PORT  --log 2 --logfile ewbf.log;
Also its better to add ewbf.log to clear_logs file so it get cleared on every boot and dont give you old info on boot time.
Here is what I'm using for my telegram,
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_APIKEY
HASH_RATE=$(tail -n 30 ewbf.log |grep GPU0:| tail -n 1)
TOTAL_HASH_RATE=$(tail -n 30 ewbf.log |grep Total| tail -n 1)
SYSTEM_BOOT_TIME=$(uptime -s)
SYSTEM_UP_TIME=$(uptime -p)
GPU_COUNT=$(nvidia-smi -L | tail -n 1| cut -c 5 |awk '{ SUM += $1+1} ; { print SUM }')
MINER_UP_TIME=$(ps -p `pgrep miner` -o etime | grep -v ELAPSED)
GPU_UTILIZATIONS=$(nvidia-smi --query-gpu=utilization.gpu --format=csv,noheader,nounits)
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)
LF=$'\n'
MSG=" Worker: $WORKERNAME
System Boot Time: $SYSTEM_BOOT_TIME
System Up Time: $SYSTEM_UP_TIME
Miner Uptime: $MINER_UP_TIME
GPU Count: $GPU_COUNT
$TOTAL_HASH_RATE
$LF Hash Rate:
$HASH_RATE
$LF GPU Utilizations:
$GPU_UTILIZATIONS
$LF GPU Temps:
$TEMP
$LF GPU Fan Speeds:
$FAN
$LF Power Draws:
$PD"

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

You can test your telegram by runnung telegram command in guake or from ssh, no need to wait for it
Code:
./telegram


Edit it to your liking and share with us.



Hi, I receive telegram alerts, but some fields are blank, for example

miner uptime
Temp, Fan, Power

how to fix? thanks 
Are you on 19-1.3 ?
If so open telegram file and in papampi section change MINER_UP_TIME to

this :
Code:
MINER_UP_TIME=$(ps -p `pgrep  miner` -o etime | grep -v ELAPSED)

For Miner info and Temp, Fan, Power in web stat and telegram there is an argument missing in 3main screen commands
Open 3main with gedit and replace all

Code:
screen -dmS

with:
Code:
screen -dmSL

After this change you can see miner, wdog and temp logs with this command too
Code:
tail -f screenlog.0
newbie
Activity: 7
Merit: 0
October 18, 2017, 02:07:33 PM
Hello every one, Hope you're mining every damn coin in the blockchain

I'm new to mining and just finish my first rig with Z270-A mobs and 6 1080ti GPUs and start mining MONA with nvOC v0019-1.3, I came cross few issues
-After image USB key Try to modified Bash1 & 3main files from Linux OS, USB key image become Unbootable & Bash1 file is gone?!!
-OS some time get hang and after hard reboot, USB key image become Unbootable & Bash1 file is gone?!!
-Miner started to mine MONA and after 10 mints become unstable and keep crash(I use ASCCminer & it's registered in suprnova pool)?!!

Any thing can help to solve this issues Huh

I'm still having annoying broken Operating System @ USB key after few run or system reboot and get this error msg'
http://b.up-00.com/2017/10/150831609350471.jpg

Any idea how to solve this issue?
USB Key (SanDisk Ultra Fit 64GB, I have 2 and both give same issue)
Maybe I have to tray different USB Key brand and see how it's go

It seems your USB stick doesn't play well with linux. Try another model or brand.

Thanks leenoox, I just got new one & I'll give it a go hope it solve this ridiculous issue.


Do yourself and your rig a big favor and get a 50$ SSD
Bigger, Faster, More stable ,....

Thanks papampi, I already have 120GB SSD but to image it with nvOC seems to much thing to do, if there an easy way to dump the image directly from the USB key to SSD that will be great.
newbie
Activity: 27
Merit: 0
October 18, 2017, 01:43:00 PM
Telegram with some detailed info for ewbf

First you need to edit 3main to enable ewbf log, find the ewbf line and make it like this:

Code:
screen -dmS miner $HCD --eexit 3 --fee $EWBF_PERCENT --pec --server $ZEC_POOL --user $ZECADDR --pass z --port $ZEC_PORT  --log 2 --logfile ewbf.log;
Also its better to add ewbf.log to clear_logs file so it get cleared on every boot and dont give you old info on boot time.
Here is what I'm using for my telegram,
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_APIKEY
HASH_RATE=$(tail -n 30 ewbf.log |grep GPU0:| tail -n 1)
TOTAL_HASH_RATE=$(tail -n 30 ewbf.log |grep Total| tail -n 1)
SYSTEM_BOOT_TIME=$(uptime -s)
SYSTEM_UP_TIME=$(uptime -p)
GPU_COUNT=$(nvidia-smi -L | tail -n 1| cut -c 5 |awk '{ SUM += $1+1} ; { print SUM }')
MINER_UP_TIME=$(ps -p `pgrep miner` -o etime | grep -v ELAPSED)
GPU_UTILIZATIONS=$(nvidia-smi --query-gpu=utilization.gpu --format=csv,noheader,nounits)
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)
LF=$'\n'
MSG=" Worker: $WORKERNAME
System Boot Time: $SYSTEM_BOOT_TIME
System Up Time: $SYSTEM_UP_TIME
Miner Uptime: $MINER_UP_TIME
GPU Count: $GPU_COUNT
$TOTAL_HASH_RATE
$LF Hash Rate:
$HASH_RATE
$LF GPU Utilizations:
$GPU_UTILIZATIONS
$LF GPU Temps:
$TEMP
$LF GPU Fan Speeds:
$FAN
$LF Power Draws:
$PD"

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

You can test your telegram by runnung telegram command in guake or from ssh, no need to wait for it
Code:
./telegram


Edit it to your liking and share with us.



Hi, I receive telegram alerts, but some fields are blank, for example

miner uptime
Temp, Fan, Power

how to fix? thanks 
full member
Activity: 558
Merit: 194
October 18, 2017, 01:16:47 PM
Here's a nice 60GB SSD for $33:

https://www.amazon.com/gp/product/B01M2UUACN/ref=oh_aui_detailpage_o01_s00?ie=UTF8&psc=1

I run them in all my rigs.  No issues whatsoever.
full member
Activity: 340
Merit: 103
It is easier to break an atom than partialities AE
October 18, 2017, 01:15:11 PM
Ethereum mining is getting profitable again after the Byzantium hard-fork update.
Before the update my estimated monthly earnings on ethermine were 5.6 ETH but after the update it keeps rising. It estimates 7.85 ETH and hasn't been even 24 hours yet so the estimation curve keeps rising until it gets clear curve...
I beleive it will surpass 8 ETH/month with my 1.35 GH/s.

The dificulty dropped a lot and it is still dropping, the block time went down from 30 to 15 seconds. Even though the block reward went down from 5 to 3 ETH, when you consider lower difficulty and block times it is way more profitable now.

If you haven't switched back to mining ETH yet, don't delay any longer, take advantage before others realize it and difficulty sky-rocket again.

Yes i just saw what you mean in looking here :

https://www.coinwarz.com/difficulty-charts/ethereum-difficulty-chart



it is quite incredible but the difficulty of mining has been divided by two very brutally according to this graph.

We'll see if it goes back as fast as you think, but I doubt it.

And What exactly is this Byzantium fork? sorry but I did not follow everything, and I would like the version of the experienced people who mined on this forum.
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
October 18, 2017, 12:44:37 PM
Hello every one, Hope you're mining every damn coin in the blockchain

I'm new to mining and just finish my first rig with Z270-A mobs and 6 1080ti GPUs and start mining MONA with nvOC v0019-1.3, I came cross few issues
-After image USB key Try to modified Bash1 & 3main files from Linux OS, USB key image become Unbootable & Bash1 file is gone?!!
-OS some time get hang and after hard reboot, USB key image become Unbootable & Bash1 file is gone?!!
-Miner started to mine MONA and after 10 mints become unstable and keep crash(I use ASCCminer & it's registered in suprnova pool)?!!

Any thing can help to solve this issues Huh

I'm still having annoying broken Operating System @ USB key after few run or system reboot and get this error msg'


Any idea how to solve this issue?
USB Key (SanDisk Ultra Fit 64GB, I have 2 and both give same issue)
Maybe I have to tray different USB Key brand and see how it's go

It seems your USB stick doesn't play well with linux. Try another model or brand.

Do yourself and your rig a big favor and get a 50$ SSD
Bigger, Faster, More stable ,....
full member
Activity: 200
Merit: 101
October 18, 2017, 12:38:45 PM
Hello every one, Hope you're mining every damn coin in the blockchain

I'm new to mining and just finish my first rig with Z270-A mobs and 6 1080ti GPUs and start mining MONA with nvOC v0019-1.3, I came cross few issues
-After image USB key Try to modified Bash1 & 3main files from Linux OS, USB key image become Unbootable & Bash1 file is gone?!!
-OS some time get hang and after hard reboot, USB key image become Unbootable & Bash1 file is gone?!!
-Miner started to mine MONA and after 10 mints become unstable and keep crash(I use ASCCminer & it's registered in suprnova pool)?!!

Any thing can help to solve this issues Huh

I'm still having annoying broken Operating System @ USB key after few run or system reboot and get this error msg'


Any idea how to solve this issue?
USB Key (SanDisk Ultra Fit 64GB, I have 2 and both give same issue)
Maybe I have to tray different USB Key brand and see how it's go

It seems your USB stick doesn't play well with linux. Try another model or brand.
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
October 18, 2017, 12:04:37 PM
Hey guys  is there any way to access the status web pages from outside the miner's network?

Also the papampi alert telegram type does not send me telegram messages. The BaliMiner one does though. Is there any way to fix this?

You should forward port 80 to your rig ip.
If you have many rigs you can forward different ports for each rig
for example in your router forward port 10180 to port 80 for 192.168.1.101
and forward port 10280 to port 80 for 192.168.1.102

Then open them by : http://YOUR_EXTERNAL_IP:10180/cgi-bin/minerinfo

For telegram
Please set it to papampi then execute a telegram by
Code:
bash telegram
see if it gives any errors




Thanks for the port forwarding info.

Unfortunately when I try to run telegram manual I get this error:

m1@m1-desktop:~$ sudo bash telegram
error: process ID list syntax error



This is on NVocv v0019-1.3
Then you get no message at all, or some info are empty ?
Also sudo not needed to send telegram message

Open and edit telegram file
In papampi section
Change MINER_UP_TIME to :

Code:
MINER_UP_TIME=$(ps -p `pgrep  miner` -o etime | grep -v ELAPSED)

I just changed that line in the telegram file. Now when I type
Code:
bash telegram
There is no error but there is no output to the console at all.
There should be no output in console,
You should just get your telegram message, if you set it right

Thanks for the fast reply, I double checked my settings in 1bash and everything seems good. I do not receive the alert though. I don't know if this has anything to do with it, but the webpage is missing some info:

Oh, I remembered
There is an argument missing in 3main screen commands
Open 3main with gedit and replace all

Code:
screen -dmS

with:
Code:
screen -dmSL

After this change you can see miner, wdog and temp logs with this command too :
Code:
tail -f screenlog.0
newbie
Activity: 8
Merit: 0
October 18, 2017, 11:25:24 AM
Hey guys  is there any way to access the status web pages from outside the miner's network?

Also the papampi alert telegram type does not send me telegram messages. The BaliMiner one does though. Is there any way to fix this?

You should forward port 80 to your rig ip.
If you have many rigs you can forward different ports for each rig
for example in your router forward port 10180 to port 80 for 192.168.1.101
and forward port 10280 to port 80 for 192.168.1.102

Then open them by : http://YOUR_EXTERNAL_IP:10180/cgi-bin/minerinfo

For telegram
Please set it to papampi then execute a telegram by
Code:
bash telegram
see if it gives any errors




Thanks for the port forwarding info.

Unfortunately when I try to run telegram manual I get this error:

m1@m1-desktop:~$ sudo bash telegram
error: process ID list syntax error



This is on NVocv v0019-1.3
Then you get no message at all, or some info are empty ?
Also sudo not needed to send telegram message

Open and edit telegram file
In papampi section
Change MINER_UP_TIME to :

Code:
MINER_UP_TIME=$(ps -p `pgrep  miner` -o etime | grep -v ELAPSED)

I just changed that line in the telegram file. Now when I type
Code:
bash telegram
There is no error but there is no output to the console at all.
There should be no output in console,
You should just get your telegram message, if you set it right

Thanks for the fast reply, I double checked my settings in 1bash and everything seems good. I do not receive the alert though. I don't know if this has anything to do with it, but the webpage is missing some info: https://imgur.com/a/R5468
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
October 18, 2017, 11:09:36 AM
Hey guys  is there any way to access the status web pages from outside the miner's network?

Also the papampi alert telegram type does not send me telegram messages. The BaliMiner one does though. Is there any way to fix this?

You should forward port 80 to your rig ip.
If you have many rigs you can forward different ports for each rig
for example in your router forward port 10180 to port 80 for 192.168.1.101
and forward port 10280 to port 80 for 192.168.1.102

Then open them by : http://YOUR_EXTERNAL_IP:10180/cgi-bin/minerinfo

For telegram
Please set it to papampi then execute a telegram by
Code:
bash telegram
see if it gives any errors




Thanks for the port forwarding info.

Unfortunately when I try to run telegram manual I get this error:

m1@m1-desktop:~$ sudo bash telegram
error: process ID list syntax error



This is on NVocv v0019-1.3
Then you get no message at all, or some info are empty ?
Also sudo not needed to send telegram message

Open and edit telegram file
In papampi section
Change MINER_UP_TIME to :

Code:
MINER_UP_TIME=$(ps -p `pgrep  miner` -o etime | grep -v ELAPSED)

I just changed that line in the telegram file. Now when I type
Code:
bash telegram
There is no error but there is no output to the console at all.
There should be no output in console,
You should just get your telegram message, if you set it right
Jump to: