Bitcoin Forum
September 01, 2024, 05:13:24 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: January 18, 2018, 12:26:59 AM
To add Verge-Lyra2REv2 (XVG) to the selection of cryptocurrency in the 1bash and therefore also in the WTm switch:

1 / add this in the 1bash (just below the VTC variables you will copy / paste as a template):
 
Code:
# Verge-Lyra2REv2(XVG)
# ## No Need to add stratum+tcp:// to server address
XVG_WORKER="$WORKERNAME"
XVG_ADDRESS="Your_XVG_ADDRESS" # Bittrex Wallet Address (for me)
XVG_POOL="lyra2v2.mine.zpool.ca"  # 1.75% fee but i think this pool is more reliable than other. If you find better, i want it.
XVG_PORT="4533"
XVG_INTENSITY="21"

Add this to the 0miner scrypt file (in the same way below the command to launch the VTC ccminer (and you can copy VTC but be careful to replace VTC_ by XVG_ in the whole command):

Code:
if [ $COIN == "XVG" ]
then
HCD='/home/m1/ASccminer/ccminer'
ADDR="$XVG_ADDRESS.$XVG_WORKER"
screen -dmSL miner $HCD -a lyra2v2 -o stratum+tcp://$XVG_POOL:$XVG_PORT -u $ADDR -p c=XVG -i $XVG_INTENSITY
fi


Finally, because there is more algo to mine XVG Coin, You have to disable the algo Groestl in your Whtatomine selection because in its GPU list, the WTM site lists both the XVG-Groestl and XVG-Lyra2Rev2 which makes a problem with the WTM_SWITCHER python script (need some modifications for multialgo coins recognization and listanng) ...

It will be a small change like NIcehash previously posted on this thread to filter correctly the difference but I have not enough time tonight to make this change and test.
Needless to say that if you mine another Goestl algo coins, you can't disable it in wtm page / URL ! Thus, think carefully about what you choose to do and decide whether or not to mine XVG in place of Groestl according to the best profit

To disable this algo in the WTM list, just click on the blue button dedicated to this algorithm and proceed as usual with the Whattomine URL by adding the .json just behind https://whattomine.com/coins after you have made your request in your browser.

To consult your pool balance : http://www.zpool.ca/?address=Your_XVG_ADDRESS

NB: if you think there is a better ccminer than alexis for lyra2rev2, I'm interested. Same for better pool.

EDIT : Other pools possibility :
https://www.ahashpool.com/ => fee 1%
http://pool.hashrefinery.com/ => fee 1.25%

seems like you missed setting for Algo specific OC

like this maybe?

Code:
  # lyra2vRev2
  if [ $COIN == "MONA" -o $COIN == "VTC" -o $COIN == "XVG" ]
  then
    ALGORITHM="LYRA2REV2"
    POWERLIMIT_WATTS=125
    __CORE_OVERCLOCK=135
    MEMORY_OVERCLOCK=-1200

Also getting this error: 'c=XVG' what is it? doesnt look right...

Code:
root@m1-desktop:~$./nvOC miner-log

*** Based on tpruvot@github ccminer
*** Originally based on Christian Buchner and Christian H. project
*** Include some of the work of djm34, sp, tsiv and klausT.

/home/m1/ASccminer/ccminer: unsupported non-option argument 'c=XVG' (see --help)
[2018-01-18 01:25:21] Starting on stratum+tcp://xvg-lyra.suprnova.cc:2595
[2018-01-18 01:25:22] NVML GPU monitoring enabled.
[2018-01-18 01:25:22] 12 miner threads started, using 'lyra2v2' algorithm.
[2018-01-18 01:25:22] Stratum difficulty set to 32 (0.12500)
[2018-01-18 01:25:34] GPU#3:Intensity set to 21, 2097152 cuda threads
[2018-01-18 01:25:34] GPU#0:Intensity set to 21, 2097152 cuda threads
[2018-01-18 01:25:34] GPU#7:Intensity set to 21, 2097152 cuda threads
[2018-01-18 01:25:34] GPU#11:Intensity set to 21, 2097152 cuda threads
[2018-01-18 01:25:34] GPU#1:Intensity set to 21, 2097152 cuda threads
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: January 03, 2018, 10:00:15 PM
i've downloaded from the google drive link, is version 9.14 i guess. The link of 9.2 is only on megaupload, where can i find the newer version on google drive ?
megaupload is getting harder to download larger files.
thanks bros!

yeah...over 5gb i hit limit just now Sad(

it want me to wait 5h to continue
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: nvOC v0019-2.0 Community Release - KlausT ccminer - v8.17 on: December 29, 2017, 03:43:00 PM
Here is the Klaust ccminer v 8.17 compiled with cuda 8
So far I get so much better neoscrypt hashrate with it
SPccminer was giving me around 400 with 1060 and KT is giving me more than 630


KTccminer-v8.17

Download, extract and copy it to /home/m1/KTccminer folder.
Please test and check before replacing your old version.

Change 0miner for the coins you want it to be the default miner.

Any one testing KlausT ccminer 8.17 please report your hashrate and changes to default miners so we can change the default miners if its better on those coins.
Thanks.

 Smiley Smiley Smiley thanks Smiley Smiley Smiley

my hash rate on 1070 were about 1100kH/s, with KTccminer v8.17 are hash rates about 1280kH/s... Excellent :-)

5x Zotac 1070
Code:
[2017-12-29 02:02:37] accepted: 19/19 (100.00%), 6413.03 kH/s yay!!!
[2017-12-29 02:02:40] GPU #3: Zotac GTX 1070, 1284.14 kH/s
[2017-12-29 02:02:40] GPU #1: Zotac GTX 1070, 1288.12 kH/s
[2017-12-29 02:02:40] GPU #4: Zotac GTX 1070, 1279.40 kH/s
[2017-12-29 02:02:40] GPU #0: Zotac GTX 1070, 1268.48 kH/s
[2017-12-29 02:02:40] GPU #2: Zotac GTX 1070, 1273.72 kH/s
[2017-12-29 02:02:51] GPU #0: Zotac GTX 1070, 1277.30 kH/s
[2017-12-29 02:02:51] accepted: 20/20 (100.00%), 6411.26 kH/s yay!!!
[2017-12-29 02:03:04] GPU #4: Zotac GTX 1070, 1279.82 kH/s
[2017-12-29 02:03:04] accepted: 21/21 (100.00%), 6411.14 kH/s yay!!!
[2017-12-29 02:03:04] GPU #3: Zotac GTX 1070, 1286.11 kH/s
[2017-12-29 02:03:05] GPU #2: Zotac GTX 1070, 1275.07 kH/s
[2017-12-29 02:03:05] GPU #1: Zotac GTX 1070, 1284.76 kH/s
[2017-12-29 02:03:08] GPU #2: Zotac GTX 1070, 1277.51 kH/s
[2017-12-29 02:03:08] accepted: 22/22 (100.00%), 6410.67 kH/s yay!!!
[2017-12-29 02:03:08] GPU #1: Zotac GTX 1070, 1281.44 kH/s
[2017-12-29 02:03:08] accepted: 23/23 (100.00%), 6410.38 kH/s yay!!!

Can u share OC settings pls..
I m getting 750 kh max on 1070

also updated the miner but getting only 2800kh/s on 1080ti suppose to be 3100-3300
coin: zcoin
OC is : 125w/85/-200

Code:

[2017-12-29 16:41:41] GPU #3: ASUS GTX 1080 Ti, 2813.94 kH/s
[2017-12-29 16:41:52] GPU #8: ASUS GTX 1080 Ti, 2810.67 kH/s
[2017-12-29 16:41:57] GPU #9: ASUS GTX 1080 Ti, 2821.49 kH/s
[2017-12-29 16:41:58] GPU #6: ASUS GTX 1080 Ti, 2181.49 kH/s
[2017-12-29 16:42:16] GPU #4: ASUS GTX 1080 Ti, 2827.53 kH/s
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 27, 2017, 11:51:14 PM
Hello,

Im using water cooling rig system and ive realised that when cards get bit hotter it increase power take (PSU is getting louder).

I would like to keep "RESTORE_POWER_LIMIT" but in relation to TEMP not the FAN speed (as there are none)

How can i do that? if the card get hot im getting this:

Code:
2017-12-27 11:36:09 PM|>  GPU2  51C  Sol/s: 653.3  Sol/W: 3.92  Avg: 664.1  I/s: 353.6  Sh: 0.34   0.98 43
2017-12-27 11:36:09 PM|gpu_id 7 65 0 an illegal memory access was encountered
2017-12-27 11:36:09 PM|gpu 7 unresponsive - check overclocking
2017-12-27 11:36:09 PM|cudaMemcpy 1 failed


I assume if i put like this it could help a bit but is not perfect for my setup

Thanks

Code:
MANUAL_FAN="YES"             # YES or NO # Manually set the fans, no auto adjustment. Set this to NO if using the auto MINER_TEMP_CONTROL

FAN_SPEED=0                # Set fan speed percentage if MANUAL_FAN="YES" (Do not write the % sign)

MINER_TEMP_CONTROL="NO"    # YES or NO # Automatically adjusts the fan speed to keep the desired temp. Highly recommended to use this!


########################################################
#                                                      #
# MINER_TEMP_CONTROL settings                          #
#                                                      #
########################################################

# Automatically adjusts the fan speed to keep the desired target temp. If the actual temp is above the target temp this script will increase the fan speed. If the actual temp is 2C below the target temp this script will reduce the fan speed. If the target temperature can't be reached with fan adjustments it will decrease the Power Limit. If actual temp is above the desired target temp and fan speed is already at 100%, the script will lower the Power Limit. Once the target temp is reached, Power Limit will be restored.

TARGET_TEMP=70              # Set the desired target temperature in Celsius. Recommended ranges: 55 - 75

ALLOWED_TEMP_DIFF=4         # If current temp is 2C below the target temp reduce the fan speed. Works only if current temp is below target temp

MINIMAL_FAN_SPEED=0        # Lowest fan speed that will be used. Recommended ranges: 40 - 60

__FAN_ADJUST=0              # Fan adjustment size in percent

POWER_ADJUST=5              # Adjustment size in watts. If the target temp can not be achieved and fan is already at 100%, reduce Power Limit

RESTORE_POWER_LIMIT=90      # Restore original Power Limit if fan speed is lower than this percentage. Recommended: 90

Restore power limit happens after fan speed hit 100% and temp control lowers power limit to keep it cool.

This is how it works.
When GPU goes over target temp, temp control starts raising fan speed to get gpu cooler until fan speed reach 100% then if GPU temp has not drop below limit yet it starts dropping power to cool down GPU, when gpu temp reached target temp it start lowering fan speed and when fan speed reached 90 it restore the original power limit.

But since you have no fans things get complicated for temp control to control things, may be Leenoox could find a way for water cooling systems.

Thanks for explaining...

could u also tell if this part:
Code:
2017-12-27 11:36:09 PM|>  GPU2  51C  Sol/s: 653.3  Sol/W: 3.92  Avg: 664.1  I/s: 353.6  Sh: 0.34   0.98 43
2017-12-27 11:36:09 PM|gpu_id 7 65 0 an illegal memory access was encountered
2017-12-27 11:36:09 PM|gpu 7 unresponsive - check overclocking
2017-12-27 11:36:09 PM|cudaMemcpy 1 failed

Is due to high temp and some nvOC setting / protection or its pure card failure due to temp over some limit?

Thing is im also heating water with those cards at home so for some time i would like to keep them running lets say on 60C, this was normal temperature on AIR, but i had also bit lower clocks, on water they are almost 7--10% faster on sols.

thanks
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 27, 2017, 10:46:35 PM
Hello,

Im using water cooling rig system and ive realised that when cards get bit hotter it increase power take (PSU is getting louder).

I would like to keep "RESTORE_POWER_LIMIT" but in relation to TEMP not the FAN speed (as there are none)

How can i do that? if the card get hot im getting this:

Code:
2017-12-27 11:36:09 PM|>  GPU2  51C  Sol/s: 653.3  Sol/W: 3.92  Avg: 664.1  I/s: 353.6  Sh: 0.34   0.98 43
2017-12-27 11:36:09 PM|gpu_id 7 65 0 an illegal memory access was encountered
2017-12-27 11:36:09 PM|gpu 7 unresponsive - check overclocking
2017-12-27 11:36:09 PM|cudaMemcpy 1 failed


I assume if i put like this it could help a bit but is not perfect for my setup

Thanks

Code:
MANUAL_FAN="YES"             # YES or NO # Manually set the fans, no auto adjustment. Set this to NO if using the auto MINER_TEMP_CONTROL

FAN_SPEED=0                # Set fan speed percentage if MANUAL_FAN="YES" (Do not write the % sign)

MINER_TEMP_CONTROL="NO"    # YES or NO # Automatically adjusts the fan speed to keep the desired temp. Highly recommended to use this!


########################################################
#                                                      #
# MINER_TEMP_CONTROL settings                          #
#                                                      #
########################################################

# Automatically adjusts the fan speed to keep the desired target temp. If the actual temp is above the target temp this script will increase the fan speed. If the actual temp is 2C below the target temp this script will reduce the fan speed. If the target temperature can't be reached with fan adjustments it will decrease the Power Limit. If actual temp is above the desired target temp and fan speed is already at 100%, the script will lower the Power Limit. Once the target temp is reached, Power Limit will be restored.

TARGET_TEMP=70              # Set the desired target temperature in Celsius. Recommended ranges: 55 - 75

ALLOWED_TEMP_DIFF=4         # If current temp is 2C below the target temp reduce the fan speed. Works only if current temp is below target temp

MINIMAL_FAN_SPEED=0        # Lowest fan speed that will be used. Recommended ranges: 40 - 60

__FAN_ADJUST=0              # Fan adjustment size in percent

POWER_ADJUST=5              # Adjustment size in watts. If the target temp can not be achieved and fan is already at 100%, reduce Power Limit

RESTORE_POWER_LIMIT=90      # Restore original Power Limit if fan speed is lower than this percentage. Recommended: 90
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 24, 2017, 10:16:36 PM
regarding the 19.20 update

updating 2nd USB and taking ages to connect to dropbox...its updating like 2h already
dl is fast but till it connects actually ...Sad
Is it due to slow dropbox service?

thx

Code:

--2017-12-24 15:08:12--  https://www.dropbox.com/s/c3ogj353mmaumua/KXccminer-skunk-2.2.tar.gz
Resolving www.dropbox.com (www.dropbox.com)... 2620:100:6021:1::a27d:4101, 162.125.65.1
Connecting to www.dropbox.com (www.dropbox.com)|2620:100:6021:1::a27d:4101|:443... failed: Connection timed out.
Connecting to www.dropbox.com (www.dropbox.com)|162.125.65.1|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://dl.dropboxusercontent.com/content_link/RzNHWxgbM1K4X4YQZEigg8KSMqVcbB4QDL480vfkhtwI16xnLVLExj4CcYt2bkOS/file [following]
--2017-12-24 15:10:21--  https://dl.dropboxusercontent.com/content_link/RzNHWxgbM1K4X4YQZEigg8KSMqVcbB4QDL480vfkhtwI16xnLVLExj4CcYt2bkOS/file
Resolving dl.dropboxusercontent.com (dl.dropboxusercontent.com)... 2620:100:6021:6::a27d:4106, 162.125.65.6
Connecting to dl.dropboxusercontent.com (dl.dropboxusercontent.com)|2620:100:6021:6::a27d:4106|:443... failed: Connection timed out.
Connecting to dl.dropboxusercontent.com (dl.dropboxusercontent.com)|162.125.65.6|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 59215892 (56M) [application/octet-stream]
Saving to: ‘KXccminer-skunk-2.2.tar.gz’

7  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 24, 2017, 11:12:44 AM


Did you run the update script with sudo too ?
If yes please run this (thnx to wi$em@n suggestion)

Code:
sudo chown -R m1 /home/m1

Im bit confused what to run now...

So i should run this as SUDO
Code:
./nvOC report

then this

Code:
sudo chown -R m1 /home/m1

Question about update under SUDO is this one?:

Code:
cd ~/Downloads
wget https://www.dropbox.com/s/s3rkv2o3bynqnpm/nvOC-19-2-update
bash ~/Downloads/nvOC-19-2-update

I didnt run the update under SUDO...wasnt in instructions https://bitcointalk.org/index.php?topic=1854250.msg26128098#msg26128098

FYI: its a bit messy to search thought 300+ pages what to do an how, would be great to update 1st page.

Thanks


1. Run the update script as normal user m1 (Do NOT use sudo)

2. Run this:  sudo chown -R m1 /home/m1

3. Edit your 1bash with your settings, addresses, OC... (do NOT use sudo for this)

4. Run the miner (you can reboot to start the miner)

5. If after reboot your miner doesnt work, execute this as normal user m1 (do NOT use sudo):   ./nvOC report

6. Post the report here (copy everything between the code marks)


Downloaded from here...

Code:
https://www.dropbox.com/s/s3rkv2o3bynqnpm/nvOC-19-2-update

There were few issues i was able to run it in the end, but ended with error is it normal?

thanks

Code:
cleaning old temp and watchdog logs
nvOC-19-2-update: line 604: syntax error: unexpected end of file
root@m1-desktop:/home/m1/Downloads# ~

Had to paste it here cloudflare doesnt let me to paste whole things...Sad
https://pastebin.com/u2XxK8xW




You are running as root!!!!
Log as m1 user ... Not root


Edit:
Run this as m1 normal user to remove old files and then update:

Code:
cd /home/m1/Downloads
rm /home/m1/Downloads/nvOC-19-2-update
rm -rf /home/m1/Downloads/nvOC-19-2
rm /home/m1/Downloads/nvOC-19-2.tar.gz
wget https://www.dropbox.com/s/s3rkv2o3bynqnpm/nvOC-19-2-update
bash /home/m1/Downloads/nvOC-19-2-update


link is gone again Sad usually it take some time till it connects - but now file is removed, why is this happendning dropbox removes that or someone here?

Code:
https://www.dropbox.com/s/s3rkv2o3bynqnpm/nvOC-19-2-update

Found update file on my laptop but after in the end got the same error (yes im under m1 user)

Code:

cleaning old temp and watchdog logs
/home/m1/Downloads/nvOC-19-2-update: line 604: syntax error: unexpected end of file
m1@m1-desktop:~/Downloads$


Link is fixed.

Code:
cd /home/m1/Downloads
rm /home/m1/Downloads/nvOC-19-2-update
rm -rf /home/m1/Downloads/nvOC-19-2
rm /home/m1/Downloads/nvOC-19-2.tar.gz
wget https://www.dropbox.com/s/cyo86xoqotplges/nvOC-19-2-update
bash /home/m1/Downloads/nvOC-19-2-update

This one worked finally - seems like you also fixed the "update" file. Thanks once again Wink

Do u have idea about the Monitor output problem ? few posts above
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 24, 2017, 09:42:00 AM


Did you run the update script with sudo too ?
If yes please run this (thnx to wi$em@n suggestion)

Code:
sudo chown -R m1 /home/m1

Im bit confused what to run now...

So i should run this as SUDO
Code:
./nvOC report

then this

Code:
sudo chown -R m1 /home/m1

Question about update under SUDO is this one?:

Code:
cd ~/Downloads
wget https://www.dropbox.com/s/s3rkv2o3bynqnpm/nvOC-19-2-update
bash ~/Downloads/nvOC-19-2-update

I didnt run the update under SUDO...wasnt in instructions https://bitcointalk.org/index.php?topic=1854250.msg26128098#msg26128098

FYI: its a bit messy to search thought 300+ pages what to do an how, would be great to update 1st page.

Thanks


1. Run the update script as normal user m1 (Do NOT use sudo)

2. Run this:  sudo chown -R m1 /home/m1

3. Edit your 1bash with your settings, addresses, OC... (do NOT use sudo for this)

4. Run the miner (you can reboot to start the miner)

5. If after reboot your miner doesnt work, execute this as normal user m1 (do NOT use sudo):   ./nvOC report

6. Post the report here (copy everything between the code marks)


Downloaded from here...

Code:
https://www.dropbox.com/s/s3rkv2o3bynqnpm/nvOC-19-2-update

There were few issues i was able to run it in the end, but ended with error is it normal?

thanks

Code:
cleaning old temp and watchdog logs
nvOC-19-2-update: line 604: syntax error: unexpected end of file
root@m1-desktop:/home/m1/Downloads# ~

Had to paste it here cloudflare doesnt let me to paste whole things...Sad
https://pastebin.com/u2XxK8xW




You are running as root!!!!
Log as m1 user ... Not root


Edit:
Run this as m1 normal user to remove old files and then update:

Code:
cd /home/m1/Downloads
rm /home/m1/Downloads/nvOC-19-2-update
rm -rf /home/m1/Downloads/nvOC-19-2
rm /home/m1/Downloads/nvOC-19-2.tar.gz
wget https://www.dropbox.com/s/s3rkv2o3bynqnpm/nvOC-19-2-update
bash /home/m1/Downloads/nvOC-19-2-update


link is gone again Sad usually it take some time till it connects - but now file is removed, why is this happendning dropbox removes that or someone here?

Code:
https://www.dropbox.com/s/s3rkv2o3bynqnpm/nvOC-19-2-update

Found update file on my laptop but after in the end got the same error (yes im under m1 user)

Code:

cleaning old temp and watchdog logs
/home/m1/Downloads/nvOC-19-2-update: line 604: syntax error: unexpected end of file
m1@m1-desktop:~/Downloads$
9  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 24, 2017, 09:15:43 AM
Guys, got new MB Gigabyte AORUS GA-AX370-GAMING 5 with Ryzen 1700 and having issue that when i boot into nvOC with one card i can see Ubuntu UI terminals etc...

Main card with Monitor plugged in is in

Soon as i add 2nd card i see ubuntu loading screen but when is should show the OS UI is just black screen Sad

I can log via SSH and see that is mining , but i would like to keep option to see the "real" screen also...

Any clue where what to check?



Thanks

This is a common problem. When you added the 2nd GPU, it became GPU0 so the display is now showing on it instead of the 1st GPU that you installed. Just connect your monitor to it and you should see the desktop again.

I played around a bit when i connected monitor to the 1st slot GPU and i change it in the xconfig UI was working, but i would like to be able to change it via command line "nvidia-xconfig" in xorg.conf. Anyone knows how to do that....was trying

Code:
nvidia-xconfig --enable-all-gpus --separate-x-screens

Got the picture on the slot 2 gpu , but it messed up xorg.conf and was restarting after 5s
10  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 23, 2017, 11:31:01 PM
Guys, got new MB Gigabyte AORUS GA-AX370-GAMING 5 with Ryzen 1700 and having issue that when i boot into nvOC with one card i can see Ubuntu UI terminals etc...

Main card with Monitor plugged in is in

Soon as i add 2nd card i see ubuntu loading screen but when is should show the OS UI is just black screen Sad

I can log via SSH and see that is mining , but i would like to keep option to see the "real" screen also...

Any clue where what to check?



Thanks
11  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 23, 2017, 10:56:55 PM


Did you run the update script with sudo too ?
If yes please run this (thnx to wi$em@n suggestion)

Code:
sudo chown -R m1 /home/m1

Im bit confused what to run now...

So i should run this as SUDO
Code:
./nvOC report

then this

Code:
sudo chown -R m1 /home/m1

Question about update under SUDO is this one?:

Code:
cd ~/Downloads
wget https://www.dropbox.com/s/s3rkv2o3bynqnpm/nvOC-19-2-update
bash ~/Downloads/nvOC-19-2-update

I didnt run the update under SUDO...wasnt in instructions https://bitcointalk.org/index.php?topic=1854250.msg26128098#msg26128098

FYI: its a bit messy to search thought 300+ pages what to do an how, would be great to update 1st page.

Thanks


1. Run the update script as normal user m1 (Do NOT use sudo)

2. Run this:  sudo chown -R m1 /home/m1

3. Edit your 1bash with your settings, addresses, OC... (do NOT use sudo for this)

4. Run the miner (you can reboot to start the miner)

5. If after reboot your miner doesnt work, execute this as normal user m1 (do NOT use sudo):   ./nvOC report

6. Post the report here (copy everything between the code marks)


Downloaded from here...

Code:
https://www.dropbox.com/s/s3rkv2o3bynqnpm/nvOC-19-2-update

There were few issues i was able to run it in the end, but ended with error is it normal?

thanks

Code:
cleaning old temp and watchdog logs
nvOC-19-2-update: line 604: syntax error: unexpected end of file
root@m1-desktop:/home/m1/Downloads# ~

Had to paste it here cloudflare doesnt let me to paste whole things...Sad
https://pastebin.com/u2XxK8xW

12  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 20, 2017, 11:31:45 AM


Did you run the update script with sudo too ?
If yes please run this (thnx to wi$em@n suggestion)

Code:
sudo chown -R m1 /home/m1

Im bit confused what to run now...

So i should run this as SUDO
Code:
./nvOC report

then this

Code:
sudo chown -R m1 /home/m1

Question about update under SUDO is this one?:

Code:
cd ~/Downloads
wget https://www.dropbox.com/s/s3rkv2o3bynqnpm/nvOC-19-2-update
bash ~/Downloads/nvOC-19-2-update

I didnt run the update under SUDO...wasnt in instructions https://bitcointalk.org/index.php?topic=1854250.msg26128098#msg26128098

FYI: its a bit messy to search thought 300+ pages what to do an how, would be great to update 1st page.

Thanks
13  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 19, 2017, 10:18:57 PM
Code:

Hello,
trying to mine Lyra with ccminer, but it just fail to run all the time:
Code:
[2017-12-18 22:00:42] Starting on stratum+tcp://xzc.suprnova.cc:1569
[2017-12-18 22:00:42] NVML GPU monitoring enabled.
[2017-12-18 22:00:42] 5 miner threads started, using 'lyra2z' algorithm.
/home.m1/2unix: line 138: 2205 Terminated  bash '/home/m1/3main'
or
Code:
/home.m1/2unix: line 138: 2907 Terminated  bash '/home/m1/3main'
or
/home.m1/2unix: line 138: 3554 Terminated  bash '/home/m1/3main'

Any clue how to fix it? thanks

What version of nvOC? Are you LOCAL or REMOTE configuration?

Im on 19-20 and LOCAL, thx

Please,
Execute in remote ssh terminal (Or at tty01 (CTRL+ALT+F1)) the nvOC report command and give us here the result by copy/paste
nvOC file to diagnose is in /home/m1

Code:
nvOC report

Set this to NO in 1 bash

Code:
AUTO_START_MINER="NO"      # YES or NO # Set this to NO when troubleshooting, this will prevent the watchdog restarting the rig

And try to execute or copy paste the minning command without automatic loop of nvOC Like that but in replacing variables :
Code:
if [ $COIN == "ZCOIN" ]
then
  HCD='/home/m1/TPccminer/ccminer'
  ADDR="$ZCOIN_ADDRESS.$ZCOIN_WORKER"
[b]  screen -dmSL miner $HCD -a lyra2z -o stratum+tcp://$ZCOIN_POOL:$ZCOIN_PORT -u $ADDR -p $MINER_PWD[/b]
fi


Hello, here u go...

Code:
root@m1-desktop:~$./nvOC report

      Report generator v0019-2.0.002 by leenoox

cat: /root/1bash: No such file or directory

[code]

Software info:
Report ver    :  v0019-2.0.002
nvOC (1bash)  :
nvOC (3main)  :  nvOC v0019-2.0 - Community Release
1bash ver     :
3main ver     :  v0019-2.0.005
5watchdog ver :  v0019-2.0.011
6tempcontrol v:  v0019-2.0.003
wtm switch ver:  v0019-2.0.006
Kernel        :  4.4.0-97-generic
OS            :  Ubuntu 16.04.3 LTS
System        :  (gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
nvidia driver :  387.34

Hardware info:
Motherboard   :  ASUS SABERTOOTH 990FX R2.0  Rev 1.xx
BIOS ver.     :  2901 05/04/2016
CPU Model     :  FX(tm)-8350 Eight-Core Processor
CPU Cores     :  8 (Cores + Threads)
Mem Total     :        16391036 kB
Mem Free      :        15123064 kB
Swap Total    :               0 kB
Swap Free     :               0 kB
Ethernet      :  Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 09)

HDD and Partion info:
NAME    SIZE FSTYPE TYPE ROTA HOTPLUG TRAN VENDOR   MODEL             REV MOUNTPOINT
sde    28.7G        disk    1       1 usb  SanDisk  Ultra Fit        1.00
├─sde1    9M vfat   part    1       1                                     /media/m1/12D3-A8691
└─sde2 13.7G ext4   part    1       1                                     /

VGA info:
01: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)
07:00.0 VGA compatible controller: NVIDIA Corporation Device 1b81 (rev a1)

1bash settings:
1bash version .............:
LOCAL or REMOTE ...........:
TEAMVIEWER started ........:
SSH daemon started ........:
SLOW_USB_KEY_MODE .........:
SRR .......................:
Watchdog ..................:

Temp Control ..............:

CLEAR_LOGS_ON_BOOT ........:
AUTO_UPDATE ...............:
AUTO_REBOOT ...............:
_Parallax_MODE (upPaste)...:

TELEGRAM_MESSAGES .:
TELEGRAM_ALERTS .:

P106_100_FULL_HEADLESS_MODE:
GPUPowerMizerMode_Adjust...:
POWERLIMIT (global) .......:
CORE_OVERCLOCK (global)....:
MEMORY_OVERCLOCK (global) .:
MANUAL_FAN ................:
ALGO_SPECIFIC_OC ..........:

GLOBAL_WORKERNAME .........:
AUTO_WORKERNAME ...........:
plusCPU ...................:

ZM_or_EWBF ................:

COIN ......................:
ZPOOLPASS .................: hidden_pass...,
_WORKER ................:
_ADDRESS ...............: ...
_POOL ..................:



WORK IN PROGRESS! Report script (beta release)

*** If posting the Report on bitcointalk.org forum please copy everything
    between the
Code:
 and [\code] including the [code] and [\code] tags.
    This will ensure proper alignment when posting the Report.


root@m1-desktop:/home/m1#


the code u mention should be pasted here instead or where? i have it probably wrong... Thanks

Code:
  # ZCOIN lyra2v2
#  if [ $COIN == "ZCOIN" ]
#  then
#    ALGORITHM="LYRA2V2"
#    POWERLIMIT_WATTS=115
#    __CORE_OVERCLOCK=100
#    MEMORY_OVERCLOCK=-200
#  fi
 
  if [ $COIN == "ZCOIN" ]
then
  HCD='/home/m1/TPccminer/ccminer'
  ADDR="$ZCOIN_ADDRESS.$ZCOIN_WORKER"
[b]  screen -dmSL miner $HCD -a lyra2z -o stratum+tcp://$ZCOIN_POOL:$ZCOIN_PORT -u $ADDR -p $MINER_PWD[/b]
fi
[/code][/code]
14  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 19, 2017, 12:02:03 AM

Hello,

trying to mine Lyra with ccminer, but it just fail to run all the time:

Code:

[2017-12-18 22:00:42] Starting on stratum+tcp://xzc.suprnova.cc:1569
[2017-12-18 22:00:42] NVML GPU monitoring enabled.
[2017-12-18 22:00:42] 5 miner threads started, using 'lyra2z' algorithm.

/home.m1/2unix: line 138: 2205 Terminated  bash '/home/m1/3main'


or

Code:
/home.m1/2unix: line 138: 2907 Terminated  bash '/home/m1/3main'

or

/home.m1/2unix: line 138: 3554 Terminated  bash '/home/m1/3main'



Any clue how to fix it? thanks

What version of nvOC? Are you LOCAL or REMOTE configuration?

Im on 19-20 and LOCAL, thx
15  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 18, 2017, 09:07:34 PM

Hello,

trying to mine Lyra with ccminer, but it just fail to run all the time:

Code:

[2017-12-18 22:00:42] Starting on stratum+tcp://xzc.suprnova.cc:1569
[2017-12-18 22:00:42] NVML GPU monitoring enabled.
[2017-12-18 22:00:42] 5 miner threads started, using 'lyra2z' algorithm.

/home.m1/2unix: line 138: 2205 Terminated  bash '/home/m1/3main'


or

Code:
/home.m1/2unix: line 138: 2907 Terminated  bash '/home/m1/3main'

or

/home.m1/2unix: line 138: 3554 Terminated  bash '/home/m1/3main'



Any clue how to fix it? thanks
16  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 17, 2017, 08:36:29 PM
Hello,

Please could someone explain me or point me to right direction?

Im bit confused about OC settings:

there are multiple OC parts:


1. This one i understand is the MAIN setting for all card/algo/hash

I either enable/disable PowerLimit, but the CORE and MEM stays

Code:
# OC (overclock) and Power Limit settings              #
#                                                      #
########################################################

POWERLIMIT="NO"            # YES or NO # Choose YES to set Global Power Limit for all GPU's

POWERLIMIT_WATTS=75         # Global Power Limit in watts for all GPU's. If enabled, INDIVIDUAL settings will override this.

__CORE_OVERCLOCK=100        # Global Core overclock for all GPU's if not using INDIVIDUAL settings

MEMORY_OVERCLOCK=100        # Global Memory overclock for all GPU's if not using INDIVIDUAL settings

2. Set this as NO - dont want to be ALGO (coin) specific

Code:
# Default values set at the end of 1bash are for 1060, remember to set yours accordingly.
ALGO_SPECIFIC_OC="NO"       # YES or NO # See the description above


3. This one i thought its hash (equihash) specific OC setting, but it wont take it - ignores
So what is it for? not sure what relation it has with FANs

Code:
# ENSURE YOU USE MINER_TEMP_CONTROL for fanspeed

equihash_POWERLIMIT_WATTS=115
__equihash_CORE_OVERCLOCK=110
equihash_MEMORY_OVERCLOCK=500


4. Those are per card in case i have different models in the rig

Code:
########################################################
#                                                      #
# INDIVIDUAL Power Limit, Temp and Clock settings      #
#                                                      #
########################################################

# Settings below are for rigs using INDIVIDUAL powerlimit / target temps / clocks only
# If set to YES, the INDIVIDUAL settings will override the GLOBAL settings

INDIVIDUAL_POWERLIMIT="NO"    # YES or NO

# Set individual powerlimits here if INDIVIDUAL_POWERLIMIT="YES"
INDIVIDUAL_POWERLIMIT_0=100
INDIVIDUAL_POWERLIMIT_1=100

5. Not sure why are also HASH specific OC settings and also ALGO/COIN specific - bit confused  Huh

Code:
# ALGO_SPECIFIC_OC settings                            #
#                                                      #
########################################################

# ALGO_SPECIFIC_OC settings
# OC settings you can use based on COIN or ALGO (how ever you want to categorize them)
# Deafault values are for 1060 check http://krypto-mining.blogspot.co.uk/ for other OC values

if [ $ALGO_SPECIFIC_OC == "YES" ]
then

  # Equihash
  if [ $COIN == "BTG" -o $COIN == "ZEC" -o $COIN == "ZEN" -o $COIN == "HUSH" -o $COIN == "ZCL" -o $COIN == "KMD" -o $COIN == "ZPOOL_EQUIHASH" -o $COIN == "MPH_EQUIHASH" -o $COIN == "NICE_EQUIHASH" -o $COIN == "VOTE" ]
  then
    ALGORITHM="EQUIHASH"
    POWERLIMIT_WATTS=130
    __CORE_OVERCLOCK=150
    MEMORY_OVERCLOCK=800
  fi


Your part 3 is for salfter auto switch... Don't know if there is a better way to show it

Code:

########################################################
#                                                      #
# SALFTER_NICEHASH_PROFIT_SWITCHING &                  #
# SALFTER_MPH_PROFIT_SWITCHING Settings                #
#                                                      #
########################################################

CURRENCY=USD

POWER_COST=0.20

MINIMUM_PROFIT=0.0

MPH_USERNAME=replace_with_your_MPH_username

PAYMENT_ADDRESS="$BTC_ADDRESS"

WORKER_NAME="$WORKERNAME"

PROFIT_CHECK_TIMEOUT=600

# ENSURE YOU USE MINER_TEMP_CONTROL for fanspeed

daggerhashimoto_POWERLIMIT_WATTS=120
__daggerhashimoto_CORE_OVERCLOCK=100
daggerhashimoto_MEMORY_OVERCLOCK=100

If you want individual OC its the last part of 1bash your part 5




Ah the no.3 its only setting when im using the SALFTER_MPH_PROFIT_SWITCHING Settings  ?
If i dont use that switcher (this setting WTM_AUTO_SWITCH="NO"  ) it ignores the OC values. Did i get it right?

No.1
Code:
# OC (overclock) and Power Limit settings              #
#                                                      #
########################################################

POWERLIMIT="NO"            # YES or NO # Choose YES to set Global Power Limit for all GPU's

POWERLIMIT_WATTS=75         # Global Power Limit in watts for all GPU's. If enabled, INDIVIDUAL settings will override this.

__CORE_OVERCLOCK=100        # Global Core overclock for all GPU's if not using INDIVIDUAL settings

MEMORY_OVERCLOCK=100        # Global Memory overclock for all GPU's if not using INDIVIDUAL settings

Those are OC setting in TOP of other ?

POWERLIMIT="NO" - will be able to take Watts from values bellow ALGO OC (No.5) and Individual (No.4)

POWERLIMIT="YES" -  if i set POWERLIMIT_WATTS=75 other No.4/5 wont go above 75?

How are those 2 managed:
__CORE_OVERCLOCK=100        # Global Core overclock for all GPU's if not using INDIVIDUAL settings
MEMORY_OVERCLOCK=100

- does it overwrite also ALGO OC? (No.5)?

Thanks
17  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 17, 2017, 04:28:44 PM
Hello,

Please could someone explain me or point me to right direction?

Im bit confused about OC settings:

there are multiple OC parts:


1. This one i understand is the MAIN setting for all card/algo/hash

I either enable/disable PowerLimit, but the CORE and MEM stays

Code:
# OC (overclock) and Power Limit settings              #
#                                                      #
########################################################

POWERLIMIT="NO"            # YES or NO # Choose YES to set Global Power Limit for all GPU's

POWERLIMIT_WATTS=75         # Global Power Limit in watts for all GPU's. If enabled, INDIVIDUAL settings will override this.

__CORE_OVERCLOCK=100        # Global Core overclock for all GPU's if not using INDIVIDUAL settings

MEMORY_OVERCLOCK=100        # Global Memory overclock for all GPU's if not using INDIVIDUAL settings

2. Set this as NO - dont want to be ALGO (coin) specific

Code:
# Default values set at the end of 1bash are for 1060, remember to set yours accordingly.
ALGO_SPECIFIC_OC="NO"       # YES or NO # See the description above


3. This one i thought its hash (equihash) specific OC setting, but it wont take it - ignores
So what is it for? not sure what relation it has with FANs

Code:
# ENSURE YOU USE MINER_TEMP_CONTROL for fanspeed

equihash_POWERLIMIT_WATTS=115
__equihash_CORE_OVERCLOCK=110
equihash_MEMORY_OVERCLOCK=500


4. Those are per card in case i have different models in the rig

Code:
########################################################
#                                                      #
# INDIVIDUAL Power Limit, Temp and Clock settings      #
#                                                      #
########################################################

# Settings below are for rigs using INDIVIDUAL powerlimit / target temps / clocks only
# If set to YES, the INDIVIDUAL settings will override the GLOBAL settings

INDIVIDUAL_POWERLIMIT="NO"    # YES or NO

# Set individual powerlimits here if INDIVIDUAL_POWERLIMIT="YES"
INDIVIDUAL_POWERLIMIT_0=100
INDIVIDUAL_POWERLIMIT_1=100

5. Not sure why are also HASH specific OC settings and also ALGO/COIN specific - bit confused  Huh

Code:
# ALGO_SPECIFIC_OC settings                            #
#                                                      #
########################################################

# ALGO_SPECIFIC_OC settings
# OC settings you can use based on COIN or ALGO (how ever you want to categorize them)
# Deafault values are for 1060 check http://krypto-mining.blogspot.co.uk/ for other OC values

if [ $ALGO_SPECIFIC_OC == "YES" ]
then

  # Equihash
  if [ $COIN == "BTG" -o $COIN == "ZEC" -o $COIN == "ZEN" -o $COIN == "HUSH" -o $COIN == "ZCL" -o $COIN == "KMD" -o $COIN == "ZPOOL_EQUIHASH" -o $COIN == "MPH_EQUIHASH" -o $COIN == "NICE_EQUIHASH" -o $COIN == "VOTE" ]
  then
    ALGORITHM="EQUIHASH"
    POWERLIMIT_WATTS=130
    __CORE_OVERCLOCK=150
    MEMORY_OVERCLOCK=800
  fi
18  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 17, 2017, 02:25:12 PM
ah ok , so pleaase where do i download the 19-2.0?

Also how do i get in there  this newer version DSTM 0.5.7 - many thinks fixed vs 0.5.2


thanks

EDIT:
Found it...find the upgrade script and then...

Download this script
nvOC_19-02_DSTM_ZM_MINER_0_5_7_UPDATE

And run :
Code:
bash nvOC_19-02_DSTM_ZM_MINER_0_5_7_UPDATE

so lets try;)
19  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 17, 2017, 01:04:41 PM
hello,

could you please add DSTM miner please? (https://bitcointalk.org/index.php?topic=2021765.0)

Thanks

Its already there with the ZM name

1bash:

Code:
ZM_or_EWBF="ZM"  # choose ZM or EWBF miner

# DSTM ZM Miner optional arguments add "--telemetry=$IPW:42000" if you want web info
ZM_OPTS=""

Ah ok thanks cos in version i just downloaded "v0019-1.4"

its only
Code:
ZM_or_EWBF="ZM"  # choose  ZM  or  EWBF

nothing else with "ZM" there also none "# DSTM ZM Miner optional arguments add "--telemetry=$IPW:42000" if you want web info
ZM_OPTS=""

Thanks

Added it like this:

ZEC_POOL="zec-eu1.nanopool.org"
ZEC_PORT="6666"
ZM_OPTS="--telemetry=0.0.0.0:4029"

but seems like web page doesnt work (using the same style on other mining OS)
20  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4 on: December 17, 2017, 09:55:43 AM
hello,

could you please add DSTM miner please? (https://bitcointalk.org/index.php?topic=2021765.0)

Thanks

Its already there with the ZM name

1bash:

Code:
ZM_or_EWBF="ZM"  # choose ZM or EWBF miner

# DSTM ZM Miner optional arguments add "--telemetry=$IPW:42000" if you want web info
ZM_OPTS=""

Ah ok thanks cos in version i just downloaded "v0019-1.4"

its only
Code:
ZM_or_EWBF="ZM"  # choose  ZM  or  EWBF

nothing else with "ZM" there also none "# DSTM ZM Miner optional arguments add "--telemetry=$IPW:42000" if you want web info
ZM_OPTS=""

Thanks
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!