Author

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

member
Activity: 124
Merit: 10
you compare only the speed !!!
and the power consumption ?
what is your ratio for speed/power ?

for example :
you can speed at 1000 for 500 watt and you can speed at 900 for 400 watt.
what is the best choice ?
sr. member
Activity: 1484
Merit: 253
I find best XMR settings for my 270X 4Gb at least... Now gg gives equal speed as Claymore miner.
-rI 470 -w 8 -g 2

Whole day I tryed to find same settings for 280X card but I can't. Claymore on 280X gives 10% more speed than maximum speed gg miner...
I tried on 280X:
-rI 470 -w 8 -g 2
-rI 512 -w 8 -g 2
-rI 512 -w 4 -g 2
-rI 1008 -w 8 -g 1
-rI 1008 -w 4 -g 1
-rI 720 -w 8 -g 1
-rI 720 -w 4 -g 1
and many others... Best for my 280X is
-rI 463 -w 8 -g 2

Thank you very much,
For me it was very useful.

Whats your hashrate with R9 280x ?



Modded bios 280X 1170/1675 Claymore gives 693 H/s, gg is maximum 658-660 H/s
hero member
Activity: 798
Merit: 1000
sorry, but someone managed to start this miner etc ?, because to me by mistake, on rx 470 8gb
 Shocked
newbie
Activity: 56
Merit: 0
Is it possible to solo mine Ethash coins with this miner?

I haven't tried that yet. You could try it yourself and let us know!

I haven't succeeded mining ubiq with sgminer sometime ago... but I was using config files and probably didn't put the correct addy: "hhtp://..." or something so maybe it always thought I'm trying stratum...? Anyway please let us know if you succeed.
Same with a conf file.

run gg with help param, I think I saw there something that could make it work.
try bat file, not json.

edit: in any case you're expected to initiate a JSON RPC on your geth rpc port, proxies may be required... dunno...

i have try for mine on dwarfpool via her proxy :
gatelessgate.exe -k ethash -o http://localhost:8080/r1 -u -p x --xintensity 5120 --worksize 128 --gpu-threads 1

it's work fine.


Are you trying to solo mine? If you are connecting to Dwrfpool, you don' require the proxy I think. I'm trying to solo mine and this miner asks for a username and password which isn't required for solo mining.
newbie
Activity: 59
Merit: 0
I find best XMR settings for my 270X 4Gb at least... Now gg gives equal speed as Claymore miner.
-rI 470 -w 8 -g 2

Whole day I tryed to find same settings for 280X card but I can't. Claymore on 280X gives 10% more speed than maximum speed gg miner...
I tried on 280X:
-rI 470 -w 8 -g 2
-rI 512 -w 8 -g 2
-rI 512 -w 4 -g 2
-rI 1008 -w 8 -g 1
-rI 1008 -w 4 -g 1
-rI 720 -w 8 -g 1
-rI 720 -w 4 -g 1
and many others... Best for my 280X is
-rI 463 -w 8 -g 2

Thank you very much,
For me it was very useful.

Whats your hashrate with R9 280x ?

sr. member
Activity: 728
Merit: 304
Miner Developer
Oh, I see. This is why the first argument to each kernel gets ID 11:

Code:
        .printfid 9
        .privateid 8
        .cbid 10
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
sr. member
Activity: 728
Merit: 304
Miner Developer
So, this part of the old ABI is pretty much the same across GG's 12 Equihash kernels:

Code:
.userdata ptr_uav_table, 0, 2, 2
.userdata imm_const_buffer, 0, 4, 4
.userdata imm_const_buffer, 1, 8, 4

All I need to do is to modify the amdgcn portion of libclc accordingly, I hope.
Ideally, with a single OpenCL source file with inline assembly, I would like to cover:

 3 generations of GCN ISA * 4 different ABIs = 12 combinations.

We will see.
sr. member
Activity: 728
Merit: 304
Miner Developer
Thanks a lot for sharing. I should probably scale up Monero mining at my farm...
sr. member
Activity: 1484
Merit: 253
I find best XMR settings for my 270X 4Gb at least... Now gg gives equal speed as Claymore miner.
-rI 470 -w 8 -g 2

Whole day I tryed to find same settings for 280X card but I can't. Claymore on 280X gives 10% more speed than maximum speed gg miner...
I tried on 280X:
-rI 470 -w 8 -g 2
-rI 512 -w 8 -g 2
-rI 512 -w 4 -g 2
-rI 1008 -w 8 -g 1
-rI 1008 -w 4 -g 1
-rI 720 -w 8 -g 1
-rI 720 -w 4 -g 1
and many others... Best for my 280X is
-rI 463 -w 8 -g 2
member
Activity: 124
Merit: 10
Is it possible to solo mine Ethash coins with this miner?

I haven't tried that yet. You could try it yourself and let us know!

I haven't succeeded mining ubiq with sgminer sometime ago... but I was using config files and probably didn't put the correct addy: "hhtp://..." or something so maybe it always thought I'm trying stratum...? Anyway please let us know if you succeed.
Same with a conf file.

run gg with help param, I think I saw there something that could make it work.
try bat file, not json.

edit: in any case you're expected to initiate a JSON RPC on your geth rpc port, proxies may be required... dunno...

i have try for mine on dwarfpool via her proxy :
gatelessgate.exe -k ethash -o http://localhost:8080/r1 -u -p x --xintensity 5120 --worksize 128 --gpu-threads 1

it's work fine.

sr. member
Activity: 728
Merit: 304
Miner Developer
I am trying to modify the new compiler so that it can generate legacy OpenCL binaries.
The old ABI looks much simpler than the ROCm ABI, so it should be pretty straight forward...
sr. member
Activity: 857
Merit: 262
Is it possible to solo mine Ethash coins with this miner?

I haven't tried that yet. You could try it yourself and let us know!

I haven't succeeded mining ubiq with sgminer sometime ago... but I was using config files and probably didn't put the correct addy: "hhtp://..." or something so maybe it always thought I'm trying stratum...? Anyway please let us know if you succeed.
Same with a conf file.

run gg with help param, I think I saw there something that could make it work.
try bat file, not json.

edit: in any case you're expected to initiate a JSON RPC on your geth rpc port, proxies may be required... dunno...
newbie
Activity: 56
Merit: 0
Is it possible to solo mine Ethash coins with this miner?

I haven't tried that yet. You could try it yourself and let us know!

I haven't succeeded mining ubiq with sgminer sometime ago... but I was using config files and probably didn't put the correct addy: "hhtp://..." or something so maybe it always thought I'm trying stratum...? Anyway please let us know if you succeed.
Same with a conf file.
sr. member
Activity: 857
Merit: 262
Hmm... I'm seeing the exact same bug as Crimson 16.9.2... Very interesting.

Code:
fatal error: error in backend: Cannot select: 0x21baa46d3a0: i32,ch = AtomicLoadAdd

I wonder if I can do something similar to this fix...

https://github.com/CTSRD-CHERI/llvm/commit/68565aebafc1fb144d89a291120efd8a2061a847

Nah, that would be too much work for me...
I can just modify libclc with inline asm.

umm.. driver ver...dunno what you mean, but it very much could be that you'd be better off using 16.11.4 drivers as it fixes the NASTY 100% fan bug on polaris
sr. member
Activity: 857
Merit: 262
Is it possible to solo mine Ethash coins with this miner?

I haven't tried that yet. You could try it yourself and let us know!

I haven't succeeded mining ubiq with sgminer sometime ago... but I was using config files and probably didn't put the correct addy: "hhtp://..." or something so maybe it always thought I'm trying stratum...? Anyway please let us know if you succeed.
newbie
Activity: 56
Merit: 0
Is it possible to solo mine Ethash coins with this miner?

I haven't tried that yet. You could try it yourself and let us know!
I'm trying the following but it seems to ask for credentials and exits.

Code:
@echo off
@set GPU_FORCE_64BIT_PTR 0
@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 1 -k ethash -o http://127.0.0.1:8588 --xintensity 4620 --worksize 192 --gpu-threads 2 --no-extranonce
pause
You must add options for your ethereum wallet and password. See readme.txt in folder with miner.
Okay, when I solo mine with Geoil's miner, it doesn't ask for username or password.
sr. member
Activity: 1484
Merit: 253
Is it possible to solo mine Ethash coins with this miner?

I haven't tried that yet. You could try it yourself and let us know!
I'm trying the following but it seems to ask for credentials and exits.

Code:
@echo off
@set GPU_FORCE_64BIT_PTR 0
@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 1 -k ethash -o http://127.0.0.1:8588 --xintensity 4620 --worksize 192 --gpu-threads 2 --no-extranonce
pause
You must add options for your ethereum wallet and password. See readme.txt in folder with miner.
newbie
Activity: 56
Merit: 0
Is it possible to solo mine Ethash coins with this miner?

I haven't tried that yet. You could try it yourself and let us know!
I'm trying the following but it seems to ask for credentials and exits.

Code:
@echo off
@set GPU_FORCE_64BIT_PTR 0
@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 1 -k ethash -o http://127.0.0.1:8588 --xintensity 4620 --worksize 192 --gpu-threads 2 --no-extranonce
pause
sr. member
Activity: 728
Merit: 304
Miner Developer
Hmm... I'm seeing the exact same bug as Crimson 16.9.2... Very interesting.

Code:
fatal error: error in backend: Cannot select: 0x21baa46d3a0: i32,ch = AtomicLoadAdd

I wonder if I can do something similar to this fix...

https://github.com/CTSRD-CHERI/llvm/commit/68565aebafc1fb144d89a291120efd8a2061a847

Nah, that would be too much work for me...
I can just modify libclc with inline asm.
newbie
Activity: 56
Merit: 0
Is it possible to solo mine Ethash coins with this miner?

I haven't tried that yet. You could try it yourself and let us know!

Thanks Zawawa. I'll try.
Jump to: