Bitcoin Forum
July 11, 2024, 07:14:42 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 ... 417 »
  Print  
Author Topic: [OS] nvOC easy-to-use Linux Nvidia Mining  (Read 417965 times)
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
February 05, 2018, 05:46:05 AM
 #7201

Is there a script for a “rig offline” telegram notification that I’m missing? The telegram messages are awesome, but would be good to know if it powers down and stay down.

If system is going to be rebooted you will get notified from script that send the reboot command (watchdog or temp control), but if your rig freeze there is nothing to do.
You can set up an external watchdog like an RPi to check your rigs ping and ssh port and send you message if they were unreachable.

LuKePicci
Jr. Member
*
Offline Offline

Activity: 128
Merit: 1


View Profile
February 05, 2018, 09:51:18 AM
 #7202

Hi again, I have some news to share with you.

First of all, ethminer is finally adding an amazing "exit on cuda error" feature, I bet somebody here will love this.

Second, my extensive ethash miners testing revealed something strange with newer versions of all major miners, so I asket ethminer devs to give me some kind of changelog for the new stable release, and they did it.
Code:
ethminer 0.13.0 
 chfast released this 13 days ago

Move stale detection to the source, eliminate solution reporting inefficiencies.
Minor cosmetic console output changes.
CUDA: Much faster job switch time. Higher stable hash rate.
CUDA: Refactored host software. Efficiency and simplification.
OCL: Added support for experimental kernel. Performs better on some cards.
Dropped support for CUDA 8.0
Blank API server fields correctly populated.
Compiler and linker build options optimized.

So I have to ask here, does the update script also update CUDA to version 9? If no how can I safely do that?

Last thing, I agreed with the ethminer devs it would be nice to have OC settings reported near the miner crash report, they said it wouldn't be so easy to do so I would ask here if it would be possible to include the output of "nvOC gpuinfo" near the error log snapshot.
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
February 05, 2018, 10:23:16 AM
 #7203

Hi again, I have some news to share with you.

First of all, ethminer is finally adding an amazing "exit on cuda error" feature, I bet somebody here will love this.

Second, my extensive ethash miners testing revealed something strange with newer versions of all major miners, so I asket ethminer devs to give me some kind of changelog for the new stable release, and they did it.
Code:
ethminer 0.13.0 
 chfast released this 13 days ago

Move stale detection to the source, eliminate solution reporting inefficiencies.
Minor cosmetic console output changes.
CUDA: Much faster job switch time. Higher stable hash rate.
CUDA: Refactored host software. Efficiency and simplification.
OCL: Added support for experimental kernel. Performs better on some cards.
Dropped support for CUDA 8.0
Blank API server fields correctly populated.
Compiler and linker build options optimized.

So I have to ask here, does the update script also update CUDA to version 9? If no how can I safely do that?

Last thing, I agreed with the ethminer devs it would be nice to have OC settings reported near the miner crash report, they said it wouldn't be so easy to do so I would ask here if it would be possible to include the output of "nvOC gpuinfo" near the error log snapshot.


Update script wont install cuda 9 because so many miners still don't have cuda 9 support and it will break them. You can use Nvidia Documentation on how to install Cuda 9.

I installed cuda 9 on a test rig and many miners start giving all kinds of errors, but I'm mining with ethminer 0.13.0 on my rigs with cuda 8 with no problems.

I have no idea how come some miners work and some doesn't with different cuda versions.
It would be nice if someone explain it to us

WaveFront
Member
**
Offline Offline

Activity: 126
Merit: 10


View Profile
February 05, 2018, 11:45:45 AM
 #7204

Hello,
What exactly is the difference in running "nvOC-19-2-update" and "./nvOC patch"?
Cheers
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
February 05, 2018, 03:56:54 PM
 #7205

Hello,
What exactly is the difference in running "nvOC-19-2-update" and "./nvOC patch"?
Cheers

nvOC-19-2-update script, updates the nvOC miners, scripts and other mining related softwares.
./nvOC patch, stops all nvOC and mining processes and updates/upgrade ubuntu softwares so that no package gets broken.

