Pages:
Author

Topic: [AMD] New AMD RX Graphics Cards of 2019 - RX 5700 / XT, RX 600 - page 13. (Read 23334 times)

sr. member
Activity: 2632
Merit: 328
Released WildRig 0.19.0 preview with RX 5700 series support.

Here some results for stock Sapphire RX 5700 XT(better results can be achieved with undervolt)
blake2b     - 2.1GH/s
lyra2v3     - 72MH/s
lyra2vc0ban - 65MH/s


Download and Details


Can anyone provide numbers for vega 64 / radeon vii in order to compare?
Vega64 is doing 104mhs on lyra2v3 at 300$ new card
I doubt navi will pass vega series


Its probably still unoptimized, lets wait few months before making statements about hashrates
member
Activity: 212
Merit: 12

I doubt navi will pass vega series


They have released their midrange card first. Let's see what the 5800 (XT) will bring to the table.
legendary
Activity: 1764
Merit: 1002
Released WildRig 0.19.0 preview with RX 5700 series support.

Here some results for stock Sapphire RX 5700 XT(better results can be achieved with undervolt)
blake2b     - 2.1GH/s
lyra2v3     - 72MH/s
lyra2vc0ban - 65MH/s


Download and Details


Can anyone provide numbers for vega 64 / radeon vii in order to compare?
Vega64 is doing 104mhs on lyra2v3 at 300$ new card
I doubt navi will pass vega series
jr. member
Activity: 199
Merit: 1
Can anyone offer any assistances trying to mine with 5700xt stock settings STAK 2.10.6 with currency set to cryptonight_GPU getting close to 1600hs but all shares rejected by nanoonpool, switching to Monero or another algo all shares accepted but 854mhs tried the other which is just terrible
any assistance?
SRBMiner works lovely on my Vega but 0mhs on 5700xt
XMR STAK 2.5 also can't get over 850 stock settings
tried 18.5.2 19.7.2 19.7.3 all drivers across all miners

Try hashvault.pro pool, all my shares get accepted on there. I'm doing around 1600 h/s with a regular 5700 on XMR STak.

are you using default setting or did you modify the amd config file to include 2 threads?

I tried I looked up some guides and failed to do it, how do I do 2 threads? I tried just copy paste the the section after the gpu but didn't work
could you show me what I need to edit and edit to what in the amd config file please? I can post back results

I would love to get 1600hs on that or this card maybe some settings you have are better? what's you power consumption

(long time Ethereum miner with claymore, new to XmrStak and Monero)

Can you copy and paste your amd config here?
legendary
Activity: 1901
Merit: 1024
DDesignE

you expected 100+ for real man....

same with the one that posted cryptonight speed later we see its cryptonight GPU algo speed...

5700 IS PURE CRAP, if you want gddr6 get RTX2060 super its same memory + tensor core don`t beat the dead cat and spread insane expectations just because its damn shite AMD!
member
Activity: 81
Merit: 43
Can anyone offer any assistances trying to mine with 5700xt stock settings STAK 2.10.6 with currency set to cryptonight_GPU getting close to 1600hs but all shares rejected by nanoonpool, switching to Monero or another algo all shares accepted but 854mhs tried the other which is just terrible
any assistance?
SRBMiner works lovely on my Vega but 0mhs on 5700xt
XMR STAK 2.5 also can't get over 850 stock settings
tried 18.5.2 19.7.2 19.7.3 all drivers across all miners

Try hashvault.pro pool, all my shares get accepted on there. I'm doing around 1600 h/s with a regular 5700 on XMR STak.

are you using default setting or did you modify the amd config file to include 2 threads?

I tried I looked up some guides and failed to do it, how do I do 2 threads? I tried just copy paste the the section after the gpu but didn't work
could you show me what I need to edit and edit to what in the amd config file please? I can post back results

I would love to get 1600hs on that or this card maybe some settings you have are better? what's you power consumption

(long time Ethereum miner with claymore, new to XmrStak and Monero)
newbie
Activity: 3
Merit: 0
Hi guys again,

so, I've been messing around with the Ethminer Opencl Kernel, and I think I found out what is wrong with the RX 5700 family for mining ETH on OpenCL 2.0:

(Gonna need some help fixing it)

Let's Start:

After you download the new release's source code here:
https://github.com/ethereum-mining/ethminer/archive/v0.19.0-alpha.0.tar.gz
Extract it and find the kernels/cl/ folder,
Edit the ethash.cl file, change this line(236):
Code:
    mix = fnv(mix, g_dag[buffer[lane_idx]].uint8s[thread_id]); \
to this:
Code:
   /* mix = fnv(mix, g_dag[buffer[lane_idx]].uint8s[thread_id]);*/ \ 
compile and run the miner!

That line is responsible for bottlenecking the hole code!

I am able to achieve 300+ MH/s without that line of code!
(LOOOOL not mining properly, of course, I get only rejected shares!)

So:

My thoughts on this, and after some testing, the problem is MEMORY ACCESS!
let's get back to the code:
Code:
    mix = fnv(mix, g_dag[buffer[lane_idx]].uint8s[thread_id]); \
if I change
Code:
buffer[lane_idx]
for a defined value eg. '0',
It runs @ ~80MH/s (I assume It's the real Speed),
but of course again, REJECTED SHARES, because
Code:
buffer[lane_idx]
is supposed to change according to 'lane_idx'!
Bottom line is, fetching this piece of code's value from memory is slowing down the hole thing!

Conclusion:

I need Help, since I'm no ETH nor OpenCL Expert...
We can assume from this the Theoretical Seed of ~80MH/s for mining ETH on the RX 5700 XT!
(not bad, but I was Expecting 100+ MH/s)
(maybe with specific optimizations, driver upgrade, etc, we could get better performance)
jr. member
Activity: 199
Merit: 1
Can anyone offer any assistances trying to mine with 5700xt stock settings STAK 2.10.6 with currency set to cryptonight_GPU getting close to 1600hs but all shares rejected by nanoonpool, switching to Monero or another algo all shares accepted but 854mhs tried the other which is just terrible
any assistance?
SRBMiner works lovely on my Vega but 0mhs on 5700xt
XMR STAK 2.5 also can't get over 850 stock settings
tried 18.5.2 19.7.2 19.7.3 all drivers across all miners

Try hashvault.pro pool, all my shares get accepted on there. I'm doing around 1600 h/s with a regular 5700 on XMR STak.

are you using default setting or did you modify the amd config file to include 2 threads?
member
Activity: 81
Merit: 43
cryptonight_r  XmrStak 2.10.6 3900x 4.3 1.32vcore
newbie
Activity: 11
Merit: 0
Yeah maybe, know of a decent pool? or I just might mine until I find something more profitable or etherum miner becomes avail....slightly disappointed Sad but i'll live the 3900x tho 107 watts 1600mh on same miner super stoked about that and with new algo might go up in October!

1600mh cpu on which algo?
i use pool.ryo-currency.com
member
Activity: 81
Merit: 43
Yeah maybe, know of a decent pool? or I just might mine until I find something more profitable or etherum miner becomes avail....slightly disappointed Sad but i'll live the 3900x tho 107 watts 1600mh on same miner super stoked about that and with new algo might go up in October!
newbie
Activity: 11
Merit: 0
Can anyone offer any assistances trying to mine with 5700xt stock settings STAK 2.10.6 with currency set to cryptonight_GPU getting close to 1600hs but all shares rejected by nanoonpool, switching to Monero or another algo all shares accepted but 854mhs tried the other which is just terrible
any assistance?
SRBMiner works lovely on my Vega but 0mhs on 5700xt
XMR STAK 2.5 also can't get over 850 stock settings
tried 18.5.2 19.7.2 19.7.3 all drivers across all miners
could be a shot in the dark, but maybe try another pool for cn.gpu?
legendary
Activity: 3318
Merit: 1247
Bitcoin Casino Est. 2013
I am very impressed with 72 Mhs for Lyra2rev, these cards seems like the new benchmarks for mining with graphic cards.I think that many new persons will come to mining with these cards soon.
member
Activity: 81
Merit: 43
Can anyone offer any assistances trying to mine with 5700xt stock settings STAK 2.10.6 with currency set to cryptonight_GPU getting close to 1600hs but all shares rejected by nanoonpool, switching to Monero or another algo all shares accepted but 854mhs tried the other which is just terrible
any assistance?
SRBMiner works lovely on my Vega but 0mhs on 5700xt
XMR STAK 2.5 also can't get over 850 stock settings
tried 18.5.2 19.7.2 19.7.3 all drivers across all miners
member
Activity: 640
Merit: 56
minerstat
Profitability calculator for RX 5700 TX.

sr. member
Activity: 1246
Merit: 274
Released WildRig 0.19.0 preview with RX 5700 series support.

Here some results for stock Sapphire RX 5700 XT(better results can be achieved with undervolt)
blake2b     - ~2.1GH/s
lyra2v3     - ~72MH/s
lyra2vc0ban - ~65MH/s


Download and Details

I've been mining to your VTC address for a little under 2 hours so far with a rx 5700 XT.  So far the average hashrate has been ~72 mh/s on stock settings, using 180 watts and Temp of ~75c (92c Hotspot) at 50% fan.  I have not tried adjusting any clocks or voltages.
jr. member
Activity: 39
Merit: 2
Released WildRig 0.19.0 preview with RX 5700 series support.

Here some results for stock Sapphire RX 5700 XT(better results can be achieved with undervolt)
blake2b     - 2.1GH/s
lyra2v3     - 72MH/s
lyra2vc0ban - 65MH/s


Download and Details
So let's put it this way, i think navi got alot of potentional, i just got around 65mh on lyra2v3 with undervolt to 850mv and 1650mhz on core, power consumtion is around 110w in gpuz, i can't measure from wall atm, but i will post as soon i can do it
member
Activity: 720
Merit: 49
Released WildRig 0.19.0 preview with RX 5700 series support.

Here some results for stock Sapphire RX 5700 XT(better results can be achieved with undervolt)
blake2b     - 2.1GH/s
lyra2v3     - 72MH/s
lyra2vc0ban - 65MH/s


Download and Details

Can anyone provide numbers for vega 64 / radeon vii in order to compare?
Vega 64 gives up to 90-100MH/s on Lyra2v3 as I know(with proper undervolt of course). And 5700 XT should lift more than current 72-78Mh/s, probably we will see performance near to Vega56/Vega64.
member
Activity: 131
Merit: 13
In the fray since 2013.
Released WildRig 0.19.0 preview with RX 5700 series support.

Here some results for stock Sapphire RX 5700 XT(better results can be achieved with undervolt)
blake2b     - 2.1GH/s
lyra2v3     - 72MH/s
lyra2vc0ban - 65MH/s


Download and Details

Can anyone provide numbers for vega 64 / radeon vii in order to compare?
member
Activity: 720
Merit: 49
Released WildRig 0.19.0 preview with RX 5700 series support.

Here some results for stock Sapphire RX 5700 XT(better results can be achieved with undervolt)
blake2b     - ~2.1GH/s
lyra2v3     - ~72MH/s
lyra2vc0ban - ~65MH/s


Download and Details
Pages:
Jump to: