• 📌 YASAL UYARI : Forumunda yer alan bilgi, yorum ve tavsiyelerin hiçbiri "Yatırım Danışmanlığı" kapsamında değildir. Yatırım danışmanlığı hizmetlerini aracı kurumlar, portföy yönetim şirketleri, mevduat kabul etmeyen bankalar, dijital varlık, kripto para borsaları v.b. kurumlarla müşteri arasında imzalanacak yatırım danışmanlığı sözleşmesi adı altında yürütülmektedir. Burada yer alan tüm bilgi, belge, yorum, tavsiye, analizler, haber ve yazılar forum üyelerinin kişisel görüşlerinden ibarettir. Bu nedenle forum içeriklerinde yer alan bilgilere dayanarak yatırım kararı alınması tercih ve beklentilerinize uygun olmayabilir.

    📌 ALTIN ÖĞÜT : Forum sitemizde okumuş olduğunuz bilgiler fikir verme amacı güttüğünü unutmayın! Edindiğiniz bilgileri akıl ve mantık çerçevesinde değerlendirmeniz size kazandırır aksi taktirde doğacak olan her türlü sonuçtan kriptokulis.com sorumluluk kabul etmez.

WildRig Multi 0.25.2: multi-algo miner for AMD & NVIDIA



Katılım
27 Şub 2020
Mesajlar
85
Beğeniler
1
Puanları
8
Konum
USA
#1
WildRig Multi 0.25.2 beta

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.


Download for Windows

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!

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

NVIDIA:
- All gpu's with Compute Capabilities> = 5.0 should work

Pitcairn, Tahiti and other old cards of GCN 1st gen (like HD 78x0, HD 79x0, 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.

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- globalhash, glt-jeonghash, glt-padihash, glt- globalhash pawelhash
- hex, hmq1725, honeycomb
- kawpow
- lyra2tdc, lyra2v2, lyra2v3, lyra2vc0ban
- mtp, mtp-tcr
- nist5
- phi, polytimos, progpowz, progpow-ethercore, progpow-sero
- quark
quibit
- sha256, sha256csm, sha256d, sha256q, sha256t, skein2, skunkhash, sonoa
- timetravel, tribus
- wildkeccak
- x11, x12, x13, x14, x15, x16r, x16rv2, x16s, x17, x17, r x18, x20r, x20r, x21 x21s, x25x, xev the

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.
Eg lines below means --opencl-threads 2 --opencl-launch 21x0 . 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 if use parameter --opencl-threads set to 2, or even 3 (eg phi and skunkhash, but can be unstable)
- higher intensity not always more hashrate, try both more and less value than auto
- try different worksize, eg 64 or 128 instead of mostly used 0 (same as 256).

DEV-FEE :
- by default is 1%
- lyra2TDC, sha256csm, x17r and wildkeccak algorithms are 2%

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



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
:
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 (eg 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.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 (eg 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 (eg 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

 

En beğenilen konular

Forum istatistikleri

Konular
3,533
Mesajlar
7,369
Kullanıcılar
2,420
Son üye
diyarbakirhaber