Bitcoin Forum
May 22, 2024, 02:18:05 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 [347] 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 ... 417 »
  Print  
Author Topic: [OS] nvOC easy-to-use Linux Nvidia Mining  (Read 417956 times)
mtx_demon
Full Member
***
Offline Offline

Activity: 273
Merit: 100


View Profile
January 20, 2018, 04:02:06 PM
 #6921

THANK YOU SO MUCH!!

after I compile the ccminer works like a champ!!
better speeds


Man thank you so much again
If you wanna update the link for the 8.19
I was able to compile the version 8.17 and 8.19 from the file before both work after compile
mtx_demon
Full Member
***
Offline Offline

Activity: 273
Merit: 100


View Profile
January 20, 2018, 04:28:32 PM
 #6922

How Can I donate for you man?

I had paid a license for single rig for the EthOS, and there is no support and no update on the miners like here.

I really wanna support the project

baddesign
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
January 20, 2018, 05:12:05 PM
 #6923

Forgive me if this was mentioned in the thread already (I couldn't find it) - but I put together a quick checklist for upgrading Claymore revisions for the latest nvOC_19:

Claymore Updates:
[ ]Download linux version of claymore update and unzip tar
[ ]Rename claymore folder to just version number as follows: 10.5 is 10_5
[ ]Upload to appropriate path using sftp client like filezilla (for nvOC_19 it's ~\eth\10_5)
[ ]Copy epools.txt and dpools.txt from pre-existing claymore folder into new path
[ ]Edit 1bash by replacing old version number with new (10_0 to 10_5): sudo nano ~/1bash
[ ]Grant permissions to new claymore dir: chmod -R 777 ~/eth/10_5
[ ]Restart OS: sudo shutdown -r now
[ ]Grep for new total speed - curl http://0.0.0.0:3333 | grep "ETH - Total Speed:"


And a script that I partially stole and modified for tweaking GPU on the fly:

export DISPLAY=:0
for i in {0..5} # Replace range with number of cards you have
do
for x in {3..3}
    do
    nvidia-settings  -a [gpu:${i}]/GPUGraphicsClockOffset[${x}]=10 # CORE_OVERCLOCK (MAXIMUM tested 175 with 1070)
    nvidia-settings  -a [gpu:${i}]/GPUMemoryTransferRateOffset[${x}]=1200 # MEMORY_OVERCLOCK(MAXIMUM tested 1500 with 1070)
done
done
sudo nvidia-smi -pl 100 #POWERLIMIT

papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
January 20, 2018, 05:33:14 PM
 #6924

THANK YOU SO MUCH!!

after I compile the ccminer works like a champ!!
better speeds


Man thank you so much again
If you wanna update the link for the 8.19
I was able to compile the version 8.17 and 8.19 from the file before both work after compile


Glad its fixed.


How Can I donate for you man?

I had paid a license for single rig for the EthOS, and there is no support and no update on the miners like here.

I really wanna support the project




No donations needed, this is a free project Wink
Your satisfaction is our best support.



papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
January 20, 2018, 05:36:25 PM
 #6925

Forgive me if this was mentioned in the thread already (I couldn't find it) - but I put together a quick checklist for upgrading Claymore revisions for the latest nvOC_19:

Claymore Updates:
[ ]Download linux version of claymore update and unzip tar
[ ]Rename claymore folder to just version number as follows: 10.5 is 10_5
[ ]Upload to appropriate path using sftp client like filezilla (for nvOC_19 it's ~\eth\10_5)
[ ]Copy epools.txt and dpools.txt from pre-existing claymore folder into new path
[ ]Edit 1bash by replacing old version number with new (10_0 to 10_5): sudo nano ~/1bash
[ ]Grant permissions to new claymore dir: chmod -R 777 ~/eth/10_5
[ ]Restart OS: sudo shutdown -r now
[ ]Grep for new total speed - curl http://0.0.0.0:3333 | grep "ETH - Total Speed:"


And a script that I partially stole and modified for tweaking GPU on the fly:

export DISPLAY=:0
for i in {0..5} # Replace range with number of cards you have
do
for x in {3..3}
    do
    nvidia-settings  -a [gpu:${i}]/GPUGraphicsClockOffset[${x}]=10 # CORE_OVERCLOCK (MAXIMUM tested 175 with 1070)
    nvidia-settings  -a [gpu:${i}]/GPUMemoryTransferRateOffset[${x}]=1200 # MEMORY_OVERCLOCK(MAXIMUM tested 1500 with 1070)
done
done
sudo nvidia-smi -pl 100 #POWERLIMIT



Easier solution Wink

Upgrade to latest Community Release v0019-2.0 and use this line for Claymore 10.5 (posted earlier, a bit higher than your post)

Code:
wget -O-  https://www.dropbox.com/s/62ecp9xu42eiwf0/Claymore-10.5.tar.gz | tar -xzC /home/m1/eth/claymore/latest/ --strip 1

StigHelmer
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
January 20, 2018, 06:15:32 PM
Last edit: January 20, 2018, 06:57:31 PM by StigHelmer
 #6926

Can you post the older versions on your downloads page? I had success with 0017 on certain machines, but the onebash directory problem on improper shutdowns caused problems for me. I also ended up deleting the IamNotAJeep stuff in the new one as the default power limits were giving me hang ups.

Also using a board that is not on the list, so wanted to give 0018 a shot. An official D/L location would be greatly appreciated, although I understand if you want to only be supporting latest versions and posting it only accordingly.

Thanks!

EDIT: I got 0019 to work just now. I didn't realize it wasn't defaulting to EWBF and I turned off a lot of the new features (I have things I want up and running asap so I will definitely explore them in the future.) Thanks for all you have done!
jintruder
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
January 20, 2018, 09:55:42 PM
 #6927

Where all the development is going for nvOC ? Is there a github page ?

Also I want to know is there support for Claymore's miner failover implementation in nvOC ?
NameTaken
Hero Member
*****
Offline Offline

Activity: 630
Merit: 502


View Profile
January 20, 2018, 09:58:33 PM
Last edit: January 20, 2018, 10:37:45 PM by NameTaken
 #6928

Where all the development is going for nvOC ? Is there a github page ?

Also I want to know is there support for Claymore's miner failover implementation in nvOC ?
https://github.com/papampi

I use MiningRigRentals as a free hosted proxy server.

Quote
  • Website pool manager. Our system allows you to change what pool your miner is connected to from our website. We allow 5 pools to be configured with fail over. FREE!
  • Are you using outdated software? Wouldn't you love back up pools? Look no further, our system lets you use 5 backup pools and you can control them from our website.
  • You never required to list your rig for rent. There is no fee to use our site/service for the miner controls or hash rate graphs.
Rig4p
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
January 20, 2018, 10:06:37 PM
 #6929

Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v10.5


Download and replace for nvOC v0019-2.0:
Code:
wget -O-  https://www.dropbox.com/s/62ecp9xu42eiwf0/Claymore-10.5.tar.gz | tar -xzC /home/m1/eth/claymore/latest/ --strip 1


Or run the update script to get all latest miners and changes:
Code:
cd /home/m1/Downloads
wget -N https://www.dropbox.com/s/cyo86xoqotplges/nvOC-19-2-update
bash /home/m1/Downloads/nvOC-19-2-update


Change Log:
Code:
- applied another workaround for ADL, you must not see "Temperature control thread hangs" message now.
- added version for CUDA 9.1.
- now miner shows a warning if you enabled full remote management (-mport > 0) and did not specify -mpsw parameter.
- now miner shows a warning if you specified default ETH wallet (from default start.bat).

Thanks again for all the great work.  Smiley

If I have already run the update script before today to get to v0019-2.0 and want to run it again to get the latest updates,
will that overwrite all my 1bash settings again?

LuKePicci
Jr. Member
*
Offline Offline

Activity: 128
Merit: 1


View Profile
January 20, 2018, 11:27:58 PM
 #6930

nvOC v0019-2.0 Community Release new shrinked image Mega.nz
Download Link

Beta testing...
Please test and let me know.

Change Log:
Code:
Image size: 11 GB
ZIP size: 3.8 GB
Auto Expand to full size on first boot
Fixed copy 1bash from fat partition to SSD/HDD on first boot
SHA256: ACCA9787169E6E722ED74FB02DBE1C44E7760CEB537CB79D4C61C7FFF8AD3057

What kind of issues was the 1bash copy having before this fix was applied?
CryptAtomeTrader44
Full Member
***
Offline Offline

Activity: 340
Merit: 103

It is easier to break an atom than partialities AE


View Profile
January 21, 2018, 12:05:02 AM
 #6931

nvOC v0019-2.0 Community Release new shrinked image Mega.nz
Download Link

Beta testing...
Please test and let me know.

Change Log:
Code:
Image size: 11 GB
ZIP size: 3.8 GB
Auto Expand to full size on first boot
Fixed copy 1bash from fat partition to SSD/HDD on first boot
SHA256: ACCA9787169E6E722ED74FB02DBE1C44E7760CEB537CB79D4C61C7FFF8AD3057

Ok, i will download it and upload on dl.free.fr. Why don't you use google drive. A lot of users had some problems with Mega in the past.


My drive is almost full, Sorry.
Problem with Mega was when size is over 5 GB and it triggers the wait, bellow 5 GB should be no problem.

So, i see you reduce the image weight by 2 GB ! It's a very good news !
Is it possible to reduce weight again ?

it's a big step for nvOC, and a big step for profit switching :-)
thaelin
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
January 21, 2018, 02:13:08 AM
 #6932

   All I got from Mega.NZ was that I have to install some piece of S/W before I can d/l it.
Just what I need is more unknown stuff running.

Will wait for the  FR site and try it.
arekayne
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
January 21, 2018, 02:38:40 AM
 #6933

bbswitch: No suitable _DSM call found.

anyone know why I would be getting this error message on repeat after boot?
CryptAtomeTrader44
Full Member
***
Offline Offline

Activity: 340
Merit: 103

It is easier to break an atom than partialities AE


View Profile
January 21, 2018, 02:52:48 AM
 #6934

   All I got from Mega.NZ was that I have to install some piece of S/W before I can d/l it.
Just what I need is more unknown stuff running.

Will wait for the  FR site and try it.

Upload in progress ...

Perhaps Damnmad will dowload and upload on his Gdrive
mtx_demon
Full Member
***
Offline Offline

Activity: 273
Merit: 100


View Profile
January 21, 2018, 05:27:05 AM
 #6935

Now I am running in 4 rigs.

I think I founded the perfect OC for them


So I am getting this error now

Quote
WARNING: Sat Jan 20 22:05:46 MST 2018 - Problem found: See diagnostics below:
Percent of GPUs bellow threshold: 100 %
name, pstate, temperature.gpu, fan.speed [%], utilization.gpu [%], power.draw [W], power.limit [W]
GeForce GTX 1080 Ti, P8, 48, 65 %, 0 %, 21.60 W, 280.00 W
GeForce GTX 1070, P5, 52, 65 %, 0 %, 12.28 W, 180.00 W
GeForce GTX 1070, P5, 56, 65 %, 0 %, 8.67 W, 160.00 W
GeForce GTX 1070, P5, 44, 65 %, 0 %, 10.36 W, 180.00 W
GeForce GTX 1070, P5, 41, 65 %, 0 %, 12.45 W, 180.00 W
GeForce GTX 1070, P5, 52, 65 %, 0 %, 13.91 W, 180.00 W
[2018-01-20 22:05:30] GPU #4: waiting for data
[2018-01-20 22:05:30] GPU #3: waiting for data
[2018-01-20 22:05:30] GPU #1: waiting for data
[2018-01-20 22:05:33] GPU #5: waiting for data
[2018-01-20 22:05:33] GPU #0: waiting for data
[2018-01-20 22:05:33] GPU #2: waiting for data
[2018-01-20 22:05:33] GPU #4: waiting for data
[2018-01-20 22:05:33] GPU #3: waiting for data
[2018-01-20 22:05:33] GPU #1: waiting for data
[2018-01-20 22:05:36] GPU #5: waiting for data
[2018-01-20 22:05:36] GPU #0: waiting for data
[2018-01-20 22:05:36] GPU #2: waiting for data
[2018-01-20 22:05:36] GPU #4: waiting for data
[2018-01-20 22:05:36] GPU #3: waiting for data
[2018-01-20 22:05:36] GPU #1: waiting for data
CRITICAL: Sat Jan 20 22:05:46 MST 2018 - GPU Utilization is too low: restarting 3main...

The funny thing happens on the 4 miners. So probably is just the pool no?
Looks like the miner go down but recovers
Is that anything to fix? or just ignore this issue?
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
January 21, 2018, 06:42:03 AM
 #6936

Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v10.5


Download and replace for nvOC v0019-2.0:
Code:
wget -O-  https://www.dropbox.com/s/62ecp9xu42eiwf0/Claymore-10.5.tar.gz | tar -xzC /home/m1/eth/claymore/latest/ --strip 1


Or run the update script to get all latest miners and changes:
Code:
cd /home/m1/Downloads
wget -N https://www.dropbox.com/s/cyo86xoqotplges/nvOC-19-2-update
bash /home/m1/Downloads/nvOC-19-2-update


Change Log:
Code:
- applied another workaround for ADL, you must not see "Temperature control thread hangs" message now.
- added version for CUDA 9.1.
- now miner shows a warning if you enabled full remote management (-mport > 0) and did not specify -mpsw parameter.
- now miner shows a warning if you specified default ETH wallet (from default start.bat).

Thanks again for all the great work.  Smiley

If I have already run the update script before today to get to v0019-2.0 and want to run it again to get the latest updates,
will that overwrite all my 1bash settings again?



You can run update script as many times as you want.
I change the update script with new miners and options, to replace and update them.

nvOC update script  will not replace your 1bash.

papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
January 21, 2018, 06:42:58 AM
Last edit: January 21, 2018, 06:54:41 AM by papampi
 #6937

nvOC v0019-2.0 Community Release new shrinked image Mega.nz
Download Link

Beta testing...
Please test and let me know.

Change Log:
Code:
Image size: 11 GB
ZIP size: 3.8 GB
Auto Expand to full size on first boot
Fixed copy 1bash from fat partition to SSD/HDD on first boot
SHA256: ACCA9787169E6E722ED74FB02DBE1C44E7760CEB537CB79D4C61C7FFF8AD3057

What kind of issues was the 1bash copy having before this fix was applied?

Sometimes edited 1bash in fat partition was not getting copied to /home/m1/ when using SSD/HDD at first boot, its fixed now.

papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
January 21, 2018, 06:49:45 AM
 #6938

Where all the development is going for nvOC ? Is there a github page ?

Also I want to know is there support for Claymore's miner failover implementation in nvOC ?
https://github.com/papampi

I use MiningRigRentals as a free hosted proxy server.

Quote
  • Website pool manager. Our system allows you to change what pool your miner is connected to from our website. We allow 5 pools to be configured with fail over. FREE!
  • Are you using outdated software? Wouldn't you love back up pools? Look no further, our system lets you use 5 backup pools and you can control them from our website.
  • You never required to list your rig for rent. There is no fee to use our site/service for the miner controls or hash rate graphs.

New Alternate Pool Switch is in beta testing.
Anyone willing to beta test, can test it.
https://www.dropbox.com/s/lsdthr0r11xwuws/Alternate_poolswitch_pre_release.zip

Would be so much appreciated, if you test and give feedback.

Best way to test is to set your alternate pool, start mining, then block your main pool from router and check if it switch or not, then remove the block and it should get back to main pool



papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
January 21, 2018, 06:53:39 AM
 #6939

nvOC v0019-2.0 Community Release new shrinked image Mega.nz
Download Link

Beta testing...
Please test and let me know.

Change Log:
Code:
Image size: 11 GB
ZIP size: 3.8 GB
Auto Expand to full size on first boot
Fixed copy 1bash from fat partition to SSD/HDD on first boot
SHA256: ACCA9787169E6E722ED74FB02DBE1C44E7760CEB537CB79D4C61C7FFF8AD3057

Ok, i will download it and upload on dl.free.fr. Why don't you use google drive. A lot of users had some problems with Mega in the past.


My drive is almost full, Sorry.
Problem with Mega was when size is over 5 GB and it triggers the wait, bellow 5 GB should be no problem.

So, i see you reduce the image weight by 2 GB ! It's a very good news !
Is it possible to reduce weight again ?

it's a big step for nvOC, and a big step for profit switching :-)

root partition wont allow to go lower, So I think its the smallest we can get.
But will try to cleanup the OS again, see if I can reduse more.

wi$em@n
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
January 21, 2018, 06:59:48 AM
 #6940

nvOC v0019-2.0 Community Release new shrinked image Mega.nz
Download Link

Beta testing...
Please test and let me know.

Change Log:
Code:
Image size: 11 GB
ZIP size: 3.8 GB
Auto Expand to full size on first boot
Fixed copy 1bash from fat partition to SSD/HDD on first boot
SHA256: ACCA9787169E6E722ED74FB02DBE1C44E7760CEB537CB79D4C61C7FFF8AD3057

Ok, i will download it and upload on dl.free.fr. Why don't you use google drive. A lot of users had some problems with Mega in the past.


My drive is almost full, Sorry.
Problem with Mega was when size is over 5 GB and it triggers the wait, bellow 5 GB should be no problem.

So, i see you reduce the image weight by 2 GB ! It's a very good news !
Is it possible to reduce weight again ?

it's a big step for nvOC, and a big step for profit switching :-)

root partition wont allow to go lower, So I think its the smallest we can get.
But will try to cleanup the OS again, see if I can reduse more.

I think the only thing left to reduce size and improve stability (maybe?) is abandon Desktop
Pages: « 1 ... 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 [347] 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 ... 417 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!