Bitcoin Forum
June 27, 2024, 09:51:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Do you want to see improvements in Ethash dual-mining with GGS?
I desperately need it. - 8 (15.1%)
It would be nice. - 12 (22.6%)
It's not worth it anymore. - 33 (62.3%)
Total Voters: 53

Pages: « 1 ... 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 [102] 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 ... 197 »
  Print  
Author Topic: Gateless Gate Sharp 1.3.8: 30Mh/s (Ethash) on RX 480!  (Read 214352 times)
OhMyHolyToken
Jr. Member
*
Offline Offline

Activity: 98
Merit: 2


View Profile
January 07, 2018, 03:40:00 AM
 #2021

Any support of SSL pool? if yes - how? "ssl://pool_address" - doesn't work.
spyder09
Member
**
Offline Offline

Activity: 60
Merit: 10


View Profile
January 07, 2018, 04:34:49 AM
 #2022

I havent mined in quite a while, but how is this miner doing compared to claymore? I will be running 2 rx580s for now and since its open source I assume it has no fee? what is everyone averaging on eth with rx 580? thanks in advance
UnclWish
Sr. Member
****
Offline Offline

Activity: 1484
Merit: 253


View Profile
January 07, 2018, 04:49:07 AM
 #2023

Any support of SSL pool? if yes - how? "ssl://pool_address" - doesn't work.
No. At this moment GGS dosn't support ssl. But I don't know pools that have only ssl port...
UnclWish
Sr. Member
****
Offline Offline

Activity: 1484
Merit: 253


View Profile
January 07, 2018, 04:54:44 AM
 #2024

I havent mined in quite a while, but how is this miner doing compared to claymore? I will be running 2 rx580s for now and since its open source I assume it has no fee? what is everyone averaging on eth with rx 580? thanks in advance
GGS gives speed that is not lee that Claymore, and in some cases faster. It depends on card and bios mod. Mod that gives good speed on Claymore, in GGS can give less or more speed. It's needs to try. GGS work another way than Claymore, and GGS consumpes less power in cryptonight.
Although GGS is open-source it have dev-fee. Author needs an incentive to develop GGS farther.
zawawa (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
January 07, 2018, 06:50:36 AM
 #2025

Any support of SSL pool? if yes - how? "ssl://pool_address" - doesn't work.
No. At this moment GGS dosn't support ssl. But I don't know pools that have only ssl port...

Support for SSL pools does not seem all that difficult:

https://stackoverflow.com/questions/8375013/how-to-use-ssl-in-tcpclient-class

It might be a good idea to make connections to default pools more secure...

Gateless Gate Sharp, an open-source ETH/XMR miner: http://bit.ly/2rJ2x4V
BTC: 1BHwDWVerUTiKxhHPf2ubqKKiBMiKQGomZ
UnclWish
Sr. Member
****
Offline Offline

Activity: 1484
Merit: 253


View Profile
January 07, 2018, 06:57:35 AM
 #2026

GGS monitor didn't work for me... again... GGS just closes if any error and nothing. No program error, no GGS relaunch, no events...
treanski
Full Member
***
Offline Offline

Activity: 364
Merit: 106


ONe Social Network.


View Profile
January 07, 2018, 07:19:59 AM
 #2027

GGS monitor didn't work for me... again... GGS just closes if any error and nothing. No program error, no GGS relaunch, no events...

i have the same problem that is close from time to time

run it in a loop with batchfile

:start
GatelessGateSharp.exe
goto start

zawawa (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
January 07, 2018, 07:25:55 AM
 #2028

(1) LLVM's AMDGPU backend is compatible with Mesa 3D.
(2) Mesa 3D is compatible with Windows.

Does this mean that I could use AMDGPU without modifications!?

At least on the Linux side, as of amdgpu-pro 17, the default OpenCL compiler has been llvm (HSA/ROCm).  As you know, it's optimizer for GCN is shit compared to the old gcc version, hence my reason for using -legacy.  I haven't tried 17.50 yet, but 17.40 didn't recognize inline asm.  There's lots of commits going on, so you'll probably just have to go with 7.0.0/trunk unless the amdgpu updates get back ported to 6.0.  The docs are quite thorough now, if you haven't looked at them in the last few months:
https://llvm.org/docs/AMDGPUUsage.html

I think you'll have to write most of the code in straight asm, as it will be a long time before the optimizer gets good.  Some instruction intrinsics like alignbit have only been added in the last few months, and as far as I can tell, there are no optimization hints to indicate different instruction timing.
https://reviews.llvm.org/D34046


I know for a fact that AMDGPU supports the inline GCN assembly for quite some time now. It is just so much easier for me to rewrite kernels in the inline GCN assembly. I might develop a Visual Studio extension for the GCN assembly and work with it. We will see...

Gateless Gate Sharp, an open-source ETH/XMR miner: http://bit.ly/2rJ2x4V
BTC: 1BHwDWVerUTiKxhHPf2ubqKKiBMiKQGomZ
zawawa (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
January 07, 2018, 07:40:05 AM
 #2029

GGS monitor didn't work for me... again... GGS just closes if any error and nothing. No program error, no GGS relaunch, no events...

This is very strange... I might need a different approach with GGS Monitor.

Gateless Gate Sharp, an open-source ETH/XMR miner: http://bit.ly/2rJ2x4V
BTC: 1BHwDWVerUTiKxhHPf2ubqKKiBMiKQGomZ
zawawa (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
January 07, 2018, 10:19:35 AM
 #2030

Gateless Gate Sharp 1.1.17 alpha
https://github.com/zawawawa/GatelessGateSharp/releases/tag/v1.1.17-alpha

* Improved the watchdog process.

It should work so much better now.
If everything goes well, I will make this the next stable version.

Gateless Gate Sharp, an open-source ETH/XMR miner: http://bit.ly/2rJ2x4V
BTC: 1BHwDWVerUTiKxhHPf2ubqKKiBMiKQGomZ
treanski
Full Member
***
Offline Offline

Activity: 364
Merit: 106


ONe Social Network.


View Profile
January 07, 2018, 10:50:09 AM
 #2031

Gateless Gate Sharp 1.1.17 alpha
https://github.com/zawawawa/GatelessGateSharp/releases/tag/v1.1.17-alpha

* Improved the watchdog process.

It should work so much better now.
If everything goes well, I will make this the next stable version.

do i need to do something to use this watchdog?

zawawa (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
January 07, 2018, 11:15:25 AM
 #2032

Gateless Gate Sharp 1.1.17 alpha
https://github.com/zawawawa/GatelessGateSharp/releases/tag/v1.1.17-alpha

* Improved the watchdog process.

It should work so much better now.
If everything goes well, I will make this the next stable version.

do i need to do something to use this watchdog?

No.

Gateless Gate Sharp, an open-source ETH/XMR miner: http://bit.ly/2rJ2x4V
BTC: 1BHwDWVerUTiKxhHPf2ubqKKiBMiKQGomZ
icedevil
Member
**
Offline Offline

Activity: 242
Merit: 10


View Profile
January 07, 2018, 12:01:35 PM
 #2033

When oc will be enable?
maverik77
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
January 07, 2018, 02:05:33 PM
 #2034

How come once I set everything does not save me? I tried but always resets and I have to set it every time
UnclWish
Sr. Member
****
Offline Offline

Activity: 1484
Merit: 253


View Profile
January 07, 2018, 02:09:56 PM
 #2035

How come once I set everything does not save me? I tried but always resets and I have to set it every time
Try to start with administrator privelegies.
maverik77
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
January 07, 2018, 02:19:02 PM
 #2036


I've already set up privileges .... run as administrator ...
zawawa (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
January 07, 2018, 03:02:53 PM
 #2037

How come once I set everything does not save me? I tried but always resets and I have to set it every time

You could delete GatelessGateSharp.sqlite.

Gateless Gate Sharp, an open-source ETH/XMR miner: http://bit.ly/2rJ2x4V
BTC: 1BHwDWVerUTiKxhHPf2ubqKKiBMiKQGomZ
nerdralph
Sr. Member
****
Offline Offline

Activity: 588
Merit: 251


View Profile
January 07, 2018, 03:59:48 PM
 #2038

[...]
I think you'll have to write most of the code in straight asm, as it will be a long time before the optimizer gets good.  Some instruction intrinsics like alignbit have only been added in the last few months, and as far as I can tell, there are no optimization hints to indicate different instruction timing.
https://reviews.llvm.org/D34046


I know for a fact that AMDGPU supports the inline GCN assembly for quite some time now. It is just so much easier for me to rewrite kernels in the inline GCN assembly. I might develop a Visual Studio extension for the GCN assembly and work with it. We will see...

I agree with you that llvm-AMDGPU supports inline asm, and that it is easier to write kernels using inline asm vs 100% asm.  API setup (Cl1.2/2.0 vs ROCm vs gallium...) and kernel parameter passing is a PITA with pure asm, so I think the best option is to write the majority of the kernel in inline asm, using OpenCL primarily for the API.  But since the AMD drivers don't include a version of llvm that supports inline asm, you'll need to distribute the kernels in binary form after building them with a recent version of llvm.
UnclWish
Sr. Member
****
Offline Offline

Activity: 1484
Merit: 253


View Profile
January 07, 2018, 04:32:35 PM
 #2039

It's strange, but on 1.1.17 amount of finded shares became less than it was in 1.1.16... Pool where I mine all day shows accepted speed about 10-20% less than it must to be...
OhMyHolyToken
Jr. Member
*
Offline Offline

Activity: 98
Merit: 2


View Profile
January 07, 2018, 06:13:37 PM
 #2040

Any plans for Equihash (AMD)?
Pages: « 1 ... 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 [102] 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 ... 197 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!