Bitcoin Forum
May 26, 2024, 12:50:34 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] rxOC easy-to-use Linux AMD Mining v0012 on: July 24, 2017, 11:03:07 PM
fullzero, thank you for your NvOc and RxOc. Can you please update the RxOc? I want to change SimpleMining to something better, flexible configuration, but RxOc is didn't updated so long time and I don't know if you stop working on this.

I am planning on updating rxOC with a new version this week.  First I am updating the 1bash for nvOC with all the requested coin changes / then I will update and release a new rxOC version.   Smiley

Doing it this way is faster in the long run.

Any news about updating of RxOc?
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0018 on: July 22, 2017, 10:04:05 PM
If you are using the Maxximus007_AUTO_TEMPERATURE_CONTROL  ensure you are also changing the individual powerlimits for each GPU:
Code:
INDIVIDUAL_POWERLIMIT_0=75

INDIVIDUAL_POWERLIMIT_1=75

INDIVIDUAL_POWERLIMIT_2=75

for a 1080ti I recommend using between a 200 and 225 powerlimit.

If you have already done this:

It is also possible there are some bad sectors on your USB key and they are causing problems.  I have had 5x USB keys go bad so far; although I do reimage a lot with test rigs.

It might be a good idea to try using another USB key or SSD.

fullzero, sorry, problem was in riser. Thank you for NvOc.
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0018 - There is no screen to be r on: July 22, 2017, 03:54:17 PM
I am seeing a new error i have not seen before.
There is no screen to be resumed matching miner.
In the terminal window right before the miner of choice starts.  And the mining still does seem to start in the background.

Yes, same problem.
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0018 on: July 22, 2017, 05:09:22 AM
I would change

Code:
ZEC_PORT="3337"

to

Code:
ZEC_PORT="3333"

But your ZEC config looks like it should work with DwarfPool.

It is also worth trying removing the workername:
Code:
ZEC_WORKER="nv$IP_AS_WORKER"

to
Code:
ZEC_WORKER=""


With:

Also I have the error "Utilization is too low: restart 1bash" and multiple "Maxximus007_AUTO_TEMPERATURE_CONTROL" tabs. What it's mean? Maybe this is a reason of problem?

Due to some changes I made in the last 1bash; currently when in LOCAL mode: each restart of 1bash will kill the existing Maxximus007_AUTO_TEMPERATURE_CONTROL process, but not kill the tab containing it; then a new Maxximus007_AUTO_TEMPERATURE_CONTROL tab will be created with a new process inside.

The problem is likely that you are not connecting to the pool for some reason; when this happens the watchdog will detect low utilization and restart 1bash.  

You can see if you can reach the pool by opening a new guake tab and entering the following cmd:

Code:
ping zec-ru1.dwarfpool.com

I would try to use a different pool and see if you can connect.  For now while troubleshooting; I would set :

Code:
IAmNotAJeep_and_Maxximus007_WATCHDOG="NO"


fullzero, thank you for your reply. I'm sure that is no problem with connection to the pool, also ping is ok. I think it's a some problem with powerlimit, because when I disabled watchdog and trying to change some parameters, include powerlimit, my hashrate is growing to 200 Sol/s, also when I changed some parameters I seen my hashrate grow to 400 Sol/s, but I don't remember parameters what I changed. So at this moment I have hashrate 200 Sol/s with powerlimit 200, when I trying to change it to 250 I have lower hashrate. Cc 150, mc 900 as you wrote in the first message here. Also console showed power consumption lower than I set powerlimit. Any idea?
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0018 on: July 21, 2017, 11:15:03 PM
What is

Code:
COIN="ZEC"

set to?

Also

What kind of USB key or SSD are you using?


Depending on if you have:

Code:
COIN="X"

where X is one of the following:

 DMD  GRS  ZPOOL_LYRA2V2  ZPOOL_BLAKE2S
 ZEC   ZCOIN  HUSH   ZEN  ZCL  
 NICE_ETHASH  ETH    MUSIC  ETC  EXP  DCR  PASC
 MONA  VTC    DGB    SIA  FTC  LBC  
 DUAL_ETC_DCR    DUAL_ETC_PASC    DUAL_ETC_LBC    DUAL_ETC_SC
 DUAL_EXP_DCR    DUAL_EXP_PASC    DUAL_EXP_LBC    DUAL_EXP_SC
 DUAL_ETH_DCR    DUAL_ETH_PASC    DUAL_ETH_LBC    DUAL_ETH_SC
 DUAL_MUSIC_DCR  DUAL_MUSIC_PASC  DUAL_MUSIC_LBC  DUAL_MUSIC_SC


If you do; then

I would try re imaging / adding updated 1bash and files.


Also I have the error "Utilization is too low: restart 1bash" and multiple "Maxximus007_AUTO_TEMPERATURE_CONTROL" tabs. What it's mean? Maybe this is a reason of problem?

Code:
ZEC_WORKER="nv$IP_AS_WORKER"
ZEC_ADDRESS="t1fs7FDSwQPayfp9B95NNw5LKLdqnfuTEcF"
ZEC_POOL="zec-ru1.dwarfpool.com"
ZEC_PORT="3337"

EWBF_VERSION="3_4"  # choose 3_3  or  3_4

I'm trying to change COIN="ZEC" to COIN="ZCL", but I still have 0-50 Sol/s.

I'm using Intenso Ultra Line USB3.0 32GB.

I trying to add 1bash and files again, but result is same.
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0018 on: July 21, 2017, 10:26:44 PM
fullzero, I'm just installed NvOc and I have a problem. For testing I installed 1 videocard 1080 Ti with Asus Prime Z270-A and connected monitor locally.
Every my attempt I have a error "Utilization is too low: reviving did not work so restarting system in 10 seconds", also EWBF showed 5-59 Sol/s on ZEC and crashed after some time. Also user interface is very slow and lagging. In settings I can select only 1 resolution 2560x1440.
I'm use 018v with updated 1bash.
Maybe you have idea how can I fix it?


What imaging program did you use?

HDDRawCopy
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0018 on: July 21, 2017, 10:10:54 PM
fullzero, I just installed NvOc and I have a problem. For testing I installed 1 videocard 1080 Ti with Asus Prime Z270-A and connected monitor locally.
Every my attempt I have a error "Utilization is too low: reviving did not work so restarting system in 10 seconds", also EWBF showed 5-59 Sol/s on ZEC. Also user interface is very slow and lagging. In settings I can select only 1 resolution 2560x1440.
I'm use 018v with updated 1bash.
Maybe you have idea how can I fix it?
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0018 on: July 21, 2017, 12:14:43 AM
fullzero, can I mine Pascal Lite via NvOc? And can I mine it solo, without pool?
9  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] rxOC easy-to-use Linux AMD Mining v0012 on: July 17, 2017, 12:14:11 PM
fullzero, thank you for your NvOc and RxOc. Can you please update the RxOc? I want to change SimpleMining to something better, flexible configuration, but RxOc is didn't updated so long time and I don't know if you stop working on this.

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!