Pages:
Author

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

newbie
Activity: 8
Merit: 0
msi armor 2070 63-65  Sol/s
newbie
Activity: 147
Merit: 0
Hi 1ncehost,

  Sorry for the inconvenience... we try to make sure that there are no regressions on new releases, but there are so many cards/overclock setting combinations that this might happend.
Which cards do you have on your rigs and which OS are you using? The changes from i+ to i++ are minimal, it would be interesting to understand what caused the problem. Thanks for your feedback!

Cheers and happy mining!

I have GTX 1060s running at half power and stock clocks. H was the fastest build on them. "I" ran about 5% slower and i++ ran slower still. The time sample size for i and i++ could be small enough to not be meaningful (I didn't run I for long), but the sample size between H and I++ was meaningful. H was considerably faster than I++.

That is interesting, one of my card in a RIG is 1060 3 Gb and "I++" is faster than "H" (I tried H cause I have non stop closing of the program with no error message in about 20 mins - 1 hour).
copper member
Activity: 20
Merit: 4
Hi 1ncehost,

  Sorry for the inconvenience... we try to make sure that there are no regressions on new releases, but there are so many cards/overclock setting combinations that this might happend.
Which cards do you have on your rigs and which OS are you using? The changes from i+ to i++ are minimal, it would be interesting to understand what caused the problem. Thanks for your feedback!

Cheers and happy mining!

I have GTX 1060s running at half power and stock clocks. H was the fastest build on them. "I" ran about 5% slower and i++ ran slower still. The time sample size for i and i++ could be small enough to not be meaningful (I didn't run I for long), but the sample size between H and I++ was meaningful. H was considerably faster than I++.
newbie
Activity: 164
Merit: 0
  0>GTX 1070       [52°C/61%]
  1>GTX 1070       [45°C/55%]
  2>GTX 1070       [46°C/55%]

with the space between card name and temp/fan could you put in per gpu rejected share number?
newbie
Activity: 147
Merit: 0
Hi MiniZ,

Your miner is closing with an error, any idea where can I check what kind of error is happening?

I tried to use it on 2 1050 Ti cards and it is always closing after 20-30 mins. I updated the system to a last driver - no success. I used 9.2 and 8 versions - same problem.

Also if I set --intensity 80 (any intensity) the miners stuck like this:

https://i.ibb.co/qMhQSrF/miniz-stuck-on-intensity.png

Thank you!

P.S. This is how it stuck:

https://i.ibb.co/hczrFqc/miniz-error-stop.png
newbie
Activity: 5
Merit: 0
Very fast. Thanks to the developers.
newbie
Activity: 57
Merit: 0
Hi webgkv,

I am not very familiar with power shell, but I think that miniZ does not like your getstat request.

Try instead of:
Code:
$Message = @{id = 1; method = "getstat"} | ConvertTo-Json -Compress
to use:
Code:
$Message = '{"id":"0", "method":"getstat"}'



Now it works great, thanks for the help!
member
Activity: 690
Merit: 17
Hi webgkv,

I am not very familiar with power shell, but I think that miniZ does not like your getstat request.

Try instead of:
Code:
$Message = @{id = 1; method = "getstat"} | ConvertTo-Json -Compress
to use:
Code:
$Message = '{"id":"0", "method":"getstat"}'

not as pretty as what you had before, but it should do the trick.
(Also feel free to send us a private message if you think it would be useful)


Hi 1ncehost,

  Sorry for the inconvenience... we try to make sure that there are no regressions on new releases, but there are so many cards/overclock setting combinations that this might happend.
Which cards do you have on your rigs and which OS are you using? The changes from i+ to i++ are minimal, it would be interesting to understand what caused the problem. Thanks for your feedback!

Cheers and happy mining!
copper member
Activity: 20
Merit: 4
My rigs have -10% performance on i++ vs i and h
newbie
Activity: 57
Merit: 0
By the way, there is another similar development (on the powershell script). There just used http request, because it seemed to me that getstat does not work there also:

https://github.com/MaynardMiner/SWARM/blob/master/build/powershell/background.ps1

line 361 for miniz  and line 400 for ewbf
newbie
Activity: 57
Merit: 0
EWBF api - this is the first option that I tried, but it doesn't work also.

 "ewbf" {
                $Message = @{id = 1; method = "getstat"} | ConvertTo-Json -Compress
                $Request = Invoke-TCPRequest $Server $port $message 5
                if ($Request) {
                    $Data = $Request | ConvertFrom-Json
                    $HashRate = [double](($Data.result.speed_sps) | Measure-Object -Sum).Sum
                }
            }

Do you have any idea what could be wrong here?

Also please write me a private message.
member
Activity: 690
Merit: 17
Hi webgkv,

Thanks for your message. We have some kind of "standard" json api.

Example (Linux):
Code:
Code:
curl --silent rig2:20000 -X '{"id":"0", "method":"getstat"}'

returns:
Code:
{"id":0, "method":"getstat", "error":null, "start_time":1544548916, "current_server":"zhash.eu.nicehash.com:3369", "server_latency":62.4, "available_servers":1, "server_status":1, "result":[{"gpuid":0, "cudaid":0, "busid":"busid", "name":"GeForce GTX 1050", "gpu_status":2, "solver":-1, "temperature":66, "gpu_fan_speed":35, "gpu_power_usage":75.0, "gpu_clock_core_max":1695, "gpu_clock_memory":3504, "speed_sps":16.1, "accepted_shares":23, "rejected_shares":0, "start_time":1544548916},{"gpuid":1, "cudaid":1, "busid":"busid", "name":"GeForce GTX 1050 Ti", "gpu_status":2, "solver":-1, "temperature":71, "gpu_fan_speed":38, "gpu_power_usage":75.0, "gpu_clock_core_max":1594, "gpu_clock_memory":3504, "speed_sps":18.6, "accepted_shares":22, "rejected_shares":0, "start_time":1544548916},{"gpuid":2, "cudaid":2, "busid":"busid", "name":"GeForce GTX 1070 Ti", "gpu_status":2, "solver":-1, "temperature":69, "gpu_fan_speed":49, "gpu_power_usage":172.1, "gpu_clock_core_max":1759, "gpu_clock_memory":3802, "speed_sps":59.0, "accepted_shares":69, "rejected_shares":0, "start_time":1544548916}]}

This API, is fully compatible with the EWBF miner, so it should be very easy to make it work with your script.
Let us know if you need further help.

Cheers!
newbie
Activity: 57
Merit: 0
Hello!

You made a great miner!

Some time ago, I made this fork https://github.com/webgkv/greenTea

At the same time, I am not a programmer, but rather an advanced user. And for the most part I develop this fork as a hobby.

And so I need your help, that the miniZ would have the opportunity to work with this script.  Saw you have done something like this for hiveOS.

In more detail, it’s not a problem to launch a miniZ with a script. The problem is in obtaining data from the miner, since he does not have standard api.

So maybe you can tell me how should look the code for your miner api like this:

"Optiminer" {
                $Request = Invoke-HTTPRequest $Server $Port "" 5
                if ($Request) {
                    $Data = $Request | ConvertFrom-Json
                    $HashRate = [double]($Data.solution_rate.Total."60s" | Measure-Object -Sum).sum
                    if (-not $HashRate) { $HashRate = [double]($Data.solution_rate.Total."5s" | Measure-Object -Sum).sum }
                }
            }

This is a piece of code from a file https://github.com/yuzi-co/Forager/blob/master/Include.ps1
 
Thanks for your help!
member
Activity: 690
Merit: 17
Ok
Also I have NVIDIA Cards P106-100
Driver did not update since version 384.74
How can I use miniz for this type of card?

Hi vesline,
at the moment you can use miniZ version for Linux (Cuda 8.0), for those cards.
Would you be able to use this version?
Cheers
Hi vesline,
at the moment you can already use miniZ version for Windows (Cuda 8.0), for NVIDIA Cards P106-100.
Could you let us know if all went OK?
Thanks!
Cheers


when the miner instance starts it logs x minutes of incorrect values as the card stats console output is normalized. could you add a way to delay logging for x minutes? for me it's about 5 minutes before the console output is accurate
Hi fistsofgod,
we'll add an option to specify a delay for that.
Thanks.
more importantly, could there be an option for how often stats are displayed in console? currently every 10 seconds new output is written to console/log. log files get large quickly with 15 lines every 10 seconds, 90 lines every minute written into log. I'd prefer to be able to set it to less frequent. Personally I'd set it to 60 second intervals
Hi fistsofgod,
we understand. We'll work on that for the next version. Smiley
Thanks!
newbie
Activity: 164
Merit: 0
when the miner instance starts it logs x minutes of incorrect values as the card stats console output is normalized. could you add a way to delay logging for x minutes? for me it's about 5 minutes before the console output is accurate
Hi fistsofgod,
we'll add an option to specify a delay for that.
Thanks.
more importantly, could there be an option for how often stats are displayed in console? currently every 10 seconds new output is written to console/log. log files get large quickly with 15 lines every 10 seconds, 90 lines every minute written into log. I'd prefer to be able to set it to less frequent. Personally I'd set it to 60 second intervals
member
Activity: 690
Merit: 17
when the miner instance starts it logs x minutes of incorrect values as the card stats console output is normalized. could you add a way to delay logging for x minutes? for me it's about 5 minutes before the console output is accurate
Hi fistsofgod,
we'll add an option to specify a delay for that.
Thanks.
member
Activity: 690
Merit: 17
Ok
Also I have NVIDIA Cards P106-100
Driver did not update since version 384.74
How can I use miniz for this type of card?

Hi vesline,
at the moment you can use miniZ version for Linux (Cuda 8.0), for those cards.
Would you be able to use this version?
Cheers
newbie
Activity: 164
Merit: 0
when the miner instance starts it logs x minutes of incorrect values as the card stats console output is normalized. could you add a way to delay logging for x minutes? for me it's about 5 minutes before the console output is accurate
newbie
Activity: 3
Merit: 0
I tried to use miniz after ewbf miner but I have this message
miniz-i -ci
************ miniZ v1.0i++ ************
Number of CUDA devices found: 0

My rig:
Win10_64bit
3-GTX1060
3-GTX1080Ti

Hi vesline,
which nvidia driver version are you using? Can you tell us the output of nvidia-smi?
Thank you!
Cheers
C:\Program Files\NVIDIA Corporation\NVSMI>nvidia-smi
Sat Dec 15 21:02:35 2018
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 391.35                 Driver Version: 391.35                    |
|-------------------------------+----------------------+----------------------+
| GPU  Name            TCC/WDDM | Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  GeForce GTX 108... WDDM  | 00000000:01:00.0  On |                  N/A |
| 53%   69C    P2   232W / 238W |   2560MiB / 11264MiB |    100%      Default |
+-------------------------------+----------------------+----------------------+
|   1  GeForce GTX 108... WDDM  | 00000000:03:00.0 Off |                  N/A |
| 47%   66C    P2   237W / 238W |   2477MiB / 11264MiB |    100%      Default |
+-------------------------------+----------------------+----------------------+

Hi vesline, for you to be able to run miniZ on Windows you need to update the NVIDIA driver to version 398.26 or later.
This is mentioned here https://miniz.ch/features/
Then it should run fine Smiley
Cheers



Ok
Also I have NVIDIA Cards P106-100
Driver did not update since version 384.74
How can I use miniz for this type of card?
newbie
Activity: 164
Merit: 0
this is Photoshop? I also have 1070, but the power consumption of your cards, at the core frequency, is just fantastic .. what settings, how?

undervolt cards. -502 memory. lots of different quality cards so you'd have to tinker with the settings of your own cards. the cards in that pic hitting 50sol are all evga ftw and the ones around 47 are evga sc
Pages:
Jump to: