Author

Topic: Gateless Gate Sharp 1.3.8: 30Mh/s (Ethash) on RX 480! - page 136. (Read 214410 times)

newbie
Activity: 13
Merit: 0
Just got to use this with my r9 280x and love it!! Getting about 200 sol/s.

Thanks for your work. Hope devfee helps. Will contine to use your miner as I upgrade.

http://zencash.cloud/#/worker?znTVd5rQzFQ6g8ymJa4HdDbjDGWk4YRU4sD
hero member
Activity: 588
Merit: 520
Could we expect some dual-minig features for sgminer-GG?
GG is suspended for now, refer to nicehash excavator

Windows based miners are unacceptable.
So no way with excavator.
Really a bad news about GG.
Hope it'll change in future.

Excavator will support Linux very soon, so I'd say you just need to wait. for a week or two.

Hi there!
As nicehash prevents from Linux version appearance, maybe you can find an opportunity to proceed your investigations in GG direction?

We are not preventing anything. Zawawa is working on Linux version of Excavator.
newbie
Activity: 47
Merit: 0
Could we expect some dual-minig features for sgminer-GG?
GG is suspended for now, refer to nicehash excavator

Windows based miners are unacceptable.
So no way with excavator.
Really a bad news about GG.
Hope it'll change in future.

Excavator will support Linux very soon, so I'd say you just need to wait. for a week or two.

Hi there!
As nicehash prevents from Linux version appearance, maybe you can find an opportunity to proceed your investigations in GG direction?
newbie
Activity: 47
Merit: 0
Is this miner fast can I give it a try?

It's a good one.
But development was stuck some time ago.
full member
Activity: 232
Merit: 100
Is this miner fast can I give it a try?
full member
Activity: 129
Merit: 100
Anyone know where is zawawa?  Extremly bus?

atm he working on nicehash team, i don't think he have time/can work on this miner.
full member
Activity: 177
Merit: 100
Anyone know where is zawawa?  Extremly bus?
legendary
Activity: 1564
Merit: 1027

can you link me configuration??? I used source version then compile and not work.


This is my .conf file:

{
  "algorithm": "ethash-new",
  "xintensity": "1024",
  "worksize": "192",
  "gpu-threads": "1",
  "failover": true,
 
  "pools": [
    {
      "name":"MAIN",
      "user": "0x2c988a9d1b730520ad270ed0ec68a77dbe2f0264.RIG02",
      "pass": "x",
      "url": "eu1.ethermine.org:4444"
    },
    {
      "name":"FAILOVER",
      "user": "0x2c988a9d1b730520ad270ed0ec68a77dbe2f0264.RIG02",
      "pass": "x",
      "url": "eu2.ethermine.org:4444"
    },
    {
      "name":"FAILOVER2",
      "user": "0x2c988a9d1b730520ad270ed0ec68a77dbe2f0264.RIG02",
      "pass": "x",
      "url": "us1.ethermine.org:4444"
    }
  ]
}

And this is may .bat file:

@echo off
set GPU_FORCE_64BIT_PTR 1
set GPU_MAX_HEAP_SIZE 100
set GPU_USE_SYNC_OBJECTS 1
set GPU_MAX_ALLOC_PERCENT 100
set GPU_SINGLE_ALLOC_PERCENT 100
gatelessgate.exe --gpu-platform 0 --default-config gatelessgate-Ethereum.conf
pause

I'm mining in Win10, no problems whatsoever!

Good luck!
full member
Activity: 129
Merit: 100


you mean sgminer (genoil) i checked code it not support it.
what pool did you try?
with ethereminer.org not working.



Gateless Gate for 64-bit Windows (0.1.3-pre6b) works flawlessly on Ethermine!

can you link me configuration??? I used source version then compile and not work.

legendary
Activity: 1564
Merit: 1027


you mean sgminer (genoil) i checked code it not support it.
what pool did you try?
with ethereminer.org not working.



Gateless Gate for 64-bit Windows (0.1.3-pre6b) works flawlessly on Ethermine!
full member
Activity: 129
Merit: 100
any change to update stratum support for ethproxy Huh cause atm 99% ethereum pool use eth-proxy with stratum and miner not working

GG works flawlessly with Ethermine pool Grin

you mean sgminer (genoil) i checked code it not support it.
what pool did you try?
with ethereminer.org not working.

https://github.com/zawawawa/gatelessgate/blob/master/Core/util.c > line 3007 > \"method\": \"mining.subscribe\" eth proxy wanna "eth_submitLogin"

looklike:
if (pool->algorithm.type == ALGO_EQUIHASH)
         {
            sprintf(s, "{\"id\":%d, \"method\":\"mining.subscribe\", \"params\":[\"" PACKAGE "/" CGMINER_VERSION "\", null, \"%s\", \"%s\"]}", swork_id++, pool->sockaddr_url, pool->stratum_port);
         }
         else
         {
            switch (pool->stratum_version)
            {
            case STRATUM_PROTOCOL_STRATUM:
               sprintf(s, "{\"id\": %d, \"method\": \"mining.subscribe\", \"params\": []}\n", swork_id++);
               break;
            case STRATUM_PROTOCOL_ETHPROXY:
               sprintf(s, "{\"id\": %d, \"worker\":\"%s\", \"method\": \"eth_submitLogin\", \"params\": [\"%s\"]}\n", swork_id++, pool->worker, pool->rpc_user);
               break;
            case STRATUM_PROTOCOL_ETHEREUMSTRATUM:
               sprintf(s, "{\"id\":%d, \"method\":\"mining.subscribe\", \"params\":[\"" PACKAGE "/" CGMINER_VERSION "\",\"EthereumStratum/1.0.0\"]}\n", swork_id++);
               break;
            }
         }
i checked code on etherminer (genoil) that working.
I tried to fix code but i stuck with last fuction:
static bool parse_notify_ethash() ...

I'm a c# coder and with c++ i'm a newbie, consider also no documentation about this fucking stratum protocol and pool dont' tell you what version they use.
legendary
Activity: 1564
Merit: 1027
any change to update stratum support for ethproxy Huh cause atm 99% ethereum pool use eth-proxy with stratum and miner not working

GG works flawlessly with Ethermine pool Grin
full member
Activity: 129
Merit: 100
any change to update stratum support for ethproxy Huh cause atm 99% ethereum pool use eth-proxy with stratum and miner not working
full member
Activity: 168
Merit: 100
Guys and gals, it's official: I figured out how to enable the GDS on Windows.
This means that excavator will be much faster than the current version of GG on Windows.
There is so much more to explore as I can access the GPU at the lowest level without restrictions now.
Good stuff.

Giving this a bump as I am curious to see where this is going in terms of Windows 64 bit and NVIDIA support - which software exactly were you referring to here and are you still developing?

More than happy to keep donating a % to you if you're developing for Win64/NVIDIA!
newbie
Activity: 47
Merit: 0
Quote
Excavator will support Linux very soon, so I'd say you just need to wait. for a week or two.

Thanks for your work, Zawawa!
Keep on moving.
I'll give Linux version a try.
sr. member
Activity: 728
Merit: 304
Miner Developer
Could we expect some dual-minig features for sgminer-GG?
GG is suspended for now, refer to nicehash excavator

Windows based miners are unacceptable.
So no way with excavator.
Really a bad news about GG.
Hope it'll change in future.

Excavator will support Linux very soon, so I'd say you just need to wait. for a week or two.
newbie
Activity: 47
Merit: 0
Could we expect some dual-minig features for sgminer-GG?
GG is suspended for now, refer to nicehash excavator

Windows based miners are unacceptable.
So no way with excavator.
Really a bad news about GG.
Hope it'll change in future.
sr. member
Activity: 652
Merit: 266
Could we expect some dual-minig features for sgminer-GG?
GG is suspended for now, refer to nicehash excavator
newbie
Activity: 47
Merit: 0
Could we expect some dual-minig features for sgminer-GG?
sr. member
Activity: 1484
Merit: 253
I am developing a new OpenCL component for excavator.
The next version of excavator will be OpenCL-compatible.

Will that be faster than Claymore?
The discussion is there: https://bitcointalksearch.org/topic/excavator-by-nicehash-multi-algorithm-nvidia-gpu-miner-156a-1777827
Allready exists version with support of AMD cards.
Jump to: