Bitcoin Forum
June 07, 2024, 03:09:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3]  All
  Print  
Author Topic: [ANN] sgminer-kl 1.0.9 - open source (AMD) miner for x16/x17/xevan/phi and more  (Read 20915 times)
KL0nLutiy1 (OP)
Newbie
*
Offline Offline

Activity: 88
Merit: 0


View Profile
September 11, 2018, 04:22:09 PM
 #41

New version sgminer-kl 1.0.6: https://github.com/KL0nLutiy/sgminer-kl/releases/tag/kl-1.0.6
ifad
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
September 12, 2018, 08:08:42 PM
 #42

I've been trying hard to solomine with your miner directly to wallets but it didn't work. Is it that getwork support is removed ? Would it be possible to put it back in ?
Sara93
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
September 17, 2018, 12:08:54 AM
 #43

Hi) This miner supports coins on the phi2 algorithm as LUXcoin
maxmad
Jr. Member
*
Offline Offline

Activity: 55
Merit: 3


View Profile
October 27, 2018, 11:14:11 PM
 #44

Does latest version sgminer-kl 1.0.6 needs newest AMD drivers?

System freezes after 5-6 minutes mining at Suprnova.

70GB pagefile and August 23 blockchain drivers for RX 580 8GB are used. No issues mining ETH with claymore. Total 8 cards.
entryboy
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
November 01, 2018, 11:26:23 PM
 #45

Hello KL,

xevan hashrates (doesn't work with all cards yet):
...
Vega: N/A (HW errors)

...

it does not work with VEGA64 (4.4MH/s but nothing will be found), same with Fiji (1.8MH/s).

Do you working on it?

Thanks.
KL0nLutiy1 (OP)
Newbie
*
Offline Offline

Activity: 88
Merit: 0


View Profile
November 10, 2018, 07:11:20 PM
 #46

New version sgminer-kl 1.0.7: https://github.com/KL0nLutiy/sgminer-kl/releases/tag/kl-1.0.7
KL0nLutiy1 (OP)
Newbie
*
Offline Offline

Activity: 88
Merit: 0


View Profile
November 14, 2018, 04:33:16 PM
 #47

New version sgminer-kl 1.0.9: https://github.com/KL0nLutiy/sgminer-kl/releases/tag/kl-1.0.9
dragonmike
Hero Member
*****
Offline Offline

Activity: 1274
Merit: 556



View Profile
November 14, 2018, 05:20:23 PM
 #48

Decent job, Kl0n.
It's still old, clunky, unoptimised SGminer... but I think it's the fastest old, clunky and unoptimised SGminer for x16r I've seen so far. Still burning way to much power imo... And 5 GTX 1080's still outperform 6 Vega 56's at half the power draw.

Keep chugging. I'm confident that at some point somebody will come up with a new x16 miner for AMD that will blow everything else out of the water.
kokodesu
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
November 15, 2018, 10:08:24 PM
 #49

Are there any additional plans for x22i / lyra2Z / phi2 /?
fancyIX
Jr. Member
*
Offline Offline

Activity: 120
Merit: 4


View Profile
November 15, 2018, 10:35:22 PM
 #50

Are there any additional plans for x22i / lyra2Z / phi2 /?

Check this:
https://bitcointalk.org/index.php?topic=5028462.40
maxmad
Jr. Member
*
Offline Offline

Activity: 55
Merit: 3


View Profile
December 09, 2018, 01:59:12 AM
 #51

System turns off after 3-4 minutes mining at Suprnova.

PSU are fine. 3 cards tested and the system stills turns off completely.
Temperatures are ok.

Mining any other algo with other miners works great for days.

70GB pagefile and August 23 blockchain drivers for RX 580 8GB are used. Asus B250 used.

IngerDev
Member
**
Offline Offline

Activity: 157
Merit: 23


View Profile
December 10, 2018, 05:42:29 AM
 #52

Hi everyone,

I want to introduce a new open source miner based on the avermore miner. It supports x16r/x16s/x17/xevan/tribus/aergo algoritms. All list of the optimizatins you could see on github by release changelog or by the commits.

Speed for sgminer-kl 1.0.9:
x16r / x16s average hashrate:
Vega64: 18.6 MH/s

x17 hashrate:
Vega64: 20.4 MH/s

phi hashrate:
Vega64 33.5 MH/s (-w 256)

tribus hashrate:
Vega64 88.6  MH/s (-w 256)

polytimos hashrate:
Vega64 40.0 MH/s

geek hashrate:
Vega64 29.2 MH/s

aergo hashrate:
Vega64 7.0 MH/s

c11 hashrate:
Vega64 22.6 MH/s

skunk hashrate:
Vega64 52.5 MH/s (-w 256)

Test done on:
Vega64 OC settings: core 1425/920, memory 1100/920
Miner settings: -X 256 -g 2
Windows 10, AMD 18.6.1 driver

It contains a 1% devfee to have a motivation to continue the work on the miner.

I look forward to hearing your feedback about this new release.

Source code: https://github.com/KL0nLutiy/sgminer-kl
Bugtracker: https://github.com/KL0nLutiy/sgminer-kl/issues
Releases: https://github.com/KL0nLutiy/sgminer-kl/releases

sgminer-kl available for windows and linux.

Some optimization tips:

1. Set the following enviroment variables
Code:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100

2. You can start from xIntensity -X 256

3. You can run 2 threads per GPU --gpu-threads 2

Change log:

1) sgminer-kl-1.0.0
Initial release

2) sgminer-kl-1.0.1
Optimize echo for x16/x17
Use wolf-echo 80 kernel for x16
Optimize whirlpool and use for x16/x17/xevan
Small optimization for simd xevan

3) sgminer-kl-1.0.2
Add phi algo (~3% faster than bitbandi miner)

4) sgminer-kl-1.0.3
Optimize xevan simd kernel
Use wolf echo in xevan

5) sgminer-kl-1.0.4
Add tribus algo

6) sgminer-kl-1.0.5
Add aergo algo
Dev pool donation switching improvements

7) sgminer-kl-1.0.6
Add polytimos algo
Add geek (GeekCash) algo
Faster tribus (add midstate)
Fix --benchmark-sequence command for windows for x16r algo
Add support for Visual Studio 2017
Fix "block found" bug for x16s
Faster groestl/cubehash

8 ) sgminer-kl-1.0.7
Faster simd, echo, whirlpool for all supported algos

9) sgminer-kl-1.0.8
Add skunk algo

10) sgminer-kl-1.0.9
Faster groestl, keccak, hamsi for c11/x16r/x16s/x17/tribus/geek/aergo algos

Last version sgminer-kl 1.0.9: https://github.com/KL0nLutiy/sgminer-kl/releases/tag/kl-1.0.9

Hello,

How to cross compile this miner, any instructions?
And are you able to add 5 new algos?

GlobalToken; for fast online payments
▬▬▬▬▬▬▬█  Twitter   █   BCT Forum   █   GitHub   █   Discord   █▬▬▬▬▬▬▬
Masternodes || 30 Algorithms || Merge-Mining
KL0nLutiy1 (OP)
Newbie
*
Offline Offline

Activity: 88
Merit: 0


View Profile
December 10, 2018, 06:04:34 PM
 #53

Hi everyone,

I want to introduce a new open source miner based on the avermore miner. It supports x16r/x16s/x17/xevan/tribus/aergo algoritms. All list of the optimizatins you could see on github by release changelog or by the commits.

Speed for sgminer-kl 1.0.9:
x16r / x16s average hashrate:
Vega64: 18.6 MH/s

x17 hashrate:
Vega64: 20.4 MH/s

phi hashrate:
Vega64 33.5 MH/s (-w 256)

tribus hashrate:
Vega64 88.6  MH/s (-w 256)

polytimos hashrate:
Vega64 40.0 MH/s

geek hashrate:
Vega64 29.2 MH/s

aergo hashrate:
Vega64 7.0 MH/s

c11 hashrate:
Vega64 22.6 MH/s

skunk hashrate:
Vega64 52.5 MH/s (-w 256)

Test done on:
Vega64 OC settings: core 1425/920, memory 1100/920
Miner settings: -X 256 -g 2
Windows 10, AMD 18.6.1 driver

It contains a 1% devfee to have a motivation to continue the work on the miner.

I look forward to hearing your feedback about this new release.

Source code: https://github.com/KL0nLutiy/sgminer-kl
Bugtracker: https://github.com/KL0nLutiy/sgminer-kl/issues
Releases: https://github.com/KL0nLutiy/sgminer-kl/releases

sgminer-kl available for windows and linux.

Some optimization tips:

1. Set the following enviroment variables
Code:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100

2. You can start from xIntensity -X 256

3. You can run 2 threads per GPU --gpu-threads 2

Change log:

1) sgminer-kl-1.0.0
Initial release

2) sgminer-kl-1.0.1
Optimize echo for x16/x17
Use wolf-echo 80 kernel for x16
Optimize whirlpool and use for x16/x17/xevan
Small optimization for simd xevan

3) sgminer-kl-1.0.2
Add phi algo (~3% faster than bitbandi miner)

4) sgminer-kl-1.0.3
Optimize xevan simd kernel
Use wolf echo in xevan

5) sgminer-kl-1.0.4
Add tribus algo

6) sgminer-kl-1.0.5
Add aergo algo
Dev pool donation switching improvements

7) sgminer-kl-1.0.6
Add polytimos algo
Add geek (GeekCash) algo
Faster tribus (add midstate)
Fix --benchmark-sequence command for windows for x16r algo
Add support for Visual Studio 2017
Fix "block found" bug for x16s
Faster groestl/cubehash

8 ) sgminer-kl-1.0.7
Faster simd, echo, whirlpool for all supported algos

9) sgminer-kl-1.0.8
Add skunk algo

10) sgminer-kl-1.0.9
Faster groestl, keccak, hamsi for c11/x16r/x16s/x17/tribus/geek/aergo algos

Last version sgminer-kl 1.0.9: https://github.com/KL0nLutiy/sgminer-kl/releases/tag/kl-1.0.9

Hello,

How to cross compile this miner, any instructions?
And are you able to add 5 new algos?

You could use instruction from avermore miner: https://github.com/brian112358/avermore-miner/wiki. Which algos do you want me to add to the sgminer-kl?
IngerDev
Member
**
Offline Offline

Activity: 157
Merit: 23


View Profile
December 12, 2018, 07:24:22 PM
 #54

Hi everyone,

I want to introduce a new open source miner based on the avermore miner. It supports x16r/x16s/x17/xevan/tribus/aergo algoritms. All list of the optimizatins you could see on github by release changelog or by the commits.

Speed for sgminer-kl 1.0.9:
x16r / x16s average hashrate:
Vega64: 18.6 MH/s

x17 hashrate:
Vega64: 20.4 MH/s

phi hashrate:
Vega64 33.5 MH/s (-w 256)

tribus hashrate:
Vega64 88.6  MH/s (-w 256)

polytimos hashrate:
Vega64 40.0 MH/s

geek hashrate:
Vega64 29.2 MH/s

aergo hashrate:
Vega64 7.0 MH/s

c11 hashrate:
Vega64 22.6 MH/s

skunk hashrate:
Vega64 52.5 MH/s (-w 256)

Test done on:
Vega64 OC settings: core 1425/920, memory 1100/920
Miner settings: -X 256 -g 2
Windows 10, AMD 18.6.1 driver

It contains a 1% devfee to have a motivation to continue the work on the miner.

I look forward to hearing your feedback about this new release.

Source code: https://github.com/KL0nLutiy/sgminer-kl
Bugtracker: https://github.com/KL0nLutiy/sgminer-kl/issues
Releases: https://github.com/KL0nLutiy/sgminer-kl/releases

sgminer-kl available for windows and linux.

Some optimization tips:

1. Set the following enviroment variables
Code:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100

2. You can start from xIntensity -X 256

3. You can run 2 threads per GPU --gpu-threads 2

Change log:

1) sgminer-kl-1.0.0
Initial release

2) sgminer-kl-1.0.1
Optimize echo for x16/x17
Use wolf-echo 80 kernel for x16
Optimize whirlpool and use for x16/x17/xevan
Small optimization for simd xevan

3) sgminer-kl-1.0.2
Add phi algo (~3% faster than bitbandi miner)

4) sgminer-kl-1.0.3
Optimize xevan simd kernel
Use wolf echo in xevan

5) sgminer-kl-1.0.4
Add tribus algo

6) sgminer-kl-1.0.5
Add aergo algo
Dev pool donation switching improvements

7) sgminer-kl-1.0.6
Add polytimos algo
Add geek (GeekCash) algo
Faster tribus (add midstate)
Fix --benchmark-sequence command for windows for x16r algo
Add support for Visual Studio 2017
Fix "block found" bug for x16s
Faster groestl/cubehash

8 ) sgminer-kl-1.0.7
Faster simd, echo, whirlpool for all supported algos

9) sgminer-kl-1.0.8
Add skunk algo

10) sgminer-kl-1.0.9
Faster groestl, keccak, hamsi for c11/x16r/x16s/x17/tribus/geek/aergo algos

Last version sgminer-kl 1.0.9: https://github.com/KL0nLutiy/sgminer-kl/releases/tag/kl-1.0.9

Hello,

How to cross compile this miner, any instructions?
And are you able to add 5 new algos?

You could use instruction from avermore miner: https://github.com/brian112358/avermore-miner/wiki. Which algos do you want me to add to the sgminer-kl?

Hello,

It are 6 new algos.

Astralhash, blake2b, Globalhash, Jeonghash, Padihash and Pawelhash.
Would be good if you can contact me, this are all GLT GlobalToken unique algos.

Blake2b is not Sia here.

Thanks.

GlobalToken; for fast online payments
▬▬▬▬▬▬▬█  Twitter   █   BCT Forum   █   GitHub   █   Discord   █▬▬▬▬▬▬▬
Masternodes || 30 Algorithms || Merge-Mining
maxmad
Jr. Member
*
Offline Offline

Activity: 55
Merit: 3


View Profile
January 19, 2019, 12:56:21 AM
 #55

Any idea why this miner force shut down the whole rig after some minutes?

No temperature or PSU problems. Same behavior  with only one GPU.

JoenNL
Member
**
Offline Offline

Activity: 571
Merit: 18


View Profile WWW
October 19, 2019, 09:19:45 AM
 #56

Any idea why this miner force shut down the whole rig after some minutes?

No temperature or PSU problems. Same behavior  with only one GPU.



U could try to use a very clean .bat file, just the pool, workername/password, -i 18 and let it run.. sgminer is one of the most unstable miners out there, but it can also be one of your settings.. So keep the .bat file clean.


Ps. yes i know its an old reply, can be other ppl come here and can use the answer.

Setvin
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
March 17, 2024, 04:09:55 PM
 #57

Add linux binary

I agree but if you're using linux it shouldn't be an issue as building things on linux is easy

I cant get it built, no matter how I try. AMD switched from opencl to rocm, its not so easy.
Pages: « 1 2 [3]  All
  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!