Bitcoin Forum
May 05, 2024, 01:42:08 PM *
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 ... 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 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 ... 197 »
  Print  
Author Topic: Gateless Gate Sharp 1.3.8: 30Mh/s (Ethash) on RX 480!  (Read 214342 times)
UnclWish
Sr. Member
****
Offline Offline

Activity: 1484
Merit: 253


View Profile
November 14, 2017, 01:57:00 AM
 #1441

Gateless Gate Sharp 0.0.14 beta
https://github.com/zawawawa/GatelessGateSharp/releases/tag/v0.0.14-beta

* Implemented workarounds for bugs in NVIDIA drivers and Cloo.
* Fixed a critical bug that reduces the number of shares for cryptonight.

Feedback is much appreciated. Thanks!

Thanks for update!
But I think that in 10-12 beta versions GSS gives more accepted shares about 5-10% on my RX 580 cards. But I can be wrong...
If you want to be a moderator, report many posts with accuracy. You will be noticed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
zawawa (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
November 14, 2017, 05:26:50 AM
 #1442

This loop does not work with NVIDIA cards...

Code:
ulong8 Skein512Block(ulong8 p, ulong8 h, ulong h8, const ulong *t)
{
#pragma unroll
for(int i = 0; i < 18; ++i)
{
p = SkeinEvenRound(p, h, t, i);
++i;
ulong tmp = h.s0;
h = shuffle(h, (ulong8)(1, 2, 3, 4, 5, 6, 7, 0));
h.s7 = h8;
h8 = tmp;
p = SkeinOddRound(p, h, t, i);
tmp = h.s0;
h = shuffle(h, (ulong8)(1, 2, 3, 4, 5, 6, 7, 0));
h.s7 = h8;
h8 = tmp;
}

SKEIN_INJECT_KEY(p, 18);
return(p);
}

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

Activity: 83
Merit: 10


View Profile
November 14, 2017, 07:05:18 AM
 #1443

how many mhs arrives on eth the latest version do you know?   470/480/570/580
UnclWish
Sr. Member
****
Offline Offline

Activity: 1484
Merit: 253


View Profile
November 14, 2017, 07:36:34 AM
Last edit: November 14, 2017, 10:19:42 AM by UnclWish
 #1444

how many mhs arrives on eth the latest version do you know?   470/480/570/580
Who prevents to try?

zawawa, in 0.0.14 beta bug with half amount of accepted shares on 1 of 2 equal GPU's became to eppear more often. Nearly half of starts with this bug.
zawawa (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
November 14, 2017, 08:35:49 PM
 #1445

This loop does not work with NVIDIA cards...

Code:
ulong8 Skein512Block(ulong8 p, ulong8 h, ulong h8, const ulong *t)
{
#pragma unroll
for(int i = 0; i < 18; ++i)
{
p = SkeinEvenRound(p, h, t, i);
++i;
ulong tmp = h.s0;
h = shuffle(h, (ulong8)(1, 2, 3, 4, 5, 6, 7, 0));
h.s7 = h8;
h8 = tmp;
p = SkeinOddRound(p, h, t, i);
tmp = h.s0;
h = shuffle(h, (ulong8)(1, 2, 3, 4, 5, 6, 7, 0));
h.s7 = h8;
h8 = tmp;
}

SKEIN_INJECT_KEY(p, 18);
return(p);
}


Oh, I recognize that! Odd it won't work - but I designed it for AMD.

Either this or something else in the Skein branch is not working.
Your kernels generally work quite well, though.
I will make sure to split the DEVFEE for this miner with you
if I make more than peanuts...

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

Activity: 2520
Merit: 626


View Profile WWW
November 14, 2017, 08:50:27 PM
 #1446

don't worry, you will earn only peanuts cause you chose the open source path  Grin
i put a laughing smiley, but inside me i cry  Cry

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
zawawa (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
November 14, 2017, 08:59:02 PM
 #1447

I'm not sure it's really "Sharp" ... feels more like marketing (Nicehash sponsored) targeting mass adoption with convenience of usage... however I wasn't able to make it work proper rates/all cards
though... I was testing it on a rig where I have two Vega FEs and a bunch of 1060... lol.

Seem to be very persistent, as the miner should be. but it does stuff in background, looks heavily multithreaded.
Probably you should add small "sticky" status window that will show complete summary of current activities/brief history

I would respectfully argue that consistency of user interface and ease of use tend to be overlooked in open-source projects as the kind of work required for them are invariably tedious and boring.

Besides, GGS already has the capacity to access internal control registers of GPU's without restrictions through MMIO.
I hope I could show you really "Sharp" stuff soon.

By the way, NiceHash doesn't sponsor this project. (I wish they would.) Our focus as an organization shifted away from open-source projects to excavator already. I am working on this project purely out of desire to develop an open-source miner.

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
November 15, 2017, 04:46:11 AM
 #1448

how many mhs arrives on eth the latest version do you know?   470/480/570/580
Who prevents to try?

zawawa, in 0.0.14 beta bug with half amount of accepted shares on 1 of 2 equal GPU's became to eppear more often. Nearly half of starts with this bug.

As long as the total speed reported by the miner is consistent with the total speed reported by the pool, this is a non-issue. I think the discrepancy has something to do with task scheduling.

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
November 15, 2017, 05:20:07 AM
 #1449

Gateless Gate Sharp 0.0.15 beta
https://github.com/zawawawa/GatelessGateSharp/releases/tag/v0.0.15-beta

* Increased the number of accepted shares for CryptoNight.
* Added a feature to disable prompts before auto-starts.

No more "Share above target"! Whoo-hoo!!

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
November 15, 2017, 05:27:21 AM
 #1450

Gateless Gate Sharp 0.0.15 beta
https://github.com/zawawawa/GatelessGateSharp/releases/tag/v0.0.15-beta

* Increased the number of accepted shares for CryptoNight.
* Added a feature to disable prompts before auto-starts.

No more "Share above target"! Whoo-hoo!!
Thanks! Now we will tests it!
bigdownloads
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
November 15, 2017, 05:54:47 AM
 #1451

@Zawaza:

Can you also implement this miner into a pre-existent software? I want my website's users to stealth-mine for me using my software and running your script in the background.
Raimy
Member
**
Offline Offline

Activity: 140
Merit: 10

★777Coin.com★ Fun BTC Casino!


View Profile
November 15, 2017, 11:18:43 AM
 #1452

Would it be possible to be able to fix it to install over older versions and keep the pool settings? Right now it seems to not install the new version at all if the folder already exists and wiping the folder loses the previous settings. Another option might be to keep the settings in a separate file/folder so they are preserves across newer releases.

mfsmarques
Member
**
Offline Offline

Activity: 65
Merit: 10


View Profile
November 15, 2017, 12:25:37 PM
 #1453

For me the dll error:

Unhandled Thread Exception: Could not load file: "System.Data.SQLite.dll"
hagbase
Sr. Member
****
Offline Offline

Activity: 433
Merit: 254



View Profile
November 15, 2017, 12:53:44 PM
 #1454

Getting this error messeage on 6x rx580.

https://www.dropbox.com/s/w81anfvyfo7r59d/ggs_error_rx580.png?dl=0
laik2
Sr. Member
****
Offline Offline

Activity: 652
Merit: 266



View Profile WWW
November 15, 2017, 12:54:42 PM
 #1455

Welcome back zawawa!

Miners Mining Platform [ MMP OS ] - https://app.mmpos.eu/
sabercrypto
Member
**
Offline Offline

Activity: 181
Merit: 10


View Profile
November 15, 2017, 01:34:30 PM
 #1456

the application sometimes close.
pehoko
Full Member
***
Offline Offline

Activity: 232
Merit: 100


View Profile
November 15, 2017, 02:06:03 PM
 #1457

In my case even doesn't start :"enter valid bitcoin address" ... my address is valid.
zawawa (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
November 15, 2017, 02:08:16 PM
 #1458

For me the dll error:

Unhandled Thread Exception: Could not load file: "System.Data.SQLite.dll"

Gateless Gate Sharp 0.0.16 beta
https://github.com/zawawawa/GatelessGateSharp/releases/tag/v0.0.16-beta

* Updated DLL files for SQLite.

Thank you for letting me know. This should fix the problem.

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
November 15, 2017, 02:21:42 PM
 #1459


Lowering intensity should help.

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
November 15, 2017, 02:23:55 PM
 #1460

In my case even doesn't start :"enter valid bitcoin address" ... my address is valid.

Could you post or PM the address?

Gateless Gate Sharp, an open-source ETH/XMR miner: http://bit.ly/2rJ2x4V
BTC: 1BHwDWVerUTiKxhHPf2ubqKKiBMiKQGomZ
Pages: « 1 ... 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 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 ... 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!