Author

Topic: Mining the algo: hmq1725 with newer AMD cards. Possible? (Read 593 times)

newbie
Activity: 19
Merit: 0
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?
newbie
Activity: 52
Merit: 0

Thanks for sharing, mate! Ill look into it! Much appreciated.
member
Activity: 473
Merit: 18
jr. member
Activity: 67
Merit: 1

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...
sr. member
Activity: 1358
Merit: 267
Undeads.com - P2E Runner Game

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
newbie
Activity: 52
Merit: 0

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!
Jump to: