Pages:
Author

Topic: miniZ v2.0a Equihash 144,5 125,4 210,9 150,5 192,7 BeamHash3 ProgPoW Ethash CFX - page 19. (Read 59613 times)

member
Activity: 690
Merit: 17
Hi, I am getting Invalid job parameters error when mining Equihash210.  I am using --pers auto and it defaults correctly to AION0PoW and this is on miningrigrentals; gminer is working fine.

Hi platinum4,
 
When adding the pool in "Pool Configuration" tab leave "Pers value (-pers)" blank.

However, for now, you need to add --pers or --par to the command line. Example:
Code:
miniZ.exe [email protected]:3333 --pass WorkerPass --pers AION0PoW

Let us know if this helped.
Thanks for the feedback, this may help other miner too. Smiley
Cheers
sr. member
Activity: 547
Merit: 250
Hi, I am getting Invalid job parameters error when mining Equihash210.  I am using --pers auto and it defaults correctly to AION0PoW and this is on miningrigrentals; gminer is working fine.
member
Activity: 690
Merit: 17
miniZ.exe --par=192,7 --smart-pers --ocX --url *************.*****@asia.equihash-hub.miningpoolhub.com:17029 --pass x --jobtimeout=900 --retries=99 --retrydelay=1 --stat-int 10 --latency --extra --tempunits C --show-pers --fee-time=60 --telemetry 4003 --cuda-devices 0
************ miniZ v1.6w4 ************
Algo:           EQ[192,7] [smart-pers]
Pool#0:         user[*************.*****]
                server[asia.equihash-hub.miningpoolhub.com] port[17029] ssl[no] pers[BgoldPoW]
Telemetry:      [http://localhost:4003]
Optimisation:   ocX[0]
Temp. limit:    [90°C]
miniZ<192,7>[11:0:00:5167]: Selecting GPU#0[0] GeForce GTX 1660 SUPER
[FATAL  ] Cannot load deviceZ code.
[INFO   ] Disconnecting from asia.equihash-hub.miningpoolhub.com
[INFO   ]asia.equihash-hub.miningpoolhub.com Stopping miner


Hi UselessGuru,

miniZ v1.6w4 is only to be used with RTX 30XX.

You'll need to use v1.6w2, for now.

Next version, v1.6x, will support all GPUs. Smiley

Thank you for the feedback.
Cheers

jr. member
Activity: 200
Merit: 3
miniZ.exe --par=192,7 --smart-pers --ocX --url *************.*****@asia.equihash-hub.miningpoolhub.com:17029 --pass x --jobtimeout=900 --retries=99 --retrydelay=1 --stat-int 10 --latency --extra --tempunits C --show-pers --fee-time=60 --telemetry 4003 --cuda-devices 0
************ miniZ v1.6w4 ************
Algo:           EQ[192,7] [smart-pers]
Pool#0:         user[*************.*****]
                server[asia.equihash-hub.miningpoolhub.com] port[17029] ssl[no] pers[BgoldPoW]
Telemetry:      [http://localhost:4003]
Optimisation:   ocX[0]
Temp. limit:    [90°C]
miniZ<192,7>[11:0:00:5167]: Selecting GPU#0[0] GeForce GTX 1660 SUPER
[FATAL  ] Cannot load deviceZ code.
[INFO   ] Disconnecting from asia.equihash-hub.miningpoolhub.com
[INFO   ]asia.equihash-hub.miningpoolhub.com Stopping miner

sr. member
Activity: 547
Merit: 250
member
Activity: 690
Merit: 17
Hi, I can't get this to mine Grimm successfully.  I use --par 150,5 and --pers GrimmPoW but I get 100% rejects; Gminer works fine

If it helps, this is on miningrigrentals

Hi platinum4,
The personalisation string is GrimmPOW (with 'O' and not 'o').
Could this be the issue?

Let us know if this helps.
Cheers
sr. member
Activity: 547
Merit: 250
Hi, I can't get this to mine Grimm successfully.  I use --par 150,5 and --pers GrimmPoW but I get 100% rejects; Gminer works fine

If it helps, this is on miningrigrentals
member
Activity: 690
Merit: 17
Hi, yes, now it is much better:

0>RTX 3070    [16] ` 100% [68°C/62%] 19.59 I/s 40.1(40.1)Sol/s 218(217.7)W clk=1875MHz mclk=7000MHz Sol/W=0.18

Thanks!
Hi somaton,
Great!
Thank you for the feedback Smiley
Cheers
jr. member
Activity: 211
Merit: 6
Hi, yes, now it is much better:

0>RTX 3070    [16] ` 100% [68°C/62%] 19.59 I/s 40.1(40.1)Sol/s 218(217.7)W clk=1875MHz mclk=7000MHz Sol/W=0.18

Thanks!
member
Activity: 690
Merit: 17
Same problem with a 3080 seems to cap at 2 or less temps do not seem to increase either

RTX 3000 still need more work:

Hi somaton, grillsum,
You can find miniZ v1.6w4 version (Beta version) here with a fix for the RTX 30XX series.

Our tests were OK, but it may require a bit more testing. We'll work to further improve miniZ for these GPUs. Smiley

Let us know if it worked well for you.
Cheers
member
Activity: 690
Merit: 17

hi
I am ashamed, I don’t know how to convert windows batch
I'd like to exclude graphics CARDS below 1050.
Only 1050 and higher graphics CARDS can mining
Please help me write a Windows code
Thank you very much

Hi sihuoyu,
No need to be embarassed. Wink

We managed to add an option -cden to miniZ v1.6w4 version. You can find it as Beta version here.
Our tests were OK, but it may require a bit more testing. So, all the feedback is welcome. Smiley

You can use -cden to exclude GPUs by name. If you do not know the GPU label/name use -ci to list all the GPUs.

Examples:
 1. Exclude GTX 1050:
    -cden=1050  or -cden='GTX 1050'
 2. Exclude GTX 750 and GTX 950 and GTX 1050:  
    -cden=750,950,1050
 3. Exclude GTX 1050 Ti and GTX 1070:
    -cden=1050,1070 or -cden='GTX 1050','GTX 1070'
 4. Exclude all GTX:
    -cden=GTX
 5. Exclude RTX 2070:
    -cden=2070
 6. Exclude all Ti  
    -cden=Ti


Hope this will help!

Let us know how it goes.
Cheers
member
Activity: 690
Merit: 17
Same problem with a 3080 seems to cap at 2 or less temps do not seem to increase either

[ 0d 0h 0m04s] 0>RTX 3080 ` 100% [41°C/53%] 0.93 I/s 1.9(1.9)Sol/s  97( 96.7)W clk=1965MHz mclk=9251MHz Sol/W=0.02
[ 0d 0h 0m10s] 0>RTX 3080 ` 100% [43°C/53%] 0.93 I/s 1.9(1.9)Sol/s 146(145.8)W clk=1965MHz mclk=9251MHz Sol/W=0.01
[ 0d 0h 0m20s] 0>RTX 3080 ` 100% [45°C/53%] 0.92 I/s 1.8(1.8)Sol/s 150(149.6)W clk=1965MHz mclk=9251MHz Sol/W=0.01

RTX 3000 still need more work:

[ 0d 0h14m31s|05:06:17 05/11/2020] S:  0/1  2( 1.6)Sol/s  79( 74.4)W [beamv3.eu.nicehash.com,Beam-PoW]- 113ms
 0>RTX 3070    [11] 0.00% [42°C/30%] 0.38 I/s 2.3(1.6)Sol/s  79( 74.4)W clk=1995MHz mclk=7000MHz Sol/W=0.02
Hi somaton, grillsum,
Thank you for your feedback.

It looks that miniZ did not load the best kernel for the RTX 30XX, when mining Beam.

Please try running with --mode=6.

We will try to further optimise Beam for your GPUs soon.

Let us know if this helped solving the issue.
Cheers
member
Activity: 690
Merit: 17
I’m sorry. My English is terrible
I am the batch deployment to the Internet bar machine, some Internet Bar’s graphics card is quite poor, for example GTX750, GTX950 and so on.
Can the -- CDE Code exclude graphics card models such as -- CDEG = tx 750, GTX 950.
Can the miniZ exclude graphics cards with less than 3G VRAM
Hi sihuoyu,
We've also answered to you message on our website.

No worries, we will manage to understand each other. 🙂

In linux you could run something like:
Code:
export cards=$(./miniZ -ci |grep -E '1050|1070' | grep -E -o '#[0-9]+'|tr -d '#') && ./miniZ --logauto2 --url=0xa074dd01441a2618296591e0d5fb69603624e8aa0251decec9f81c7f050a84c.2080Ti@cluster.aionpool.tech:3333 --extra --show-solratio --localtime=13 --extradetail -cde $cards && echo $cards

This will run miniZ excluding 1050 and 1070.
Will you be able to translate the previous linux command to windows batch?

At the moment we have all our computers in linux. If you find it hard, we’ll return to help later in the day.

Let us know how it goes.
Cheers
newbie
Activity: 1
Merit: 0
RTX 3000 still need more work:

[ 0d 0h14m31s|05:06:17 05/11/2020] S:  0/1  2( 1.6)Sol/s  79( 74.4)W [beamv3.eu.nicehash.com,Beam-PoW]- 113ms
 0>RTX 3070    [11] 0.00% [42°C/30%] 0.38 I/s 2.3(1.6)Sol/s  79( 74.4)W clk=1995MHz mclk=7000MHz Sol/W=0.02



Same problem with a 3080 seems to cap at 2 or less temps do not seem to increase either



[ 0d 0h 0m04s] 0>RTX 3080 ` 100% [41°C/53%] 0.93 I/s 1.9(1.9)Sol/s  97( 96.7)W clk=1965MHz mclk=9251MHz Sol/W=0.02
[ 0d 0h 0m10s] 0>RTX 3080 ` 100% [43°C/53%] 0.93 I/s 1.9(1.9)Sol/s 146(145.8)W clk=1965MHz mclk=9251MHz Sol/W=0.01
[ 0d 0h 0m20s] 0>RTX 3080 ` 100% [45°C/53%] 0.92 I/s 1.8(1.8)Sol/s 150(149.6)W clk=1965MHz mclk=9251MHz Sol/W=0.01

jr. member
Activity: 211
Merit: 6
RTX 3000 still need more work:

[ 0d 0h14m31s|05:06:17 05/11/2020] S:  0/1  2( 1.6)Sol/s  79( 74.4)W [beamv3.eu.nicehash.com,Beam-PoW]- 113ms
 0>RTX 3070    [11] 0.00% [42°C/30%] 0.38 I/s 2.3(1.6)Sol/s  79( 74.4)W clk=1995MHz mclk=7000MHz Sol/W=0.02
member
Activity: 690
Merit: 17
Graphics cards of 2070, 1660, 950 and below still need improvement
I can Mining with CUDA8.0 version on RTX2070, RTX2060, GTX1660, so can I not use cuda10.0?
How much is the Developer fee for miniZv1.6w3?
Hi sihuoyu,

Thank you for the feedback.

It is best to use Cuda 10 for all. You will only need to have Nvidia driver version >=411.31.
See Table 2 @ https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html

We are not sure to have properly understand your statement. RTX 20XX and GTX 16XX GPUs need Cuda10 (they are Turing-based GPUs).
“CUDA 10.0 adds support for the Turing architecture (compute_75 and sm_75).” (in Release notes: https://docs.nvidia.com/cuda/archive/10.0/cuda-toolkit-release-notes/index.html).
You can also read some information @ https://en.wikipedia.org/wiki/Turing_(microarchitecture)

The best is to make sure you update the driver to >=411.31 version and use miniZ Cuda 10, even for the GTX 950/750 this should be the best.
In any case we’ll have a look at this issue and work on improvements of intensity option for the next version.

We are not sure how can we help further at the moment, let us know if you have any other suggestions.
Cheers
ps: dev. fee is 2% of mining time.
member
Activity: 690
Merit: 17
cuda version 8.0-11.0 has
So it’s best to use version 8.0 and support all graphics cards
Try not to overclocked too much, so as not to affect the game experience
Hi sihuoyu,

You can find miniZ v1.6w3 with a fix for intensity option, for 210,9. Download here: https://miniz.ch/download-beta/
Let us know if it is working for you, we make this available as beta because it was not deeply tested.

For RTX 20XX and GTX 16XX you’ll need to use Cuda 10 version.

Cuda 11 will only be necessary for RTX 30XX series.

Cuda 8 is no longer supported but we updated the files too. Soon we’ll stop updating these. It is best to move to CUDA 10.

Hope this helps. 🙂
Cheers
member
Activity: 690
Merit: 17
Hi
How can Intensity options be used to gradually change GPU load
I was digging AION with rTX2060
Using -i=99 GPU load was only 26% hashing only 48SOL
I want the GPU to load around 85%, how to write the code
Hi sihuoyu,
It looks that you’re using the option well.
We’ll have a look. It seems that the intensity option is not optimised for AION. It should be fixed in the next version.

At the moment, you can try a less optimised kernel that may free some GPU resources.
We’re not sure this will work but it is worth to try. Use --mode=[0-9], and do not use -i option now.

Currently we are also working on improvements for 210,9. 🙂

Thanks for using miniZ!
Cheers

Thank you for your reply.
Use --mode= GPU load is still 100%.
I need to get the GPU load down to around 85%.
Please update and fix the -i option as soon as possible.
I have tens of millions of Internet cafe computers to mine.
Must ensure that it does not affect the gaming experience.
Hi sihuoyu,
If you need to mine 210,9 we’ll see if we can provide a fix for this very soon. The intensity option seems to work much better in other algos.

Could you let us know which OS and which CUDA version are you using?
Cheers
ps: We've also answered to your message on miniZ website.
member
Activity: 690
Merit: 17
Hi
How can Intensity options be used to gradually change GPU load
I was digging AION with rTX2060
Using -i=99 GPU load was only 26% hashing only 48SOL
I want the GPU to load around 85%, how to write the code
Hi sihuoyu,
It looks that you’re using the option well.
We’ll have a look. It seems that the intensity option is not optimised for AION. It should be fixed in the next version.

At the moment, you can try a less optimised kernel that may free some GPU resources.
We’re not sure this will work but it is worth to try. Use --mode=[0-9], and do not use -i option now.

Currently we are also working on improvements for 210,9. 🙂

Thanks for using miniZ!
Cheers
member
Activity: 690
Merit: 17
90 Sol Equihash 192,7 with 3080 at 255 W Lovely... Great JOB
[/quote]
With the new version it looks ok. W10, G3930, 6x 1080ti cpu load 100%, new version 70%. Great

Hi jgonzi, 18-Terahash,
We'll keep improving miniZ Smiley
Thanks a lot for the feedback, it is very much appreciated!
Cheers
Pages:
Jump to: