Bitcoin Forum
April 25, 2024, 06:45:39 AM *
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 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 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 ... 197 »
  Print  
Author Topic: Gateless Gate Sharp 1.3.8: 30Mh/s (Ethash) on RX 480!  (Read 214337 times)
UnclWish
Sr. Member
****
Offline Offline

Activity: 1484
Merit: 253


View Profile
February 24, 2017, 12:50:05 PM
 #721

Same question, GG is still Open CL only?
NVIDIA supports OpenCL so as AMD...

This is quote from 1st page:
"Gateless Gate is a cross-platform OpenCL ZEC/ETH/XMR/PASC/FTC miner for video cards with the AMD GCN architecture and the NVIDIA Maxwell and Pascal architectures"

Are your cards Maxwell or Pascal architectures?
1714027539
Hero Member
*
Offline Offline

Posts: 1714027539

View Profile Personal Message (Offline)

Ignore
1714027539
Reply with quote  #2

1714027539
Report to moderator
1714027539
Hero Member
*
Offline Offline

Posts: 1714027539

View Profile Personal Message (Offline)

Ignore
1714027539
Reply with quote  #2

1714027539
Report to moderator
1714027539
Hero Member
*
Offline Offline

Posts: 1714027539

View Profile Personal Message (Offline)

Ignore
1714027539
Reply with quote  #2

1714027539
Report to moderator
Transactions must be included in a block to be properly completed. When you send a transaction, it is broadcast to miners. Miners can then optionally include it in their next blocks. Miners will be more inclined to include your transaction if it has a higher transaction fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714027539
Hero Member
*
Offline Offline

Posts: 1714027539

View Profile Personal Message (Offline)

Ignore
1714027539
Reply with quote  #2

1714027539
Report to moderator
ivan1975
Legendary
*
Offline Offline

Activity: 2842
Merit: 1168


View Profile
February 24, 2017, 01:09:41 PM
 #722

Same question, GG is still Open CL only?
NVIDIA supports OpenCL so as AMD...

This is quote from 1st page:
"Gateless Gate is a cross-platform OpenCL ZEC/ETH/XMR/PASC/FTC miner for video cards with the AMD GCN architecture and the NVIDIA Maxwell and Pascal architectures"

Are your cards Maxwell or Pascal architectures?
I have gtx970 (Maxwell) and gtx1070 (Pascal), but get above error.
May be something missing in bat file?
zawawa (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
February 24, 2017, 01:13:33 PM
 #723

NVIDIA support may be broken.
I will take a look at it.

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
February 24, 2017, 01:44:24 PM
 #724

Yeah zawawa you lost track of the NVIDIA compatibility completely since you try to make all the AMD fanboys happy.
But I saw this coming already month ago... so you should drop nvidia either or really make it work for this vendor too.

But as I see all your efforts about AMD GCN/AMD SDK and AMD specific OpenCL implementation you should drop NV to avoid unhappy NVIDIA fanboys like me.  Embarrassed Tongue

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
February 24, 2017, 02:17:28 PM
 #725

I know, I know... In order for the miner to stay competitive, however, the implementation has to be vendor-specific, and I have to start somewhere. I plan to do the same for NVIDIA eventually, but I can only handle one thing at a time because my resources are quite limited.

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
February 24, 2017, 02:36:33 PM
 #726

Here is an example of GCN inline assembly:

Code:
#ifdef __GCNMINC__
    uint thread_index = 0;
    if (get_local_id(0) % 64 == 0)
        nr_slots = get_nr_slots(PARAM_K - 1, rowCountersSrc, assigned_row_index);
    //barrier(CLK_LOCAL_MEM_FENCE);
    __asm("ds_bpermute_b32 %0, %1, %2\r\n"
          "s_waitcnt lgkmcnt(0)"
          : "=v" (nr_slots) : "v" (thread_index), "0" (nr_slots));

This code sends the value of nr_slots to all the lanes on the wavefront without using shared memory.

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

Activity: 1344
Merit: 252



View Profile
February 24, 2017, 04:34:06 PM
 #727

NVIDIA support may be broken.
I will take a look at it.
Indeed getting error with gatelessgate-0.1.3-pre1 and gtx 1060...

    ▄███▄▄                  ▄▄███▄
▄██▄ ▀▀████▄              ▄████▀▀ ▄██▄
 ▀████▄ ▀▀████▄        ▄████▀▀ ▄████▀
█▄ ▀▀████▄ ▀▀████   ▄████▀▀ ▄████▀▀ ▄█
███  ▄▀▀████▄ ▀  ▄████▀▀ ▄████▀▀▄  ███
███  ██▄ ▀▀   ▄████▀▀ ▄████▀▀ ▄██  ███
███  ██▀   ▄████▀▀ ▄████▀▀ ▄  ▀██  ███
███  ▀  ▄████▀▀ ▄████▀▀  ████▄  ▀  ███
█▀   ▄████▀▀ ▄████▀▀ ▄▄█▄  ▀████▄   ▀█
  ▄████▀▀ ▄████▀▀    ▀▀████▄ ▀▀████▄
████▀▀ ▄████▀▀          ▀▀████▄ ▀▀████
███  ████▀▀ ▄█▄         ▄▄ ▀▀████  ███
███  ███  ▄▀▀███▄    ▄███▀▀   ███  ███
███  ███  ██▄ ▀▀  ▄███▀▀ ▄██  ███  ███
███  ███  █▀   ▄███▀▀ ▄███▀▀  ███  ███
███  ███    ▄███▀▀ ▄███▀▀  ▄  ███  ███
███  ███  ███▀▀ ▄███▀▀   ▄██  ███  ███
▀██  ███  ▀▀ ▄███▀▀  ▄██▄ ▀█  ███  ██▀
  ▀  ███  ▄███▀▀      ▀▀███▄  ███  ▀
      ▀█  █▀▀            ▀▀█  █▀
LUXCORE
██████████████▄
██          ██▀█▄
██  ██████  ██  ▀█▄
██  ██████  ██    ▀█
██  ██████  ████████
██                ██
██  ████████████  ██
██                ██
██  ████████████  ██
██                ██
██  ████████████  ██
██                ██
██  ████████████  ██
██                ██
██  ███████       ██
██                ██
████████████████████
▬▬▬     DOWNLOAD WALLETS     ▬▬▬
| WINDOWS | MAC | LINUX | LUXBLOCKCHAIN |
████████      EXCHANGE      ████████



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

Activity: 728
Merit: 304


Miner Developer


View Profile
February 24, 2017, 05:02:58 PM
 #728

I thought NVIDIA guys (and gals) were using sp_'s miner.
Anyway, let me take a look...

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

Activity: 109
Merit: 10

Decentralized Transportation Economy


View Profile
February 24, 2017, 06:51:21 PM
 #729

I use gateless for ZEC and Pasc only as there are a ton of eth and XMR miners.

Can you dual mine ZEC and Pasc together?

ioglnx
Sr. Member
****
Offline Offline

Activity: 574
Merit: 250

Fighting mob law and inquisition in this forum


View Profile
February 24, 2017, 07:16:58 PM
 #730

I thought NVIDIA guys (and gals) were using sp_'s miner.
Anyway, let me take a look...

LoL I know it's carnival but don't be the Jecke (jerk)

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

Activity: 672
Merit: 500


View Profile
February 24, 2017, 08:47:47 PM
 #731

I have compiled GG on Ubuntu several days ago and it worked fine with gtx1070 mining PascalCoin
zawawa (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
February 25, 2017, 03:48:00 AM
 #732

I just uploaded a new pre-release. ZEC mining on NVIDIA cards is fixed. It is also faster at 180 sol/s on stock GTX 1060 3GB. Enjoy!

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

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

Activity: 798
Merit: 1000


View Profile
February 25, 2017, 04:24:13 AM
 #733

only zec? or also pascalcoin e eth
marvykkio
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
February 25, 2017, 04:35:40 AM
 #734

ivan1975
Legendary
*
Offline Offline

Activity: 2842
Merit: 1168


View Profile
February 25, 2017, 04:37:26 AM
 #735

I just uploaded a new pre-release. ZEC mining on NVIDIA cards is fixed. It is also faster at 180 sol/s on stock GTX 1060 3GB. Enjoy!

https://github.com/zawawawa/gatelessgate/releases/tag/v0.1.3-pre2
Thanks.
Now it works with Nvidia.
200 H/s - 1070
160 H/s - 970
My bat:
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 -k equihash -I 25 --gpu-threads 2 --gpu-platform 0 -o zec-eu.suprnova.cc:2142 -u xxxx.x -p xxx
pause
It's correct settings?
zawawa (OP)
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
February 25, 2017, 04:39:04 AM
 #736

ETH mining on NVIDIA cards needs much more work, so I will take care of it later.

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
February 25, 2017, 05:00:15 AM
 #737

I just uploaded a new pre-release. ZEC mining on NVIDIA cards is fixed. It is also faster at 180 sol/s on stock GTX 1060 3GB. Enjoy!

https://github.com/zawawawa/gatelessgate/releases/tag/v0.1.3-pre2
Thanks.
Now it works with Nvidia.
200 H/s - 1070
160 H/s - 970
My bat:
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 -k equihash -I 25 --gpu-threads 2 --gpu-platform 0 -o zec-eu.suprnova.cc:2142 -u xxxx.x -p xxx
pause
It's correct settings?

Looks OK to me.

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
February 25, 2017, 05:02:42 AM
 #738

Now let's see if the new compiler can build the kernel for 7990...

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

Activity: 1344
Merit: 252



View Profile
February 25, 2017, 05:05:58 AM
 #739

I just uploaded a new pre-release. ZEC mining on NVIDIA cards is fixed. It is also faster at 180 sol/s on stock GTX 1060 3GB. Enjoy!

https://github.com/zawawawa/gatelessgate/releases/tag/v0.1.3-pre2
Thanks! Will try...

    ▄███▄▄                  ▄▄███▄
▄██▄ ▀▀████▄              ▄████▀▀ ▄██▄
 ▀████▄ ▀▀████▄        ▄████▀▀ ▄████▀
█▄ ▀▀████▄ ▀▀████   ▄████▀▀ ▄████▀▀ ▄█
███  ▄▀▀████▄ ▀  ▄████▀▀ ▄████▀▀▄  ███
███  ██▄ ▀▀   ▄████▀▀ ▄████▀▀ ▄██  ███
███  ██▀   ▄████▀▀ ▄████▀▀ ▄  ▀██  ███
███  ▀  ▄████▀▀ ▄████▀▀  ████▄  ▀  ███
█▀   ▄████▀▀ ▄████▀▀ ▄▄█▄  ▀████▄   ▀█
  ▄████▀▀ ▄████▀▀    ▀▀████▄ ▀▀████▄
████▀▀ ▄████▀▀          ▀▀████▄ ▀▀████
███  ████▀▀ ▄█▄         ▄▄ ▀▀████  ███
███  ███  ▄▀▀███▄    ▄███▀▀   ███  ███
███  ███  ██▄ ▀▀  ▄███▀▀ ▄██  ███  ███
███  ███  █▀   ▄███▀▀ ▄███▀▀  ███  ███
███  ███    ▄███▀▀ ▄███▀▀  ▄  ███  ███
███  ███  ███▀▀ ▄███▀▀   ▄██  ███  ███
▀██  ███  ▀▀ ▄███▀▀  ▄██▄ ▀█  ███  ██▀
  ▀  ███  ▄███▀▀      ▀▀███▄  ███  ▀
      ▀█  █▀▀            ▀▀█  █▀
LUXCORE
██████████████▄
██          ██▀█▄
██  ██████  ██  ▀█▄
██  ██████  ██    ▀█
██  ██████  ████████
██                ██
██  ████████████  ██
██                ██
██  ████████████  ██
██                ██
██  ████████████  ██
██                ██
██  ████████████  ██
██                ██
██  ███████       ██
██                ██
████████████████████
▬▬▬     DOWNLOAD WALLETS     ▬▬▬
| WINDOWS | MAC | LINUX | LUXBLOCKCHAIN |
████████      EXCHANGE      ████████



                      ▄▄
                  ▄▄████
              ▄▄████████
          ▄▄███████▀████
      ▄▄█████████▀ █████
  ▄▄███████████▀ ▄██████
█████████████▀  ████████
   ▀▀██████▀  ▄█████████
       ▀▀▀  ▄███████████
           ▄████████████
           █████████████
           ████▀  ▀▀████
           ██▀       ▀██
Ursul0
Sr. Member
****
Offline Offline

Activity: 857
Merit: 262


View Profile
February 25, 2017, 11:13:34 AM
Last edit: February 26, 2017, 10:31:49 PM by Ursul0
 #740

What kind of speeds does GG give for XMR with RX 470/480?
I'm running GG XMR(0.1.3-pre1) on a mixed rig of 4*470 +1*370. It does 700-710h on 470 and 400+h on 370. stable for weeks (faster than 9.7 claymore, ans slightly less watts ~3-5%)
 
470: 1920-1980&1150-1170 @ 900-915mv
370: 875 & 1375
--rawintensity 504,504,504,504,380 --worksize 4,4,4,4,10 --gpu-threads 2,2,2,2,2

EDIT: Something fishy is going on, here, consistently...



Hynix has 1500 straps and samsung 1625. Same voltage. Discovered accidentally while testing ZEC and leaving the voltages with no change.
Hynix behaves  as "expected" - the higher mem gives higher hash, but samsung is different - it makes somehow very good use of the 1750(1625 timings)..  



past 18 hours:

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 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 ... 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!