WaveFront
Member
**
Offline Offline

Activity: 126
Merit: 10


View Profile
February 05, 2018, 04:01:50 PM
 #7206

Hello,
What exactly is the difference in running "nvOC-19-2-update" and "./nvOC patch"?
Cheers

nvOC-19-2-update script, updates the nvOC miners, scripts and other mining related softwares.
./nvOC patch, stops all nvOC and mining processes and updates/upgrade ubuntu softwares so that no package gets broken.
Thanks for the answer.
So both are necessary.
Rig4p
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
February 05, 2018, 07:56:00 PM
 #7207

Having some more issues with the SALFTER_MPH switching setup.
When a Equihash or Ethash algo is determined to be the most profitable all is well.
Occasionally when a different algo is picked the miner crashes and shuts down after a while.
I am almost never watching the terminal at that time but decided to do some testing of the miner start lines in 3main to see if I could find the problem.

First problem I find is I cannot get the skein algo to start properly.
This is what my test command line looks like:
Code:
/home/m1/ASccminer/ccminer -a skein -x stratum+tcp://hub.miningpoolhub.com:12016 -u username.test -p x

And this is the resulting failure:
Code:
*** ccminer alexis-1.0 for nVidia GPUs from alexis78@github ***
*** Built with the nVidia CUDA Toolkit 8.0 (Not recommended prefer 7.5)

*** Based on tpruvot@github ccminer
*** Originally based on Christian Buchner and Christian H. project
*** Include some of the work of djm34, sp, tsiv and klausT.

[2018-02-05 12:39:28] Starting on stratum+tcp://hub.miningpoolhub.com:12016
[2018-02-05 12:39:28] NVML GPU monitoring enabled.
[2018-02-05 12:39:28] 1 miner thread started, using 'skein' algorithm.
[2018-02-05 12:39:28] Stratum authentication failed
[2018-02-05 12:39:28] ...retry after 30 seconds

Every algo in 3main I try this type test with seems to have a Stratum problem.
I have a valid username that I am using successfully with non-switching mining on MPH so I do not believe that is the issue.
I'm still working on it but thought asking for help was also wise.  Smiley
fk1
Full Member
***
Offline Offline

Activity: 216
Merit: 100


View Profile
February 05, 2018, 08:34:25 PM
 #7208

try editing the 1bash config with "sudo nano 1bash"
start mining with bash 2unix
try without stratum+tcp:// prefix
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
February 05, 2018, 09:25:01 PM
 #7209

Having some more issues with the SALFTER_MPH switching setup.
When a Equihash or Ethash algo is determined to be the most profitable all is well.
Occasionally when a different algo is picked the miner crashes and shuts down after a while.
I am almost never watching the terminal at that time but decided to do some testing of the miner start lines in 3main to see if I could find the problem.

First problem I find is I cannot get the skein algo to start properly.
This is what my test command line looks like:
Code:
/home/m1/ASccminer/ccminer -a skein -x stratum+tcp://hub.miningpoolhub.com:12016 -u username.test -p x

And this is the resulting failure:
Code:
*** ccminer alexis-1.0 for nVidia GPUs from alexis78@github ***
*** Built with the nVidia CUDA Toolkit 8.0 (Not recommended prefer 7.5)

*** Based on tpruvot@github ccminer
*** Originally based on Christian Buchner and Christian H. project
*** Include some of the work of djm34, sp, tsiv and klausT.

[2018-02-05 12:39:28] Starting on stratum+tcp://hub.miningpoolhub.com:12016
[2018-02-05 12:39:28] NVML GPU monitoring enabled.
[2018-02-05 12:39:28] 1 miner thread started, using 'skein' algorithm.
[2018-02-05 12:39:28] Stratum authentication failed
[2018-02-05 12:39:28] ...retry after 30 seconds

Every algo in 3main I try this type test with seems to have a Stratum problem.
I have a valid username that I am using successfully with non-switching mining on MPH so I do not believe that is the issue.
I'm still working on it but thought asking for help was also wise.  Smiley


