Search content
Sort by

Showing 20 of 117 results by kk003
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining vBASIC || Community Edition 2.0
by
kk003
on 19/12/2018, 00:14:21 UTC
There is new kk003_telegram (v1.5) here:
https://pastebin.com/UPGs2HRu

Tested on: Nvoc 0.19 (little mods have to be done mainly about paths for later versions)

the main novelty is that it supports PhoenixMiner 4.0b + some esthetic improvements

Thx.

Post
Topic
Board Service Announcements (Altcoins)
Re: Mammon - Desktop Ticker Price Tracker
by
kk003
on 02/11/2018, 21:41:00 UTC
It shows a "nan.undefined" when currency is "€". "$" is ok.
Great app, thx.
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4
by
kk003
on 30/01/2018, 15:29:07 UTC
Hi,
the youtube video on how to create a telegram bot is blocked in my county(Italy), is it possible to unlock it? Thanks



Hi mate,
it is blocked every country. Try this new link:
https://vimeo.com/252156920
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019
by
kk003
on 22/01/2018, 13:33:30 UTC
How to setup telegram for nvoc0019

First of all install Telegram, you can have it on almost all operating systems: Windows, Mac, Linux, Android, iOS, ...
Open your telegram and send /newbot to @BotFather
To send message to @botfather, click the search (magnifying glass) and search for @botfather, when found click start and send message /newbot
It will ask for name, send your desired bot name EX.  Mining Rigs Info
Then it ask for a username for your bot , send your desired unique username EX. papampi_mining_nvoc0019
it will give you an HTTP API token EX.     HTTP API: 408504581:AAHen-E4peZrlVhJx-GlnADyiVDgGiR4O8g
Put it in your 1bash  like this :
Code:
TELEGRAM_APIKEY="408504581:AAHen-E4peZrlVhJx-GlnADyiVDgGiR4O8g"
Now send /getid to @myidbot same search process for @botfather
Click start, then send /getid
It will give you a 8 digit number put it in 1bash :
Code:
TELEGRAM_CHATID="97994065"
Click the Start in your new bot
Thats it.
You will get some info every 30 min. and alerts from watchdog
You can edit your telegram file and get more info
I will send my edited telegram for more info later today.



Man I cannot get this to work. Did exactly as above and tried to use the ./telegram cmd to test. But nothing comes through. I don't have to edit any other files in the OS right? It should work with my bot & ID?

My TELEGRAM_MESSAGES loads the following

m1@m1-desktop:~$ bash /home/m1/7telegram
Telegram Messages for nvOC v0019-2.0 - Community Release
Version: :v0019-2.0.001


New Telegram in 3600 seconds


Try this code right after line 146 (you have just modify your msg)
Code:
echo "Return code: " $?

See if that return code gives you some new info. A 0 value means ok.

Comes back with this, but I still don't get any messages? Do I need to do anything on the bot side to have this sent to the chat? I created the bot and started, found my user ID then pasted both into the 1bash file.

m1@m1-desktop:~$ bash /home/m1/7telegram
Telegram Messages for nvOC v0019-2.0 - Community Release
Version: :v0019-2.0.001

Return code:  0

New Telegram in 3600 seconds
./telegram



May I suggest you to follow the steps here: https://youtu.be/HS7Q1zH00bs and then test again?
Thx.

I tried that first thing, even switched my VPN to a bunch of different countries but non would play. Give's me this error - This video contains content from SME, who has blocked it in your country on copyright grounds

According to this, it's not allowed anywhere.. How are you watching it?

https://polsy.org.uk/stuff/ytrestrict.cgi?ytid=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DHS7Q1zH00bs

EDIT: Got it working. I literally created a new bot / getupdate and it worked.. No clue why it didn't work the first three times.

Glad is working now ;-)
Thx for reporting about the bad link, here is a new one:
https://vimeo.com/252156920
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019
by
kk003
on 22/01/2018, 02:30:35 UTC
How to setup telegram for nvoc0019

First of all install Telegram, you can have it on almost all operating systems: Windows, Mac, Linux, Android, iOS, ...
Open your telegram and send /newbot to @BotFather
To send message to @botfather, click the search (magnifying glass) and search for @botfather, when found click start and send message /newbot
It will ask for name, send your desired bot name EX.  Mining Rigs Info
Then it ask for a username for your bot , send your desired unique username EX. papampi_mining_nvoc0019
it will give you an HTTP API token EX.     HTTP API: 408504581:AAHen-E4peZrlVhJx-GlnADyiVDgGiR4O8g
Put it in your 1bash  like this :
Code:
TELEGRAM_APIKEY="408504581:AAHen-E4peZrlVhJx-GlnADyiVDgGiR4O8g"
Now send /getid to @myidbot same search process for @botfather
Click start, then send /getid
It will give you a 8 digit number put it in 1bash :
Code:
TELEGRAM_CHATID="97994065"
Click the Start in your new bot
Thats it.
You will get some info every 30 min. and alerts from watchdog
You can edit your telegram file and get more info
I will send my edited telegram for more info later today.



Man I cannot get this to work. Did exactly as above and tried to use the ./telegram cmd to test. But nothing comes through. I don't have to edit any other files in the OS right? It should work with my bot & ID?

My TELEGRAM_MESSAGES loads the following

m1@m1-desktop:~$ bash /home/m1/7telegram
Telegram Messages for nvOC v0019-2.0 - Community Release
Version: :v0019-2.0.001


New Telegram in 3600 seconds


Try this code right after line 146 (you have just modify your msg)
Code:
echo "Return code: " $?

See if that return code gives you some new info. A 0 value means ok.

Comes back with this, but I still don't get any messages? Do I need to do anything on the bot side to have this sent to the chat? I created the bot and started, found my user ID then pasted both into the 1bash file.

m1@m1-desktop:~$ bash /home/m1/7telegram
Telegram Messages for nvOC v0019-2.0 - Community Release
Version: :v0019-2.0.001

Return code:  0

New Telegram in 3600 seconds
./telegram



May I suggest you to follow the steps here: https://youtu.be/HS7Q1zH00bs and then test again?
Thx.
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019
by
kk003
on 21/01/2018, 22:44:17 UTC
How to setup telegram for nvoc0019

First of all install Telegram, you can have it on almost all operating systems: Windows, Mac, Linux, Android, iOS, ...
Open your telegram and send /newbot to @BotFather
To send message to @botfather, click the search (magnifying glass) and search for @botfather, when found click start and send message /newbot
It will ask for name, send your desired bot name EX.  Mining Rigs Info
Then it ask for a username for your bot , send your desired unique username EX. papampi_mining_nvoc0019
it will give you an HTTP API token EX.     HTTP API: 408504581:AAHen-E4peZrlVhJx-GlnADyiVDgGiR4O8g
Put it in your 1bash  like this :
Code:
TELEGRAM_APIKEY="408504581:AAHen-E4peZrlVhJx-GlnADyiVDgGiR4O8g"
Now send /getid to @myidbot same search process for @botfather
Click start, then send /getid
It will give you a 8 digit number put it in 1bash :
Code:
TELEGRAM_CHATID="97994065"
Click the Start in your new bot
Thats it.
You will get some info every 30 min. and alerts from watchdog
You can edit your telegram file and get more info
I will send my edited telegram for more info later today.



Man I cannot get this to work. Did exactly as above and tried to use the ./telegram cmd to test. But nothing comes through. I don't have to edit any other files in the OS right? It should work with my bot & ID?

My TELEGRAM_MESSAGES loads the following

m1@m1-desktop:~$ bash /home/m1/7telegram
Telegram Messages for nvOC v0019-2.0 - Community Release
Version: :v0019-2.0.001


New Telegram in 3600 seconds


Try this code right after line 146 (you have just modify your msg)
Code:
echo "Return code: " $?

See if that return code gives you some new info. A 0 value means ok.
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4
by
kk003
on 06/01/2018, 10:13:46 UTC
Hello,
I built a very crude SRR circuitry for a Raspberry Pi to remotely reset a rig or switch it on/off (The raspberry Pi basically controls an optocoupler connected to the reset and poweron pins of the mobo).
For the moment the Raspberry Pi just detect if port 22 is open on the rig. If not, it assumes that the rig is not reachable by SSH and reset the rig.

I see that there is an SRR scrips on nvOC, that looks much more sophisticated than what I am doing. Unfortunately there is no mention of the watchdog software to run on the Raspberry Pi.
Anyone can give me a pointer to the software to run on the Raspberry Pi.

Cheers


I have some code to share with you but the site is blocking my input.
Trying to contact with an admin about.
Thanks :-) Maybe you can post a link outside this forum

Ok, have a look at this and see if can help:
https://bitcointalk.org/index.php?topic=1854250.msg22615430#msg22615430

I don't use Nvoc's temp control.

Here the latest version of script (removed reset bit and add var to use/not to use telegram alerts. I did not test the telegram bit so be aware):
https://pastebin.com/mcqmt9CF

It is possible to add code to nvoc's temp control (or wdog) and reset/poweroff/on the rig from a raspberry pi.
I just look forward to have a well configured rig and make it work stable instead of using wdog.
I do not trust wdog not because of the coders/scripts but because of so many gpus and drivers (from time to time they change the output of error codes, etc).
Hi kk003,

This is awsome!! I will modify the code according the my setup.
As far as I can see from a quick look at the the code, the script assumes a rig is frozen if it doesn't respond to pings. Is it correct?
In the past I had rigs that were clearly frozen, but were still responding to pings. That is why, instead of pinging I check if the SSH port is open on the rig using netcat:

Code:
nc -z -v -w5 $rigIP 22

(w5 is a timeout of 5 seconds)

Thanks again :-)

The script checks that temp room is too high, if so turnoff the rig, then wait 120 seconds and ping the rig again (it should be power off by now).
I agreed with you some times the ping is not enough to make sure that the rig is on/off. I should add the bit with netcat as a double check.
Thx. 
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4
by
kk003
on 05/01/2018, 15:27:30 UTC
Hello,
I built a very crude SRR circuitry for a Raspberry Pi to remotely reset a rig or switch it on/off (The raspberry Pi basically controls an optocoupler connected to the reset and poweron pins of the mobo).
For the moment the Raspberry Pi just detect if port 22 is open on the rig. If not, it assumes that the rig is not reachable by SSH and reset the rig.

I see that there is an SRR scrips on nvOC, that looks much more sophisticated than what I am doing. Unfortunately there is no mention of the watchdog software to run on the Raspberry Pi.
Anyone can give me a pointer to the software to run on the Raspberry Pi.

Cheers


I have some code to share with you but the site is blocking my input.
Trying to contact with an admin about.
Thanks :-) Maybe you can post a link outside this forum

Ok, have a look at this and see if can help:
https://bitcointalk.org/index.php?topic=1854250.msg22615430#msg22615430

I don't use Nvoc's temp control.

Here the latest version of script (removed reset bit and add var to use/not to use telegram alerts. I did not test the telegram bit so be aware):
https://pastebin.com/mcqmt9CF

It is possible to add code to nvoc's temp control (or wdog) and reset/poweroff/on the rig from a raspberry pi.
I just look forward to have a well configured rig and make it work stable instead of using wdog.
I do not trust wdog not because of the coders/scripts but because of so many gpus and drivers (from time to time they change the output of error codes, etc).
Post
Topic
Board Beginners & Help
Re: I have been blocked
by
kk003
on 05/01/2018, 12:21:27 UTC
This should be moved into Meta

The first thing I need to ask is why would you be blocked in the forum? Are you using a VPN to connect right now or how did you find a workaround to post here in the forum if the site is blocking your, well, input? Theymos has his own email posted somewhere in this forum but I don't think he'll ever answer forum inquiries using that email. Best to just cross-post or move this to Meta and let a mod see your case.

My user is not blocked, is just the code I am trying to post which is a script in bash.
Can then a moderator move it to meta please?
Thx.
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4
by
kk003
on 05/01/2018, 11:59:04 UTC
Hello,
I built a very crude SRR circuitry for a Raspberry Pi to remotely reset a rig or switch it on/off (The raspberry Pi basically controls an optocoupler connected to the reset and poweron pins of the mobo).
For the moment the Raspberry Pi just detect if port 22 is open on the rig. If not, it assumes that the rig is not reachable by SSH and reset the rig.

I see that there is an SRR scrips on nvOC, that looks much more sophisticated than what I am doing. Unfortunately there is no mention of the watchdog software to run on the Raspberry Pi.
Anyone can give me a pointer to the software to run on the Raspberry Pi.

Cheers


I have some code to share with you but the site is blocking my input.
Trying to contact with an admin about.
Post
Topic
Board Beginners & Help
I have been blocked
by
kk003
on 05/01/2018, 11:56:17 UTC
The site is blocking my input:

https://preview.ibb.co/ekQ4Wb/Capturar_1.jpg

and I can't find any admin email to contact about it.

Anyone can pass me that contact email please?
Thx.
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4
by
kk003
on 30/12/2017, 11:39:24 UTC
hi papampi, tyvm for your reply, i will try to update to 2.0 later as you advised. I got some other questions:

1: is it possible to select dualmine coins with WTM switcher?

2: what about changing passwords of m1 or root? will this affect any scripting?

