Bitcoin Forum
June 21, 2024, 02:29:48 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3 on: October 19, 2017, 07:57:34 PM
Are u on 19-1.3 ?

Yes.

I will try to write and post a full fix for telegram and web tomorrow

Thanks, I appreciate the help.  Cheesy
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3 on: October 19, 2017, 07:45:32 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

Ok I replaced
Code:
screen -dmS 

with:
Code:
screen -dmSL 
and most of the info now shows up on the webpage as seen here: https://imgur.com/a/zLleL

The telegram alerts are still not working though. The weird thing is I checked guake after a
boot and this error was under the telegram terminal tab: https://imgur.com/a/49U3l
but when I run it manually I do not get the error but still do not receive the telegram message: https://imgur.com/a/lYwiw

Did you edit this line in telegram
Code:
MINER_UP_TIME=$(ps -p `pgrep  miner` -o etime | grep -v ELAPSED)

Yep. This is what that part of the telegram file looks like for me:
Code:
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 }')
REBOOT_REQUIRED=$([ -f /var/run/reboot-required ] && echo "Yes!!!" || echo "No")
MINER_UP_TIME=$(ps -p `pgrep  miner` -o etime | grep -v ELAPSED)
GPU_UTILIZATIONS=$(tail -n 5 5_restartlog | grep 'GPU UTILIZATION' | awk '{gsub(/GPU UTILIZATION:  /,"")}1' | tail -n 1)

Also I do have the remote/local setting configured to remote in my 1bash. (the rig is off site)
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3 on: October 19, 2017, 07:32:43 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

Ok I replaced
Code:
screen -dmS 

with:
Code:
screen -dmSL 
and most of the info now shows up on the webpage as seen here: https://imgur.com/a/zLleL

The telegram alerts are still not working though. The weird thing is I checked guake after a
boot and this error was under the telegram terminal tab: https://imgur.com/a/49U3l
but when I run it manually I do not get the error but still do not receive the telegram message: https://imgur.com/a/lYwiw
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3 on: October 18, 2017, 04:25:24 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:
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3 on: October 18, 2017, 04:06:04 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.
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3 on: October 18, 2017, 11:39:45 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
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.3 on: October 18, 2017, 01:21:52 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?
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.2 on: October 02, 2017, 01:39:03 PM
Hey guys i'm wondering if someone can figure out what is up with my rig. It boots up and starts mining fine but I have a black screen on my monitor. The weird thing is is I can still ssh in just fine. Any help would be greatly appreciated.

Gigabyte G1 Sniper 5
4770k
2x 3gb gtx1060
1x 6gb gtx 1060
1x 4gb gtx 970
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!