Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: Asgeirsk on February 08, 2018, 03:56:47 PM



Title: Mining the algo: hmq1725 with newer AMD cards. Possible?
Post by: Asgeirsk on February 08, 2018, 03:56:47 PM

Hello!

Does anyone know if there is a software miner out there that supports this?
We have been trying sgminer 5.1.1 (may 2016), but we only get HW errors. This miner works ok with older AMD card: i.e. R9 280
This is either because we have updated drivers (past 17.7) or the card/mem architecture on RX560/RX570/RX580?

Please halp. And thank you in advance!

All the best!


Title: Re: Mining the algo: hmq1725 with newer AMD cards. Possible?
Post by: fapar on February 08, 2018, 04:26:32 PM

Hello!

Does anyone know if there is a software miner out there that supports this?
We have been trying sgminer 5.1.1 (may 2016), but we only get HW errors. This miner works ok with older AMD card: i.e. R9 280
This is either because we have updated drivers (past 17.7) or the card/mem architecture on RX560/RX570/RX580?

Please halp. And thank you in advance!

All the best!


Unfortunately, exactly the same problem when trying to mining ESP on the RX480. Shares are also found and the pool accepts them, but for 3 HW in 2 seconds(( Drivers 17.12.2


Title: Re: Mining the algo: hmq1725 with newer AMD cards. Possible?
Post by: saration on February 09, 2018, 09:50:03 AM

Hello!

Does anyone know if there is a software miner out there that supports this?
We have been trying sgminer 5.1.1 (may 2016), but we only get HW errors. This miner works ok with older AMD card: i.e. R9 280
This is either because we have updated drivers (past 17.7) or the card/mem architecture on RX560/RX570/RX580?

Please halp. And thank you in advance!

All the best!


Unfortunately, exactly the same problem when trying to mining ESP on the RX480. Shares are also found and the pool accepts them, but for 3 HW in 2 seconds(( Drivers 17.12.2

Also same here, sgminer start the nvidia card instead of the rx 580...


Title: Re: Mining the algo: hmq1725 with newer AMD cards. Possible?
Post by: 4ward on February 09, 2018, 02:40:36 PM
This one works fine on rx480
https://github.com/CryptoCoderz/sgminer_HMQ1725/tree/master/release


Title: Re: Mining the algo: hmq1725 with newer AMD cards. Possible?
Post by: Asgeirsk on February 10, 2018, 05:35:30 PM
This one works fine on rx480
https://github.com/CryptoCoderz/sgminer_HMQ1725/tree/master/release


Thanks for sharing, mate! Ill look into it! Much appreciated.


Title: Re: Mining the algo: hmq1725 with newer AMD cards. Possible?
Post by: khunpoum on August 03, 2018, 08:34:55 PM
i try compile under Ubuntu 16.04 from sources (branch master)

https://github.com/CryptoCoderz/sgminer_HMQ1725

but get error  "algorithm.c:775:8: error: ‘ALGO_HMQ1725’ undeclared here (not in a function)"

next, i find solution:

Fix for the error during compilation against current git master:
Code:
diff --git a/algorithm.h b/algorithm.h
index b2527d1..eb9542e 100644
--- a/algorithm.h
+++ b/algorithm.h
@@ -21,6 +21,7 @@ typedef enum {
   ALGO_X15,
   ALGO_KECCAK,
   ALGO_QUARK,
+  ALGO_HMQ1725,
   ALGO_TWE,
   ALGO_FUGUE,
   ALGO_NIST,

I fixed algorithm.h but new error occurs :
"sgminer-algorithm.o:(.data+0x750): undefined reference to `hmq1725_regenhash'"
what can I fix  also?

or where i can find another miner soft with algo hmq1725 for AMD GPU?


Title: Re: Mining the algo: hmq1725 with newer AMD cards. Possible?
Post by: eduardo84 on November 05, 2018, 02:34:03 AM
yes

https://bitcointalk.org/index.php?topic=5023676.0