Bitcoin Forum
August 03, 2024, 04:32:27 AM *
News: Latest Bitcoin Core release: 27.1 [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 ... 197 »
  Print  
Author Topic: Gateless Gate Sharp 1.3.8: 30Mh/s (Ethash) on RX 480!  (Read 214361 times)
zawawa (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
December 27, 2016, 12:58:50 PM
 #161

You guys are right. I decided to spend the whole day with my wife today.
Let me just finish a new implementation of parallel writes before she gets up, though...

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

Activity: 574
Merit: 250

Fighting mob law and inquisition in this forum


View Profile
December 27, 2016, 03:20:36 PM
 #162

You are begging for slaps Shocked

GTX 1080Ti rocks da house... seriously... this card is a beast³
Owning by now 18x GTX1080Ti :-D @serious love of efficiency
zawawa (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
December 27, 2016, 04:47:51 PM
 #163

I just pushed the new implementation of parallel writes.
My RX 480 is doing 183 sol/s now.
I think my wife is getting up. Gotta go now. Ciao!

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

Activity: 130
Merit: 11


View Profile
December 27, 2016, 05:23:06 PM
 #164

Code:
In file included from main.c:33:0:
main.c: In function ‘tests’:
main.c:1858:9: error: ‘NR_ROWS_LOG’ undeclared (first use in this function)
  assert(NR_ROWS_LOG >= 12);

I simply removed the function "tests" and the call to it and it compiles and runs...

◈▣ KOMODO ● Set Your Ideas Free ▣◈
.......AN ECOSYSTEM FOR NATIVE BLOCKCHAINS.......
Blockchain Generator | Decentralized Crowdfunding | Decentralized Exchange | Bitcoin Security | Zero-Knowledge Proofs | Blockchain Interoperability | Scalable Infrastructure
zawawa (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
December 27, 2016, 07:41:19 PM
 #165

Code:
In file included from main.c:33:0:
main.c: In function ‘tests’:
main.c:1858:9: error: ‘NR_ROWS_LOG’ undeclared (first use in this function)
  assert(NR_ROWS_LOG >= 12);

I simply removed the function "tests" and the call to it and it compiles and runs...

I just fixed it after a long morning walk with my wife. Thanks for letting me know!

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

Activity: 4410
Merit: 3754


what is this "brake pedal" you speak of?


View Profile
December 27, 2016, 09:33:02 PM
 #166


My wife is now constantly complaining about my forgetfulness and absent-mindedness, but that's OK...

my wife does the same, and i dont code, i just mine.......

btw those long walks with wife do wonders  Smiley
xeridea
Sr. Member
****
Offline Offline

Activity: 449
Merit: 251


View Profile WWW
December 27, 2016, 10:31:06 PM
 #167


My wife is now constantly complaining about my forgetfulness and absent-mindedness, but that's OK...

my wife does the same, and i dont code, i just mine.......

btw those long walks with wife do wonders  Smiley
Walking also good if you sit at a desk a lot.  You should also do hand and arm stretches, and try to stay active.  I learn some of these things the very hard way....  It is easy to get lost in code though.  It is not uncommon for me to forget lunch, when you are on a roll coding.  Just don't get too involved for long periods of time (like weeks).

Profitability over time charts for many GPUs - http://xeridea.us/charts

BTC:  bc1qr2xwjwfmjn43zhrlp6pn7vwdjrjnv5z0anhjhn LTC:  LXDm6sR4dkyqtEWfUbPumMnVEiUFQvxSbZ Eth:  0x44cCe2cf90C8FEE4C9e4338Ae7049913D4F6fC24
jstefanop
Legendary
*
Offline Offline

Activity: 2144
Merit: 1399


View Profile
December 28, 2016, 11:01:40 PM
 #168

Awesome job so far...your miner is now just as fast as optiminers (if you factor in his dev fee speed he is still slightly faster, but regardless this is still nice work). 470s are now doing 170 with this miner (and your only 40S/s away from claymour). Will def send some btc your way.

Project Apollo: A Pod Miner Designed for the Home https://bitcointalk.org/index.php?topic=4974036
FutureBit Moonlander 2 USB Scrypt Stick Miner: https://bitcointalk.org/index.php?topic=2125643.0
zawawa (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
December 29, 2016, 02:48:35 AM
 #169

I just uploaded a new release with precompiled binaries for Windows:

https://github.com/zawawawa/gatelessgate

188 sol/s on RX 480 and 165 sol/s on GTX 1060 3GB.
Pretty good given the fact that I haven't touched a GCN assembler or PTX.
I am also thinking about swapping gatelessgate.py with sgminer-gm.
We will see how that goes.

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
December 29, 2016, 02:55:19 AM
 #170


My wife is now constantly complaining about my forgetfulness and absent-mindedness, but that's OK...

my wife does the same, and i dont code, i just mine.......

btw those long walks with wife do wonders  Smiley
Walking also good if you sit at a desk a lot.  You should also do hand and arm stretches, and try to stay active.  I learn some of these things the very hard way....  It is easy to get lost in code though.  It is not uncommon for me to forget lunch, when you are on a roll coding.  Just don't get too involved for long periods of time (like weeks).

Yeah, I need to slow down a little bit. Not too much, though.
After Equihash, I would really like to look into Ethash and CryptoNight.

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
December 29, 2016, 02:59:51 AM
 #171

Awesome job so far...your miner is now just as fast as optiminers (if you factor in his dev fee speed he is still slightly faster, but regardless this is still nice work). 470s are now doing 170 with this miner (and your only 40S/s away from claymour). Will def send some btc your way.

Thanks! That would help me to buy more equipment for testing.
I really want to test this miner with high-end cards.

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

Activity: 142
Merit: 10


View Profile
December 29, 2016, 03:03:23 AM
 #172


My wife is now constantly complaining about my forgetfulness and absent-mindedness, but that's OK...

my wife does the same, and i dont code, i just mine.......

btw those long walks with wife do wonders  Smiley
Walking also good if you sit at a desk a lot.  You should also do hand and arm stretches, and try to stay active.  I learn some of these things the very hard way....  It is easy to get lost in code though.  It is not uncommon for me to forget lunch, when you are on a roll coding.  Just don't get too involved for long periods of time (like weeks).

Yeah, I need to slow down a little bit. Not too much, though.
After Equihash, I would really like to look into Ethash and CryptoNight.

cryptonight for nvidia would be awesome, it is totaly untouched for the moment , latest miners comes from 2014 (tsiv/klaus) and underperforming alot comparing to amd.
reb0rn21
Legendary
*
Offline Offline

Activity: 1899
Merit: 1024


View Profile
December 29, 2016, 03:10:46 AM
 #173

Tested it with OC-ed 1070
2 instances 300sol/s
nicehash  410sol/s

If I up the threads it give only 0sol/s

looks like windows build use some CPU 20% for instance on i5 CPU

              ▄▄▄ ▀▀▀▀▀▀▀▀▀ ▄▄▄
           ▄▀▀    ▄▄▄▄▄▄▄▄▄    ▀▀▄
        ▄▀▀  ▄▄▀█          ▀█▀▄▄  ▀▀▄
      ▄▀▀ ▄▄▀    ▀▀▄▄▄▄▄▄▄▀▀    ▀▄▄ ▀▀▄
     █   █            ▀            █   █
   ▄▀ █  ▀▄▄                     ▄█▀  █ ▀▄
  ▄▀ ▄▀ █▄ ▀▀▀██▄▄▄       ▄▄▄██▀▀  ██ ▀▄ ▀▄
  ▀▄▀▀▄ ██ ▄▄▄▄▄▄  ▀▄   ▄▀  ▄▄▄▄▄▄ ██ ▄▀▀▄▀
 ██   █ ██ ▀▄    ▀▄ █   █ ▄▀    ▄▀ ██ █  ▀██
 █  ▄█  ▀█  ▀▀▀▀▀▀▀ █   █ ▀▀▀▀▀▀▀  █   █▄  █
█▀ █  █  █          █   █          █  █  █ ▀▀
 █▀  ▄▀  █▀▄        █   █        ▄▀█  ▀▄  ▀█
 ▄  █▀   █ ▀█▄      ▀   ▀      ▄█▀ █  ▄▀█  ▄
 █▄▀  █  █                         █  █  ▀▄█
 ▀▄  █   ▀█        ▄▄▀▄▀▄▄        █▀   █  ▄
  ▀▄▀▀  █▄ █     ▀█  ▀▀▀  █▀     █ ▄█ ▄▀▀▄▀
   ▀ ▄  ██ █▀▄     ▀▀▄▄▄▀▀     ▄▀█ ██ ▀▄ ▀
    ▀█  ██ █ █▀▄    ▄▄▄▄▄    ▄▀█ █ ██  █▀
      ▀▄ ▀ █ █ ██▄         ▄██ █ █ ▀ ▄▀
        ▀▄ █ █ █ ▀█▄     ▄█▀ █ █ █ ▄▀
          ▀▀▄█ █    ▀▀▀▀▀    █ █▄▀▀
              ▀▀ ▄▄▄▄▄▄▄▄▄▄▄ ▀▀
   
..I  D  E  N  A..
   
Proof-of-Person Blockchain

Join the mining of the first human-centric
cryptocurrency
 



 
▲    2 3 2 2

..N  O  D  E  S..
   
                ██
                ██
                ██
                ██
                ██
         ▄      ██      ▄
         ███▄   ██   ▄███
          ▀███▄ ██ ▄███▀
            ▀████████▀
              ▀████▀
                ▀▀
██▄                            ▄██
███                            ███
███                            ███
███                            ███
 ███▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄███
  ▀▀██████████████████████████▀▀
   
D O W N L O A D

Idena node

   
   
▄▄▄██████▄▄▄
▄▄████████████████▄▄
▄█████▀▀        ▀▀█████▄
████▀                ▀████
███▀    ▄▄▄▄▄▄▄▄▄       ▀███
███      █   ▄▄ █▀▄        ███
██▀      █  ███ █  ▀▄      ▀██
███       █   ▀▀ ▀▀▀▀█       ███
███       █  ▄▄▄▄▄▄  █       ███
███       █  ▄▄▄▄▄▄  █       ███
██▄      █  ▄▄▄▄▄▄  █      ▄██
███      █          █      ███
███▄    ▀▀▀▀▀▀▀▀▀▀▀▀    ▄███
████▄                ▄████
▀█████▄▄        ▄▄█████▀
▀▀████████████████▀▀
▀▀▀██████▀▀▀
   
    .REQUEST INVITATION.
zawawa (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
December 29, 2016, 03:18:53 AM
 #174

Tested it with OC-ed 1070
2 instances 300sol/s
nicehash  410sol/s

If I up the threads it give only 0sol/s

looks like windows build use some CPU 20% for instance on i5 CPU

Not bad, not bad. You just need to increase the number of instances for high-end NVIDIA cards, then.
For some unknown reasons, WIN32 threading does not work with NVIDIA drivers. Strange, strange...

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

Activity: 574
Merit: 250

Fighting mob law and inquisition in this forum


View Profile
December 29, 2016, 06:12:18 AM
 #175

Tested it with OC-ed 1070
2 instances 300sol/s
nicehash  410sol/s

If I up the threads it give only 0sol/s

looks like windows build use some CPU 20% for instance on i5 CPU

Not bad, not bad. You just need to increase the number of instances for high-end NVIDIA cards, then.
For some unknown reasons, WIN32 threading does not work with NVIDIA drivers. Strange, strange...

Try with instances instead of threads.

GTX 1080Ti rocks da house... seriously... this card is a beast³
Owning by now 18x GTX1080Ti :-D @serious love of efficiency
zawawa (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
December 29, 2016, 09:57:28 AM
 #176

Tested it with OC-ed 1070
2 instances 300sol/s
nicehash  410sol/s

If I up the threads it give only 0sol/s

looks like windows build use some CPU 20% for instance on i5 CPU

Not bad, not bad. You just need to increase the number of instances for high-end NVIDIA cards, then.
For some unknown reasons, WIN32 threading does not work with NVIDIA drivers. Strange, strange...

Try with instances instead of threads.

Yeah, "--instances 2" did work with GTX 1060 and is now the default setting for the NVIDIA version.
I should mention this somewhere in the documentation...

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
December 29, 2016, 11:02:43 AM
 #177

1070 micron 2050/4400/75%tdp, cpu g1840, Win8.1

With single card - it is possible get up to 290 s/s, but...it has high cpu usage - load at ~90%. With 3 cards I can get ~275 s/s for one, and with 6 cards - only ~220.
Tried with different threads/instances parameters and all has high cpu usage.
zawawa (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
December 29, 2016, 11:06:40 AM
 #178

1070 micron 2050/4400/75%tdp, cpu g1840, Win8.1

With single card - it is possible get up to 290 s/s, but...it has high cpu usage - load at ~90%. With 3 cards I can get ~275 s/s for one, and with 6 cards - only ~220.
Tried with different threads/instances parameters and all has high cpu usage.

Thanks for the report. I guess the current CPU usage fix does not work too well.
I will look into this problem.

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
December 29, 2016, 11:14:09 AM
 #179

And - 0.3 miner not working with 280x: crash right after start with error "sa-solver.exe has stopped working" for each gpu.
ioglnx
Sr. Member
****
Offline Offline

Activity: 574
Merit: 250

Fighting mob law and inquisition in this forum


View Profile
December 29, 2016, 11:16:46 AM
 #180

Tested it with OC-ed 1070
2 instances 300sol/s
nicehash  410sol/s

If I up the threads it give only 0sol/s

looks like windows build use some CPU 20% for instance on i5 CPU

Not bad, not bad. You just need to increase the number of instances for high-end NVIDIA cards, then.
For some unknown reasons, WIN32 threading does not work with NVIDIA drivers. Strange, strange...

Try with instances instead of threads.

Yeah, "--instances 2" did work with GTX 1060 and is now the default setting for the NVIDIA version.
I should mention this somewhere in the documentation...
Thanks to my eidetic memory I remember what was needed :-D

GTX 1080Ti rocks da house... seriously... this card is a beast³
Owning by now 18x GTX1080Ti :-D @serious love of efficiency
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 ... 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!