I think your test line should be :

Code:
/home/m1/ASccminer/ccminer -a skein -o stratum+tcp://hub.miningpoolhub.com:17016 -u username.test -p x


-o for server address and 17xxx for port

@fk1: no sudo needed  to edit 1bash

Rig4p
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
February 05, 2018, 09:54:42 PM
 #7210

Having some more issues with the SALFTER_MPH switching setup.
When a Equihash or Ethash algo is determined to be the most profitable all is well.
Occasionally when a different algo is picked the miner crashes and shuts down after a while.
I am almost never watching the terminal at that time but decided to do some testing of the miner start lines in 3main to see if I could find the problem.

First problem I find is I cannot get the skein algo to start properly.
This is what my test command line looks like:
Code:
/home/m1/ASccminer/ccminer -a skein -x stratum+tcp://hub.miningpoolhub.com:12016 -u username.test -p x

And this is the resulting failure:
Code:
*** ccminer alexis-1.0 for nVidia GPUs from alexis78@github ***
*** Built with the nVidia CUDA Toolkit 8.0 (Not recommended prefer 7.5)

*** Based on tpruvot@github ccminer
*** Originally based on Christian Buchner and Christian H. project
*** Include some of the work of djm34, sp, tsiv and klausT.

[2018-02-05 12:39:28] Starting on stratum+tcp://hub.miningpoolhub.com:12016
[2018-02-05 12:39:28] NVML GPU monitoring enabled.
[2018-02-05 12:39:28] 1 miner thread started, using 'skein' algorithm.
[2018-02-05 12:39:28] Stratum authentication failed
[2018-02-05 12:39:28] ...retry after 30 seconds

Every algo in 3main I try this type test with seems to have a Stratum problem.
I have a valid username that I am using successfully with non-switching mining on MPH so I do not believe that is the issue.
I'm still working on it but thought asking for help was also wise.  Smiley


I think your test line should be :

Code:
/home/m1/ASccminer/ccminer -a skein -o stratum+tcp://hub.miningpoolhub.com:17016 -u username.test -p x


-o for server address and 17xxx for port

@fk1: no sudo needed  to edit 1bash

You are correct . That was one of my last attempts that also failed.
So when I test using your line I get:
Code:
*** ccminer alexis-1.0 for nVidia GPUs from alexis78@github ***
*** Built with the nVidia CUDA Toolkit 8.0 (Not recommended prefer 7.5)

*** Based on tpruvot@github ccminer
*** Originally based on Christian Buchner and Christian H. project
*** Include some of the work of djm34, sp, tsiv and klausT.

[2018-02-05 14:52:45] Starting on stratum+tcp://hub.miningpoolhub.com:17016
[2018-02-05 14:52:45] NVML GPU monitoring enabled.
[2018-02-05 14:52:45] 1 miner thread started, using 'skein' algorithm.
Illegal instruction

And at that point the miner fails back to the command line.

LuKePicci
Jr. Member
*
Offline Offline

Activity: 128
Merit: 1


View Profile
February 05, 2018, 10:24:50 PM
 #7211

Hi again, I have some news to share with you.

First of all, ethminer is finally adding an amazing "exit on cuda error" feature, I bet somebody here will love this.

Second, my extensive ethash miners testing revealed something strange with newer versions of all major miners, so I asket ethminer devs to give me some kind of changelog for the new stable release, and they did it.
Code:
ethminer 0.13.0 
 chfast released this 13 days ago

Move stale detection to the source, eliminate solution reporting inefficiencies.
Minor cosmetic console output changes.
CUDA: Much faster job switch time. Higher stable hash rate.
CUDA: Refactored host software. Efficiency and simplification.
OCL: Added support for experimental kernel. Performs better on some cards.
Dropped support for CUDA 8.0
Blank API server fields correctly populated.
Compiler and linker build options optimized.

So I have to ask here, does the update script also update CUDA to version 9? If no how can I safely do that?

Last thing, I agreed with the ethminer devs it would be nice to have OC settings reported near the miner crash report, they said it wouldn't be so easy to do so I would ask here if it would be possible to include the output of "nvOC gpuinfo" near the error log snapshot.


Update script wont install cuda 9 because so many miners still don't have cuda 9 support and it will break them. You can use Nvidia Documentation on how to install Cuda 9.

I installed cuda 9 on a test rig and many miners start giving all kinds of errors, but I'm mining with ethminer 0.13.0 on my rigs with cuda 8 with no problems.

I have no idea how come some miners work and some doesn't with different cuda versions.
It would be nice if someone explain it to us

Sounds reasonable. Actually I started getting frequent cuda errors as soon as I updated to 0.13.0, I removed any OC and the error frequency drastically reduced but I was still getting errors too often (1,2 times per hour) with both latest claymore and latest ethminer. Meanwhile I noticed the reported OC'd hashrates from the ethminer log increased a little from an average of 179.5 MH/s to something around 182 but apart from the crashes my effective average hashrate reported by ethermine (the pool) with both ethminer and claymore (latest stable version of both) dropped from ~175 to 145 after a full-day test. The situation recovered as soon as I switched back to 0.12.0. I'm running 6x1070 and the currently installed nvidia driver version is 387.34

Have you noticed any improvements to the effective share rate after updating your miner? Which gpus/driver are you using?

After some minutes spent in the dev channel of ethminer I saw thare should exist a "kern.log" file from which we should be able to understand, also in case of OC-related crashes, which gpu actually crashed. I'm looking for it because every time I got a crash there were -I think always- CUDA errors reported in the console for all gpu's. Is it normal?
CryptAtomeTrader44
Full Member
***
Offline Offline

Activity: 340
Merit: 103

It is easier to break an atom than partialities AE


View Profile
February 05, 2018, 11:52:19 PM
 #7212

Having some more issues with the SALFTER_MPH switching setup.
When a Equihash or Ethash algo is determined to be the most profitable all is well.
Occasionally when a different algo is picked the miner crashes and shuts down after a while.
I am almost never watching the terminal at that time but decided to do some testing of the miner start lines in 3main to see if I could find the problem.

First problem I find is I cannot get the skein algo to start properly.
This is what my test command line looks like:
Code:
/home/m1/ASccminer/ccminer -a skein -x stratum+tcp://hub.miningpoolhub.com:12016 -u username.test -p x

And this is the resulting failure:
Code:
*** ccminer alexis-1.0 for nVidia GPUs from alexis78@github ***
*** Built with the nVidia CUDA Toolkit 8.0 (Not recommended prefer 7.5)

*** Based on tpruvot@github ccminer
*** Originally based on Christian Buchner and Christian H. project
*** Include some of the work of djm34, sp, tsiv and klausT.

[2018-02-05 12:39:28] Starting on stratum+tcp://hub.miningpoolhub.com:12016
[2018-02-05 12:39:28] NVML GPU monitoring enabled.
[2018-02-05 12:39:28] 1 miner thread started, using 'skein' algorithm.
[2018-02-05 12:39:28] Stratum authentication failed
[2018-02-05 12:39:28] ...retry after 30 seconds

Every algo in 3main I try this type test with seems to have a Stratum problem.
I have a valid username that I am using successfully with non-switching mining on MPH so I do not believe that is the issue.
I'm still working on it but thought asking for help was also wise.  Smiley


I think your test line should be :

Code:
/home/m1/ASccminer/ccminer -a skein -o stratum+tcp://hub.miningpoolhub.com:17016 -u username.test -p x


-o for server address and 17xxx for port

@fk1: no sudo needed  to edit 1bash

You are correct . That was one of my last attempts that also failed.
So when I test using your line I get:
Code:
*** ccminer alexis-1.0 for nVidia GPUs from alexis78@github ***
*** Built with the nVidia CUDA Toolkit 8.0 (Not recommended prefer 7.5)

*** Based on tpruvot@github ccminer
*** Originally based on Christian Buchner and Christian H. project
*** Include some of the work of djm34, sp, tsiv and klausT.

[2018-02-05 14:52:45] Starting on stratum+tcp://hub.miningpoolhub.com:17016
[2018-02-05 14:52:45] NVML GPU monitoring enabled.
[2018-02-05 14:52:45] 1 miner thread started, using 'skein' algorithm.
Illegal instruction

And at that point the miner fails back to the command line.


TRy /home/m1/TPccminer/ccminer fior minning skein algo.

When i search "skein" in 0miner script, i found these lines for DGB :

Code:
if [ $COIN == "DGB" ]
then
HCD='/home/m1/TPccminer/ccminer'
ADDR="$DGB_ADDRESS"
screen -dmSL miner $HCD -a skein -o stratum+tcp://$DGB_POOL:$DGB_PORT -u $ADDR -p $MINER_PWD -i $DGB_INTENSITY
fi

and theses lines for ZPOOL_SKEIN

Code:
if [ $COIN == "ZPOOL_SKEIN" ]
then
HCD='/home/m1/ASccminer/ccminer'
screen -dmSL miner $HCD -a skein -o stratum+tcp://$ZPOOL_SKEIN_POOL:$ZPOOL_SKEIN_PORT -u $BTC_ADDRESS -p $MINER_PWD -i $ZPOOL_SKEIN_INTENSITY
fi

You can Also try all minning softwares and tell us which is the best for minning skein and for sure submit modifications for minning skein Algo.

Or simply try lower OC settings for mémory first and for CPU at last. be carefull with power too
Rig4p
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
February 06, 2018, 12:28:31 AM
 #7213

Thanks for the tips. Unfortunately I get the same "Illegal instruction" error using TPccminer, ASccminer and KTccminer.
I'm sure it must be something in my command structure but I'm getting old and slow!  Smiley
hashmasta83
Newbie
*
Offline Offline

Activity: 28
Merit: 1


View Profile
February 06, 2018, 01:40:30 AM
 #7214


Another thing: I wanted to know what happened to this story of a guy who had posted and which he proposed to share the source of his code with us although he develloped for him initially.

Leenoox had asked him to share his code with graphics and statistics but I do not know if he did something ...

No idea, he just posted some screen shots.
The thing is writing a code for yourself and for everyone's use has many differences.

When you write for yourself there are bugs and limitations that you know them and you may or may not put time to fix them.
But when you publish a free code for public usage, some people think just because you share your code, they paid you for it and they let themselves tell you whatever they like.
Thats why so many people don't like to post their codes and just use it privately instead of posting it for public usage.

Sometimes I think that's the reason fullzero left his own project and maybe we should do the same too.
Just write for ourselves and use as it suits us ...

Honestly papampi and the developers if you ever feel like this, I (and probably many) would have no problem with you guys setting up a permanent 1% fee for using your OS.  Its only fair, as it takes a lot of your time and effort to develop, de-bug, and answer everyone's questions.  It's something you don't have to do but you do anyway.  I for one appreciate your efforts.
Rig4p
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
February 06, 2018, 03:30:03 AM
 #7215

Likewise. I am not sure where people get off downing all the "free" work you guys are doing because your time is valuable.
I see pay-SW blogs on bitcointalk.org that are much less responsive than what the unofficial support crew is here.
I will say again that I greatly appreciate the effort and time spent.
Thanks!
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
February 06, 2018, 06:43:58 AM
 #7216

Thanks for the tips. Unfortunately I get the same "Illegal instruction" error using TPccminer, ASccminer and KTccminer.
I'm sure it must be something in my command structure but I'm getting old and slow!  Smiley


Try to recompile them on your own rig, see how it goes ...

Have a look Here


P.S: Illegal instruction can be high intensity too, try with a lower like -i 14

car1999
Full Member
***
Offline Offline

Activity: 350
Merit: 100


View Profile
February 06, 2018, 08:23:08 AM
 #7217

Hi again, I have some news to share with you.

First of all, ethminer is finally adding an amazing "exit on cuda error" feature, I bet somebody here will love this.

Second, my extensive ethash miners testing revealed something strange with newer versions of all major miners, so I asket ethminer devs to give me some kind of changelog for the new stable release, and they did it.
Code:
ethminer 0.13.0 
 chfast released this 13 days ago

Move stale detection to the source, eliminate solution reporting inefficiencies.
Minor cosmetic console output changes.
CUDA: Much faster job switch time. Higher stable hash rate.
CUDA: Refactored host software. Efficiency and simplification.
OCL: Added support for experimental kernel. Performs better on some cards.
Dropped support for CUDA 8.0
Blank API server fields correctly populated.
Compiler and linker build options optimized.

So I have to ask here, does the update script also update CUDA to version 9? If no how can I safely do that?

Last thing, I agreed with the ethminer devs it would be nice to have OC settings reported near the miner crash report, they said it wouldn't be so easy to do so I would ask here if it would be possible to include the output of "nvOC gpuinfo" near the error log snapshot.


Update script wont install cuda 9 because so many miners still don't have cuda 9 support and it will break them. You can use Nvidia Documentation on how to install Cuda 9.

I installed cuda 9 on a test rig and many miners start giving all kinds of errors, but I'm mining with ethminer 0.13.0 on my rigs with cuda 8 with no problems.

I have no idea how come some miners work and some doesn't with different cuda versions.
It would be nice if someone explain it to us
I've installed cuda9 in my rigs.It works well.
use cuda9:
sudo ln -s -T -f /usr/local/cuda-9.0 /usr/local/cuda
switch to cuda8:
sudo ln -s -T -f /usr/local/cuda-8.0 /usr/local/cuda

LuKePicci
Jr. Member
*
Offline Offline

Activity: 128
Merit: 1


View Profile
February 06, 2018, 09:29:55 AM
 #7218

You did it by repo packages or runfile?
l4ncel0t
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
February 06, 2018, 10:28:32 AM
 #7219

Is there a script for a “rig offline” telegram notification that I’m missing? The telegram messages are awesome, but would be good to know if it powers down and stay down.

If system is going to be rebooted you will get notified from script that send the reboot command (watchdog or temp control), but if your rig freeze there is nothing to do.
You can set up an external watchdog like an RPi to check your rigs ping and ssh port and send you message if they were unreachable.

Hi
About this, does nvOC use the linux kernel watchdog ?
WaveFront
Member
**
Offline Offline

Activity: 126
Merit: 10


View Profile
February 06, 2018, 11:37:47 AM
 #7220

Hello,

Ever since I made the general nvOC upgrade (both using "nvOC-19-2-update" and "./nvOC patch"). I get a pretty annoying bug.
Every time that the miner is switching to XVG, 3main is freezing with the following errors:

Code:
LAUNCHING:  MINER
   
   
    SCREEN -dmSL miner /home/m1/ASccminer/ccminer -a lyra2v2 -o stratum+tcp://xvg-lyra.suprnova.cc:2596 -u WaveFront.orange-deep -p c=XVG -i 21
   
[screen is terminating]
/home/m1/3main: line 1129:   443 Terminated              screen -r miner

In order to add XVG as a coin I edited 0miner and 1bash.
I am running 2.0. now but maybe I could give a try to 2.1.




Here is my configuration
Code:
      Report generator v0019-2.0.002 by leenoox      


[code]
 
Software info:
Report ver    :  v0019-2.0.002
nvOC (1bash)  :  nvOC v0019-2.0 - Community Release
nvOC (3main)  :  nvOC v0019-2.0 - Community Release   
1bash ver     :  v0019-2.0.003
3main ver     :  v0019-2.0.006                   
5watchdog ver :  v0019-2.0.011   
6tempcontrol v:  v0019-2.0.003   
wtm switch ver:  v0019-2.0.0011   
Kernel        :  4.4.0-97-generic
OS            :  Ubuntu 16.04.3 LTS
System        :  (gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.4)
nvidia driver :  387.34
 
Hardware info:
Motherboard   :  ASRock H110 Pro BTC+           
BIOS ver.     :  P1.10 06/20/2017
CPU Model     :  Core(TM) i3-7100T CPU @ 3.40GHz
CPU Cores     :  4 (Cores + Threads)
Mem Total     :         4001032 kB
Mem Free      :          475092 kB
Swap Total    :               0 kB
Swap Free     :               0 kB
Ethernet      :  Intel I219-V (rev 31)

HDD and Partion info:
NAME     SIZE FSTYPE TYPE ROTA HOTPLUG TRAN VENDOR   MODEL             REV MOUNTPOINT
sda    115.7G        disk    1       1 usb  SanDisk  Ultra Fit        1.00
|-sda1     9M vfat   part    1       1                                     /media/m1/12D3-A869
`-sda2  13.7G ext4   part    1       1                                     /

VGA info:
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1c03 (rev a1)
02:00.0 VGA compatible controller: NVIDIA Corporation Device 1c03 (rev a1)
03:00.0 VGA compatible controller: NVIDIA Corporation Device 1c03 (rev a1)
04:00.0 VGA compatible controller: NVIDIA Corporation Device 1c03 (rev a1)
05:00.0 VGA compatible controller: NVIDIA Corporation Device 1c03 (rev a1)
09:00.0 VGA compatible controller: NVIDIA Corporation Device 1c03 (rev a1)
0c:00.0 VGA compatible controller: NVIDIA Corporation Device 1c03 (rev a1)
0d:00.0 VGA compatible controller: NVIDIA Corporation Device 1c03 (rev a1)
0e:00.0 VGA compatible controller: NVIDIA Corporation Device 1c03 (rev a1)
0f:00.0 VGA compatible controller: NVIDIA Corporation Device 1c03 (rev a1)

1bash settings:
1bash version .............: v0019-2.0.003
LOCAL or REMOTE ...........: LOCAL
TEAMVIEWER started ........: YES
SSH daemon started ........: YES
SLOW_USB_KEY_MODE .........: NO
SRR .......................: NO
Watchdog ..................: YES

Temp Control ..............: YES
TARGET_TEMP ...............: 73
__FAN_ADJUST ..............: 5
POWER_ADJUST ..............: 5
ALLOWED_TEMP_DIFF .........: 2
RESTORE_POWER_LIMIT .......: 90
MINIMAL_FAN_SPEED .........: 50

CLEAR_LOGS_ON_BOOT ........: NO
AUTO_UPDATE ...............: STABLE
AUTO_REBOOT ...............: YES
REBOOT_TIMEOUT_IN_MINUTES .: 2880
_Parallax_MODE (upPaste)...: NO

TELEGRAM_MESSAGES .: NO
TELEGRAM_ALERTS .: YES
TELEGRAM_TYPE .............: papampi
TELEGRAM_TIMEOUT_IN_MINUTES: 60
TELEGRAM_CHATID ...........: CHATID_NOT_SHOWN
TELEGRAM_APIKEY ...........: APIKEY_NOT_SHOWN

P106_100_FULL_HEADLESS_MODE: NO
GPUPowerMizerMode_Adjust...: NO
POWERLIMIT (global) .......: YES
POWERLIMIT_WATTS ..........: 80
CORE_OVERCLOCK (global)....: 120
MEMORY_OVERCLOCK (global) .: 100
MANUAL_FAN ................: NO
ALGO_SPECIFIC_OC ..........: YES

GLOBAL_WORKERNAME .........: YES
AUTO_WORKERNAME ...........: CUSTOM
CUSTOM_WORKERNAME .........: orange-deep
plusCPU ...................: NO

ZM_or_EWBF ................: ZM

COIN ......................: XVG
XVG_WORKER ................: orange-deep
XVG_ADDRESS ...............: WaveFron...
XVG_POOL ..................: xvg-lyra.suprnova.cc
XVG_PORT ..................: 2596
XVG_INTENSITY .............: 21


[/code]
Pages: « 1 ... 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 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 ... 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!