Author

Topic: [ mining os ] nvoc - page 264. (Read 418549 times)

full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
August 22, 2017, 01:41:34 AM
Can you please make step by step guide? I think it will help a lot of people, Thanks
Sure, will try my best.

Option 1: If you have bigger than 16gb USB/SSD/HDD. Enable swap and expand partition to full size.
First check to see if you have swap enabled or not by free command:
Then:
Open Gparted, it will ask for root password, Locate your drive, you will see a 16gb used space and a big not used at the end,
Right click on the unused partition and create new partition, Type : Swap make the size you want ( 1Gb to ...) and move it to the end of drive.  Apply.
Then right clcik on the primary 16gb partition and resize/move , resize it to the desired (better to give it all). Apply
Now right click on the swap partition and get the info, copy the UUID
open /etc/fstab with
Code:
gksudo gedit /etc/fstab
You will see a line which refers to a swap partition during installation ...
Some thing similar to this :
Code:
# swap was on /dev/sda5 during installation
UUID=cdba7b01-5ae6-4104-9a6e-f723b8bd87ac none            swap    sw              0       0
Now change the UUID with the one you copied from newly made swap partition.
save and close gedit.
now in your  terminal type :
Code:
sudo swapon --all
It will read your fstab and enable the swap partition.
check it with free command in  terminal
Code:
#free
              total        used        free      shared  buff/cache   available
Mem:        8171388     3020388     2637404      142044     2513596     4647472
Swap:       8123388           0     8123388
reboot and it should be all good


Edit.
Option2 : If you have 16GB usb/ssd/hdd (Credit to osnwt)
And you dont want/need swap partition and expanding primary partition:

Just open /etc/fstab with
Code:
gksudo gedit /etc/fstab
and add a # before the UUID in swap line
Code:
# swap was on /dev/sda5 during installation
#UUID=cdba7b01-5ae6-4104-9a6e-f723b8bd87ac none            swap    sw              0       0
reboot and have fun.
newbie
Activity: 18
Merit: 0
August 22, 2017, 01:28:08 AM
Thanks a lot for the amazing works.
This is the best linux system I ever seen,
Like it much more than ethos and others... Keep up the good work guys.

I installed it last night on a 120GB SSD that I had laying around (I know its too big), after 1st boot and checking every thing working fine reboot the machine and noticed a long long boot time.
So I thought its loading the systems and drivers and ...
I was checking various things and when I checked mem, I noticed there is no swap.
checked /etc/fstab and there was an entry that refers to an sda5 swap partition that has been made during installation but the UUID was not existed any more.
And there were no more swap partition shown in Gparted
Dont know if some thing has gone wrong during my installation/1st boot that wont let it build a swap partition or what
So I create a new 20GB swap partition, expand primary from 15 to 100.
Enabled the swap with swapon command  and reboot.

Voila it boots like lightning fast.

I thought it would be good idea to make it expand primary if its bigger than 16Gb and build swap partition on first boot.
Just my 2 cent.

Thanks again for nice work.

Can you please make step by step guide? I think it will help a lot of people, Thanks
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
August 22, 2017, 01:25:52 AM
Hi, i managed to connect 13*p106-100 gpu-z with no display output but when i log on via teamviewer the resolution is too small to do anything, could you fix this so that the resolution is normal ? Then i can do everything easily and test to my will:)

Edit: i get this in restart log :
Sun Aug 20 18:10:35 CEST 2017 - Utilization is too low: reviving did not work so restarting system in 10 seconds

Sun Aug 20 18:13:03 CEST 2017 - Starting miner restart script.

what does it mean

"Utilization too low" could be because of miner couldnt connect to pool.
I had this problem with my Asus AC68 router, had to disable vulnerability detection in AI protection and the "Utilization too low" is gone.
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
August 22, 2017, 01:11:16 AM
Thanks a lot for the amazing works.
This is the best linux system I ever seen,
Like it much more than ethos and others... Keep up the good work guys.

I installed it last night on a 120GB SSD that I had laying around (I know its too big), after 1st boot and checking every thing working fine reboot the machine and noticed a long long boot time.
So I thought its loading the systems and drivers and ...
I was checking various things and when I checked mem, I noticed there is no swap.
checked /etc/fstab and there was an entry that refers to an sda5 swap partition that has been made during installation but the UUID was not existed any more.
And there were no more swap partition shown in Gparted
Dont know if some thing has gone wrong during my installation/1st boot that wont let it build a swap partition or what
So I create a new 20GB swap partition, expand primary from 15 to 100.
Enabled the swap with swapon command  and reboot.

Voila it boots like lightning fast.

I thought it would be good idea to make it expand primary if its bigger than 16Gb and build swap partition on first boot.
Just my 2 cent.

Thanks again for nice work.
newbie
Activity: 4
Merit: 0
August 21, 2017, 10:12:26 PM

This is still broken; I recommend using a different service like: https://postimages.org/

Sweet fancy Moses, hopefully this works lol.
https://postimg.org/image/h4z1mpgf1/
https://s30.postimg.org/aeikd9t9d/IMG_3303.jpg

I'll try 2 links from postimg lol
legendary
Activity: 1797
Merit: 1028
August 21, 2017, 08:05:55 PM
Hi Fullzero,

Do we need to add a swap space for v0019 release?
In claymore README for Windows 10, it's recommended to increase the pagefile to 16,000MB. I'm wondering if we also need to setup an extra "memory" for nvOC.

First, understand that these messages are very old, and Claymore doesn't change them (note the drivers they indicate to use).

Adding 16gb of VM, may increase stability; but it also will require using a larger usb, and a much longer download.  As not everyone mines ethash, this is not the optimal choice IMO. 

Later on I will look into dynamically enlarging the primary partition or making another to use as VM if there is enough space on the usb.  After I am done with v0019 and a new rxOC I will do this, I or someone else (there are lots of knowledgeable members here) could make a guide for modifying nvOC to have 16 gb VM to use for Claymore.

It is important to understand that it is not clear if adding VM or more RAM to the system has a direct correlation with increased system stability.  IMO using 8gb of ram is more stable, especially when dual ethash + additional algo mining; however it is almost impossible to isolate / measure stability fully and I am very skeptical of anyone who claims to have a definitive answer on this.

I don't have linux experience but I'll google it to extend and add swap space. I only have 4gb RAM so I might need it in the future.

YOU CAN DUAL-MINE ON LINUX WITH 1GB RAM--

And stock swap space.  It is wasted effort, especially with no Linux experience, to research the unnecessary. 

I ran my R9 280X cards at 20+MH/s with Claymore's Dual-Miner on Linux, and had 2GB RAM.  Claymore is Windows-centric.  The large swap-space (virtual memory in Windows) is not necessary in Linux.  Further, nvOC is designed for a 16-32GB drive, and mines other algorithms at more profit.  These other algorithms do not need the swap space either.

2GB-4GB RAM should be plenty on a Linux mining rig.  None of my Linux rigs have more than 4GB.  My H81 Pro BTC rigs have 2GB (2 slots, 1GB each) and are stable for weeks at a time.

1GB RAM sticks are cheap.       --scryptr
newbie
Activity: 11
Merit: 0
August 21, 2017, 07:02:12 PM
Hi Fullzero,

Do we need to add a swap space for v0019 release?
In claymore README for Windows 10, it's recommended to increase the pagefile to 16,000MB. I'm wondering if we also need to setup an extra "memory" for nvOC.

First, understand that these messages are very old, and Claymore doesn't change them (note the drivers they indicate to use).

Adding 16gb of VM, may increase stability; but it also will require using a larger usb, and a much longer download.  As not everyone mines ethash, this is not the optimal choice IMO. 

Later on I will look into dynamically enlarging the primary partition or making another to use as VM if there is enough space on the usb.  After I am done with v0019 and a new rxOC I will do this, I or someone else (there are lots of knowledgeable members here) could make a guide for modifying nvOC to have 16 gb VM to use for Claymore.

It is important to understand that it is not clear if adding VM or more RAM to the system has a direct correlation with increased system stability.  IMO using 8gb of ram is more stable, especially when dual ethash + additional algo mining; however it is almost impossible to isolate / measure stability fully and I am very skeptical of anyone who claims to have a definitive answer on this.

I don't have linux experience but I'll google it to extend and add swap space. I only have 4gb RAM so I might need it in the future.
newbie
Activity: 15
Merit: 0
August 21, 2017, 05:56:11 PM
P106-100 BOUNTY

The person who will be able to unlock the overclock of my 13x P106 Rig (on the ASRock H110 BTC) with nvOC will get


1 ETH


I only got pure P106-rigs and no non-mining cards mixtures.

PM me and I will give you access to one of my Rigs.


Thanks!

The Dev fullzero is your man.
Edit: i also have the same problem. for now i must add one GTX card for OC to work via powermizer.
member
Activity: 76
Merit: 10
August 21, 2017, 05:15:32 PM
P106-100 BOUNTY

The person who will be able to unlock the overclock of my 13x P106 Rig (on the ASRock H110 BTC) with nvOC will get


1 ETH


I only got pure P106-rigs and no non-mining cards mixtures.

PM me and I will give you access to one of my Rigs.


Thanks!
full member
Activity: 420
Merit: 106
https://steemit.com/@bibi187
August 21, 2017, 04:36:27 PM
Hi, i managed to connect 13*p106-100 gpu-z with no display output but when i log on via teamviewer the resolution is too small to do anything, could you fix this so that the resolution is normal ? Then i can do everything easily and test to my will:)

Edit: i get this in restart log :
Sun Aug 20 18:10:35 CEST 2017 - Utilization is too low: reviving did not work so restarting system in 10 seconds

Sun Aug 20 18:13:03 CEST 2017 - Starting miner restart script.

what does it mean


You would have to use a custom edid to increase the teamviewer resolution without a display.   It is not worth your time to do this; the easier way to test this is to ensure 1bash is configured to use SSH and REMOTE; then SSH into the rig and run commands via console.  I will most likely connect to lards rig later today and try this out.  I expect that all the GPUs will run as expected via console (nvoc isn't configured to use console mode, but you can manually start mining by launching 1bash or 2unix manually); the OC commands are also different from console.

ok thank you i will check.

can you tell me about the second part of the question ? the Rig or Program restarts, and in 4restart file i found this :

Sun Aug 20 18:10:35 CEST 2017 - Utilization is too low: reviving did not work so restarting system in 10 seconds

Sun Aug 20 18:13:03 CEST 2017 - Starting miner restart script.

what does it mean ??


That from WATCHDOG, scrypt check your GPU volatily, if your GPU get stuck scrypt detect it and relaunch mining process. Cause when one GPU crash all GPU crash. Is like a auto reboot if something working wrong.  
newbie
Activity: 15
Merit: 0
August 21, 2017, 03:38:37 PM
Hi, i managed to connect 13*p106-100 gpu-z with no display output but when i log on via teamviewer the resolution is too small to do anything, could you fix this so that the resolution is normal ? Then i can do everything easily and test to my will:)

Edit: i get this in restart log :
Sun Aug 20 18:10:35 CEST 2017 - Utilization is too low: reviving did not work so restarting system in 10 seconds

Sun Aug 20 18:13:03 CEST 2017 - Starting miner restart script.

what does it mean


You would have to use a custom edid to increase the teamviewer resolution without a display.   It is not worth your time to do this; the easier way to test this is to ensure 1bash is configured to use SSH and REMOTE; then SSH into the rig and run commands via console.  I will most likely connect to lards rig later today and try this out.  I expect that all the GPUs will run as expected via console (nvoc isn't configured to use console mode, but you can manually start mining by launching 1bash or 2unix manually); the OC commands are also different from console.

ok thank you i will check.

can you tell me about the second part of the question ? the Rig or Program restarts, and in 4restart file i found this :

Sun Aug 20 18:10:35 CEST 2017 - Utilization is too low: reviving did not work so restarting system in 10 seconds

Sun Aug 20 18:13:03 CEST 2017 - Starting miner restart script.

what does it mean ??
full member
Activity: 420
Merit: 106
https://steemit.com/@bibi187
August 21, 2017, 03:23:27 PM
Hi Fullzero,

Do we need to add a swap space for v0019 release?
In claymore README for Windows 10, it's recommended to increase the pagefile to 16,000MB. I'm wondering if we also need to setup an extra "memory" for nvOC.

First, understand that these messages are very old, and Claymore doesn't change them (note the drivers they indicate to use).

Adding 16gb of VM, may increase stability; but it also will require using a larger usb, and a much longer download.  As not everyone mines ethash, this is not the optimal choice IMO.  

Later on I will look into dynamically enlarging the primary partition or making another to use as VM if there is enough space on the usb.  After I am done with v0019 and a new rxOC I will do this, I or someone else (there are lots of knowledgeable members here) could make a guide for modifying nvOC to have 16 gb VM to use for Claymore.

It is important to understand that it is not clear if adding VM or more RAM to the system has a direct correlation with increased system stability.  IMO using 8gb of ram is more stable, especially when dual ethash + additional algo mining; however it is almost impossible to isolate / measure stability fully and I am very skeptical of anyone who claims to have a definitive answer on this.

I think you don't gonna win any stability at all, on windows u have to increase pagefile for GPU registration if u use more them 4 GPU if i remember right. Linux dont have this issue, everything is more simple is unix world Wink

By the way i would like to present a new cryptocoin DeepOnion is based on anonymity via TOR network, he use basic of fair airdrop on 40th round is actually on round 6th. Is a restrictive AirDrop, u have to be a active member on bitcointalk with a registered date at least on 12 July and have ( with new rule cause this coin get a lot of attraction, going to the moon ) a Member status. A growing communauty actually really active, jump on the train before is to late Wink
For people dont reach preset, go on main forum and register u can participate and add your value how this community, u get rewarded for this. They also do a lot of GiveAway with some restriction or not, i actually do one https://www.deeponion.org/community/threads/contest-guess-the-number-round-4-win-onions.601/  

U can check more detail on the ANN of this little big boy here https://bitcointalksearch.org/topic/ann-deeponion-tor-deepvault-cryptopia-airdrop-2440-we-dominate-2006010
newbie
Activity: 23
Merit: 0
August 21, 2017, 12:24:27 PM
When will you make a fix for P106 Huh


Fullzero said as soon as he gets a hold of 2 P106-100 cards.

Read pages 125 up to now and you can make it work


They work in Mejans, but they do not overclock.
member
Activity: 119
Merit: 10
August 21, 2017, 11:55:03 AM
Do we need to add a swap space for v0019 release?
In claymore README for Windows 10, it's recommended to increase the pagefile to 16,000MB. I'm wondering if we also need to setup an extra "memory" for nvOC.

I never needed to add swap to mine in Linux, using Claymore or whatever other miner. In nvOC, for instance, the RAM usage is very low, less than 2 GB, so if you have 4 GB or more of RAM (the minimum recommended, by the way), you shouldn't need a swap file or partition.
newbie
Activity: 50
Merit: 0
August 21, 2017, 09:03:49 AM
Hey guys,

Does anyone know how to set up the autostart 1bash , temp control and watchdog bash files when you use SSH ? Is it possible to set up in a way so when I turn my rig on using SSH remote control , the 1bash will autostart and mining goes without me using ' bash /home/m1/1bash ' ?

I've tried to add these processes into the autostart but with no luck, I always have to open 1bash myself through the console.

Thanks for you help.

By the way, since in my set up I do not have any normal cards with video output(only using P106-100 cards) , I had problems with integrated graphics processor , when I installed the fresh OS on the rig without attached monitor to mobo and used SSH(for editing 1bash , etc.) it seemed to me that my usual "NVLM error 15 " or just freezing of the system doesn't come up as often as when I was using a monitor and local controling of the rig. I think this is because now in xorg files there's no mention of my "intel graphics". So everyone who has the same problem try to install the OS this way and remote control through SSH. I'm still to try and work around the overclocking these cards , hopefully fullzero will connect sometime soon and help me with that. thanks

Not sure if it's possible to use the integrated graphics in your mobo. Fullzero has a note in first page.



NOTE: If you are connecting a monitor directly to the motherboard (don't do this);
only connect a monitor to the primary GPU (the one in the 16x slot closest to the CPU)



I know you are just trying to help but if you read my post accurately I specified that I don't have any cards with video output so I can't connect a monitor to the primary GPU and therefore I explained what I've done to make it usable with my setup.

So does anyone know why the 1bash doesn't autostart when I use the remote connection through SSH(I have to use 'bash /home/m1/1bash' )? I am gonna try to work around that problem today but would be grateful if somebody can point me in the right direction of how to make it work.

As I stated before I have first booted without the monitor using just P106-100 cards and then changed all the bash files to new ones in the first post through SSH control.
newbie
Activity: 11
Merit: 0
August 21, 2017, 08:35:51 AM
Hey guys,

Does anyone know how to set up the autostart 1bash , temp control and watchdog bash files when you use SSH ? Is it possible to set up in a way so when I turn my rig on using SSH remote control , the 1bash will autostart and mining goes without me using ' bash /home/m1/1bash ' ?

I've tried to add these processes into the autostart but with no luck, I always have to open 1bash myself through the console.

Thanks for you help.

By the way, since in my set up I do not have any normal cards with video output(only using P106-100 cards) , I had problems with integrated graphics processor , when I installed the fresh OS on the rig without attached monitor to mobo and used SSH(for editing 1bash , etc.) it seemed to me that my usual "NVLM error 15 " or just freezing of the system doesn't come up as often as when I was using a monitor and local controling of the rig. I think this is because now in xorg files there's no mention of my "intel graphics". So everyone who has the same problem try to install the OS this way and remote control through SSH. I'm still to try and work around the overclocking these cards , hopefully fullzero will connect sometime soon and help me with that. thanks

Not sure if it's possible to use the integrated graphics in your mobo. Fullzero has a note in first page.



NOTE: If you are connecting a monitor directly to the motherboard (don't do this);
only connect a monitor to the primary GPU (the one in the 16x slot closest to the CPU)

newbie
Activity: 11
Merit: 0
August 21, 2017, 08:12:34 AM
Hi Fullzero,

Do we need to add a swap space for v0019 release?
In claymore README for Windows 10, it's recommended to increase the pagefile to 16,000MB. I'm wondering if we also need to setup an extra "memory" for nvOC.
newbie
Activity: 50
Merit: 0
August 21, 2017, 08:12:14 AM
Hey guys,

Does anyone know how to set up the autostart 1bash , temp control and watchdog bash files when you use SSH ? Is it possible to set up in a way so when I turn my rig on using SSH remote control , the 1bash will autostart and mining goes without me using ' bash /home/m1/1bash ' ?

I've tried to add these processes into the autostart but with no luck, I always have to open 1bash myself through the console.

Thanks for you help.

By the way, since in my set up I do not have any normal cards with video output(only using P106-100 cards) , I had problems with integrated graphics processor , when I installed the fresh OS on the rig without attached monitor to mobo and used SSH(for editing 1bash , etc.) it seemed to me that my usual "NVLM error 15 " or just freezing of the system doesn't come up as often as when I was using a monitor and local controling of the rig. I think this is because now in xorg files there's no mention of my "intel graphics". So everyone who has the same problem try to install the OS this way and remote control through SSH. I'm still to try and work around the overclocking these cards , hopefully fullzero will connect sometime soon and help me with that.

1bash is autostarted by default.
By the way, it's a good idea to buy a gtx1060 or 1050ti as primary GPU.

I think it's not the case here since the mining process doesn't start by itself or any other bash files like temp control and Watchdog,also checked through 'nvidia-smi' and 'screen -r miner' , I have to use "bash /home/m1/1bash" in my SSH terminal to start mining.

I was thinking about that but since it's not as easy for me to obtain new hardware quickly I have to adjust to what I have at the moment. I will probably end up obtaining one 1050ti card just to be safe since I still have one slot free anyway.

Did you have any luck with OC in your set up with 1 normal card and 12 P106-100 ?
full member
Activity: 350
Merit: 100
August 21, 2017, 07:52:29 AM
Hey guys,

Does anyone know how to set up the autostart 1bash , temp control and watchdog bash files when you use SSH ? Is it possible to set up in a way so when I turn my rig on using SSH remote control , the 1bash will autostart and mining goes without me using ' bash /home/m1/1bash ' ?

I've tried to add these processes into the autostart but with no luck, I always have to open 1bash myself through the console.

Thanks for you help.

By the way, since in my set up I do not have any normal cards with video output(only using P106-100 cards) , I had problems with integrated graphics processor , when I installed the fresh OS on the rig without attached monitor to mobo and used SSH(for editing 1bash , etc.) it seemed to me that my usual "NVLM error 15 " or just freezing of the system doesn't come up as often as when I was using a monitor and local controling of the rig. I think this is because now in xorg files there's no mention of my "intel graphics". So everyone who has the same problem try to install the OS this way and remote control through SSH. I'm still to try and work around the overclocking these cards , hopefully fullzero will connect sometime soon and help me with that.

1bash is autostarted by default.
By the way, it's a good idea to buy a gtx1060 or 1050ti as primary GPU.
newbie
Activity: 50
Merit: 0
August 21, 2017, 06:30:30 AM
Hey guys,

Does anyone know how to set up the autostart 1bash , temp control and watchdog bash files when you use SSH ? Is it possible to set up in a way so when I turn my rig on using SSH remote control , the 1bash will autostart and mining goes without me using ' bash /home/m1/1bash ' ?

I've tried to add these processes into the autostart but with no luck, I always have to open 1bash myself through the console.

Thanks for you help.

By the way, since in my set up I do not have any normal cards with video output(only using P106-100 cards) , I had problems with integrated graphics processor , when I installed the fresh OS on the rig without attached monitor to mobo and used SSH(for editing 1bash , etc.) it seemed to me that my usual "NVLM error 15 " or just freezing of the system doesn't come up as often as when I was using a monitor and local controling of the rig. I think this is because now in xorg files there's no mention of my "intel graphics". So everyone who has the same problem try to install the OS this way and remote control through SSH. I'm still to try and work around the overclocking these cards , hopefully fullzero will connect sometime soon and help me with that.
Jump to: