Bitcoin Forum
March 30, 2024, 05:03:18 AM *
News: Latest Bitcoin Core release: 26.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 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 ... 197 »
  Print  
Author Topic: Gateless Gate Sharp 1.3.8: 30Mh/s (Ethash) on RX 480!  (Read 214325 times)
zawawa (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
January 14, 2017, 01:00:36 AM
 #261

DO i need to compile it for windows if i click on the windows version

I get this


https://github.com/zawawawa/gatelessgate/releases/download/v0.1.0/gatelessgate-0.1.0-win64.zip

dead link..

The link should work now. Sorry about that.

Gateless Gate Sharp, an open-source ETH/XMR miner: http://bit.ly/2rJ2x4V
BTC: 1BHwDWVerUTiKxhHPf2ubqKKiBMiKQGomZ
The grue lurks in the darkest places of the earth. Its favorite diet is adventurers, but its insatiable appetite is tempered by its fear of light. No grue has ever been seen by the light of day, and few have survived its fearsome jaws to tell the tale.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1711774998
Hero Member
*
Offline Offline

Posts: 1711774998

View Profile Personal Message (Offline)

Ignore
1711774998
Reply with quote  #2

1711774998
Report to moderator
1711774998
Hero Member
*
Offline Offline

Posts: 1711774998

View Profile Personal Message (Offline)

Ignore
1711774998
Reply with quote  #2

1711774998
Report to moderator
1711774998
Hero Member
*
Offline Offline

Posts: 1711774998

View Profile Personal Message (Offline)

Ignore
1711774998
Reply with quote  #2

1711774998
Report to moderator
zawawa (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
January 14, 2017, 01:41:21 AM
 #262

In any case, I am actually quite happy about the port as you get so much stuff as a free bonus with sgminer.
The good thing is that it is much easier to work with the GCN assembly now.
I will do some experiments with global syncs first, then see how fast GDS is.

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

Activity: 1274
Merit: 1000


View Profile
January 14, 2017, 03:42:21 AM
Last edit: January 14, 2017, 07:30:08 AM by toptek
 #263

In any case, I am actually quite happy about the port as you get so much stuff as a free bonus with sgminer.
The good thing is that it is much easier to work with the GCN assembly now.
I will do some experiments with global syncs first, then see how fast GDS is.


I knew it would be i didn't want to push it to much so i let others . Smiley .

thanks for the hard work .

trying it now .

got my 480 pushing 192 using this zcash.conf

CM 11 is doing 245.132 at stock setting so it won"t be long .. till OS software catches up and passes CM and hits max speeds . I.m not upset or against CM, his fees etc so please don't go there, don't misjudge me .

zcash.conf

Code:
{
"pools":
[
{
"name": "",
"url": "",
"user": "",
"pass": "z",
"priority": "0",
"profile": "zcash"
}

],
"profiles":
[
{
"name": "zcash",
"algorithm": "equihash",
      "api-listen": true,
      "api-allow": "W:127.0.0.1/24,W:192.168.1.0/24",
      "api-port": "4028",
      "failover-only": true,
      "rawintensity": "512",
      "worksize": "192",
      "gpu-threads": "2",
      "temp-target": "70",
      "temp-overheat": "80",
      "gpu-fan": "60-90",
       "no-submit-stale": true,
      "text-only": false
}
],
"default-profile": "zcash",
"no-extranonce": true
}

with this bat start up one of the many reason l like sgminer or the old school type BFG cgminer and  sgminer look way feel etcc ...

start_gatelessgate.bat

Code:
@echo off
echo "starting up gatelessgate"

Call :start

pause
GOTO ENDE


:start

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
del *.bin


gatelessgate.exe -c zcash.conf

EXIT /B 0

:ENDE

if you don"t like the looks use

Code:
"text-only": with the true flag,

I'm gonna mess with setting more to see whats actually working atm ..

Thanks again top .

PS :

now all we need is some one to Add SSL/TLS support to Gateless Gate/sgminer-gm ,,,, with all the pools using SSL/TLS support now thanks to Clatymore Smiley ..... or few: by few i mean a lot Few but not all .

thanks top ,

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
joaocha
Full Member
***
Offline Offline

Activity: 254
Merit: 100


View Profile
January 14, 2017, 12:47:14 PM
 #264

On windows you need to work
https://www.microsoft.com/en-us/download/confirmation.aspx?id=48145


Keep the good work, im getting 250 on r9 390, on claymore its up to 320
toptek
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000


View Profile
January 14, 2017, 04:07:41 PM
 #265

not any more you don't if you use the ported version he just did , I'm running it  with out vc_redist.x64 installed i downloaded form your link to check and it's not installed on my PC ,,, you don't need much else to run sgminer on a windows PC . in the way of addons .the miner is now a true windows EXE program Smiley .... i think  also has Linux support .

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
cryptominer420
Sr. Member
****
Offline Offline

Activity: 450
Merit: 255


View Profile
January 14, 2017, 04:33:25 PM
 #266

In any case, I am actually quite happy about the port as you get so much stuff as a free bonus with sgminer.
The good thing is that it is much easier to work with the GCN assembly now.
I will do some experiments with global syncs first, then see how fast GDS is.

I just had to finally register to say thank you as I have been a long time user of sgminer and with your kernel I am able to get 184h/s out of my PowerColor bios modded RX 470's. I Like CM miner however I feel open source is always the way to go.


   ╖   ╓╖╖                         ╖╖╖ ,
  ▒   ╢▒,@▒▒▒║ ╓╣╝║║*╢  ╢▒╣ ],`]░╢▒▒╖ ▒ ╥╢▒▒▒╢  @╝╢▒
  Ñ▒▒]▒▒` ]`╢║▒╣▒╢▒▒  ╢▒╝▒▒▒  ╢▒╜║▒▒▒╢▒╜  ╢╢║N
 ║╢   ▒▒╜ ║▒▒╢▒▒@@╢▒║  ╢▒╜ ▒ ╙▒▒,║░▒╣ ▒║ ╢▒▒╢▒▒▒»@╢@@╢╜



.















▬▬  A Miner Built Mining Platform  ▬▬[/url]
Powered by Our Mining Community













Vetal_inside
Member
**
Offline Offline

Activity: 78
Merit: 10


View Profile
January 15, 2017, 09:13:50 AM
 #267

I tried test GG v0.1.0 on Win8.1x64, drivers 15.12, 280x, but miner can't build *.bin file and app terminate with error right after launch:
Code:
....
Building binary equihashTahitigw25614.bin
Error -11: Building Program (clBuildProgram)
....
zawawa (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
January 15, 2017, 09:45:08 AM
 #268

I tried test GG v0.1.0 on Win8.1x64, drivers 15.12, 280x, but miner can't build *.bin file and app terminate with error right after launch:
Code:
....
Building binary equihashTahitigw25614.bin
Error -11: Building Program (clBuildProgram)
....

I am trying to get the new kernel to work in the legacy mode,
but it is taking longer than I thought. We will see.

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

Activity: 78
Merit: 10


View Profile
January 15, 2017, 10:22:28 AM
 #269

And another my rig: Intel G1840, Win8.1x64, drivers 376.33, GTX1070(+100 clock = ~2000MHz,+600 mem = 4404MHz, 75% tdp):

2x 1070, GG with -d 0 option: speed up to 260 s/s, but it load CPU on 100%...so, miner update window only once per minute. With -d 0,1 options results more worse - ~200 s/s per card=>more GPUs, less computing power to each of them.
6x 1070, miner does not start. Seems, GG try to allocate a huge lot of memory/pagefile, but cant do it succesfull. With -d 0 option have the same.
zawawa (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
January 15, 2017, 11:25:54 PM
 #270

And another my rig: Intel G1840, Win8.1x64, drivers 376.33, GTX1070(+100 clock = ~2000MHz,+600 mem = 4404MHz, 75% tdp):

2x 1070, GG with -d 0 option: speed up to 260 s/s, but it load CPU on 100%...so, miner update window only once per minute. With -d 0,1 options results more worse - ~200 s/s per card=>more GPUs, less computing power to each of them.
6x 1070, miner does not start. Seems, GG try to allocate a huge lot of memory/pagefile, but cant do it succesfull. With -d 0 option have the same.

I need to come up with a new CPU usage fix for NVIDIA cards.
I will most likely address this issue with Version 0.1.2.

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 15, 2017, 11:31:01 PM
Last edit: January 16, 2017, 03:47:00 AM by zawawa
 #271

I just uploaded a new version with performance enhancements and improved compatibility with GCN1 devices such as Radeon HD 7970:

https://github.com/zawawawa/gatelessgate

Now the miner is running at 223 sol/s on my modded RX 480.
This will probably be the last version before I switch to the GCN assembly.
As always, I would appreciate feedback and donations.
Enjoy!

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

Activity: 254
Merit: 100


View Profile
January 16, 2017, 12:16:38 AM
 #272

I just uploaded a new version with performance enhancements and improved compatibility with GCN1 devices such as Radeon HD 7970:

https://github.com/zawawawa/gatelessgate

Now the miner is running at 223 sol/s on my modded RX 480.
This will probably be the last version before I switch to the GCN assembly.
As always, I would always appreciate feedback and donations.
Enjoy!

280-290 h/s on r9 390, keep going, almost there Wink
cryptominer420
Sr. Member
****
Offline Offline

Activity: 450
Merit: 255


View Profile
January 16, 2017, 04:06:59 AM
 #273

Version 1.1 I am now up-to 201h/s on my modded powercolor 470's. Looking good, I'm going to test on my 7870 shortly and will most likely have it mine for you to support your work for 24-48 hours.

Edit: Hitting 137H/s on my 7870 sending that to flypool for your work now.

   ╖   ╓╖╖                         ╖╖╖ ,
  ▒   ╢▒,@▒▒▒║ ╓╣╝║║*╢  ╢▒╣ ],`]░╢▒▒╖ ▒ ╥╢▒▒▒╢  @╝╢▒
  Ñ▒▒]▒▒` ]`╢║▒╣▒╢▒▒  ╢▒╝▒▒▒  ╢▒╜║▒▒▒╢▒╜  ╢╢║N
 ║╢   ▒▒╜ ║▒▒╢▒▒@@╢▒║  ╢▒╜ ▒ ╙▒▒,║░▒╣ ▒║ ╢▒▒╢▒▒▒»@╢@@╢╜



.















▬▬  A Miner Built Mining Platform  ▬▬[/url]
Powered by Our Mining Community













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

Activity: 728
Merit: 304


Miner Developer


View Profile
January 16, 2017, 04:26:31 AM
 #274

I would really appreciate that. If I don't get any donations, it would be very difficult to justify all the time I spent on development to my wife, you know...

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

Activity: 450
Merit: 255


View Profile
January 16, 2017, 04:39:59 AM
 #275

O I understand completely. If my mining rigs didn't make any money I would be living in the dog house Grin.

   ╖   ╓╖╖                         ╖╖╖ ,
  ▒   ╢▒,@▒▒▒║ ╓╣╝║║*╢  ╢▒╣ ],`]░╢▒▒╖ ▒ ╥╢▒▒▒╢  @╝╢▒
  Ñ▒▒]▒▒` ]`╢║▒╣▒╢▒▒  ╢▒╝▒▒▒  ╢▒╜║▒▒▒╢▒╜  ╢╢║N
 ║╢   ▒▒╜ ║▒▒╢▒▒@@╢▒║  ╢▒╜ ▒ ╙▒▒,║░▒╣ ▒║ ╢▒▒╢▒▒▒»@╢@@╢╜



.















▬▬  A Miner Built Mining Platform  ▬▬[/url]
Powered by Our Mining Community













hughson
Full Member
***
Offline Offline

Activity: 133
Merit: 100



View Profile
January 16, 2017, 06:37:05 AM
 #276

Latest version works for me. Thank you for all the hard work.
Vetal_inside
Member
**
Offline Offline

Activity: 78
Merit: 10


View Profile
January 16, 2017, 06:51:12 AM
 #277

With latest v0.1.1 my 280x shows ~210H/s. Approximately the same results I had with cm9.* miner.
Thanks for your efforts!
FFI2013
Hero Member
*****
Offline Offline

Activity: 906
Merit: 507


View Profile
January 16, 2017, 07:09:01 AM
 #278

Would there other kernels still work if I wanted to switch to eth or monero
m1n1ngP4d4w4n
Full Member
***
Offline Offline

Activity: 224
Merit: 100

CryptoLearner


View Profile
January 16, 2017, 07:24:18 AM
 #279

Nice keep up the good work man, for nvidia cards support are you going to make it OpenCL or Cuda ? Think u'll be able to beat either nicehash EQM or EWBF ?

Cheers  Wink
laik2
Sr. Member
****
Offline Offline

Activity: 652
Merit: 266



View Profile WWW
January 16, 2017, 08:49:13 AM
 #280

Here's my config. Saved in sgminer bindir.
Doesn't make any difference if intensity is 8 or 15, indeed worksize does make one and gpu-threads also.

Quote
{
        "pools":
        [
                {
                        "name": "Flypool",
                        "url": "eu1-zcash.flypool.org:3333",
                        "user": "t1NwUDeSKu4BxkD58mtEYKDjzw5toiLfmCu.rig1",
                        "pass": "z",
                        "priority": "0",
                        "profile": "zcash"
                }

        ],
        "profiles":
        [
                {
                        "name": "zcash",
                        "algorithm": "equihash",
                        "worksize": "256",
                        "intensity": "15",
                        "api-listen": true,
                        "api-allow": "W:127.0.0.1/24,W:10.2.2.0/24",
                        "api-port": "4028",
                        "failover-only": true,
                        "gpu-threads": "2",
                        "no-submit-stale": true,
                        "text-only": false
                }
        ],
        "default-profile": "zcash",
        "no-extranonce": true
}

And startup bash file.

Quote
#!/bin/bash

echo "starting up Zawawa's GatelessGate Miner"

export GPU_FORCE_64BIT_PTR=1
export GPU_MAX_HEAP_SIZE=100
export GPU_USE_SYNC_OBJECTS=1
export GPU_MAX_ALLOC_PERCENT=100
export GPU_SINGLE_ALLOC_PERCENT=100

screen -dmS  gatelessgate ./sgminer --gpu-platform=1 -c zec.conf

Getting around 200/210S/s with my undervolted Sapphire RX480.
Compared to Claymore's who do 220/230 with these cards...
Thank you Zawawa for your great work! I will donate with mining directly to your address on flypool by putting 20 CPU AVX2 cores to mine for 1 month Smiley


Miners Mining Platform [ MMP OS ] - https://app.mmpos.eu/
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 ... 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!