Pages:
Author

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

newbie
Activity: 30
Merit: 0
is there any way to add gfx804 kernel for sapphire pulse rx 550?
Unfortunately no. Because of toolchain restrictions, this will be hard to maintain. Maybe someday in future.

Hi, master!
How about deeponion (x13), lux(phi2) into todo list?
Thanks in advance))
X11, X13, X14 and X15 are ASIC minable, so I don't see any reason to add it into miner Smiley What about phi2 - no plans for it right now, need some time to learn Lyra2 family algo's and difference between them.

You can implement the protocol YescryptR32?
newbie
Activity: 103
Merit: 0
What about phi2 - no plans for it right now, need some time to learn Lyra2 family algo's and difference between them.
[/quote]
THX) Looking forward for it)
member
Activity: 719
Merit: 49
is there any way to add gfx804 kernel for sapphire pulse rx 550?
Unfortunately no. Because of toolchain restrictions, this will be hard to maintain. Maybe someday in future.

Hi, master!
How about deeponion (x13), lux(phi2) into todo list?
Thanks in advance))
X11, X13, X14 and X15 are ASIC minable, so I don't see any reason to add it into miner Smiley What about phi2 - no plans for it right now, need some time to learn Lyra2 family algo's and difference between them.
newbie
Activity: 103
Merit: 0
Released 0.11.5 beta
- some small improvements to renesis, c11, phi, bcd, tribus
- implemented job regen using extra nonce, should be no more "waiting for a new job more than"(pool should support extra nonce subscription, some of GeekCash pools don't support it)
- one more fix to "Duplicate share" problem

note: don't forget to copy kernels too when replace old version of miner, otherwise you will get troubles Smiley

Hi, master!
How about deeponion (x13), lux(phi2) into todo list?
Thanks in advance))
newbie
Activity: 153
Merit: 0
is there any way to add gfx804 kernel for sapphire pulse rx 550?
member
Activity: 719
Merit: 49
Released 0.11.5 beta
- some small improvements to renesis, c11, phi, bcd, tribus
- implemented job regen using extra nonce, should be no more "waiting for a new job more than"(pool should support extra nonce subscription, some of GeekCash pools don't support it)
- one more fix to "Duplicate share" problem

note: don't forget to copy kernels too when replace old version of miner, otherwise you will get troubles Smiley
member
Activity: 476
Merit: 19
The software I was referring to, its linked on the home page as its developed by zergpool(or paid for..)
But probably it does just what the page you linked does.

member
Activity: 719
Merit: 49
Before you spend time, I try to explain better myself. For Nvda there is:

https://github.com/pinpins/Sniffdogminer/releases

and many other Nplusminer  Nemosminer etc that change miner & algos when there is more profit onmining  lets say Neoscrypt instead of lyra2z based on the data provided by the pool itself

There is none for AMD only,and as you miner mine almost all the algos I thought it can be a good addiction
hm, I saw only this page
member
Activity: 476
Merit: 19
Before you spend time, I try to explain better myself. For Nvda there is:

https://github.com/pinpins/Sniffdogminer/releases

and many other Nplusminer  Nemosminer etc that change miner & algos when there is more profit onmining  lets say Neoscrypt instead of lyra2z based on the data provided by the pool itself

There is none for AMD only,and as you miner mine almost all the algos I thought it can be a good addiction
member
Activity: 719
Merit: 49
Nice. It works with all my 550. Speed is good enough.

Can you spend a couple of hour in order to automatically switch from one algo to another when mining in Zergpool, ashapool ?

Then I will delete every other miner I am currently using
Hmm, so Zergpool checks for algo via client.get_algo stratum message and refuse connection if current one is not you set for miner? I guess I can implement that, will try tomorrow.
member
Activity: 476
Merit: 19
Nice. It works with all my 550. Speed is good enough.

Can you spend a couple of hour in order to automatically switch from one algo to another when mining in Zergpool, ashapool ?

Then I will delete every other miner I am currently using
member
Activity: 719
Merit: 49
Released 0.11.4 beta
- implemented subscribe for extra nonce
- final fix for "Duplicate share"
- implemented support few solved shares per iteration for one GPU

note: don't forget to re-download kernels for old cards if you use them, old one kernels will lead to crash of miner
member
Activity: 719
Merit: 49
If you get a the following error message with an older card like my Radeon 390 with a newer version of Wildrig Multi you also have to download the additional binaries for this version.

Error CL_INVALID_KERNEL_NAME when calling clCreateKernel for kernel 'jh512_80'
Yeah, mostly every new build require to re-download kernels, because I improve them too, not only miner itself Smiley Anyway, thanks for the warning miners, probably will add that note too.
member
Activity: 719
Merit: 49
warning for those who use miner with algorithms where your rig do above 30-40MH/s, or you see waiting for a new job more than message: split mining to few instances of miner. That can be done next:
- remove --opencl-threads parameter
- add --opencl-devices parameter like this: --opencl-devices 0,1,2(this will be for fist 3 gpu)
- shift that value for every new instance of miner, e.g. next 3 gpu values will be like --opencl-devices 3,4,5
- for using same amount of threads per device as was set with --opencl-threads parameters, just copy device id's like this: --opencl-devices 0,0,1,1,2,2(this will use 2 threads per every device)

This problem will be fixed in newer build using extranonce subscription, I'm working on that
newbie
Activity: 39
Merit: 0
If you get a the following error message with an older card like my Radeon 390 with a newer version of Wildrig Multi you also have to download the additional binaries for this version.

Error CL_INVALID_KERNEL_NAME when calling clCreateKernel for kernel 'jh512_80'

member
Activity: 719
Merit: 49
how to use "no api" version in ubuntu 18 since it gives me the dependence error libmicrohttpd10
Sorry, forgot to compile it %) Will upload it later, but you can solve the problem like this(thanks for @khunpoum)
Code: (bash)
wget http://mirrors.kernel.org/ubuntu/pool/universe/libm/libmicrohttpd/libmicrohttpd10_0.9.44+dfsg-1ubuntu2_amd64.deb
dpkg -i libmicrohttpd10_0.9.44+dfsg-1ubuntu2_amd64.deb
jr. member
Activity: 69
Merit: 1
how to use "no api" version in ubuntu 18 since it gives me the dependence error libmicrohttpd10
member
Activity: 719
Merit: 49
Added links for Linux and HiveOS builds, but didn't test them yet.
member
Activity: 719
Merit: 49
Released 0.11.3 beta
- some minor improvements to hashrate of different algo's
- added c11 and tribus

ps: updated optimal parameters for RX460. Working on Linux and HiveOS build.
do you add api for this miner? i want to use this miner in awesome miner

yes, it already there. Same as in xmr-stak/xmrig, just use --api-port parameter Smiley
copper member
Activity: 416
Merit: 105
Released 0.11.3 beta
- some minor improvements to hashrate of different algo's
- added c11 and tribus

ps: updated optimal parameters for RX460. Working on Linux and HiveOS build.
do you add api for this miner? i want to use this miner in awesome miner
Pages:
Jump to: