ciprianpt (OP)
Jr. Member
Offline
Activity: 127
Merit: 8
|
Here it is guys, i tried to benchmark most of the algos with the new RTX 2080 and here are my results so far, still playing with the card btw. Let me know if you want me to test any specific algo with it. Some quick results are listed below compared with two different models of GTX 1080 Ti, you can find more here: https://1stminingrig.com/gigabyte-rtx-2080-mining-performance-review-new-top-gpu/RTX 2080 VS GTX 1080 TiEthereum - EthashGPU Model | Hashrate & Power Draw | Mh/s per 1watt | Gigabyte RTX 2080 | 41.1 Mh/s ; 105w | 0.391 mh/s per watt | Gigabyte GTX 1080 Ti | 36.5 Mh/s ; 150w | 0.243 mh/s per watt | Gigabyte GTX 1080 Ti (with pill) | 54.0 Mh/s ; 175w | 0.308 mh/s per watt | MSI GTX 1080 Ti | 37.6 Mh/s ; 130w | 0.289 mh/s per watt | MSI GTX 1080 Ti (with pill) | 51.3 Mh/s ; 165w | 0.310 mh/s per watt | ZCash - EquihashGPU Model | Hashrate & Power Draw | Mh/s per 1watt | Gigabyte RTX 2080 | 680 Sol/s ; 145w | 4.689 Sol/s per watt | Gigabyte GTX 1080 Ti | 645 Sol/s ; 175w | 3.685 Sol/s per watt | MSI GTX 1080 Ti | 690 Sol/s ; 160w | 4.312 Sol/s per watt | Monero - CryptoNight V7GPU Model | Hashrate & Power Draw | Mh/s per 1watt | Gigabyte RTX 2080 | 893 Sol/s ; 120w | 7.441 H/s per watt | Gigabyte GTX 1080 Ti | 895 Sol/s ; 140w | 6.392 H/s per watt | MSI GTX 1080 Ti | 890 Sol/s ; 135w | 6.592 Sol/s per watt | Ravencoin - X16RGPU Model | Hashrate & Power Draw | Mh/s per 1watt | Gigabyte RTX 2080 | 26 Mh/s ; 155w | 0.167 Mh/s per watt | Gigabyte GTX 1080 Ti | 16 Mh/s ; 150w | 0.106 Mh/s per watt | MSI GTX 1080 Ti | - | - | Nexus - SHA3GPU Model | Hashrate & Power Draw | Mh/s per 1watt | Gigabyte RTX 2080 | 255 Mh/s ; 125w | 2.040 Mh/s per watt | Gigabyte GTX 1080 Ti | 212 Mh/s ; 150w | 1.413 Mh/s per watt | MSI GTX 1080 Ti | 250 Mh/s ; 130w | 1.923 Mh/s per watt |
Thanks!
|
https://1stMiningRig.com - Just Another Mining Blog
|
|
|
philipma1957
Legendary
Offline
Activity: 4298
Merit: 8768
'The right to privacy matters'
|
|
September 28, 2018, 11:57:58 PM |
|
Could you try bitcoininterest ?
|
|
|
|
ciprianpt (OP)
Jr. Member
Offline
Activity: 127
Merit: 8
|
|
September 29, 2018, 12:10:07 AM |
|
Could you try bitcoininterest ?
cu 17:09:18|cuda-0 | Using device: GeForce RTX 2080 (Compute 7.5) cu 17:09:18|cuda-0 | Set Device to current cu 17:09:18|cuda-0 | Resetting device cu 17:09:18|cuda-0 | Compile log: nvrtc: error: invalid value for --gpu-architecture (-arch) X 17:09:18|cuda-0 | Fatal GPU error: CUDA NVRTC error in func dev::eth::CUDAMiner::compileKernel at line 509 calling compileResult failed with error NVRTC_ERROR_INVALID_OPTION X 17:09:18|cuda-0 | Terminating.
|
https://1stMiningRig.com - Just Another Mining Blog
|
|
|
xxcsu
|
|
September 29, 2018, 02:22:34 AM |
|
be careful with that link if you are using chrome you might get a " your browser outdated , update now " msg dont update your chrome
|
|
|
|
nsummy
|
|
September 29, 2018, 02:48:00 AM |
|
Could you try bitcoininterest ?
cu 17:09:18|cuda-0 | Using device: GeForce RTX 2080 (Compute 7.5) cu 17:09:18|cuda-0 | Set Device to current cu 17:09:18|cuda-0 | Resetting device cu 17:09:18|cuda-0 | Compile log: nvrtc: error: invalid value for --gpu-architecture (-arch) X 17:09:18|cuda-0 | Fatal GPU error: CUDA NVRTC error in func dev::eth::CUDAMiner::compileKernel at line 509 calling compileResult failed with error NVRTC_ERROR_INVALID_OPTION X 17:09:18|cuda-0 | Terminating. What miner and OS are you using?
|
|
|
|
cudapop
Member
Offline
Activity: 93
Merit: 41
|
|
September 29, 2018, 03:51:33 AM |
|
cu 17:09:18|cuda-0 | Using device: GeForce RTX 2080 (Compute 7.5) cu 17:09:18|cuda-0 | Set Device to current cu 17:09:18|cuda-0 | Resetting device cu 17:09:18|cuda-0 | Compile log: nvrtc: error: invalid value for --gpu-architecture (-arch)
X 17:09:18|cuda-0 | Fatal GPU error: CUDA NVRTC error in func dev::eth::CUDAMiner::compileKernel at line 509 calling compileResult failed with error NVRTC_ERROR_INVALID_OPTION
X 17:09:18|cuda-0 | Terminating.
From the error at "dev::eth::CUDAMiner::compileKernel" it looks like you're using the main ethminer progpow implementation from IfDefElse (OhGodACompany). That implementation programatically determines the CUDA compute capability of the device to pass to the runtime compiler ("nvrtc") as the value for the "--gpu-architecture" option when it builds the kernel on-the-fly. The new RTX cards are compute capability 7.5 which needs the CUDA 10 SDK. I am guessing you have an older version of the CUDA SDK which is why it can't compile to compute capability 7.5. Try updating to the CUDA 10 SDK: https://developer.nvidia.com/cuda-downloads
|
|
|
|
ciprianpt (OP)
Jr. Member
Offline
Activity: 127
Merit: 8
|
|
September 29, 2018, 09:23:30 AM |
|
be careful with that link if you are using chrome you might get a " your browser outdated , update now " msg dont update your chrome I can assure you the website is fine, can you send me a screenshot ?
|
https://1stMiningRig.com - Just Another Mining Blog
|
|
|
ol92
|
|
September 29, 2018, 09:57:45 AM |
|
Could you try bitcoininterest ?
cu 17:09:18|cuda-0 | Using device: GeForce RTX 2080 (Compute 7.5) cu 17:09:18|cuda-0 | Set Device to current cu 17:09:18|cuda-0 | Resetting device cu 17:09:18|cuda-0 | Compile log: nvrtc: error: invalid value for --gpu-architecture (-arch) X 17:09:18|cuda-0 | Fatal GPU error: CUDA NVRTC error in func dev::eth::CUDAMiner::compileKernel at line 509 calling compileResult failed with error NVRTC_ERROR_INVALID_OPTION X 17:09:18|cuda-0 | Terminating. with tradetec miner, it works : around 25Mh/s with the first version of the miner, the last one hashes lower.
|
|
|
|
ciprianpt (OP)
Jr. Member
Offline
Activity: 127
Merit: 8
|
|
September 29, 2018, 01:26:32 PM Last edit: September 29, 2018, 01:37:27 PM by ciprianpt |
|
cu 17:09:18|cuda-0 | Using device: GeForce RTX 2080 (Compute 7.5) cu 17:09:18|cuda-0 | Set Device to current cu 17:09:18|cuda-0 | Resetting device cu 17:09:18|cuda-0 | Compile log: nvrtc: error: invalid value for --gpu-architecture (-arch)
X 17:09:18|cuda-0 | Fatal GPU error: CUDA NVRTC error in func dev::eth::CUDAMiner::compileKernel at line 509 calling compileResult failed with error NVRTC_ERROR_INVALID_OPTION
X 17:09:18|cuda-0 | Terminating.
From the error at "dev::eth::CUDAMiner::compileKernel" it looks like you're using the main ethminer progpow implementation from IfDefElse (OhGodACompany). That implementation programatically determines the CUDA compute capability of the device to pass to the runtime compiler ("nvrtc") as the value for the "--gpu-architecture" option when it builds the kernel on-the-fly. The new RTX cards are compute capability 7.5 which needs the CUDA 10 SDK. I am guessing you have an older version of the CUDA SDK which is why it can't compile to compute capability 7.5. Try updating to the CUDA 10 SDK: https://developer.nvidia.com/cuda-downloadsThank you, it worked.. i also had to change the miner.. Could you try bitcoininterest ?
cu 17:09:18|cuda-0 | Using device: GeForce RTX 2080 (Compute 7.5) cu 17:09:18|cuda-0 | Set Device to current cu 17:09:18|cuda-0 | Resetting device cu 17:09:18|cuda-0 | Compile log: nvrtc: error: invalid value for --gpu-architecture (-arch) X 17:09:18|cuda-0 | Fatal GPU error: CUDA NVRTC error in func dev::eth::CUDAMiner::compileKernel at line 509 calling compileResult failed with error NVRTC_ERROR_INVALID_OPTION X 17:09:18|cuda-0 | Terminating. What miner and OS are you using? I found pools recommend progpowminer-cuda-windows-0.16_final, windows 10, cuda 10 Could you try bitcoininterest ?
Here it is https://1stminingrig.com/gigabyte-rtx-2080-mining-performance-review-new-top-gpu/#Bitcoin_Interest_ProgPow_Mining_Performancepower draw 145w power limit 65% +150/+0 m 06:36:04 main Speed 22.65 Mh/s gpu0 22.65 [A31] Time: 00:18 m 06:36:10 main Speed 22.64 Mh/s gpu0 22.64 [A31] Time: 00:18 m 06:36:16 main Speed 22.61 Mh/s gpu0 22.61 [A31] Time: 00:18 m 06:36:22 main Speed 22.64 Mh/s gpu0 22.64 [A31] Time: 00:18 m 06:36:29 main Speed 22.58 Mh/s gpu0 22.58 [A31] Time: 00:18 m 06:36:35 main Speed 22.64 Mh/s gpu0 22.64 [A31] Time: 00:18 m 06:36:41 main Speed 22.66 Mh/s gpu0 22.66 [A31] Time: 00:18 Any recommendations?
|
https://1stMiningRig.com - Just Another Mining Blog
|
|
|
uralcryptocoin
Sr. Member
Offline
Activity: 1042
Merit: 328
SIGNATURE CREATION by uralcryptocoin
|
|
September 29, 2018, 07:03:40 PM |
|
Here it is guys, i tried to benchmark most of the algos with the new RTX 2080 and here are my results so far, still playing with the card btw. Let me know if you want me to test any specific algo with it. Some quick results are listed below compared with two different models of GTX 1080 Ti, you can find more here: https://1stminingrig.com/gigabyte-rtx-2080-mining-performance-review-new-top-gpu/RTX 2080 VS GTX 1080 TiEthereum - EthashGPU Model | Hashrate & Power Draw | Mh/s per 1watt | Gigabyte RTX 2080 | 41.1 Mh/s ; 105w | 0.391 mh/s per watt |
..... Thanks! The results are not glad. Seems GDDR6 memory is not good enough. Titan V with HBM2 memory gives 80-85 Mh/s on Ethash algo at 140-150W power consumption. But maybe GPU drivers for RTX cards are not optimized yet...
|
|
|
|
BTC Bitcoin: A Peer-to-Peer Electronic Cash System BTC A purely peer-to-peer version of electronic cash would allow online payments to be sent directly from one party to another without going through a financial institution. Digital signatures provide part of the solution, but the main benefits are lost if a trusted third party is still required to prevent double-spending. We propose a solution to the double-spending problem using a peer-to-peer network. The network timestamps transactions by hashing them into an ongoing chain of hash-based proof-of-work, forming a record that cannot be changed without redoing the proof-of-work. The longest chain not only serves as proof of the sequence of events witnessed, but proof that it came from the largest pool of CPU power. As long as a majority of CPU power is controlled by nodes that are not cooperating to attack the network, they'll generate the longest chain and outpace attackers. The network itself requires minimal structure. Messages are broadcast on a best effort basis, and nodes can leave and rejoin the network at will, accepting the longest proof-of-work chain as proof of what happened while they were gone.
|
|
|
netto7
Jr. Member
Offline
Activity: 252
Merit: 4
|
|
September 30, 2018, 07:59:04 PM |
|
Here it is guys, i tried to benchmark most of the algos with the new RTX 2080 and here are my results so far, still playing with the card btw. Let me know if you want me to test any specific algo with it. Some quick results are listed below compared with two different models of GTX 1080 Ti, you can find more here: https://1stminingrig.com/gigabyte-rtx-2080-mining-performance-review-new-top-gpu/RTX 2080 VS GTX 1080 TiEthereum - EthashGPU Model | Hashrate & Power Draw | Mh/s per 1watt | Gigabyte RTX 2080 | 41.1 Mh/s ; 105w | 0.391 mh/s per watt |
..... Thanks! The results are not glad. Seems GDDR6 memory is not good enough. Titan V with HBM2 memory gives 80-85 Mh/s on Ethash algo at 140-150W power consumption. But maybe GPU drivers for RTX cards are not optimized yet... need driver and miner software update for RTX right now only X16R very good hashrate than 1080ti
|
|
|
|
coinzzzpro
|
|
October 01, 2018, 07:27:50 AM |
|
Have you tried the pill? It is interesting that Equihash shows a bad result in comparison with the 1080 ti. ps With such income, what return will the purchase of this card...
|
|
|
|
adaseb
Legendary
Offline
Activity: 3878
Merit: 1733
|
|
October 01, 2018, 07:41:25 AM |
|
Yes the results aren't earth shattering but its because it needs to be optimised.
When the RX 470 came out the results were horrible, it hashed at like 20MH/s until someone decided to modify the straps and run it at a higher memory clock and achieved almost 30MH/s.
It was also the same with the 1080Ti when it was initially released.
However, in less than 1 month the ETH issuance gets reduced down to 2ETH, so who knows how many of these GPUs will get bought for mining. Might not be worth optimising if nobody will actually use them.
|
|
|
|
hell_slayer
|
|
October 01, 2018, 10:44:23 AM |
|
Ethereum - Ethash Gigabyte RTX 2080 41.1 Mh/s ; 105w 0.391 mh/s per watt Can you tell us , what was GPU FB usage % at this moment ? if it's around 70% it will give a chance that some "pill" (similar to gddr5x) will be created in the future , but if it's already 100% ... well , this will mean that gddr6 sucks in eth mining At least without timings editing, but Nvidia will never allow it , so the only hope is to wait for AMD card with gddr6 onboard.
|
|
|
|
ciprianpt (OP)
Jr. Member
Offline
Activity: 127
Merit: 8
|
|
October 01, 2018, 11:25:25 AM |
|
Ethereum - Ethash Gigabyte RTX 2080 41.1 Mh/s ; 105w 0.391 mh/s per watt Can you tell us , what was GPU FB usage % at this moment ? if it's around 70% it will give a chance that some "pill" (similar to gddr5x) will be created in the future , but if it's already 100% ... well , this will mean that gddr6 sucks in eth mining At least without timings editing, but Nvidia will never allow it , so the only hope is to wait for AMD card with gddr6 onboard. I just checked now and it is around 88% - 89%
|
https://1stMiningRig.com - Just Another Mining Blog
|
|
|
Amph
Legendary
Offline
Activity: 3248
Merit: 1070
|
|
October 01, 2018, 12:23:05 PM |
|
equihash seems a bit underwhelming, can you tweak it maybe?
|
|
|
|
crairezx20
Legendary
Offline
Activity: 1638
Merit: 1046
|
|
October 01, 2018, 12:32:19 PM |
|
Could you try Zhash algo with BTG and set the TDP 75% then 50 for cclock and 500 for mclock.
And let me ask, did you try to use the enlargement pill on RTX 2080?
|
|
|
|
vlad230
|
|
October 01, 2018, 12:32:27 PM Last edit: October 01, 2018, 03:25:58 PM by vlad230 |
|
Monero - CryptoNight V7GPU Model | Hashrate & Power Draw | Mh/s per 1watt | Gigabyte RTX 2080 | 893 Sol/s ; 120w | 7.441 H/s per watt | Gigabyte GTX 1080 Ti | 895 Sol/s ; 140w | 6.392 H/s per watt | MSI GTX 1080 Ti | 890 Sol/s ; 135w | 6.592 Sol/s per watt |
I think you have a typo here. CryptoNight coins are measured by hashes per second (h/s) not Sol/s. If that number is correct and it refers to h/s, I would have expected it to be a bit higher for CryptoNight. The vegas are still way stronger than this GPU. The Vegas are getting about 1.8 - 2 kH/s and are currently almost 1 year old.
|
|
|
|
philipma1957
Legendary
Offline
Activity: 4298
Merit: 8768
'The right to privacy matters'
|
|
October 01, 2018, 12:49:10 PM Last edit: October 01, 2018, 04:17:21 PM by philipma1957 |
|
cu 17:09:18|cuda-0 | Using device: GeForce RTX 2080 (Compute 7.5) cu 17:09:18|cuda-0 | Set Device to current cu 17:09:18|cuda-0 | Resetting device cu 17:09:18|cuda-0 | Compile log: nvrtc: error: invalid value for --gpu-architecture (-arch)
X 17:09:18|cuda-0 | Fatal GPU error: CUDA NVRTC error in func dev::eth::CUDAMiner::compileKernel at line 509 calling compileResult failed with error NVRTC_ERROR_INVALID_OPTION
X 17:09:18|cuda-0 | Terminating.
From the error at "dev::eth::CUDAMiner::compileKernel" it looks like you're using the main ethminer progpow implementation from IfDefElse (OhGodACompany). That implementation programatically determines the CUDA compute capability of the device to pass to the runtime compiler ("nvrtc") as the value for the "--gpu-architecture" option when it builds the kernel on-the-fly. The new RTX cards are compute capability 7.5 which needs the CUDA 10 SDK. I am guessing you have an older version of the CUDA SDK which is why it can't compile to compute capability 7.5. Try updating to the CUDA 10 SDK: https://developer.nvidia.com/cuda-downloadsThank you, it worked.. i also had to change the miner.. Could you try bitcoininterest ?
cu 17:09:18|cuda-0 | Using device: GeForce RTX 2080 (Compute 7.5) cu 17:09:18|cuda-0 | Set Device to current cu 17:09:18|cuda-0 | Resetting device cu 17:09:18|cuda-0 | Compile log: nvrtc: error: invalid value for --gpu-architecture (-arch) X 17:09:18|cuda-0 | Fatal GPU error: CUDA NVRTC error in func dev::eth::CUDAMiner::compileKernel at line 509 calling compileResult failed with error NVRTC_ERROR_INVALID_OPTION X 17:09:18|cuda-0 | Terminating. What miner and OS are you using? I found pools recommend progpowminer-cuda-windows-0.16_final, windows 10, cuda 10 Could you try bitcoininterest ?
Here it is https://1stminingrig.com/gigabyte-rtx-2080-mining-performance-review-new-top-gpu/#Bitcoin_Interest_ProgPow_Mining_Performancepower draw 145w power limit 65% +150/+0 m 06:36:04 main Speed 22.65 Mh/s gpu0 22.65 [A31] Time: 00:18 m 06:36:10 main Speed 22.64 Mh/s gpu0 22.64 [A31] Time: 00:18 m 06:36:16 main Speed 22.61 Mh/s gpu0 22.61 [A31] Time: 00:18 m 06:36:22 main Speed 22.64 Mh/s gpu0 22.64 [A31] Time: 00:18 m 06:36:29 main Speed 22.58 Mh/s gpu0 22.58 [A31] Time: 00:18 m 06:36:35 main Speed 22.64 Mh/s gpu0 22.64 [A31] Time: 00:18 m 06:36:41 main Speed 22.66 Mh/s gpu0 22.66 [A31] Time: 00:18 Any recommendations? sorry been busy did not check this try 75% 80 core 200 memory try 80% power try 80 core 300 memory 145watts and 22.66 speed for this is good a 1080ti does 20-21 tops at 200 watts so for bci mining it is clearly a better card then a 1080ti I get this soon https://www.evga.com/products/product.aspx?pn=08G-P4-2182-KRcost was 785 I own this https://www.amazon.com/EVGA-GeForce-Hybrid-Gaming-Technology/dp/B0713XX64Y/ref=sr_1_sc_1?cost was 800 at your settings it is saving 55 watts and doing 1mh better All below is BCI miningEdit my evga 2080 came today 1 day early on msi 4.6 beta set it to 83% power set it to +99 core set it to +300 ram set it to 61% fan speed getting 23.88 mh my best 1080 ti gets 21 mh set to 83% which is about 205 watts quick numbers are 2080 evga 80% tdp or 172 watts does 23.30mh 1080ti evga 80% tdp or 200 watts does 20.80 mh so 172/200 = 86% of the power 23.3/20.8 = 1.12 % of the hash new 2080 = close to 800 new 1080ti = close to 700 so 130% better with power and hash combined at 115% the price. so if you want to mine bci a new 2080 is a little better then a new 1080ti if you find a new 2080 at 800
|
|
|
|
hell_slayer
|
|
October 02, 2018, 11:45:39 AM |
|
I just checked now and it is around 88% - 89%
Thanks . This means that we can expect a slight increase of Ethash algo mining in the future , when some optimizations in miners/drivers will be made . But in any case gddr6 is not the best option for ethash algorithm
|
|
|
|
|