WildRig Multi 0.28.1: Download multi-algo miner for AMD & NVIDIA



Wildrig Multi  – is a cryptocurrency mining software that supports a large number of algorithms, including the less popular mining algorithms. Works with AMD starting with R200 series and Nvidia. Miner’s commission is 1%.

  • GitHub: https://github.com/andru-kun/wildrig-multi/releases

DISCLAIMER (mostly for AMD miners):

Mining almost all these algorithms that WildRig Multi support isn’t the same thing as mining Cryptonight family or Ethereum. These algo’s more power consuming and core intensive, especially something like x16r. So please, make sure your PSU’s are good enough, GPU’s are rock stable and voltage for them set well. Low core voltage won’t work here in most cases. If you get any instability – start from stock and find your optimal settings.

HiveOS: check update for HiveOS, it should provide latest version.

KNOWN ISSUES:

– not all algorithms working on NVIDIA gpu’s right now, and not all of them are optimized(see Release Notes)
– broken honeycomb algoithm, last working version is 0.17.6
– any report is welcome! Smiley

SUPPORTED GPU’s:

AMD:

– GCN 2nd gen: R7 260, R9 290, R9 295X2, R7 360, R9 390
– GCN 3rd gen: R9 285, R9 380, R9 Fury, R9 Nano
– GCN 4th gen: RX460, RX470, RX480, RX550, RX560, RX570, RX580, RX590
– GCN 5th gen: Vega 11, Vega 56, Vega 64, Radeon VII(but need some changes for better performance)
– RDNA 1st gen: Radeon 5500XT, Radeon 5600XT, Radeon 5700, Radeon 5700XT

Pitcairn, Tahiti and other old cards of GCN 1st gen(like HD 78×0, HD 79×0, R7 265, R9 270, R9 280, R9 370, etc.) are not supported and won’t be, because they are too old and need additional work.

NVIDIA:

– All gpu’s with Compute Capabilities >=5.0 should work
– also specific gpu can be supported via use of –ptx-version parameter(like –ptx-version 71 for sm_86, more ptx version here here)

SUPPORTED ALGORITHMS:

– aergo, anime
– bcd, bitcore, blake2b-btcc, blake2b-glt, blake2s, bmw512
– c11
– dedal
– exosis
– geek, glt-astralhash, glt-globalhash, glt-jeonghash, glt-padihash, glt-pawelhash
– hex, hmq1725, honeycomb
– kawpow
– lyra2tdc, lyra2v2, lyra2v3, lyra2vc0ban
– megabtx, megamec, minotaur, mtp, mtp-tcr
– nist5
– phi, polytimos, progpowz, progpow-ethercore, progpow-sero, progpow-veil
– quark, quibit
– renesis
– sha256, sha256csm, sha256d, sha256q, sha256t, skein2, skunkhash, sonoa
– timetravel, tribus
– vprogpow
– wildkeccak
– x11, x11k, x12, x13, x14, x15, x16r, x16rv2, x16s, x17, x17,r x18, x20r, x21i, x21s, x25x, x33, xevan

BENCHMARKS:

Table here was too old, will be updated in future and only for some main algorithms.

OPTIMAL PARAMETERS:

Since version 0.15.2 parameters –opencl-threads and –opencl-launch set automatically when you put auto. If you want to try different values to find probably better performance, you can start from values shown below each GPU initialization line.
E.g. lines below means –opencl-threads 2 –opencl-launch 21×0. Where –opencl-launch consist of Intensity x Worksize.

Code: (log)
[2019-02-08 14:20:05] GPU #1 [BusID: #4] [Ellesmere] Radeon RX 570 Series
[2019-02-08 14:20:05] threads: 2, intensity: 21, worksize: 0/256, cu: 32, memory: 4096Mb

HINTS:

– some algo’s can boost on amd gpu’s if use parameter –opencl-threads set to 2, or even 3(e.g. phi and skunkhash, but can be unstable)
– higher intensity not always more hashrate, try both more and less value than auto
– try different worksize, e.g. 64 or 128 instead of mostly used 0(same as 256).

DEV-FEE:

– by default is 1%
– lyra2TDC, megabtx, sha256csm, x17r and wildkeccak algorithms are 2%
– minotaur is 5%

TODO:

– extend statistics per GPU(amount of found, rejected and stale shares)
– improve API, show zero statistics for inactive gpu’s if use –opencl-devices parameter
– implement executing custom command when watchdog catch the gpu hang

How to use Wildrig Multi

Step 1 – Download the miner

Download Wildrig, unpack it into a separate folder and find start.bat

Step 2 Configure a batch file for KawPow

Be sure to replace it YOUR_ADDRESS with your wallet address. RIG_ID replace with your own farm name. You can name the farm whatever you like, but the name must contain only Latin letters and symbols “-” and “_”. The wallet must match the cryptocurrency you are mining

Step 3 – Launch Wildrig

Save this batch file and then click start.bat to start mining.

Here is an example Wildrig .bat file for a Beepool (Ravencoin):

wildrig.exe --print-full --algo kawpow --url stratum+tcp://rvn-pool.beepool.org:9531 --worker RIG_ID --user RKAeArXkWLNERjWo5YF3R1xFnYCwKf11sX --pass x
pause
  • This is how the WildRig batch file for Firo (Zcoin):
wildrig.exe --print-full --algo mtp --url stratum+tcp://xzc.2miners.com:8080 --worker RIG_ID --user aMLjCeLBmBGEJP6dYtWEMdZZuPH4w6uFsK --pass x
pause
  • This is how the WildRig batch file for Ravencoin on the Beepool will look like:
  • Setup for NiceHash, Here is a batch file for NiceHesh:
wildrig.exe --print-full --algo kawpow --url stratum+tcp://kawpow.eu-west.nicehash.com:3385 --worker RIG_ID --user 3LZhp4g3m7YWqR4hAPrZsKWbyo7hRBmqvy --pass x
pause

Example of command-line start(with loop if miner crash):

Code: (bat)
@echo off

:loop

wildrig.exe –print-full –algo algo –opencl-threads auto –opencl-launch auto –url pool:port –user wallet –pass password

if ERRORLEVEL 1000 goto custom
timeout /t 5
goto loop

:custom
echo Some error happened, put custom command here
timeout /t 5
goto loop

Changelog:

Code:
0.28.1
- updated progpow-veil for started testnet
- lowered devfee on megabtx and megamec to default 1%

0.28.0
- implemented progpow-veil for Veil(testnet)
- all --benchmark-* parameters will start benchmark, so no need to use additionally --benchmark
- one more fix for minotaur on nvidia
- should be fixed monitoring via nvml on newer nvidia drivers
0.27.6
- fixed issue with getting banned while mining veriblock on official node(this issue possible with other progpow pools too)
- tuned a bit minotaur for nvidia

0.27.5
- fixed crash of some algorithms on nvidia
- further fixes to minotaur on nvidia

0.27.4
- fixed incorrect work and high CPU load of x11k, minotaur and some other similar algorithms for nvidia
- fixed --watchdog for nvidia(now miner will close correctly)

0.27.3
- fixed RTX 3080/3090 support
- fixed --ptx-version parameter
- implemented x33

0.27.2
- fixed incorrect shares on progpow variants after devfee

0.27.1
- added parameter --protocol(ethproxy, ethstratum, stratum, stratum1, stratum2, ufo, ufo2)
- added parameter --no-dag-split
- removed x17r-protocol2(now just use x17r and --protocol ufo2)
- implemented dag split for huge DAG files on AMD drivers
- implemented vprogpow(new algo of VeriBlock)
- implemented x11k(kyancoin)

0.26.0
- implemented megabtx, megamec and minotaur algorithms
- added default --opencl-launch for p102, p104 and p106 gpu's(also fixed it for RTX series)
- support NVIDIA Ampere
- added parameter --ptx-version(to support all new gpu's without separate release)

0.25.2
- fixed crash after devfee for progpow variants
- fixed wrong logic for temp limits(broken since version 0.25.0)
- initial support for amd hardware monitoring via sysfs on Linux

0.25.1
- --opencl-platforms now can be set with values amd and nvidia
- adl/nvml now won't initialize if not needed
- fixed possible crash after donation mining on progpow variants
- improved lyra2 variants for nvidia

0.25.0
- initial support NVIDIA gpu's
- slightly improved speed of kawpow/progpow
- fixed low hashrate of --progpow-kernel 1 on Navi with drivers 20.x
- fixed incorrect shares for progpowz algorithm(--progpow-kernel 2) on Vega and Radeon VII gpu's
- fixed different protocol issues for progpow variants
- fixed possible incorrect nonce when switching from donation session to user session
- added parameter --opencl-platforms to specify on which platforms start mining
- added parameter --no-nvml to disable monitoring of NVIDIA hardware

0.24.1
- fixed broken non-progpow algorithms
- progpow-kernel now set to 2 for Vega
- tune up slightly progpow kernel 2

0.24.0
-added parameter --progpow-kernel(1 or 2 can give better hashrate on different drivers or gpu configuration)
-speedup ProgPow/KawPow up to 10% on pre-Navi gpu's

0.23.2
- faster kernel compilation for ProgPow/KawPow
- fixed start on Linux in some cases
- fixed sending stale shares to pool for ProgPow/KawPow

0.23.1
- improved speed on all ProgPow variants and KawPow
- --donate-level now set to 1% by default

0.23.0
- implemented progpow-sero
- support --benchmark for progpow algorithms and added --benchmark-epoch
- fixed crash when failover pool added

0.22.0
- initial support of kawpow

0.21.0
- implemented progpowz(fairpool.xyz doesn't work!) and progpow-ethercore algorithms

0.20.6
- added sha256csm

0.20.5.3
- fixed low difficulty shares on 666pool
- implemented x17r-protocol2 to support other pools(e.g. official mainnet-pool01.ufo.link)

0.20.5.2
- fixed rejects on x17r when Hvl is first in hashorder

0.20.5.1
- fixed default --diff-factor for x17r

0.20.5
- one more fix to --split-job logic
- added x17r algorithm for ufo-project
- fixed mtp variants on RX gpu's

0.20.4
- fixed regression of lyra2 variants on Navi

0.20.3
- enabled all algorithms for Navi
- fixed lyra2 kernels for Navi
- fixed logic of --split-job parameter(important fix for mtp-tcr)

0.20.2
- added lyra2tdc
- decreased memory usage for hex(should be possible to increase intensity on some cards and get better hashrate)
- fixed client.reconnect
- fixed crashes in some cases if use --opencl-threads 1

0.20.1
- up to 5% hashrate speedup for mtp/mtp-tcr on Navi gpu's
- fixed x22i incorrect shares

0.20.0.3
- unlocked 1% dev-fee for mtp-tcr
- increased a bit hashrate for mtp and mtp-tcr on RX and Vega cards
- added parameter --split-job(should be useful for mtp-tcr)

0.20.0.2
- implemented mtp and mtp-tcr algorithms(Radeon 5700/5700XT support it too)
- new parameter --opencl-less-cpu-load

0.19.3
- fixed x16rv2

0.19.2
- added Radeon 5700/5700XT support for limited list of algorithms
- added support for Vega 11(gfx902)
- implemented x16rv2

0.18.0
- added glt-globalhash algorithm
- implemented --gpu-temp-limit and --gpu-temp-resume parameters
- now additionally to hashrate miner will show GPU temperature, fan speed and uptime
- added parameter --print-power(which will show power consumption per GPU Chip)
- added parameter --benchmark-timeout*

0.17.9:
- fixed blake2b family for Linux
- wildkeccak around %1 speed increase
- added --print-devices parameter

0.17.8:
- improved blake2b(lower power consumption on pre-Vega gpu's and higher hashrate on Vega gpu's)

0.17.7:
- donation for honeycomb now can be reduced to 1%
- slightly improved different algorithms for Vega cards(e.g. honeycomb up to 3%)

0.17.6:
- up to 5%-6% faster blake2b-btcc and blake2b-glt
- added skein2(WoodCoin)

0.17.5:
- added blake2b-btcc and blake2b-glt algorithms
- fixed gfx907(some Radeon VII gpu's) support

0.17.4:
- added just for fun anime algo
- possible fix to crash on Linux
- improved honeycomb up to 3%

0.17.3:
- up to 20% faster x25x

0.17.2:
- fixed support x25x on Linux
- fixed handling rejects for some pools(e.g. coinfoundry)

0.17.1:
- fixed x22i and x25x for Radeon VII
- fixed Tonga support
- re-tuned auto parameters for Baffin's, gfx804 and Hawaii gpu's

0.17.0:
- added x25x
- re-tuned auto-parameters to maximize hashrate with new optimizations for x16-family and other complex algorithms(right now only for Tonga, Fiji, RX470/570/RX480/RX580 and Vega cards)

0.16.5:
- should be better stability for wildkeccak using --scratchpad-safe-update on some systems
- improved x16-like(Shavite at start), honeycomb and skunkhash

0.16.4:
- improved honeycomb
- fixed hex, hmq1725 and some other algorithms hashrate regression
- fixed parameters --scratchpad-safe-update, --scratchpad-full-update, --no-extranonce(they was random if not specified)
- fixed communication with some pools

0.16.3:
- continue improve some hashorders for x16 family(JH512 in middle, SIMD at start)
- special improvement for Vega on almost all algorithms(bcd, x16-fmaily, hex, x22i, etc.)
- added parameter --no-extranonce
- added parameter --scratchpad-full-update

0.16.2:
- fixed xevan on Vega
- another improve to x16-like algorithms for specific hashorder(SIMD at start)

0.16.1:
- added algorithm xevan
- improved speed a bit for some hashorders in x16-like algorithms(CubeHash and Echo at start)
- added parameter --scratchpad-safe-update for wildkeccak algorithm

0.16.0:
- added wildkeccak algorithm
- added honeycomb algorithm(since 0.15.6 preview - boost up to 5%)
- improved speed on some hashorders for x16-like algorithms
- interface changes, now real difficulty of shares shown and so on

0.15.3.8:
- tuned auto-parameters for Vega
- fixed Tonga and Bonaire support

0.15.3.7:
- tuned auto parameters for RX550 and for some algorithms for other gpu's

0.15.3.6
- added support for Lexa RX550(gfx804)
- increased a bit speed of lyra2v3
- added bmw512
- added --diff-factor parameter
- removed diff from accepted message
- fixed support for Fiji and Tonga

0.15.2.2
- fixed broken Ctrl+C command

0.15.2.1
- fixed skunkhash

0.15.2
- tweaked lyra2v3 a bit
- fixed x16rt to support GIN coin
- temporary removed mtp algo(will be improved in next releases)
- implemented auto parameter for --opencl-threads and --opencl-launch(will work only for RX460/RX560, RX470/RX570, RX480/RX580 and Vega 56/64)
- now Ctrl+C(closing the miner) works more correctly

0.14.0
- added support for lyra2v3, lyra2vc0ban, glt-astralhash, glt-jeonghash, glt-padihash and glt-pawelhash
- correct shutdown of miner

0.13.4
- added algo x21s, dedal
- correct checking rejects from pools like suprnova
- improved speed of hex, hmq1725, x16r, x16s, x22i

0.13.2
- improved hashrate for hex, hmq1725, sonoa, x16r, x16s, x17, x18 and x22i
- extended accepted/rejected message with number of GPU that solved the share

0.13.1
- added aergo algo
- fixed stability of hashrate

0.13.0
- added x18 algo
- improved speed for x16, x17, hex and other algo's

0.12.9
- increased hashrate for x22i up to 10%
- fixed hashrate drops for x22i
- slight boost for x16r, x16s and x17 algo

0.12.8.1
- fixed rejects in some cases for x16r, x16s, hex and some timetravel algo's

0.12.8
- speedup for all algo's, up to 10%

0.12.7
- fixed low hashrate on Vega cards
- more improvements to x22i
- now higher intensity can be set

0.12.6
- significant increase of hashrate for x22i algo
- fixed support gfx901

0.12.5.1
- one more fix for NiceHash support

0.12.5
- fixed random crash after "new job", introduced in 0.12.4
- fixed NiceHash support
- fixed extra nonce subscription
- officially added algorithms x22i, exosis and skunkhash

0.12.1.1
- fixed hashrate printing per gpu

0.12.1
- added bitcore(timetravel10) algo
- improved hashrate for x16r/x16s/hex algo's when fugue, whirlpool, or skein is first in hashorder
- slight hashrate increase for all algo's where fugue used(e.g. bcd, renesis, a bit higher increase for sonoa and hmq1725)
- implemented colorized hashorder printing for some algo's
- implemented --benchmark parameter
- reworked --opencl-threads, now will work with --opencl-devices correctly
- fixed custom algo support in HiveOS

0.12.0
- slight speedup for bcd
- fixed API for showing correct hashrate when use --opencl-threads
- stripped kernels

0.11.9
- speedup x16r/x16s in some cases on final step
- fixed regress for simd, so should speedup x16r/x16s and return speed for other algos(bcd, sonoa, etc.)
- added hex algo
- now intensity can be set using sgminer-like numbers(old one supported too)
- improved API a bit, now threads contains hashrate per GPU, not per thread, so it should be correct now for HiveOS/etc.
- fixed GPU numbering at start when --opencl-threads used

0.11.8
- regen job now per GPU, should increase poolside hashrate
- added x16r, x16s and timetravel algorithms
- 30% boost for hmq1725
- grouped print of hashrate per GPU when use --opencl-threads parameter
- H/s unit in API instead of kH/s

0.11.7
- slight hashrate improvement
- added x17 algo
- improved pool communication code
- backup pools support(just use --url, --user and --pass as many times as you need)

0.11.6
- fixed regen job(it was working only once per "new job" message)
- optimized phi and renesis a bit
- some changes to kernels for more safe and correct calculations

0.11.5
- 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

0.11.4
- implemented subscribe for extra nonce
- final fix for "Duplicate share"
- implemented support few solved shares per iteration for one GPU

0.11.3
- some minor improvements to hashrate of different algo's
- added c11 and tribus

0.11.2
- critical: fixed sonoa hashing
- fixed sending stale shares
- fixed possible "Duplicate share"
- added phi algo

0.11.1
- fixed support not yiimp-based pools
- significant boost for all algo's
- added geek algo

0.11.0
- fixed rejects after donation mining
- critical: fixed possible stuck at donation mining if miner can't login

0.10.9
- added bcd algo
- improved speed for hmq1725
- a bit more correct share validation for sonoa and renesis

0.10.8.1:
- fixed hmq1725 algo

0.10.8:
- added sonoa algo
- implemented --opencl-threads parameter

0.10.7:
- added hmq1725 algo
- improved speed for renesis algo
- added gfx900 kernels
 

Read more articles about cryptocurrencies and mining at CRAZY-MINING.ORG

Do you like to read similar articles about cryptocurrencies and mining, do you want to support me as an author or ask questions? Be the first to know the news, subscribe to my telegram channel CRYPTO WIKIES

Leave a Reply

Your email address will not be published. Required fields are marked *