Bitcoin Forum
April 18, 2024, 01:08:49 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 ... 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 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 ... 197 »
  Print  
Author Topic: Gateless Gate Sharp 1.3.8: 30Mh/s (Ethash) on RX 480!  (Read 214332 times)
zawawa (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
April 07, 2017, 04:58:53 AM
 #1101

All the pool stability issues aside, I think the technical side of the new fee system is working.
The low numbers of valid shares and active computers are as expected.                                   .
I just need more people to mine with the fee on.
At the current pace, I would be making an impressive $3/month. LOL

https://ethermine.org/miners/91fa32e00b0f365d629fb625182a83fed61f0642/payouts
Can i change to asia pool for the donation part? coz i'm from asia side..

No problem.

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

Posts: 1713402529

View Profile Personal Message (Offline)

Ignore
1713402529
Reply with quote  #2

1713402529
Report to moderator
1713402529
Hero Member
*
Offline Offline

Posts: 1713402529

View Profile Personal Message (Offline)

Ignore
1713402529
Reply with quote  #2

1713402529
Report to moderator
1713402529
Hero Member
*
Offline Offline

Posts: 1713402529

View Profile Personal Message (Offline)

Ignore
1713402529
Reply with quote  #2

1713402529
Report to moderator
Be very wary of relying on JavaScript for security on crypto sites. The site can change the JavaScript at any time unless you take unusual precautions, and browsers are not generally known for their airtight security.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713402529
Hero Member
*
Offline Offline

Posts: 1713402529

View Profile Personal Message (Offline)

Ignore
1713402529
Reply with quote  #2

1713402529
Report to moderator
1713402529
Hero Member
*
Offline Offline

Posts: 1713402529

View Profile Personal Message (Offline)

Ignore
1713402529
Reply with quote  #2

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

Activity: 728
Merit: 304


Miner Developer


View Profile
April 07, 2017, 05:29:58 AM
 #1102

Not sure if this is common, but you may see less donated shares because of it:
[08:33:05] Stratum connection to ethermine.org interrupted
[08:33:06] Rejected untracked stratum share from ethermine.org
[08:33:09] Stratum connection to ethermine.org interrupted
[08:33:10] ethermine.org not responding!
[08:33:10] Switching to ethermine.org (donation)
[08:33:12] ethermine.org alive, testing stability
[08:34:20] ethermine.org stable for 60 seconds
[08:34:20] Switching to ethermine.org

I also think it would be best to move away from sgminer. It's great that it supports a ton of currencies, but you're going to end up burdened supporting this massive codebase that comes with a lot of quirks.

What mbevand did by moving all the sensitive code to C and using Python for communication was brilliant imo. It's simple, readable, and testable.

One last thing is that the Core folder may be more neat organizationally, but it also adds another level of complexity for the less technologically inclined (to put it nicely) users. Perhaps a separate project for each optimized coin, like Claymore's miners, with all the guts in the root folder would do you well.

The thing about SA's Python implementation is that it does not work well at all on Windows.
In fact, the miner got faster by 10% just by switching from SA to sgminer-gm while keeping the same Equihash kernel.
I am not entirely satisfied with sgminer as I said before, and I will probably write my own backend and user-interface in Clojure in a long run.

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

Activity: 124
Merit: 10


View Profile
April 07, 2017, 02:16:05 PM
 #1103

zawawa,

you are sure for the conf with devfee ?
i run many hour and no devfee !
now i have read and change my conf with load-balance at true.

https://github.com/sgminer-dev/sgminer/blob/master/README.md
Quote
The load-balance multipool strategy works off a quota based scheduler.
elgi76
Member
**
Offline Offline

Activity: 124
Merit: 10


View Profile
April 07, 2017, 03:18:05 PM
 #1104

i try many thing and only this work :

be carefull, i have change many option.

Code:
{
  "algorithm": "ethash-new",
  "xintensity": "4608",
  "worksize": "192",
  "gpu-threads": "2",
  "load-balance": true,

  "auto-fan": true,
  "temp-cutoff": "90",
  "temp-overheat": "85",
  "temp-target": "75",
 
  "pools": [
    {
      "name":"MPH",
      "user": "<login>.<worker>",
      "pass": "x",
      "no-extranonce": "1",
  "quota": "99;stratum+tcp://hub.miningpoolhub.com:17020"
    },
    {
  "__comment": "Please keep this entry. Otherwise, I won't be able to continue open-source development. - zawawa",
      "name":"DEVFEE",
      "user": "0x91fa32e00b0f365d629fb625182a83fed61f0642.<my_name>",
      "pass": "x",
      "no-extranonce": "1",
  "quota": "1;stratum+tcp://eu1.ethermine.org:4444"
    }
  ]
}
cryptominer420
Sr. Member
****
Offline Offline

Activity: 450
Merit: 255


View Profile
April 07, 2017, 04:07:26 PM
 #1105

Well I ran the farm for 12Hrs but had to switch back to claymore as my effective hash was dropping, Need to fine tune more for 470 cards.

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



.















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













zzzzzzzzzz
Full Member
***
Offline Offline

Activity: 150
Merit: 100


View Profile
April 07, 2017, 04:25:49 PM
 #1106

Well I ran the farm for 12Hrs but had to switch back to claymore as my effective hash was dropping, Need to fine tune more for 470 cards.

Not saying it's not GG, but effective hash rate in subject to variance, just like everything else. It's not a flat line, if that's what you're looking for.
elgi76
Member
**
Offline Offline

Activity: 124
Merit: 10


View Profile
April 07, 2017, 04:46:52 PM
Last edit: April 07, 2017, 05:12:33 PM by elgi76
 #1107



i try many thing and only this work :

be carefull, i have change many option.

Code:
{
  "algorithm": "ethash-new",
  "xintensity": "4608",
  "worksize": "192",
  "gpu-threads": "2",
  "load-balance": true,

  "auto-fan": true,
  "temp-cutoff": "90",
  "temp-overheat": "85",
  "temp-target": "75",
  
  "pools": [
    {
      "name":"MPH",
      "user": "<login>.<worker>",
      "pass": "x",
      "no-extranonce": "1",
 "quota": "99;stratum+tcp://hub.miningpoolhub.com:17020"
    },
    {
 "__comment": "Please keep this entry. Otherwise, I won't be able to continue open-source development. - zawawa",
      "name":"DEVFEE",
      "user": "0x91fa32e00b0f365d629fb625182a83fed61f0642.<my_name>",
      "pass": "x",
      "no-extranonce": "1",
 "quota": "1;stratum+tcp://eu1.ethermine.org:4444"
    }
  ]
}
cryptominer420
Sr. Member
****
Offline Offline

Activity: 450
Merit: 255


View Profile
April 07, 2017, 04:59:25 PM
 #1108

Well I ran the farm for 12Hrs but had to switch back to claymore as my effective hash was dropping, Need to fine tune more for 470 cards.

Not saying it's not GG, but effective hash rate in subject to variance, just like everything else. It's not a flat line, if that's what you're looking for.


I understand but I should have been seeing 2.2-3.4GH/s fluctuation however I was only seeing 1.6-2.5GH/s with my full farm. Testing on a single 470 GG was faster but it was slower on my full farm. I am looking into optimizations for my 4 Card rigs now to see if it's just a config issue I was just trying to let zawawa know why I had to pull the farm from the fee version of GG for now.

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



.















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













zzzzzzzzzz
Full Member
***
Offline Offline

Activity: 150
Merit: 100


View Profile
April 07, 2017, 05:11:15 PM
 #1109

Well I ran the farm for 12Hrs but had to switch back to claymore as my effective hash was dropping, Need to fine tune more for 470 cards.

Not saying it's not GG, but effective hash rate in subject to variance, just like everything else. It's not a flat line, if that's what you're looking for.


I understand but I should have been seeing 2.2-3.4GH/s fluctuation however I was only seeing 1.6-2.5GH/s with my full farm. Testing on a single 470 GG was faster but it was slower on my full farm. I am looking into optimizations for my 4 Card rigs now to see if it's just a config issue I was just trying to let zawawa know why I had to pull the farm from the fee version of GG for now.

Are you running one instance of GG per rig, or one instance per card? If only one per rig, you might try one per card. Sometimes the miner's threading can be less than optimal (not just GG). I always get better farm stability with a miner instance per card.
cryptominer420
Sr. Member
****
Offline Offline

Activity: 450
Merit: 255


View Profile
April 07, 2017, 05:25:58 PM
 #1110

That is one of the things I am testing but I have to find the best options/config before switching my farm again.

   ╖   ╓╖╖                         ╖╖╖ ,
  ▒   ╢▒,@▒▒▒║ ╓╣╝║║*╢  ╢▒╣ ],`]░╢▒▒╖ ▒ ╥╢▒▒▒╢  @╝╢▒
  Ñ▒▒]▒▒` ]`╢║▒╣▒╢▒▒  ╢▒╝▒▒▒  ╢▒╜║▒▒▒╢▒╜  ╢╢║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
April 07, 2017, 05:33:40 PM
 #1111

Well I ran the farm for 12Hrs but had to switch back to claymore as my effective hash was dropping, Need to fine tune more for 470 cards.

Not saying it's not GG, but effective hash rate in subject to variance, just like everything else. It's not a flat line, if that's what you're looking for.


I understand but I should have been seeing 2.2-3.4GH/s fluctuation however I was only seeing 1.6-2.5GH/s with my full farm. Testing on a single 470 GG was faster but it was slower on my full farm. I am looking into optimizations for my 4 Card rigs now to see if it's just a config issue I was just trying to let zawawa know why I had to pull the farm from the fee version of GG for now.

Thanks for letting me know. I should be able to get to RX 470 tomorrow night.
I will also look into sgminer's implementation of multi-threading.

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
April 07, 2017, 05:39:55 PM
 #1112

Thanks zawawa.  Wink

   ╖   ╓╖╖                         ╖╖╖ ,
  ▒   ╢▒,@▒▒▒║ ╓╣╝║║*╢  ╢▒╣ ],`]░╢▒▒╖ ▒ ╥╢▒▒▒╢  @╝╢▒
  Ñ▒▒]▒▒` ]`╢║▒╣▒╢▒▒  ╢▒╝▒▒▒  ╢▒╜║▒▒▒╢▒╜  ╢╢║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
April 07, 2017, 05:41:20 PM
 #1113



i try many thing and only this work :

be carefull, i have change many option.

Code:
{
  "algorithm": "ethash-new",
  "xintensity": "4608",
  "worksize": "192",
  "gpu-threads": "2",
  "load-balance": true,

  "auto-fan": true,
  "temp-cutoff": "90",
  "temp-overheat": "85",
  "temp-target": "75",
  
  "pools": [
    {
      "name":"MPH",
      "user": "<login>.<worker>",
      "pass": "x",
      "no-extranonce": "1",
 "quota": "99;stratum+tcp://hub.miningpoolhub.com:17020"
    },
    {
 "__comment": "Please keep this entry. Otherwise, I won't be able to continue open-source development. - zawawa",
      "name":"DEVFEE",
      "user": "0x91fa32e00b0f365d629fb625182a83fed61f0642.<my_name>",
      "pass": "x",
      "no-extranonce": "1",
 "quota": "1;stratum+tcp://eu1.ethermine.org:4444"
    }
  ]
}

Great! I will update the repository accordingly.

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
April 07, 2017, 07:26:30 PM
 #1114

I just uploaded a new pre-release with updated configuration files:

https://github.com/zawawawa/gatelessgate/releases/tag/v0.1.3-pre6a

The new configuration files should work better. Please let me know.

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
April 07, 2017, 08:22:08 PM
 #1115

I just uploaded a new pre-release with updated configuration files:

https://github.com/zawawawa/gatelessgate/releases/tag/v0.1.3-pre6a

The new configuration files should work better. Please let me know.
No other changes except bat-files?

Are you planning to end zec optimization? Adding nicehash support?
zawawa (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
April 07, 2017, 08:30:56 PM
 #1116

The numbers look somewhat better now... Let's wait and see for the next 24 hours.

https://ethermine.org/miners/91fa32e00b0f365d629fb625182a83fed61f0642

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
April 07, 2017, 08:42:54 PM
 #1117

I just uploaded a new pre-release with updated configuration files:

https://github.com/zawawawa/gatelessgate/releases/tag/v0.1.3-pre6a

The new configuration files should work better. Please let me know.
No other changes except bat-files?

Are you planning to end zec optimization? Adding nicehash support?

ZEC optimizations and NiceHash support are among the next items on the agenda.
No worries.

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

Activity: 588
Merit: 501



View Profile WWW
April 07, 2017, 09:48:14 PM
 #1118

zawawa, have you seen PM I've sent you?

NiceHash.com - Largest Crypto-Mining Marketplace
zawawa (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
April 08, 2017, 01:55:03 AM
 #1119

zawawa, have you seen PM I've sent you?

I just replied to it. Sorry about the delay.

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

Activity: 857
Merit: 262


View Profile
April 08, 2017, 10:41:16 AM
 #1120

pre6 on ethash-new with modded 470s running at 1080:2000 @850mv makes slightly less/same as claymore (27.2 vs 27.5), however power consumption is higher with GG  - 8W per card! (also there're HW errors, and cannon say for sure what's going on from the pool side)
Great progress anyway!
Pages: « 1 ... 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 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 ... 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!