Bitcoin Forum
June 18, 2024, 07:22:19 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 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 ... 417 »
  Print  
Author Topic: [OS] nvOC easy-to-use Linux Nvidia Mining  (Read 417960 times)
mtx_demon
Full Member
***
Offline Offline

Activity: 273
Merit: 100


View Profile
January 19, 2018, 12:46:04 AM
 #6901

Any ideia why after the update

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 instruction
mtx_demon
Full Member
***
Offline Offline

Activity: 273
Merit: 100


View Profile
January 19, 2018, 08:59:03 AM
Last edit: January 19, 2018, 09:14:10 AM by mtx_demon
 #6902



A reminder for those who has multiple rigs and want to check all web info pages in one single page.
nvOC v0019-2.0 in one of your rigs edit and change IP and ports

Code:
sudo nano /var/www/html/multiminerinfo.html 

Sample page :




If you just want the info for internal network use internal_rig_ip instead of external ip and no port needed
then open multi miner info by :
Code:
http://<rig_with_multiminer_page_ip>/multiminerinfo.html

If you want the info for external network use
then open multi miner info by :
Code:
http://<external_ip>:<Rig_With_multiminerinfo_Forwarded_Port>/multiminerinfo.html


Can you be more specific??

I just need to add this line  
Code:
http://<rig_with_multiminer_page_ip>/multiminerinfo.html

on the file?
Code:
/var/www/html/multiminerinfo.html 

The port to change is it on apache correct?
Code:
/etc/apache2/ports.conf


Because I already tried putting the ip on the file but does not work :-(
Please give me some light
PS. I already fix the ccminer problem thanks really happy mining with NVOC just want to setup the one page static
martyroz
Full Member
***
Offline Offline

Activity: 325
Merit: 110


View Profile
January 19, 2018, 10:34:41 AM
Last edit: January 19, 2018, 11:19:57 AM by martyroz
 #6903

All my rigs have this error when trying to edit 1bash over SSH with nano. Does anyone know why?

[ Error reading lock file /home/m1/.1bash.swp: Not enough data read ]

edit...

[ Error writing lock file /home/m1/.2unix.swp: No space left on device ]

how do I free up space?
MassDestruction
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
January 19, 2018, 03:34:59 PM
 #6904

All my rigs have this error when trying to edit 1bash over SSH with nano. Does anyone know why?

[ Error reading lock file /home/m1/.1bash.swp: Not enough data read ]

edit...

[ Error writing lock file /home/m1/.2unix.swp: No space left on device ]

how do I free up space?

You might have some some log files lingering around. I believe there is a clear log script. Also make sure the partition containing the OS is making full use of the usb stick or harddrive that you are using.
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
January 19, 2018, 04:42:51 PM
 #6905

All my rigs have this error when trying to edit 1bash over SSH with nano. Does anyone know why?

[ Error reading lock file /home/m1/.1bash.swp: Not enough data read ]

edit...

[ Error writing lock file /home/m1/.2unix.swp: No space left on device ]

how do I free up space?

You might have some some log files lingering around. I believe there is a clear log script. Also make sure the partition containing the OS is making full use of the usb stick or harddrive that you are using.

Thats not free space problem, You have been editing them with nano and nano closed for some reason

Try to remove them with

Code:
 rm /home/m1/.1bash.swp
rm /home/m1/.2unix.swp

If you get permission error use them with sudo
Or use vim

papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
January 19, 2018, 05:31:11 PM
 #6906



A reminder for those who has multiple rigs and want to check all web info pages in one single page.
nvOC v0019-2.0 in one of your rigs edit and change IP and ports

Code:
sudo nano /var/www/html/multiminerinfo.html 

Sample page :




If you just want the info for internal network use internal_rig_ip instead of external ip and no port needed
then open multi miner info by :
Code:
http://<rig_with_multiminer_page_ip>/multiminerinfo.html

If you want the info for external network use
then open multi miner info by :
Code:
http://<external_ip>:<Rig_With_multiminerinfo_Forwarded_Port>/multiminerinfo.html


Can you be more specific??

I just need to add this line  
Code:
http://<rig_with_multiminer_page_ip>/multiminerinfo.html

on the file?
Code:
/var/www/html/multiminerinfo.html 

The port to change is it on apache correct?
Code:
/etc/apache2/ports.conf


Because I already tried putting the ip on the file but does not work :-(
Please give me some light
PS. I already fix the ccminer problem thanks really happy mining with NVOC just want to setup the one page static

No changes needed in any files other than
Code:
/var/www/html/multiminerinfo.html 

You access the page by
Code:
http://<rig_with_multiminer_page_ip>/multiminerinfo.html
Edit it and use that address.
If you want to access in your local network edit the file and only add your rigs internal ip, If access from outside, you should forward a port to port 80 of your rig.
for example in router forward port 10180 to ip 192.168.1.101 port 80 and so on ...


Local intranet example:

Code:
<iframe style="width: 49%; height: 600px;" src="http://192.168.1.102/cgi-bin/minerinfo" align="left"  frameborder="5" > </iframe>

Remote example :

Code:
<iframe style="width: 49%; height: 600px;" src="http://Your_externsal_ip_address:10180/cgi-bin/minerinfo" align="left"  frameborder="5" > </iframe>

mtx_demon
Full Member
***
Offline Offline

Activity: 273
Merit: 100


View Profile
January 19, 2018, 07:22:59 PM
 #6907

Thank you so much!!

Does the project have a donation fund?
How can I donate to the project or the community?
martyroz
Full Member
***
Offline Offline

Activity: 325
Merit: 110


View Profile
January 20, 2018, 12:43:05 AM
Last edit: January 20, 2018, 02:39:13 AM by martyroz
 #6908


You might have some some log files lingering around. I believe there is a clear log script. Also make sure the partition containing the OS is making full use of the usb stick or harddrive that you are using.

Thats not free space problem, You have been editing them with nano and nano closed for some reason

Try to remove them with

Code:
 rm /home/m1/.1bash.swp
rm /home/m1/.2unix.swp

If you get permission error use them with sudo
Or use vim

Hmm, didn't work.

What's this clear log files script? I'll try that.

-edit-
I used sudo apt-get clean to free up space and then I could remove the swap file and edit nano Wink thanks all.
salfter
Hero Member
*****
Offline Offline

Activity: 651
Merit: 501


My PGP Key: 92C7689C


View Profile WWW
January 20, 2018, 05:13:15 AM
 #6909

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.

Tipjars: BTC 1TipsGocnz2N5qgAm9f7JLrsMqkb3oXe2 LTC LTipsVC7XaFy9M6Zaf1aGGe8w8xVUeWFvR | My Bitcoin Note Generator | Pool Auto-Switchers: zpool MiningPoolHub NiceHash
Bitgem Resources: Pool Explorer Paper Wallet
mtx_demon
Full Member
***
Offline Offline

Activity: 273
Merit: 100


View Profile
January 20, 2018, 06:00:15 AM
 #6910

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

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


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

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

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

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

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

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

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

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

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

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

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

Pages: « 1 ... 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 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 ... 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!