Pages:
Author

Topic: [OS] nvOC easy-to-use Linux Nvidia Mining - page 33. (Read 418416 times)

member
Activity: 224
Merit: 13

So, if you want to mine with it, there is no compatibility with nvOC 19-2.0 Community Edition. There is no compiling necessary (nore possible for that matter since he doesn't provide source).


Source code are available and so, miner can be compile.

Where did you find that? All that I could find is a *.tar.gz file that only contained Readme.md.
jr. member
Activity: 128
Merit: 1
Meanwhile you can try by yourself to integrate into nvOC 2.1 dev tree miners subrepo on github, take a look at README and other existing open-source miners already added to understand what's needed. Then if you are good to go open a PR with it.

https://github.com/papampi/nvOC_miners/tree/19-2.1
full member
Activity: 406
Merit: 100

So, if you want to mine with it, there is no compatibility with nvOC 19-2.0 Community Edition. There is no compiling necessary (nore possible for that matter since he doesn't provide source).


Source code are available and so, miner can be compile.
jr. member
Activity: 128
Merit: 1
Guys, if you know any alternative way to automatically start a bash script in a terminal window on boot which is not gnome-dependent, please, take a look here:

https://github.com/papampi/nvOC_by_fullzero_Community_Release/issues/41

Thank you in advance!
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
I am sure this has been asked before, can i update claymore manually ?  

sure you can, just copy the ethdcrminer64 version you want and make executale
Code:
/home/m1/eth/claymore/latest/
chmod a+x /home/m1/eth/claymore/latest/ethdcrminer64
newbie
Activity: 96
Merit: 0
I am sure this has been asked before, can i update claymore manually ? 
newbie
Activity: 32
Merit: 0
Are there any plans to add in the Funokoshi equihash miner?

I just tried it quickly by grabbing the v2.3 of funakoshiMiner (executable) from here:

https://github.com/funakoshi2718/funakoshi-miner/releases

After I chmod'ed the file to make it executable, I was able to give it a quick test on my 3 GPU Test rig by starting it up with this command line:

./funakoshiMiner -cd 0 1 2 -l zec.suprnova.cc:2242 -u .Miner1

So, if you want to mine with it, there is no compatibility with nvOC 19-2.0 Community Edition. There is no compiling necessary (nore possible for that matter since he doesn't provide source).




Thanks for the response!  I was wondering if there were any plans to add it into the script files so that it would auto launch on boot like EWBF and DSTM do.
member
Activity: 224
Merit: 13
Are there any plans to add in the Funokoshi equihash miner?

I just tried it quickly by grabbing the v2.3 of funakoshiMiner (executable) from here:

https://github.com/funakoshi2718/funakoshi-miner/releases

After I chmod'ed the file to make it executable, I was able to give it a quick test on my 3 GPU Test rig by starting it up with this command line:

./funakoshiMiner -cd 0 1 2 -l zec.suprnova.cc:2242 -u .Miner1

So, if you want to mine with it, there is no compatibility with nvOC 19-2.0 Community Edition. There is no compiling necessary (nore possible for that matter since he doesn't provide source).


newbie
Activity: 32
Merit: 0
Are there any plans to add in the Funokoshi equihash miner?
newbie
Activity: 2
Merit: 0
new TO UNIX & MINING tried both there and restored xorg still have same error please HELP

01:00.0 VGA compatible controller: NVIDIA Corporation Device 1c81 (rev a1)
03:00.0 VGA compatible controller: NVIDIA Corporation Device 1c81 (rev a1)
04:00.0 VGA compatible controller: NVIDIA Corporation Device 1c81 (rev a1)
05:00.0 VGA compatible controller: NVIDIA Corporation Device 1c81 (rev a1)
07:00.0 VGA compatible controller: NVIDIA Corporation Device 1c02 (rev a1)


/home/m1/3main: line 196: nvidia-smi: command not found


ERROR: Unable to load info from any available system



ERROR: Unable to load info from any available system

sudo: nvidia-smi: command not found

LAUNCHING:  MINER TEMPCONTROL

process in screen temp, guake terminal Tab (f12), ~/nvOC temp-log

/home/m1/3main: line 952: [: 0: unary operator expected
Auto Start Miner Set to YES



Hi there.

you and the team are such a champ!

thank you so much for this and 'll be sure to donate to you.

I keep getting this error on xorg.

Xorg problem detected.

Restoring Xorg.

Rebooting.


and its on loop.


why?

Need your kind help please.


Both your xorg.conf and its backup are corrupted, 3main tries to restore from backup but it fails too.
As soon as your rig started close gnome-terminal, then open guake with f12.

Run the suggested code and reboot see if it fix it or not.
Code:
sudo nvidia-xconfig -a --cool-bits=28 --allow-empty-initial-configuration

You can also restore default xorg.conf and xorg.conf.back by this code:

Code:
cd /home/m1/Downloads
wget -N https://raw.githubusercontent.com/papampi/nvOC_by_fullzero_Community_Release/19-2.1/restore_xorg.sh
bash /home/m1/Downloads/restore_xorg.sh

You can always find the default xorg.conf Here
newbie
Activity: 7
Merit: 0
I am trying to mine Ravencoin, but I can't get it to work. This is what I added.

0miner:
Code:
  if [ $COIN == "RVN" ]
  then
    HCD='/home/m1/MSFTccminer/ccminer'
    ADDR="$RVN_ADDRESS.$RVN_WORKER"
    screen -dmSL miner $HCD -a x16r -o stratum+tcp://$RVN_POOL:$RVN_PORT -u $ADDR -p $MINER_PWD -i $RVN_INTENSITY
  fi

1bash:
Code:
RVN_WORKER="workername"
RVN_ADDRESS="Accountname"
RVN_POOL="rvn.suprnova.cc"
RVN_PORT="6667"
RVN_INTENSITY="21"

Remember to change your coin to RVN in 1bash -

This works on mine - switched a frame from ETH to RVN - compiled suprminer following papa's instructions for adding a new coin in 19.2-1

1bash
Code:
# RVN  ## No Need to add stratum+tcp:// to server address
RVN_WORKER="Rig$WORKERNAME"
RVN_ADDRESS="xxx"
RVN_POOL="rvn.suprnova.cc"
RVN_PORT="6667"
RVN_INTENSITY="0"

0miner

Code:
if [ $COIN == "RVN" ]
then
  HCD='/home/m1/suprminer/ccminer_miner'
  ADDR="$RVN_ADDRESS.$RVN_WORKER"
  echo "screen -dmSL miner $HCD -a x16r -o stratum+tcp://$RVN_POOL:$RVN_PORT -u $ADDR -p $MINER_PWD -i $RVN_INTENSITY"
  screen -dmSL miner $HCD -a x16r -o stratum+tcp://$RVN_POOL:$RVN_PORT -u $ADDR -p $MINER_PWD -i $RVN_INTENSITY
fi
member
Activity: 224
Merit: 13
Is there some sort of procedure to to get the watt, memory, clock numbers or just trial and error ?

 My machines restart after 100 hours or once a week after 50hrs... kinda hard to do trial and error

You can check within nvidia-settings or

Code:
./nvOC gpuinfo



i know that but how does one know to set the right settings ? is there some math involved ...

It is definitely trial and error and it varies per GPU MFR/Model and per algo. What are you mining, and what are your current settings (PL, Mem OC, GPU OC for each GPU Model)? With that information, we can probably give you some guidance.

EDIT: I now see that you have quite a mix of GPUs on that box (1080 Ti, 1080, 1070 and 1060). For best stability, I have found that rigs only contain one model of GPU tend to be way more stable. Getting that mix of GPUs to be stable is going to be quite difficult.

 yeah im building another machine try to organize them.  Do your rigs restart the miner 100 hours plus, or do they work flawlessly ?

this picture shows all the PL, Mem OLC, GPU OC
https://preview.ibb.co/e8BWp7/gpuinfo.jpg


right now i mine ethereum but one i separate the 1080's ill mine zcash  

It depends upon the algo actually. On equihash, my rigs have miner uptimes of many days, a couple of weeks even. However, there is a also a heat factor. I found that they were more stable during the winter months when I actually used them to largely heat my house by dispersing them to a few different locations. If you have a stable pool and the right settings this is possible. Also, it takes time to determine what the right settings are. I typically tolerate a miner restart every 40 hours or so worst case.

The first thing to do is get your power levels set appropriately. I like to run mine fairly efficiently so I use 180 watts for my EVGA 1080 Ti's and 115 watts for my EVGA 1070 SC/SC2's. I also have one MSI and one Gigabyte 1080 Ti and those suckers love power so I have to run them at 225 and 200 watts respectively. Once you get your PL's set, then you can worry about your clocks. While I only mined it for a few days, for ETH, I was using Core OC of -100 and Memory +1100 on my 1080 Tis. For equihash with EWBF miner, I use the same PL and change the Core OC to 125.

Hope this helps.

EDIT: One other thing to track to is why your miner is being restarted. If you are using the Community Release 19-2.0, see the logs in ~/nvoc_logs. watchdog-screenlog.0 will tell you what the watchdog did and why and if you want more detail, see the miner log which is screenlog.0.
full member
Activity: 406
Merit: 100
Hi,

Is it possible to have approximatively the same behavior than NiceHash on Windows, by choosing coins we want and having a profit switching with NiceHash?

edit: Yes, I saw the SALFTER_NICEHASH_PROFIT_SWITCHING coin, but I don't understand how it works because there is no setting.

Your settings are nicehash settings in 1bash

and this script mine to nicehash servers with using nicehash-ALGO they publish on their site or API, i don't know where it take his data with this switch.i never read it.

You can use WTM switcher to do the same but from WTM website comparison against ETH.

Ok, great. Thanks for this information.
I try it but screen -t miner does nothing. Where can I see actual mined coin and rentability?

edit: on the Telegram message, I see a fantastic 0.6USD/day as profit Smiley NiceHash on Windows give my 3.5USD and nvOC with ETH mining too.
newbie
Activity: 96
Merit: 0
Is there some sort of procedure to to get the watt, memory, clock numbers or just trial and error ?

 My machines restart after 100 hours or once a week after 50hrs... kinda hard to do trial and error

You can check within nvidia-settings or

Code:
./nvOC gpuinfo
https://preview.ibb.co/e8BWp7/gpuinfo.jpg


i know that but how does one know to set the right settings ? is there some math involved ...

It is definitely trial and error and it varies per GPU MFR/Model and per algo. What are you mining, and what are your current settings (PL, Mem OC, GPU OC for each GPU Model)? With that information, we can probably give you some guidance.

EDIT: I now see that you have quite a mix of GPUs on that box (1080 Ti, 1080, 1070 and 1060). For best stability, I have found that rigs only contain one model of GPU tend to be way more stable. Getting that mix of GPUs to be stable is going to be quite difficult.

 yeah im building another machine try to organize them.  Do your rigs restart the miner 100 hours plus, or do they work flawlessly ?

this picture shows all the PL, Mem OLC, GPU OC
https://preview.ibb.co/e8BWp7/gpuinfo.jpg


right now i mine ethereum but one i separate the 1080's ill mine zcash  
full member
Activity: 340
Merit: 103
It is easier to break an atom than partialities AE
Hi,

Is it possible to have approximatively the same behavior than NiceHash on Windows, by choosing coins we want and having a profit switching with NiceHash?

edit: Yes, I saw the SALFTER_NICEHASH_PROFIT_SWITCHING coin, but I don't understand how it works because there is no setting.

Your settings are nicehash settings in 1bash

and this script mine to nicehash servers with using nicehash-ALGO they publish on their site or API, i don't know where it take his data with this switch.i never read it.

You can use WTM switcher to do the same but from WTM website comparison against ETH.
full member
Activity: 406
Merit: 100
Hi,

Is it possible to have approximatively the same behavior than NiceHash on Windows, by choosing coins we want and having a profit switching with NiceHash?

edit: Yes, I saw the SALFTER_NICEHASH_PROFIT_SWITCHING coin, but I don't understand how it works because there is no setting.
fk1
full member
Activity: 216
Merit: 100
Hi all, right now I mine with nvOC and WTM profit switcher. I just switch between a handful of miningpoolhub supported coins atm and i want to change that. I thought about using MPHs multialgo switch if a WTM coin is not supported

i. E. Atm it is goByte (neoscrypt). I wondered if I switch to algo on MPH now, will it be as profitable as mining goByte? I need autoexchange feature as I don't want to sell manually every time to catch profits.

I also thought about zpool but heared they somehow cut a 20% profits so I stay away atm.

I advise to you not to mine this coin. It's hard to mine and the price continue to drop down since begin of january.
If you want to mine neoscrypts coins, i advise you FTC or TZC. Innova, CRC, GBX, VIVO are shitcoin or emptycoin that are some copy of the same coin whose name I have forgotten...
FTC and TZC are more actives (mostly FTC). and they are profitable from long time.
thanks for advise but can anybody say something to my initial question?
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
every time i load my rig it says xorg not found restarting in 5....4....3...2...1... then will continuously loop this restart procedure until i close the terminal and re open it. it did it on nvoc 19 so I imaged with the newest nvoc 19.4 today and still the same thing.

any help would be great
thanks

Is the IGP, integrated GPU disabled in bios ?
Latest stable nvOC is 19-2.0 :

nvOC 19-2.0 Shrinked Image

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

Update and recompile miners:
Code:
cd /home/m1/Downloads
wget -N https://raw.githubusercontent.com/papampi/nvOC_miners/master/nvOC_miner_update.sh
bash /home/m1/Downloads/nvOC_miner_update.sh

If its not solved :

Code:
cd /home/m1/Downloads
wget -N https://raw.githubusercontent.com/papampi/nvOC_by_fullzero_Community_Release/19-2.1/restore_xorg.sh
sudo bash /home/m1/Downloads/restore_xorg.sh
full member
Activity: 340
Merit: 103
It is easier to break an atom than partialities AE
Is there some sort of procedure to to get the watt, memory, clock numbers or just trial and error ?

 My machines restart after 100 hours or once a week after 50hrs... kinda hard to do trial and error

You can check within nvidia-settings or

Code:
./nvOC gpuinfo



i know that but how does one know to set the right settings ? is there some math involved ...

It is definitely trial and error and it varies per GPU MFR/Model and per algo. What are you mining, and what are your current settings (PL, Mem OC, GPU OC for each GPU Model)? With that information, we can probably give you some guidance.

EDIT: I now see that you have quite a mix of GPUs on that box (1080 Ti, 1080, 1070 and 1060). For best stability, I have found that rigs only contain one model of GPU tend to be way more stable. Getting that mix of GPUs to be stable is going to be quite difficult.

True.

But even with same models you can have some stability problem because mémory used are not the same on ll of them.
I note that on my 5x 1060. I have 2 cards can climb to 23 MH.s and 3 cards that have some heavy difficukty to hash at 19.5 MH.s...
member
Activity: 224
Merit: 13
Is there some sort of procedure to to get the watt, memory, clock numbers or just trial and error ?

 My machines restart after 100 hours or once a week after 50hrs... kinda hard to do trial and error

You can check within nvidia-settings or

Code:
./nvOC gpuinfo



i know that but how does one know to set the right settings ? is there some math involved ...

It is definitely trial and error and it varies per GPU MFR/Model and per algo. What are you mining, and what are your current settings (PL, Mem OC, GPU OC for each GPU Model)? With that information, we can probably give you some guidance.

EDIT: I now see that you have quite a mix of GPUs on that box (1080 Ti, 1080, 1070 and 1060). For best stability, I have found that rigs only contain one model of GPU tend to be way more stable. Getting that mix of GPUs to be stable is going to be quite difficult.
Pages:
Jump to: