Bitcoin Forum
August 14, 2025, 11:45:04 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 [282] 283 284 285 286 287 288 289 290 291 292 293 294 295 296 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 ... 352 »
  Print  
Author Topic: [ mining os ] nvoc  (Read 418568 times)
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
January 20, 2018, 07:26:04 AM
 #5621

Maybe what follows is common knowledge, but it caught me out:

Back when I first set up nvOC, I was having trouble with it accessing things via IPv6.  I worked around it by putting IPv4 addresses for things like the MiningPoolHub server in /etc/hosts.

Where I have my mining rig located, there's no network jack in the wall.  Stringing a cable across the room wasn't really a long-term option either, so I bought an Asus RP-N12, configured it as a wireless bridge, and plugged the rig into a switch and the switch into the bridge.  Should've worked, right?  Turns out there's an issue with the way traffic gets delivered over the bridged connection that keeps IPv6 from working.

I unplugged the network cable and plugged a USB WiFi dongle (more specifically, an Edimax EW-7811Un I'd originally bought for use with a Raspberry Pi) in.  Booted up, switched to a text console, fired up nmtui to configure it with my SSID and  password, and rebooted...and now it's connecting directly over WiFi instead of through the bridge.  IPv6 works like it should.

I've recently started work on a zpool auto-switch.  I put in code to connect to their server over IPv4 specifically.  Looks like I can rip that out and go with something simpler that'll use IPv6 if it's available.


Dont think the bridge could cause the problem as my 4G modem is in another room which has better signal and connected via a wireless bridge (old linksys 610n with dd-wrt firmware) to router (Asus Ac68u) and I have no mining problems.

Great news for zpool auto switch, so many users asking for it, while you are working on it can you please check Community Release GitHub so that we can add zpool switch to V0019-2.1 ?

papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
January 20, 2018, 07:35:24 AM
 #5622

Do you guys know why in this link

https://www.dropbox.com/s/hs2ej9qul7stgn4/KTccminer-8.17.tar.gz

The ccminer actually inside is the 8.19 version
When I tried to start I get

ccminer 8.19-KlausT (64bit) for nVidia GPUs
Compiled with GCC 5.4 using Nvidia CUDA Toolkit 8.0

Based on pooler cpuminer 2.3.2 and the tpruvot@github fork
CUDA support by Christian Buchner, Christian H. and DJM34
Includes optimizations implemented by sp-hash, klaust, tpruvot and tsiv.

Illegal action


And them the rig gets reboot because the miner it's not working

Where I can get the 8.17???

Fixed the link:

Code:
ccminer 8.17-KlausT (64bit) for nVidia GPUs
Compiled with GCC 5.4 using Nvidia CUDA Toolkit 8.0

Based on pooler cpuminer 2.3.2 and the tpruvot@github fork
CUDA support by Christian Buchner, Christian H. and DJM34
Includes optimizations implemented by sp-hash, klaust, tpruvot and tsiv.

papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
January 20, 2018, 10:17:12 AM
Last edit: January 20, 2018, 01:24:53 PM by papampi
 #5623

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

CryptAtomeTrader44
Full Member
***
Offline Offline

Activity: 340
Merit: 103

It is easier to break an atom than partialities AE


View Profile
January 20, 2018, 01:37:12 PM
 #5624

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.
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
January 20, 2018, 01:53:20 PM
 #5625

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).




papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
January 20, 2018, 01:53:49 PM
 #5626

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.

Isolar1s
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
January 20, 2018, 02:01:36 PM
 #5627

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.


Does nvoc have a built in profit switcher that will work with zpool and ahashpool ?
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
January 20, 2018, 02:13:50 PM
 #5628

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.


Does nvoc have a built in profit switcher that will work with zpool and ahashpool ?



No zpool auto switch yet
But salfter working on it, hopefully we get one soon.


I've recently started work on a zpool auto-switch.  I put in code to connect to their server over IPv4 specifically.  Looks like I can rip that out and go with something simpler that'll use IPv6 if it's available.


mtx_demon
Full Member
***
Offline Offline

Activity: 273
Merit: 100


View Profile
January 20, 2018, 02:41:44 PM
 #5629

Do you guys know why in this link

https://www.dropbox.com/s/hs2ej9qul7stgn4/KTccminer-8.17.tar.gz

The ccminer actually inside is the 8.19 version
When I tried to start I get

ccminer 8.19-KlausT (64bit) for nVidia GPUs
Compiled with GCC 5.4 using Nvidia CUDA Toolkit 8.0

Based on pooler cpuminer 2.3.2 and the tpruvot@github fork
CUDA support by Christian Buchner, Christian H. and DJM34
Includes optimizations implemented by sp-hash, klaust, tpruvot and tsiv.

Illegal action


And them the rig gets reboot because the miner it's not working

Where I can get the 8.17???

Fixed the link:

Code:
ccminer 8.17-KlausT (64bit) for nVidia GPUs
Compiled with GCC 5.4 using Nvidia CUDA Toolkit 8.0

Based on pooler cpuminer 2.3.2 and the tpruvot@github fork
CUDA support by Christian Buchner, Christian H. and DJM34
Includes optimizations implemented by sp-hash, klaust, tpruvot and tsiv.



Thank you so much

Perhaps I should be doing something wrong.

Look I did

Code:
wget https://www.dropbox.com/s/hs2ej9qul7stgn4/KTccminer-8.17.tar.gz
tar -xvf KTccminer-8.17.tar.gz

After I change the 0miner file and change the line of the miner to
/home/m1/Downloads/KTccminer/ccminer


After rebooting I just get this screen like on the 8.19 version

ccminer 8.17-KlausT (64bit) for nVidia GPUs
Compiled with GCC 5.4 using Nvidia CUDA Toolkit 8.0

Based on pooler cpuminer 2.3.2 and the tpruvot@github fork
CUDA support by Christian Buchner, Christian H. and DJM34
Includes optimizations implemented by sp-hash, klaust, tpruvot and tsiv.


And the miner never starts
Do you know what's wrong?
Im so sorry to be asking too much about this
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
January 20, 2018, 02:59:52 PM
 #5630

Do you guys know why in this link

https://www.dropbox.com/s/hs2ej9qul7stgn4/KTccminer-8.17.tar.gz

The ccminer actually inside is the 8.19 version
When I tried to start I get

ccminer 8.19-KlausT (64bit) for nVidia GPUs
Compiled with GCC 5.4 using Nvidia CUDA Toolkit 8.0

Based on pooler cpuminer 2.3.2 and the tpruvot@github fork
CUDA support by Christian Buchner, Christian H. and DJM34
Includes optimizations implemented by sp-hash, klaust, tpruvot and tsiv.

Illegal action


And them the rig gets reboot because the miner it's not working

Where I can get the 8.17???

Fixed the link:

Code:
ccminer 8.17-KlausT (64bit) for nVidia GPUs
Compiled with GCC 5.4 using Nvidia CUDA Toolkit 8.0

Based on pooler cpuminer 2.3.2 and the tpruvot@github fork
CUDA support by Christian Buchner, Christian H. and DJM34
Includes optimizations implemented by sp-hash, klaust, tpruvot and tsiv.



Thank you so much

Perhaps I should be doing something wrong.

Look I did

Code:
wget https://www.dropbox.com/s/hs2ej9qul7stgn4/KTccminer-8.17.tar.gz
tar -xvf KTccminer-8.17.tar.gz

After I change the 0miner file and change the line of the miner to
/home/m1/Downloads/KTccminer/ccminer


After rebooting I just get this screen like on the 8.19 version

ccminer 8.17-KlausT (64bit) for nVidia GPUs
Compiled with GCC 5.4 using Nvidia CUDA Toolkit 8.0

Based on pooler cpuminer 2.3.2 and the tpruvot@github fork
CUDA support by Christian Buchner, Christian H. and DJM34
Includes optimizations implemented by sp-hash, klaust, tpruvot and tsiv.


And the miner never starts
Do you know what's wrong?
Im so sorry to be asking too much about this

Did you copied the content of KTccminer-8.17 to /home/m1/KTccminer?
Check your settings with:
Code:
~/nvOC report


Stop miner, watchdog,... with:
Code:
pkill -e screen

Try this:
Code:
wget -O-  https://www.dropbox.com/s/hs2ej9qul7stgn4/KTccminer-8.17.tar.gz | tar -xzC /home/m1/KTccminer --strip 1

No need to reboot.
Restart 3main with:
Code:
pkill -f 3main

Or manually run miner with:

Code:
/home/m1/KTccminer/ccminer -a ALGO -o stratum+tcp://SERVER:PORT -u ADDRESS.WORKER -p x

If you got segmentation fault, try to re-compile the miner:

Code:
cd /home/m1/KTccminer
./autogen.sh
./configure
./build.sh


If you get bignum... error during the compile do this:

Code:
cd /home/m1/Downloads
wget http://www.openssl.org/source/openssl-1.0.1e.tar.gz
tar -xvzf openssl-1.0.1e.tar.gz
cp /usr/local/include/openssl/bn.h /home/m1/Downloads/openssl-1.0.1e/bn.h.backup
sudo cp /home/m1/Downloads/openssl-1.0.1e/crypto/bn/bn.h /usr/local/include/openssl/bn.h

After compile finished revert back the bn.h with:
Code:
sudo cp /home/m1/Downloads/openssl-1.0.1e/bn.h.backup /usr/local/include/openssl/bn.h

mtx_demon
Full Member
***
Offline Offline

Activity: 273
Merit: 100


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

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
 #5632

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
 #5633

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
 #5634

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
 #5635

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
 #5636

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
 #5637

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
 #5638

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
 #5639

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
 #5640

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?
Pages: « 1 ... 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 [282] 283 284 285 286 287 288 289 290 291 292 293 294 295 296 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 ... 352 »
  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!