zawawa (OP)
Sr. Member
Offline
Activity: 728
Merit: 304
Miner Developer
|
|
December 23, 2017, 03:58:53 AM |
|
Lyra2REv2 is working now. I will try to add Equihash before the next release. Also, I really want to expose on-the-fly memory timing mods to the user. We will see...
|
Gateless Gate Sharp, an open-source ETH/XMR miner: http://bit.ly/2rJ2x4VBTC: 1BHwDWVerUTiKxhHPf2ubqKKiBMiKQGomZ
|
|
|
|
zawawa (OP)
Sr. Member
Offline
Activity: 728
Merit: 304
Miner Developer
|
|
December 23, 2017, 08:31:13 AM |
|
question why does it show only 1 card working? in neoscrypt but when devfee is going both work fine? is it a bug thanks great software I was able to replicate this issue. I am working on it right now.
|
Gateless Gate Sharp, an open-source ETH/XMR miner: http://bit.ly/2rJ2x4VBTC: 1BHwDWVerUTiKxhHPf2ubqKKiBMiKQGomZ
|
|
|
goodb
Newbie
Offline
Activity: 126
Merit: 0
|
|
December 23, 2017, 09:14:34 AM |
|
Also, I really want to expose on-the-fly memory timing mods to the user. We will see... Thanks !!!It will be wonderful.. And Dear Zawawa, regarding to devfee pool : If I am mining cyptonight , during devfee it is changing to other algorithm(i.e ethash) for 1-2 minutes. Devfee is ok , but changing algoritm , screwing up the card`s fine overclock settings (fan/heat , even voltage , wattage), and sometimes hangs. u know what I mean.. can u not make it ,such that your devfee stays in the same algorithm?. And it is lagging in opening and closing too much ..I think some other users also reported this previously..
|
|
|
|
zawawa (OP)
Sr. Member
Offline
Activity: 728
Merit: 304
Miner Developer
|
|
December 23, 2017, 10:27:27 AM |
|
Also, I really want to expose on-the-fly memory timing mods to the user. We will see... Thanks !!!It will be wonderful.. And Dear Zawawa, regarding to devfee pool : If I am mining cyptonight , during devfee it is changing to other algorithm(i.e ethash) for 1-2 minutes. Devfee is ok , but changing algoritm , screwing up the card`s fine overclock settings (fan/heat , even voltage , wattage), and sometimes hangs. u know what I mean.. can u not make it ,such that your devfee stays in the same algorithm?. And it is lagging in opening and closing too much ..I think some other users also reported this previously.. I will fix the first one ASAP. One more bug to shoot down during the Christmas break. lol
|
Gateless Gate Sharp, an open-source ETH/XMR miner: http://bit.ly/2rJ2x4VBTC: 1BHwDWVerUTiKxhHPf2ubqKKiBMiKQGomZ
|
|
|
jono90
Newbie
Offline
Activity: 1
Merit: 0
|
|
December 23, 2017, 03:08:42 PM |
|
HI zawawa. Also experiencing the low hashrate on one card with Neoscrypt see include screen grab of HWinfo and GG. cards used are rx470s,rx570s and rx580s with amd blockchain driver. from HWINFO seems to be a gpu memory issue. Otherwise speeds are awesome between 700hs-800khs for my cards https://imgur.com/DJrNr9q
|
|
|
|
Hbks
Newbie
Offline
Activity: 7
Merit: 0
|
|
December 23, 2017, 03:40:59 PM |
|
Hello Mister Z , are you planning on adding support for Vega cards and also are there any pairs we can mine monero with currently? Cheer
|
|
|
|
nerdralph
|
|
December 23, 2017, 04:06:10 PM |
|
I just found out CL_DEVICE_TOPOLOGY_AMD does not work with the latest AMD drivers. This explains why GGS cannot detect GPU's properly with these drivers. Grrrrr...
The newest drivers are using the HSA/ROCm compiler, which is no longer targeted specifically at GPUs. I suggest using -legacy at least as an interim solution.
|
|
|
|
trojanfresh
Newbie
Offline
Activity: 6
Merit: 0
|
|
December 23, 2017, 04:16:04 PM |
|
I just found out CL_DEVICE_TOPOLOGY_AMD does not work with the latest AMD drivers. This explains why GGS cannot detect GPU's properly with these drivers. Grrrrr...
The newest drivers are using the HSA/ROCm compiler, which is no longer targeted specifically at GPUs. I suggest using -legacy at least as an interim solution. how do you do that in the gui
|
|
|
|
nerdralph
|
|
December 23, 2017, 04:30:10 PM |
|
I just found out CL_DEVICE_TOPOLOGY_AMD does not work with the latest AMD drivers. This explains why GGS cannot detect GPU's properly with these drivers. Grrrrr...
The newest drivers are using the HSA/ROCm compiler, which is no longer targeted specifically at GPUs. I suggest using -legacy at least as an interim solution. how do you do that in the gui My comment wasn't meant for newbies, but I'll humor you. You probably can't change the OpenCL build options in the GUI. I can't say for sure since I don't use GGS (I do miner dev work only on Linux). You might be able to add it through an environment variable, and you can definitely add it in the source.
|
|
|
|
trojanfresh
Newbie
Offline
Activity: 6
Merit: 0
|
|
December 23, 2017, 05:02:26 PM |
|
I just found out CL_DEVICE_TOPOLOGY_AMD does not work with the latest AMD drivers. This explains why GGS cannot detect GPU's properly with these drivers. Grrrrr...
The newest drivers are using the HSA/ROCm compiler, which is no longer targeted specifically at GPUs. I suggest using -legacy at least as an interim solution. how do you do that in the gui My comment wasn't meant for newbies, but I'll humor you. You probably can't change the OpenCL build options in the GUI. I can't say for sure since I don't use GGS (I do miner dev work only on Linux). You might be able to add it through an environment variable, and you can definitely add it in the source. Oh okay I know what you mean, I thought I was missing something that didn't require recompiling.
|
|
|
|
zawawa (OP)
Sr. Member
Offline
Activity: 728
Merit: 304
Miner Developer
|
|
December 23, 2017, 10:00:30 PM |
|
I just found out CL_DEVICE_TOPOLOGY_AMD does not work with the latest AMD drivers. This explains why GGS cannot detect GPU's properly with these drivers. Grrrrr...
The newest drivers are using the HSA/ROCm compiler, which is no longer targeted specifically at GPUs. I suggest using -legacy at least as an interim solution. See, the thing is, I need to get information about device topology before the program is built. clGetDeviceInfo() is broken, and AMD people really have to get their act together and fix this issue.
|
Gateless Gate Sharp, an open-source ETH/XMR miner: http://bit.ly/2rJ2x4VBTC: 1BHwDWVerUTiKxhHPf2ubqKKiBMiKQGomZ
|
|
|
MynKaptein
Newbie
Offline
Activity: 2
Merit: 0
|
|
December 24, 2017, 12:00:59 AM |
|
Hi, I am experiencing a problem when mining neoscrypt. GPU1 always get horrible hashrates. I removed the card in gpu1 slot(Tested with fans to see which on it was) and then the next card that takes that slot gets that bad rate. Picture below : https://ibb.co/fRw4FRPlease let me know what you need from me. Keep up teh good work!
|
|
|
|
cryptominer420
|
|
December 24, 2017, 01:29:55 AM |
|
Hi, I am experiencing a problem when mining neoscrypt. GPU1 always get horrible hashrates. I removed the card in gpu1 slot(Tested with fans to see which on it was) and then the next card that takes that slot gets that bad rate. Picture below : Please let me know what you need from me. Keep up teh good work! Does the poor performing card have a monitor or dummy plug connected to it?
|
╖╖ ╓╖╖ ╖╖╖ ,╖╖─ ║▒▒ ╢▒╜,@╢▒▒▒║ ╓╣╢╝║║*║▒╢ ╢▒╣ ]▒▒,╢▒╢`]▒▒░╢▒▒╖ ╢▒ ╥╢▒▒▒╢ @║╝╢▒╜ ▒▒Ñ╝╝╢▒▒]▒▒` ]▒▒`╙╢╢║║╖┌▒▒╣▒╢▒▒ ╢▒╝▒▒▒ ╢▒╜║▒╢▒▒╢▒░║▒╜ ╥╥─╙╢╢╢║N ║▒╢ ▒▒╜ ║▒▒╢▒▒╣╓╢@@╢╢╜║▒║ ╢▒╜ ║▒▒ ╙▒▒,║▒▒░▒╣ ║▒▒║ ╢▒▒╢▒▒▒»@╢@@╢╜
|
. | | |
█ █ █ █ █ █ █ █ █ █ █ █ | | | | | |
█ █ █ █ █ █ █ █ █ █ █ █ |
|
|
|
zawawa (OP)
Sr. Member
Offline
Activity: 728
Merit: 304
Miner Developer
|
|
December 24, 2017, 03:24:03 AM |
|
Hi, I am experiencing a problem when mining neoscrypt. GPU1 always get horrible hashrates. I removed the card in gpu1 slot(Tested with fans to see which on it was) and then the next card that takes that slot gets that bad rate. Picture below : Please let me know what you need from me. Keep up teh good work! There was a bug that affects only the second card in the mix. I will upload a new version with bug fixes right now.
|
Gateless Gate Sharp, an open-source ETH/XMR miner: http://bit.ly/2rJ2x4VBTC: 1BHwDWVerUTiKxhHPf2ubqKKiBMiKQGomZ
|
|
|
zawawa (OP)
Sr. Member
Offline
Activity: 728
Merit: 304
Miner Developer
|
|
December 24, 2017, 05:02:59 AM Last edit: December 24, 2017, 11:05:17 AM by zawawa |
|
Gateless Gate Sharp 1.1.6 alpha https://github.com/zawawawa/GatelessGateSharp/releases/tag/v1.1.6-alpha* Added support for Lyra2REv2. * Fixed a critical performance issue with NeoScrypt. * Fixed a critical bug in the DEVFEE mode. Thanks a lot for the bug reports!
|
Gateless Gate Sharp, an open-source ETH/XMR miner: http://bit.ly/2rJ2x4VBTC: 1BHwDWVerUTiKxhHPf2ubqKKiBMiKQGomZ
|
|
|
oddity2505
Member
Offline
Activity: 120
Merit: 10
|
|
December 24, 2017, 07:15:33 AM |
|
Thanks for the update! What is the performance of RX 570/580 on Lyra2v2 algo?
|
|
|
|
stash2coin
Jr. Member
Offline
Activity: 108
Merit: 1
|
|
December 24, 2017, 08:53:05 AM |
|
At the moment there is a bloom of alt coins using these algos x17, Blake2s, Nist5, Phi, for example XVG price is sky rocketing and if it continuous it will attract a lot of miners. Maybe is good idea to add one of these algos also. Good luck with your work.
|
|
|
|
UnclWish
|
|
December 24, 2017, 01:00:30 PM |
|
At the moment there is a bloom of alt coins using these algos x17, Blake2s, Nist5, Phi, for example XVG price is sky rocketing and if it continuous it will attract a lot of miners. Maybe is good idea to add one of these algos also. Good luck with your work. I don't know where you find "blooms" for this monets/algos. Most profitable monets/algos the same as they was most of time last year. It's cryptonight, equihash, ethash and neoscrypt.
|
|
|
|
trojanfresh
Newbie
Offline
Activity: 6
Merit: 0
|
|
December 24, 2017, 01:21:49 PM |
|
That fixed it your a man among boys. Thank you.
|
|
|
|
|