Pages:
Author

Topic: WildRig Multi 0.35.1 beta 2 multi-algo miner for AMD & NVIDIA (Read 91598 times)

member
Activity: 719
Merit: 49
Will you readd progpow for quai back again? Would be really nice as they dont have another windows miner.
Developers of that coin have no interest in 3rd party miners, and they see "intensive marketing" everywhere(as I was told), so I have no plans to communicate with them anymore and do anything Smiley But when public pools arrive, maybe I will implement it again.
newbie
Activity: 1
Merit: 0
Will you readd progpow for quai back again? Would be really nice as they dont have another windows miner.
member
Activity: 719
Merit: 49
WildRig Multi 0.40.5
- huge improvement of memehash, skydoge and other x-like algorithms on Intel gpu's
- fixed kawpow and other progpow's for Intel gpu's on Linux
member
Activity: 719
Merit: 49
From vega 56 (Hynix) I get only 2mh (SKYDOGE). What settings are needed to improve performance? Thank you.
this algorithm is power hungry, you need high core clock.
newbie
Activity: 5
Merit: 0
From vega 56 (Hynix) I get only 2mh (SKYDOGE). What settings are needed to improve performance? Thank you.
member
Activity: 719
Merit: 49
WildRig Multi 0.40.3
- implemented --force-eff-mode to use efficient kernels when possible instead of maximum performance
- huge improvement of memehash and skydoge for AMD Vega 56/64/Radeon VII on Linux with latest drivers
- slight improvement of memehash and skydoge for NVIDIA Turing+

WildRig Multi 0.40.4
- fixed --gpu-fan-speed on gpu's with multiple fan control
- improved kawpow and other progpow's on NVIDIA Pascal and Ada Lovelace
- huge improvement of memehash and skydoge for AMD Vega 56/64/Radeon VII on Windows and old PAL drivers on Linux
- slight improvement of x-like algorithms on AMD RDNA3
member
Activity: 719
Merit: 49
WildRig Multi 0.39.9c
- fixed hang on "Start mining" message for some rigs
- fixed hashrate regression of skydoge and other x-like algorithms on old AMD Polaris/Vega gpu's
- fixed HTTP API
- returned /api.json for HTTP API

WildRig Multi 0.40.0
- improved memehash, skydoge and other x-like algorithms on NVIDIA gpu's
- fallback to use nvtool on pre-Ampere gpu's for OC

WildRig Multi 0.40.1a
- improved memehash up to 20% on NVIDIA Ampere gpu's
- improved skydoge up to 10% on NVIDIA Ampere gpu's


WildRig Multi 0.40.2
- fixed some NVIDIA errors while mining memehash and skydoge
- significant improvements of memehash and skydoge on AMD RDNA1 and RDNA2 gpu's

WildRig Multi 0.40.2a
- fixed CL_INVALID_WORK_GROUP_SIZE error on some NVIDIA rigs
member
Activity: 719
Merit: 49
I see people on zergpool using 39.9b.
yeah, but looks like there is one specific bug that prevent mining to start(probably related to dns resolve of IP addresses for dev-fee pools), trying to figure out here with one miner.
member
Activity: 631
Merit: 15
I see people on zergpool using 39.9b.
member
Activity: 719
Merit: 49
zergpool is not not working since 0.39.9. Last working version - 0.39.8
Algorithm? OS? GPU's? Drivers?
member
Activity: 618
Merit: 21
zergpool is not not working since 0.39.9. Last working version - 0.39.8
jr. member
Activity: 53
Merit: 6
Super.
Thanks for the updates!
member
Activity: 719
Merit: 49
WildRig Multu 0.39.9
- removed --opencl-launch, now only possible to set intensity with -i or --gpu-intensity
- slightly better memehash, skydoge and other x-like algorithms(depends on gpu)
member
Activity: 221
Merit: 12
Wow, I haven't updated the miner in the last few weeks and now I gained almost 50% hashrate increase on my RTX 4090s with the latest version, thank you, here is a video test - https://www.youtube.com/watch?v=EK0F8-5Mc-c
member
Activity: 719
Merit: 49
WildRig Multi 0.39.8
- implemented --zil-reset-oc, it will reset gpu overclock settings when ZIL PoW Window starts
- now --gpu-reset-oc will reset gpu overclock settings when ZIL PoW Window ends
- fixed logic of --gpu-core-clock, --gpu-memory-clock, --zil-core-clock and --zil-memory-clock, now those parameters will set core/memory clock to default value if use 0 for them
- fixed heavyhash for Vega and Radeon VII on Linux with new drivers
- fixed x22i and x25x for NVIDIA gpu's and AMD RDNA
- slight improvement for memehash and skydoge on NVIDIA Ampere and Ada gpu's
member
Activity: 719
Merit: 49
Hello, thank you very much for the new version. I want to report a problem.
For example, I think that a sudden drop from 6 KH to 3 KH, that is, a 50 percent fluctuation, is not normal. Thanks a lot. Rigim 1xRTX3070, 2XRTX3060 and 1XRX580 are available.
I think you are talking about ghostrider, but this is how this algorithm is working Smiley Similar story was with x16r years ago, but a bit different here. Depends on current block of a coin you are hashing with different type of cryptonight hashfuncs. Some of them are very lightweight(only 256Kb of mem per thread and 65536 iterations for some memory operations) and some are very hard(2Mb of mem per thread and 262144 iterations for some memory operations). And there are three of them in a row, so hashrate drop can be even higher if you were mining easiest hashorder. You can check maximum difference using --benchmark-hashorder parameter. Run miner with --benchmark-hashorder 555 and you will see maximum possible hashrate, with --benchmark-hashorder 222 will give you minimum possible value. But avg is something in between while real mining on pool.
newbie
Activity: 1
Merit: 0
Kurabiye Tarifleri
Hello, thank you very much for the new version. I want to report a problem.
For example, I think that a sudden drop from 6 KH to 3 KH, that is, a 50 percent fluctuation, is not normal. Thanks a lot. Rigim 1xRTX3070, 2XRTX3060 and 1XRX580 are available.

jr. member
Activity: 53
Merit: 6
Thanks! That's working fine.
member
Activity: 719
Merit: 49
WildRig Multi 0.39.7
- lowered driver requirements for NVIDIA gpu's to CUDA 11 compatible(452.39+ on Windows and 450.80.02+ on Linux)

hotfix 0.39.7.1: fixed apply of gpu OC back after ZIL PoW Window
member
Activity: 719
Merit: 49
Update FYI:
Installed the new driver 474.66 fine,
but 0.39.6 version still throw the same errors.

Switched to 0.39.5, while keeping the new driver 474.66 works OK.


Will keep using the new nVidia driver 474.66.

Yeah, I figured out, looks like CUDA 12 support is requeired in drivers. So will search a way to support previous versions too.
Pages:
Jump to: