HardKano
Newbie
Offline
Activity: 76
Merit: 0
|
|
December 15, 2018, 02:41:02 PM |
|
Could i claim that your miner is equal or better than xmrig or stak for CPUs ? That's the 2 they use right now
|
|
|
|
JCE-Miner (OP)
Member
Offline
Activity: 350
Merit: 22
|
|
December 15, 2018, 04:15:30 PM Last edit: December 15, 2018, 04:34:39 PM by JCE-Miner |
|
I've just benched versus the best competitor version (last xmrig msvc-2017) and got 244 h/s max on Haven, as expected since they don't support the extra threads. So yes the best possible speed on Ryzen, and probably other CPU, on Haven, is my miner. Even fees deduced.
edit: I benched other algos, on v8 i'm on par, with equal fees, in a ~1% margin of error, considering xmrig has 1% fees. If you get a well compiled xmrig with 0 fees, so it would be 1% better, on normal CPUs. On extreme cases (very veak CPU or ultra big multi-xeon/epyc...) i'm better.
On BitTube, xmrig is a joke, 185 h/s versus 258 h/s for me. That's because i've a very dedicated assembly for Tube they don't have.
|
|
|
|
HardKano
Newbie
Offline
Activity: 76
Merit: 0
|
|
December 15, 2018, 04:42:47 PM |
|
Ok cool I'll talk to them ! Thanks
|
|
|
|
_ap_
Newbie
Offline
Activity: 28
Merit: 0
|
|
December 15, 2018, 07:34:34 PM |
|
Hi!
I have a strange "problem". I have 2 rx570 (4gb) and 1 rx580 (8gb).
My miner's last 24 hours statistic is this:
rx570 = 940H/s (with samsung memory) rx570 = 930H/s (with elpida memory) rx580 = 1100H/s
Summary (with my cpu) 2995-3005 H/s. I have 1,1,2 ignored and 0 invalid shares in this time.
My pool say, my hasrate is in the last 24/12/6/2/1 hours: 2000-2100H/s.
In the miner detailed statistic I saw this (accepted/invalid/rejected shares)
rx 570: 1301/1/0 rx570: 1292/1/0 rx580: 428/2/0
My 580 card has only few accepted shares. The hashrate is ok, the consumption, the core and memory clock are ordinary. Apparently everything is fine. But the accepted shares is very low.
What can cause this?
|
|
|
|
HardKano
Newbie
Offline
Activity: 76
Merit: 0
|
|
December 15, 2018, 07:46:37 PM |
|
My 580 card has only few accepted shares. The hashrate is ok, the consumption, the core and memory clock are ordinary. Apparently everything is fine. But the accepted shares is very low.
What can cause this?
What is you Rx580 multihash setting ? and does you use 1 thread or 2 threads in config file ?
|
|
|
|
HardKano
Newbie
Offline
Activity: 76
Merit: 0
|
|
December 15, 2018, 08:05:47 PM |
|
I use that config for my RX580 and my hashrate on pool is the same as the miner :
{ "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 8, "gamma" : 4, "delta" : 4, "epsilon" : 4, "zeta" : 4, "index" : 1, "multi_hash":944 }, { "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 8, "gamma" : 4, "delta" : 4, "epsilon" : 4, "zeta" : 4, "index" : 1, "multi_hash":944 },
i tried beta 16 but got lower hashrate
|
|
|
|
cryptoprofitswitcher
Newbie
Offline
Activity: 33
Merit: 0
|
|
December 15, 2018, 09:21:59 PM |
|
The effective hashrate of recent JCE is back to >98%, close to 99% efficiency, as before. And as all current versions of miners so far (xmrig, srb, teamred...).
I'm polishing my fix of the regression on CN-Fast on Vega. Looks like my auto-hybrid introduced in the experimental -x, -y, -z and -sync versions works bad in such case, so i introduced an override --legacy to force the good old non-hybrid mode. I benched it to be either a little faster or slower than b12 depending on the cards and algo, hard to tell if it was an improvment or not. This way i'll let the user choose.
edit: @cryptoprofitswitcher: online is the b13, partial release with just the .exe Inside you may try with undocumented parameter --legacy to check if it restores the speed on your dual Vega.
@other: it contains a very small optim for Vega, and for non-heavy algos, if you want to take a look. the --legacy may also give a few extra perf, but it's ignored for heavy-class algos, it's just for CN and CN-Light
if it solves the problem, i'll make it a full documented release.
Thanks for your effort! It seems like the legacy parameter works. 7815 H/s b13 legacy 5730 H/s b13 without legacy 7745 H/s b6 I also would like to give you some informations regarding the CnV8 speed on my gpus: 3670 H/s b13 legacy 2770 H/s b13 without legacy 4000 H/s TeamRed Miner
|
|
|
|
_ap_
Newbie
Offline
Activity: 28
Merit: 0
|
|
December 15, 2018, 10:27:07 PM |
|
My 580 card has only few accepted shares. The hashrate is ok, the consumption, the core and memory clock are ordinary. Apparently everything is fine. But the accepted shares is very low.
What can cause this?
What is you Rx580 multihash setting ? and does you use 1 thread or 2 threads in config file ? { "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 8, "gamma" : 4, "delta" : 4, "epsilon" : 4, "zeta":4, "index" : 2, "multi_hash":944 }, { "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 8, "gamma" : 4, "delta" : 4, "epsilon" : 4, "zeta":4, "index" : 2, "multi_hash":944 }, But i think the problem isn't here. Everything worked perfekt for months with these values. This error occured only in the last day. 2 hours ago I restarted the rig, since then everything is okay. I said: this is a strange problem
|
|
|
|
UnclWish
|
|
December 15, 2018, 10:41:22 PM |
|
I use that config for my RX580 and my hashrate on pool is the same as the miner :
{ "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 8, "gamma" : 4, "delta" : 4, "epsilon" : 4, "zeta" : 4, "index" : 1, "multi_hash":944 }, { "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 8, "gamma" : 4, "delta" : 4, "epsilon" : 4, "zeta" : 4, "index" : 1, "multi_hash":944 },
i tried beta 16 but got lower hashrate
Beta 16?
|
|
|
|
HardKano
Newbie
Offline
Activity: 76
Merit: 0
|
|
December 15, 2018, 10:53:21 PM |
|
My 580 card has only few accepted shares. The hashrate is ok, the consumption, the core and memory clock are ordinary. Apparently everything is fine. But the accepted shares is very low.
What can cause this?
What is you Rx580 multihash setting ? and does you use 1 thread or 2 threads in config file ? { "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 8, "gamma" : 4, "delta" : 4, "epsilon" : 4, "zeta":4, "index" : 2, "multi_hash":944 }, { "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 8, "gamma" : 4, "delta" : 4, "epsilon" : 4, "zeta":4, "index" : 2, "multi_hash":944 }, But i think the problem isn't here. Everything worked perfekt for months with these values. This error occured only in the last day. 2 hours ago I restarted the rig, since then everything is okay. I said: this is a strange problem Try to log and send it here it will be easier for JCE to look over it @Unclwish : in the config line after Alpha 64 there is Beta 8. Tried Beta 16
|
|
|
|
sky2018miner
Newbie
Offline
Activity: 33
Merit: 0
|
|
December 15, 2018, 11:18:15 PM |
|
dear developer I have a problem with version b12 I coin ETNXP coin on fast algorithm pool rejects balls with version b 11 problems were not I bring a log
Detecting OpenCL-capable GPUs... Found GPU 0, with: Vendor: AMD Processor: Pitcairn Device: 08:00 Compute-Units: 16 Cache Memory: 16 KB Local Memory: 32 KB Global Memory: 2048 MB Addressing: 64-bits Found GPU 1, with: Vendor: AMD Processor: Pitcairn Device: 0a:00 Compute-Units: 16 Cache Memory: 16 KB Local Memory: 32 KB Global Memory: 2048 MB Addressing: 64-bits Found GPU 2, with: Vendor: AMD Processor: Baffin Device: 04:00 Compute-Units: 14 Cache Memory: 16 KB Local Memory: 32 KB Global Memory: 2048 MB Addressing: 64-bits Found GPU 3, with: Vendor: AMD Processor: Pitcairn Device: 0b:00 Compute-Units: 16 Cache Memory: 16 KB Local Memory: 32 KB Global Memory: 2048 MB Addressing: 64-bits Found GPU 4, with: Vendor: AMD Processor: Baffin Device: 01:00 Compute-Units: 14 Cache Memory: 16 KB Local Memory: 32 KB Global Memory: 2048 MB Addressing: 64-bits Found GPU 5, with: Vendor: AMD Processor: Tonga Device: 09:00 Compute-Units: 28 Cache Memory: 16 KB Local Memory: 32 KB Global Memory: 2048 MB Addressing: 64-bits Preparing 8 Mining Threads...
+-- Thread 0 config ------------------------+ | Run on GPU: 0 | | Multi-hash: 480 | | Worksize: 8 | | Factor Alpha 64 | | Factor Beta 8 | +-------------------------------------------+
+-- Thread 1 config ------------------------+ | Run on GPU: 0 | | Multi-hash: 480 | | Worksize: 8 | | Factor Alpha 64 | | Factor Beta 8 | +-------------------------------------------+
+-- Thread 2 config ------------------------+ | Run on GPU: 1 | | Multi-hash: 480 | | Worksize: 8 | | Factor Alpha 64 | | Factor Beta 8 | +-------------------------------------------+
+-- Thread 3 config ------------------------+ | Run on GPU: 1 | | Multi-hash: 480 | | Worksize: 8 | | Factor Alpha 64 | | Factor Beta 8 | +-------------------------------------------+
+-- Thread 4 config ------------------------+ | Run on GPU: 3 | | Multi-hash: 480 | | Worksize: 8 | | Factor Alpha 64 | | Factor Beta 8 | +-------------------------------------------+
+-- Thread 5 config ------------------------+ | Run on GPU: 3 | | Multi-hash: 480 | | Worksize: 8 | | Factor Alpha 64 | | Factor Beta 8 | +-------------------------------------------+
+-- Thread 6 config ------------------------+ | Run on GPU: 5 | | Multi-hash: 432 | | Worksize: 8 | | Factor Alpha 64 | | Factor Beta 8 | +-------------------------------------------+
+-- Thread 7 config ------------------------+ | Run on GPU: 5 | | Multi-hash: 432 | | Worksize: 8 | | Factor Alpha 64 | | Factor Beta 8 | +-------------------------------------------+
Cryptonight Variation: Cryptonight-Fast MSR fork of June-2018
Low intensity.
Starting GPU Thread 0, on GPU 0 Created OpenCL Context for GPU 0 at 000001a3594d8690 Created OpenCL Thread 0 Command-Queue for GPU 0 at 000001a35926f9d0 Scratchpad Allocation success for OpenCL Thread 0 Allocating big 960MB scratchpad for OpenCL Thread 0... Compiling kernels of OpenCL Thread 0... Kernels of OpenCL Thread 0 compiled.
Starting GPU Thread 1, on GPU 0 Created OpenCL Thread 1 Command-Queue for GPU 0 at 000001a35926fc70 Scratchpad Allocation success for OpenCL Thread 1 Allocating big 960MB scratchpad for OpenCL Thread 1... Compiling kernels of OpenCL Thread 1... Kernels of OpenCL Thread 1 compiled.
Starting GPU Thread 2, on GPU 1 Created OpenCL Context for GPU 1 at 000001a3594d9b30 Created OpenCL Thread 2 Command-Queue for GPU 1 at 000001a35926fb20 Scratchpad Allocation success for OpenCL Thread 2 Allocating big 960MB scratchpad for OpenCL Thread 2... Compiling kernels of OpenCL Thread 2... Kernels of OpenCL Thread 2 compiled.
Starting GPU Thread 3, on GPU 1 Created OpenCL Thread 3 Command-Queue for GPU 1 at 000001a3592701b0 Scratchpad Allocation success for OpenCL Thread 3 Allocating big 960MB scratchpad for OpenCL Thread 3... Compiling kernels of OpenCL Thread 3... Kernels of OpenCL Thread 3 compiled.
Starting GPU Thread 4, on GPU 3 Created OpenCL Context for GPU 3 at 000001a3594da210 Created OpenCL Thread 4 Command-Queue for GPU 3 at 000001a35926ff10 Scratchpad Allocation success for OpenCL Thread 4 Allocating big 960MB scratchpad for OpenCL Thread 4... Compiling kernels of OpenCL Thread 4... Kernels of OpenCL Thread 4 compiled.
Starting GPU Thread 5, on GPU 3 Created OpenCL Thread 5 Command-Queue for GPU 3 at 000001a35926f5e0 Scratchpad Allocation success for OpenCL Thread 5 Allocating big 960MB scratchpad for OpenCL Thread 5... Compiling kernels of OpenCL Thread 5... Kernels of OpenCL Thread 5 compiled.
Starting GPU Thread 6, on GPU 5 Created OpenCL Context for GPU 5 at 000001a3594d9710 Created OpenCL Thread 6 Command-Queue for GPU 5 at 000001a35926f730 Scratchpad Allocation success for OpenCL Thread 6 Allocating big 864MB scratchpad for OpenCL Thread 6... Compiling kernels of OpenCL Thread 6... Kernels of OpenCL Thread 6 compiled.
Starting GPU Thread 7, on GPU 5 Created OpenCL Thread 7 Command-Queue for GPU 5 at 000001a3645860d0 Scratchpad Allocation success for OpenCL Thread 7 Allocating big 864MB scratchpad for OpenCL Thread 7... Compiling kernels of OpenCL Thread 7... Kernels of OpenCL Thread 7 compiled. 01:01:15 | Cryptonote Mining session starts!
01:01:15 | GPU Compute allocation starts at 80% and reaches 100% after ~1min, 01:01:15 | during this time, the hashrate may be unstable and inconsistent. 01:01:15 | Let the miner warm-up if you're tuning for performance.
01:01:16 | Connecting to mining pool s1.crypto-pool.pro:9015 ... 01:01:16 | Connected to pool. Now logging in... 01:01:16 | Successfuly logged as f4VR74XR616Tw2wAMMfaLV1vmYBSBBbmWXBUtaV8YDb6DHsfKRoYkFaCvhPhsGDDfm1afhzLNuf5XGF mNrvodPoQ6m4q7YYiQc19ErEP7pnub.117000 01:01:16 | Pool changes Difficulty to 117000. 01:01:31 | GPU 5 Thread 6 Lane 219 finds a Share, value 117000 01:01:31 | Accepted by the pool in 63 ms. 01:01:37 | Hashrate GPU Thread 0: 507.81 h/s 01:01:37 | Hashrate GPU Thread 1: 507.81 h/s - Total GPU 0: 1015.61 h/s 01:01:37 | Hashrate GPU Thread 2: 507.81 h/s 01:01:37 | Hashrate GPU Thread 3: 506.97 h/s - Total GPU 1: 1014.77 h/s 01:01:37 | Hashrate GPU Thread 4: 430.72 h/s 01:01:37 | Hashrate GPU Thread 5: 432.63 h/s - Total GPU 3: 863.34 h/s 01:01:37 | Hashrate GPU Thread 6: 501.72 h/s 01:01:37 | Hashrate GPU Thread 7: 497.36 h/s - Total GPU 5: 999.08 h/s 01:01:37 | Total: 3892.79 h/s - Max: 3892.79 h/s 01:01:41 | GPU 0 Thread 0 Lane 5 finds a Share, value 117000 01:01:41 | Rejected by the pool in 62 ms. 01:01:41 | Message from the pool: Rejected share: invalid result 01:01:48 | Hashrate GPU Thread 0: 507.81 h/s 01:01:48 | Hashrate GPU Thread 1: 503.79 h/s - Total GPU 0: 1011.59 h/s 01:01:48 | Hashrate GPU Thread 2: 510.36 h/s 01:01:48 | Hashrate GPU Thread 3: 505.18 h/s - Total GPU 1: 1015.53 h/s 01:01:48 | Hashrate GPU Thread 4: 429.05 h/s 01:01:48 | Hashrate GPU Thread 5: 429.05 h/s - Total GPU 3: 858.10 h/s 01:01:48 | Hashrate GPU Thread 6: 501.72 h/s 01:01:48 | Hashrate GPU Thread 7: 500.49 h/s - Total GPU 5: 1002.21 h/s 01:01:48 | Total: 3887.42 h/s - Max: 3892.79 h/s 01:01:54 | GPU 0: Temp: 34C - Fan: 28% -- Shares: Good: 0 Bad: 1 01:01:54 | GPU 1: Temp: 42C - Fan: 28% -- Shares: Good: 0 Bad: 0 01:01:54 | GPU 3: Temp: 39C - Fan: 28% -- Shares: Good: 0 Bad: 0 01:01:54 | GPU 5: Temp: 44C - Fan: 28% -- Shares: Good: 1 Bad: 0 01:01:55 | GPU 1 Thread 3 Lane 189 finds a Share, value 117000 01:01:55 | Rejected by the pool in 57 ms. 01:01:55 | Message from the pool: Rejected share: invalid result 01:02:12 | GPU 3 Thread 5 Lane 314 finds a Share, value 117000 01:02:12 | Rejected by the pool in 47 ms. 01:02:12 | Message from the pool: Rejected share: invalid result 01:02:14 | GPU 1 Thread 3 Lane 104 finds a Share, value 117000 01:02:14 | Rejected by the pool in 47 ms. 01:02:14 | Message from the pool: Rejected share: invalid result 01:02:16 | GPU 3 Thread 5 Lane 334 finds a Share, value 117000 01:02:16 | Rejected by the pool in 62 ms. 01:02:16 | Message from the pool: Rejected share: invalid result 01:02:18 | Hashrate GPU Thread 0: 507.81 h/s 01:02:18 | Hashrate GPU Thread 1: 508.76 h/s - Total GPU 0: 1016.57 h/s 01:02:18 | Hashrate GPU Thread 2: 506.49 h/s 01:02:18 | Hashrate GPU Thread 3: 508.66 h/s - Total GPU 1: 1015.14 h/s 01:02:18 | Hashrate GPU Thread 4: 430.19 h/s 01:02:18 | Hashrate GPU Thread 5: 429.05 h/s - Total GPU 3: 859.24 h/s 01:02:18 | Hashrate GPU Thread 6: 501.72 h/s 01:02:18 | Hashrate GPU Thread 7: 498.77 h/s - Total GPU 5: 1000.49 h/s 01:02:18 | Total: 3891.42 h/s - Max: 3892.79 h/s 01:02:23 | Hashrate GPU Thread 0: 505.09 h/s 01:02:23 | Hashrate GPU Thread 1: 508.66 h/s - Total GPU 0: 1013.74 h/s 01:02:23 | Hashrate GPU Thread 2: 500.52 h/s 01:02:23 | Hashrate GPU Thread 3: 509.22 h/s - Total GPU 1: 1009.74 h/s 01:02:23 | Hashrate GPU Thread 4: 430.19 h/s 01:02:23 | Hashrate GPU Thread 5: 428.98 h/s - Total GPU 3: 859.16 h/s 01:02:23 | Hashrate GPU Thread 6: 501.72 h/s 01:02:23 | Hashrate GPU Thread 7: 501.72 h/s - Total GPU 5: 1003.43 h/s 01:02:23 | Total: 3886.06 h/s - Max: 3892.79 h/s 01:02:29 | Stop signal received, Quitting...
I use two polaris 460 cards by another miner what is the problem?
|
|
|
|
_ap_
Newbie
Offline
Activity: 28
Merit: 0
|
|
December 16, 2018, 12:23:39 AM |
|
My 580 card has only few accepted shares. The hashrate is ok, the consumption, the core and memory clock are ordinary. Apparently everything is fine. But the accepted shares is very low.
What can cause this?
What is you Rx580 multihash setting ? and does you use 1 thread or 2 threads in config file ? { "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 8, "gamma" : 4, "delta" : 4, "epsilon" : 4, "zeta":4, "index" : 2, "multi_hash":944 }, { "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 8, "gamma" : 4, "delta" : 4, "epsilon" : 4, "zeta":4, "index" : 2, "multi_hash":944 }, But i think the problem isn't here. Everything worked perfekt for months with these values. This error occured only in the last day. 2 hours ago I restarted the rig, since then everything is okay. I said: this is a strange problem Try to log and send it here it will be easier for JCE to look over it @Unclwish : in the config line after Alpha 64 there is Beta 8. Tried Beta 16 unfortunately i haven't log. i disable it :-S
|
|
|
|
PIOUPIOU99
Copper Member
Member
Offline
Activity: 293
Merit: 11
|
|
December 16, 2018, 05:02:24 PM |
|
The Haven is <70c, who mines it with a Core2 any longer? Alas, here's my result from 0.33h: 50.7 h/s on four cores, Core2 Quad Xeon 2.666G On stock Ryzen 5 1600: 15:30:35 | Hashrate CPU Thread 0: 60.31 h/s 15:30:35 | Hashrate CPU Thread 1: 60.28 h/s 15:30:35 | Hashrate CPU Thread 2: 3.25 h/s 15:30:35 | Hashrate CPU Thread 3: 3.26 h/s 15:30:35 | Hashrate CPU Thread 4: 62.16 h/s 15:30:35 | Hashrate CPU Thread 5: 60.91 h/s 15:30:35 | Hashrate CPU Thread 6: 3.25 h/s 15:30:35 | Hashrate CPU Thread 7: 3.25 h/s 15:30:35 | Total: 256.64 h/s - Max: 257.33 h/s 15:30:40 | CPU Thread 2 finds a Share, value 5000 15:30:42 | Accepted by the pool in 64 ms. Any motherboad may apply custom timing tweaks and turbos, here's that's a normal A320 board with default bios settings. Note the extra 13h/s provided by the four no-cache threads. jce cpu 0.33f ryzen 5 1500x config auto :
|
|
|
|
JCE-Miner (OP)
Member
Offline
Activity: 350
Merit: 22
|
|
December 16, 2018, 06:44:18 PM Last edit: December 16, 2018, 06:58:45 PM by JCE-Miner |
|
dear developer I have a problem with version b12 I coin ETNXP coin on fast algorithm pool rejects balls OOOOoops, huge regression, i just figured out why. That's what happens when i dev my way: fast releases, and instant user-dedicated versions, like the ones for Unclwish or cryptoprofitswitcher. I bypass most of the test and happens what must happen: regression on unrelated topics. I release the fixed b13 instantly and invalidate the b10 to b12. Thanks a lot for the report, and sorry for the stupid bug. edit: done ryzen 5 1500x Exactly four physical cores and 16M cache, fits perfectly for Heavy mining on four threads, and no room for the extra threads. In that precise case, xmrig would be very close, with a negligible difference. May your CPU have a little more cores, or less cache, or be older, and my miner would get a clear advantage. Online is the 0.33b13 GPU full release, with: b12 bug on old algos fixed --legacy now documented and also supported on Heavy algos, if you want to try
edit: post mortem the bug is only on old algos (turtle, mox, masari...), and only on the b12 and the special partial b13, so not that critical, but it was still very unprofessional from me, i apologize. Thanks again for the report.
|
|
|
|
Iamtutut
|
|
December 16, 2018, 07:01:01 PM |
|
JCE, have you checked STELLITE Github ? They've announced an algo change.
|
|
|
|
JCE-Miner (OP)
Member
Offline
Activity: 350
Merit: 22
|
|
December 16, 2018, 07:06:55 PM |
|
Not yet, my next fork is to be AscendingNight but the devs themselves struggle to provide a working miner. I could skip it but i said i would help them, and so i'll do it. That will be --variation 19. Ok i take a look at that new stellite fork.
edit: yeah they just updated their reference miner, a fork of stak. I'll add that new fork as --variation 20, even if AscendingNight is not ready before. CPU version will be released first, as always with my miner.
|
|
|
|
Iamtutut
|
|
December 16, 2018, 08:02:06 PM |
|
Thanks for your hard work !
|
|
|
|
JCE-Miner (OP)
Member
Offline
Activity: 350
Merit: 22
|
|
December 16, 2018, 10:11:17 PM |
|
Sure i'll need a test pool to validate my code, and the testnet one http://testnet.xtlpool.com/looks not updated yet. if you know one up to date, please share it.
|
|
|
|
Iamtutut
|
|
December 17, 2018, 08:18:30 AM |
|
Did not find it, I just asked them on twitter.
|
|
|
|
JCE-Miner (OP)
Member
Offline
Activity: 350
Merit: 22
|
|
December 17, 2018, 10:35:52 PM |
|
I benched other algos, on v8 i'm on par, with equal fees, in a ~1% margin of error, considering xmrig has 1% fees. If you get a well compiled xmrig with 0 fees, so it would be 1% better, on normal CPUs. On extreme cases (very veak CPU or ultra big multi-xeon/epyc...) i'm better.
No longer, i improved my assembly and i'm now 2% faster than xmrig, so even fees deduced, still faster, but by 0.5% I also got +1% on old non-aes cpus, where i already provide +30% speed compared to other miners. release planned tomorrow as the 0.33i
|
|
|
|
|