mtx_demon
|
|
January 19, 2018, 08:59:03 AM Last edit: January 19, 2018, 09:14:10 AM by mtx_demon |
|
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 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 : http://<rig_with_multiminer_page_ip>/multiminerinfo.html If you want the info for external network use then open multi miner info by : http://<external_ip>:<Rig_With_multiminerinfo_Forwarded_Port>/multiminerinfo.html Can you be more specific?? I just need to add this line http://<rig_with_multiminer_page_ip>/multiminerinfo.html on the file? /var/www/html/multiminerinfo.html The port to change is it on apache correct? 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
|
|
January 19, 2018, 10:34:41 AM Last edit: January 19, 2018, 11:19:57 AM by martyroz |
|
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
Activity: 10
Merit: 0
|
|
January 19, 2018, 03:34:59 PM |
|
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
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
|
|
January 19, 2018, 04:42:51 PM |
|
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 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
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
|
|
January 19, 2018, 05:31:11 PM |
|
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 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 : http://<rig_with_multiminer_page_ip>/multiminerinfo.html If you want the info for external network use then open multi miner info by : http://<external_ip>:<Rig_With_multiminerinfo_Forwarded_Port>/multiminerinfo.html Can you be more specific?? I just need to add this line http://<rig_with_multiminer_page_ip>/multiminerinfo.html on the file? /var/www/html/multiminerinfo.html The port to change is it on apache correct? 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 /var/www/html/multiminerinfo.html You access the page by 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: <iframe style="width: 49%; height: 600px;" src="http://192.168.1.102/cgi-bin/minerinfo" align="left" frameborder="5" > </iframe>
Remote example : <iframe style="width: 49%; height: 600px;" src="http://Your_externsal_ip_address:10180/cgi-bin/minerinfo" align="left" frameborder="5" > </iframe>
|
|
|
|
mtx_demon
|
|
January 19, 2018, 07:22:59 PM |
|
Thank you so much!!
Does the project have a donation fund? How can I donate to the project or the community?
|
|
|
|
martyroz
|
|
January 20, 2018, 12:43:05 AM Last edit: January 20, 2018, 02:39:13 AM by martyroz |
|
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 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 thanks all.
|
|
|
|
salfter
|
|
January 20, 2018, 05:13:15 AM |
|
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.
|
|
|
|
mtx_demon
|
|
January 20, 2018, 06:00:15 AM |
|
Do you guys know why in this link https://www.dropbox.com/s/hs2ej9qul7stgn4/KTccminer-8.17.tar.gzThe 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
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
|
|
January 20, 2018, 07:26:04 AM |
|
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
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
|
|
January 20, 2018, 07:35:24 AM |
|
Do you guys know why in this link https://www.dropbox.com/s/hs2ej9qul7stgn4/KTccminer-8.17.tar.gzThe 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: 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
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
|
|
January 20, 2018, 10:17:12 AM Last edit: January 20, 2018, 01:24:53 PM by papampi |
|
nvOC v0019-2.0 Community Release new shrinked image Mega.nz Download LinkBeta testing... Please test and let me know. Change Log: 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
Activity: 340
Merit: 103
It is easier to break an atom than partialities AE
|
|
January 20, 2018, 01:37:12 PM |
|
nvOC v0019-2.0 Community Release new shrinked image Mega.nz Download LinkBeta testing... Please test and let me know. Change Log: 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
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
|
|
January 20, 2018, 01:53:20 PM |
|
Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v10.5 Download and replace for nvOC v0019-2.0: 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: 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: - 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
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
|
|
January 20, 2018, 01:53:49 PM |
|
nvOC v0019-2.0 Community Release new shrinked image Mega.nz Download LinkBeta testing... Please test and let me know. Change Log: 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
Activity: 26
Merit: 0
|
|
January 20, 2018, 02:01:36 PM |
|
nvOC v0019-2.0 Community Release new shrinked image Mega.nz Download LinkBeta testing... Please test and let me know. Change Log: 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
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
|
|
January 20, 2018, 02:13:50 PM |
|
nvOC v0019-2.0 Community Release new shrinked image Mega.nz Download LinkBeta testing... Please test and let me know. Change Log: 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
|
|
January 20, 2018, 02:41:44 PM |
|
Do you guys know why in this link https://www.dropbox.com/s/hs2ej9qul7stgn4/KTccminer-8.17.tar.gzThe 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: 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 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
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
|
|
January 20, 2018, 02:59:52 PM |
|
Do you guys know why in this link https://www.dropbox.com/s/hs2ej9qul7stgn4/KTccminer-8.17.tar.gzThe 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: 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 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: Stop miner, watchdog,... with: Try this: 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: Or manually run miner with: /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: cd /home/m1/KTccminer ./autogen.sh ./configure ./build.sh If you get bignum... error during the compile do this: 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: sudo cp /home/m1/Downloads/openssl-1.0.1e/bn.h.backup /usr/local/include/openssl/bn.h
|
|
|
|
mtx_demon
|
|
January 20, 2018, 04:02:06 PM |
|
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
|
|
|
|
|