No problem changing passwords for m1 or root.
Code:
passwd m1
sudo passwd root
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4
by
kk003
on 28/12/2017, 17:34:03 UTC
Hi guys,

Met a new problem lately with 1bash being unable to read or open with the error saying :

" Error reading lock file ./.1bash.swp: Not enough data read"

Has anybody seen this before and how to solve this? I don't want to reinstall the whole OS just because of 1bash isn't opening. The miner works fine and been on for over 10 days but I can't change any settings or anything due to this problem.

Its usually a swp file created when editing with nano and stoped nano with ctrl-z instead of exiting
Remove the file with:
Code:
rm .1bash.swp


Thanks for your quick response but the command you gave doesn't do anything , I've tried the same with sudo and my file name but with no success.

Are there any alternative ways to solve this?

Please as user m1 do:
Code:
ls -al *bash

and paste output here.
Thx

m1@m1-desktop:~$ ls -al *bash
-rw-r--r-- 1 m1 m1 79986 Nov 13 17:03 1bash


This is what I get when using your command

Ok, do a ls -al of the .swp file and post the output please.

You may try to install mc (apt-get install mc), run like this:
Code:
mc


And see if you can delete the file (F8 over the file) or post the error mc says.

That "./" is weird
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4
by
kk003
on 28/12/2017, 14:30:40 UTC
Hi guys,

Met a new problem lately with 1bash being unable to read or open with the error saying :

" Error reading lock file ./.1bash.swp: Not enough data read"

Has anybody seen this before and how to solve this? I don't want to reinstall the whole OS just because of 1bash isn't opening. The miner works fine and been on for over 10 days but I can't change any settings or anything due to this problem.

Its usually a swp file created when editing with nano and stoped nano with ctrl-z instead of exiting
Remove the file with:
Code:
rm .1bash.swp


Thanks for your quick response but the command you gave doesn't do anything , I've tried the same with sudo and my file name but with no success.

Are there any alternative ways to solve this?

Please as user m1 do:
Code:
ls -al *bash

and paste output here.
Thx
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4
by
kk003
on 27/12/2017, 13:52:08 UTC
Code:
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.

I am getting this message and cannot start mining. v0019. Should I enable persistence mode, or what?

As long as I know persistence mode disabled/enabled has not related effect about mining.
A good test is start miner manually so you can see  msg errors on console.
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4
by
kk003
on 26/12/2017, 22:32:08 UTC
I tried removing all the partitions and doing it again and now I get directly into the normal GRUB, which let's me choose to boot Ubuntu, but that just says "error: no such partition." When I go into the GRUB command-line and try `ls` I get nothing back.

Any chance to get a link to v0018? I know that definitely worked for me.

I think you have to go to "grub rescue" option and then ls.

Anyway, if you remove all partitions and use HDDRawCopy to "imaging" the file you should be ok.
Let us know please.

PD: If you don't main, any reason way don't you wanna use 19.2 community release?
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4
by
kk003
on 26/12/2017, 20:30:37 UTC
Hey Everyone! I'm having an issue getting the latest version to work. I had v0018 working for a while now and tried to flash v0019-1.4 and run it. I keep getting a grub error: `attempt to read or write outside of disk 'hd0'` when the system boots. I've tried to re-download and re-flash. I would go back to v0018, but I can't find the download link. Please help?


Better update to v19 or best choice 19.2
can't see v18 download link around neither.  

I've tried 19 and 19-1.4. Both give me the grub error. =-(

See if this can help: https://askubuntu.com/questions/397485/what-to-do-when-i-get-an-attempt-to-read-or-write-outside-of-disk-hd0-error

Good if you let's know how it goes.
Thx.
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4
by
kk003
on 26/12/2017, 18:39:08 UTC
Hey Everyone! I'm having an issue getting the latest version to work. I had v0018 working for a while now and tried to flash v0019-1.4 and run it. I keep getting a grub error: `attempt to read or write outside of disk 'hd0'` when the system boots. I've tried to re-download and re-flash. I would go back to v0018, but I can't find the download link. Please help?


Better update to v19 or best choice 19.2
can't see v18 download link around neither. 
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4
by
kk003
on 26/12/2017, 12:12:39 UTC
This is just a suggestion but would it be plausible to add in a feature to the Telegram script to differentiate the "initial" or "very first" message that it displays after boot from the regular periodic messages?

I have been having some issues with my miners and having all of the telegram popups on my phone, having a difference in the first line it types to see what is a periodic message and what is a "first boot" as in it would have restarted and may have problems would help me out a lot. Just a suggestion, if it doesn't seem helpful to others then ignore.


I am referring to making the difference in the first lines that popup so they would still show in the preview message on the lock screen of a phone

Have a try on kk003_telegram, but only if you don't use Wdog (nvoc system may ask for few telegrams almost simultaneously and that make this script to mix data):
Code:
MINER_WATCHDOG="NO"

then:
Code:
TELEGRAM_MESSAGES="YES"       # YES or NO # Set to YES if you want to receive Telegram Periodic Messages
TELEGRAM_ALERTS="YES"       # YES or NO # Set to No if you don't want to get Telegram Alerts
TELEGRAM_TYPE="kk003"
TELEGRAM_TIMEOUT_IN_MINUTES="15"     read notes in /home/m1/telegram about this var. I recommend 15

then in /home/m1/telegram :
Code:
USER_CUSTOM_TIMES_TO_SEND_TELEGRAM=("12:00" "18:00" "21:32") , or whatever times you want to receive a standard telegram so no every TELEGRAM_TIMEOUT_IN_MINUTES and stop getting crazy ;-)

This is the standard output once system restart or Xorg restart:
Code:

** AyM Report **
WARNING: XORG just restarted
WARNING: System just rebooted

-- System information :
Reboot needed : No
Worker : AyM
Coin : ETC
Address : 0x34E*****fe250
Exec : /home/m1/eth/claymore/latest/ethdcrminer64
Miner uptime : 02:14
Private Ip : 192.168.0.243
Public Ip : 19.**.**.230
Sshd port : 50022
Up since : 2017-12-24 17:55:36
Time up : 3 minutes
Ram : 3.80 Gb
Cpu : Intel(R) Celeron(R) CPU G3900 @ 2.80GHz (cores = 2)
Load average :
0.70 (last minute)
0.85 (last 5 minutes)
0.39 (last 15 minutes)
Logged in users :
m1       tty7         2017-12-24 17:56 (:0)
m1       pts/17       2017-12-24 17:56 (AyM)
m1       pts/19       2017-12-24 17:56 (AyM)
m1       pts/20       2017-12-24 17:56 (AyM)

System   is  reporting : 5 Gpus
System should have  : 5 Gpus

-- Nvidia-smi Information :
Gpu_Utilization:
0 GF970_4G 100%
1 GF1060_3G 100%
2 GF1060_3G 100%
3 GF1060_3G 100%
4 GF970_4G 97%

Gpu_power_limit:
0 GF970_4G 100.00W
1 GF1060_3G 95.00W
2 GF1060_3G 95.00W
3 GF1060_3G 95.00W
4 GF970_4G 100.00W

Gpu_power_draw:
0 GF970_4G 107.56W
1 GF1060_3G 95.93W
2 GF1060_3G 95.27W
3 GF1060_3G 95.56W
4 GF970_4G 107.79W

Gpu_temperature_(ºC):
0 GF970_4G 51
1 GF1060_3G 59
2 GF1060_3G 65
3 GF1060_3G 64
4 GF970_4G 50

Gpu_fan_speed:
0 GF970_4G 60%
1 GF1060_3G 60%
2 GF1060_3G 60%
3 GF1060_3G 60%
4 GF970_4G 60%


-- Claymore mining  Information :
Latest Total Hashrates :
91.832Mh/s 91.997Mh/s 92.003Mh/s

Index, Shares, Hashrate
GPU 0,0,9.904Mh/s
GPU 1,0,24.170Mh/s
GPU 2,0,24.107Mh/s
GPU 3,0,23.811Mh/s
GPU 4,0,9.878Mh/s
 
Total shares     : 3
Rejected shares  : 0(0 0 0 0 0)
Claymore up time : 00:02


There is few miners I don't support yet, mainly because I don't use them I don't get requests or new features to add so that it has not much sense to keep developing the script as I only use calymore, ewbf and genoil.
Anyway, let me know if need help.  
Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4
by
kk003
on 21/12/2017, 17:47:33 UTC
Guys, I stumbled upon this little freeware app to flash image files to USB sticks:

http://winflashtool.sysprogs.com/

What I liked is the ability to resize ext2 partitions during the flashing itself, meaning you can easily make it fill the entire disk space. I tested with nvOC and a 32 GB USB stick, and it correctly resized the root partition to fill the usually unused 16 GB disk space (meaning you can use it now).

Could be interesting for people who don't want to use GParted (or fdisk/resize2fs) after flashing, and just would like to use the entire disk space for the root partition.

Good info. Nvoc's root partition is ext4 but if it worked for you it must work for ext4 too.
Thx.