Pages:
Author

Topic: [ANN] Best sgminer so far for x22i/lyra2Z/phi2/allium on AMD - page 5. (Read 28394 times)

jr. member
Activity: 120
Merit: 4
Recently, there have been a lot of rumors that Ethereum will move to a new hashing algorithm. Maybe you decide to make a miner under ProgPOW

ProgPow seems a good algo to apply gcn dpp instructions. Thanks for the info. Will work on it.
Do you have any plans on adding x21s and x16rt?

Took a quick look on those two. x21s has one step of lyra2v2, which kind of suitable for applying GCN optimization. I don't like to continue working on lyra2v2 related algorithms because there is a bin file originally from lyclminer. That bin file is fully optimized. Some closed source miners simply copy that file to use it as their own. kind of like IP theft but I am not sure how illegal that is. As to x16rt, seems no lyra2 related steps. Not sure if other steps can be optimized by GCN cross lane instructions.
jr. member
Activity: 120
Merit: 4
Supports Windows and Linux. Supports windows driver and Linux AMDGPU Pro driver. Supports most cards. Comes with pre-built binary kernels to speed up Ellesmere and Vega cards.


https://github.com/fancyIX/sgminer-phi2-branch/releases/tag/5.6.1.3.b4b

Estimated speed:
phi2, rx 580: 1800khs; vega 56: 3300khs
lyra2Z, rx 580: 830khs; vega 56: 1620khs

I know that's far below the speed of tdxminer or teamredminer, but it's supports windows and Vega on Linux. And I am working on improving it. Hope one day it can be comparable with tdxminer.

Beta5 release, about 30% faster
https://github.com/fancyIX/sgminer-phi2-branch/releases/tag/5.6.1.3.b5

Beta5b release:
https://github.com/fancyIX/sgminer-phi2-branch/releases/tag/5.6.1.3.b5b
Speed compare of release (beta5b) than previous release (beta5): 580 +25%, Vega56 +35% for phi2, and 580 -15%, Vega56 +35% for lyra2Z .

Beta5c release, added allium support. Others are the same as beta5b.
https://github.com/fancyIX/sgminer-phi2-branch/releases/tag/5.6.1.3.b5c

Beta5d release, much faster than beta5c, especially for 580.
https://github.com/fancyIX/sgminer-phi2-branch/releases/tag/5.6.1.3.b5d

Beta 5e release, now support x22i. Others keep the same as beta5d:
https://github.com/fancyIX/sgminer-phi2-branch/releases
Will improve the performance further.

Beta5f release. x22i over 25% faster than beta5e, lyra2rev2 over 4x faster.
https://github.com/fancyIX/sgminer-phi2-branch/releases

Beta5f+ release, for x22i, 580 5% faster, Vega56 15% faster. ADL added so that you can monitor your GPU. https://github.com/fancyIX/sgminer-phi2-branch/releases

Beta5f++: little bit faster. https://github.com/fancyIX/sgminer-phi2-branch/releases

Windows version may hang. If so, please revisit the release page and download the fixed file.

Beta5f++++ release, vega 10% faster. 580 improved a bit, for x22i.
https://github.com/fancyIX/sgminer-phi2-branch/releases

Beta5fp5 release, x22i around 5% faster.
https://github.com/fancyIX/sgminer-phi2-branch/releases

Beta5gp1 release, lyra2REv3 support. Comes with prebuilt bin kernels for better performance.
Estimated speed: Vega56 64mhs, 580 41mhs.
https://github.com/fancyIX/sgminer-phi2-branch/releases/tag/5.6.1.3.b5gp1

Beta5gp3 release, added lyra2Zz support.
https://github.com/fancyIX/sgminer-phi2-branch/releases

Beat5h release, starts to support ethash:
https://github.com/fancyIX/sgminer-phi2-branch/releases
jr. member
Activity: 128
Merit: 5
Great work fancyIX, and thank you for keeping sgminer project alive - we (PiMP OS) actually funded the multi-algorithm support back in 2012/2013 which brought sgminer up to 5.0. It set the standard for mining, and was used by large farms such as genesismining for a while. They stopped maintaining it, so we are thankful that you are busy working new algorithms in! Keep up the great work, and thanks for your contributions to the open source community as well! We are thankful to have the new hottest coins mineable with your rock solid stability in PiMP OS.


~ melt
getpimp.org | miner.farm
full member
Activity: 169
Merit: 100
Recently, there have been a lot of rumors that Ethereum will move to a new hashing algorithm. Maybe you decide to make a miner under ProgPOW

ProgPow seems a good algo to apply gcn dpp instructions. Thanks for the info. Will work on it.
Do you have any plans on adding x21s and x16rt?
jr. member
Activity: 120
Merit: 4
Recently, there have been a lot of rumors that Ethereum will move to a new hashing algorithm. Maybe you decide to make a miner under ProgPOW

ProgPow seems a good algo to apply gcn dpp instructions. Thanks for the info. Will work on it.
jr. member
Activity: 120
Merit: 4
Hey Fancy -- I've got a semi problem here... Trying to run the new Lyra2Zz algo...

If I run the bat file with your info in it, I get roughly 1.5 mhs per card... If I run the program through my 3rd party program, I end up hashing at about 1/3 of the speed.

The 3rd party app, basically makes bat files on the go as that algo is selected... Here is the info I give the program

-k lyra2zz -o stratum+tcp://[Server]:[Port] -u [User] -p [Password] -w 256 -I 19

Did you copy "bin-kernel" folder to the same folder where "sgminer" sits? And if you use -I 23 it may run faster.

Winner Winner! Thank you sir!

Let me know if it runs stable or not. It seems running on windows is less stable than on linux. But if it works for you then no worries.
jr. member
Activity: 195
Merit: 4
Hey Fancy -- I've got a semi problem here... Trying to run the new Lyra2Zz algo...

If I run the bat file with your info in it, I get roughly 1.5 mhs per card... If I run the program through my 3rd party program, I end up hashing at about 1/3 of the speed.

The 3rd party app, basically makes bat files on the go as that algo is selected... Here is the info I give the program

-k lyra2zz -o stratum+tcp://[Server]:[Port] -u [User] -p [Password] -w 256 -I 19

Did you copy "bin-kernel" folder to the same folder where "sgminer" sits? And if you use -I 23 it may run faster.

Winner Winner! Thank you sir!
jr. member
Activity: 120
Merit: 4
Hey Fancy -- I've got a semi problem here... Trying to run the new Lyra2Zz algo...

If I run the bat file with your info in it, I get roughly 1.5 mhs per card... If I run the program through my 3rd party program, I end up hashing at about 1/3 of the speed.

The 3rd party app, basically makes bat files on the go as that algo is selected... Here is the info I give the program

-k lyra2zz -o stratum+tcp://[Server]:[Port] -u [User] -p [Password] -w 256 -I 19

Did you copy "bin-kernel" folder to the same folder where "sgminer" sits? And if you use -I 23 it may run faster.
jr. member
Activity: 195
Merit: 4
Hey Fancy -- I've got a semi problem here... Trying to run the new Lyra2Zz algo...

If I run the bat file with your info in it, I get roughly 1.5 mhs per card... If I run the program through my 3rd party program, I end up hashing at about 1/3 of the speed.

The 3rd party app, basically makes bat files on the go as that algo is selected... Here is the info I give the program

-k lyra2zz -o stratum+tcp://[Server]:[Port] -u [User] -p [Password] -w 256 -I 19
jr. member
Activity: 120
Merit: 4
Supports Windows and Linux. Supports windows driver and Linux AMDGPU Pro driver. Supports most cards. Comes with pre-built binary kernels to speed up Ellesmere and Vega cards.


https://github.com/fancyIX/sgminer-phi2-branch/releases/tag/5.6.1.3.b4b

Estimated speed:
phi2, rx 580: 1800khs; vega 56: 3300khs
lyra2Z, rx 580: 830khs; vega 56: 1620khs

I know that's far below the speed of tdxminer or teamredminer, but it's supports windows and Vega on Linux. And I am working on improving it. Hope one day it can be comparable with tdxminer.

Beta5 release, about 30% faster
https://github.com/fancyIX/sgminer-phi2-branch/releases/tag/5.6.1.3.b5

Beta5b release:
https://github.com/fancyIX/sgminer-phi2-branch/releases/tag/5.6.1.3.b5b
Speed compare of release (beta5b) than previous release (beta5): 580 +25%, Vega56 +35% for phi2, and 580 -15%, Vega56 +35% for lyra2Z .

Beta5c release, added allium support. Others are the same as beta5b.
https://github.com/fancyIX/sgminer-phi2-branch/releases/tag/5.6.1.3.b5c

Beta5d release, much faster than beta5c, especially for 580.
https://github.com/fancyIX/sgminer-phi2-branch/releases/tag/5.6.1.3.b5d

Beta 5e release, now support x22i. Others keep the same as beta5d:
https://github.com/fancyIX/sgminer-phi2-branch/releases
Will improve the performance further.

Beta5f release. x22i over 25% faster than beta5e, lyra2rev2 over 4x faster.
https://github.com/fancyIX/sgminer-phi2-branch/releases

Beta5f+ release, for x22i, 580 5% faster, Vega56 15% faster. ADL added so that you can monitor your GPU. https://github.com/fancyIX/sgminer-phi2-branch/releases

Beta5f++: little bit faster. https://github.com/fancyIX/sgminer-phi2-branch/releases

Windows version may hang. If so, please revisit the release page and download the fixed file.

Beta5f++++ release, vega 10% faster. 580 improved a bit, for x22i.
https://github.com/fancyIX/sgminer-phi2-branch/releases

Beta5fp5 release, x22i around 5% faster.
https://github.com/fancyIX/sgminer-phi2-branch/releases

Beta5gp1 release, lyra2REv3 support. Comes with prebuilt bin kernels for better performance.
Estimated speed: Vega56 64mhs, 580 41mhs.
https://github.com/fancyIX/sgminer-phi2-branch/releases/tag/5.6.1.3.b5gp1

Beta5gp3 release, added lyra2Zz support.
https://github.com/fancyIX/sgminer-phi2-branch/releases
newbie
Activity: 19
Merit: 0
Recently, there have been a lot of rumors that Ethereum will move to a new hashing algorithm. Maybe you decide to make a miner under ProgPOW
jr. member
Activity: 195
Merit: 4
Any chance we could see any improvements in the yescrypt area?
jr. member
Activity: 120
Merit: 4
Supports Windows and Linux. Supports windows driver and Linux AMDGPU Pro driver. Supports most cards. Comes with pre-built binary kernels to speed up Ellesmere and Vega cards.


https://github.com/fancyIX/sgminer-phi2-branch/releases/tag/5.6.1.3.b4b

Estimated speed:
phi2, rx 580: 1800khs; vega 56: 3300khs
lyra2Z, rx 580: 830khs; vega 56: 1620khs

I know that's far below the speed of tdxminer or teamredminer, but it's supports windows and Vega on Linux. And I am working on improving it. Hope one day it can be comparable with tdxminer.

Beta5 release, about 30% faster
https://github.com/fancyIX/sgminer-phi2-branch/releases/tag/5.6.1.3.b5

Beta5b release:
https://github.com/fancyIX/sgminer-phi2-branch/releases/tag/5.6.1.3.b5b
Speed compare of release (beta5b) than previous release (beta5): 580 +25%, Vega56 +35% for phi2, and 580 -15%, Vega56 +35% for lyra2Z .

Beta5c release, added allium support. Others are the same as beta5b.
https://github.com/fancyIX/sgminer-phi2-branch/releases/tag/5.6.1.3.b5c

Beta5d release, much faster than beta5c, especially for 580.
https://github.com/fancyIX/sgminer-phi2-branch/releases/tag/5.6.1.3.b5d

Beta 5e release, now support x22i. Others keep the same as beta5d:
https://github.com/fancyIX/sgminer-phi2-branch/releases
Will improve the performance further.

Beta5f release. x22i over 25% faster than beta5e, lyra2rev2 over 4x faster.
https://github.com/fancyIX/sgminer-phi2-branch/releases

Beta5f+ release, for x22i, 580 5% faster, Vega56 15% faster. ADL added so that you can monitor your GPU. https://github.com/fancyIX/sgminer-phi2-branch/releases

Beta5f++: little bit faster. https://github.com/fancyIX/sgminer-phi2-branch/releases

Windows version may hang. If so, please revisit the release page and download the fixed file.

Beta5f++++ release, vega 10% faster. 580 improved a bit, for x22i.
https://github.com/fancyIX/sgminer-phi2-branch/releases

Beta5fp5 release, x22i around 5% faster.
https://github.com/fancyIX/sgminer-phi2-branch/releases

Beta5gp1 release, lyra2REv3 support. Comes with prebuilt bin kernels for better performance.
Estimated speed: Vega56 64mhs, 580 41mhs.
https://github.com/fancyIX/sgminer-phi2-branch/releases/tag/5.6.1.3.b5gp1
jr. member
Activity: 120
Merit: 4
So, Mister FancyIX, I saw you on discord in the MTP / Zcoin chatrooms.
Any chance you'd be working on an implementation for AMD hardware?

Andrucrypt seems to have hit a wall, Teamred seem too busy with real life stuff... and Zawawa has disappeared, allegedly to deal with greater things.

That doesn't leave many AMD devs around to push the boundaries. How are you getting on? Grin

Seems like djm is working on sgminer for this MTP thing. I plan to do some improvement based on his work.
hero member
Activity: 1274
Merit: 556
So, Mister FancyIX, I saw you on discord in the MTP / Zcoin chatrooms.
Any chance you'd be working on an implementation for AMD hardware?

Andrucrypt seems to have hit a wall, Teamred seem too busy with real life stuff... and Zawawa has disappeared, allegedly to deal with greater things.

That doesn't leave many AMD devs around to push the boundaries. How are you getting on? Grin
Hit a wall, LOL! xD

ps: miner already works, 870kH/s per RX580 with custom timings, but not for public yet )
Yeah that was yesterday, I know! Grin
Was just trying to blow some life/hope into FancyIX and spur some competition, lol!

Considering MTP's a memory-hard algo, I'm expecting the AMD lot to do pretty well and your early figures look quite promising indeed, Mr. Andrucrypt!
newbie
Activity: 19
Merit: 0
I no these are dinosaurs but anyone try r9 270/280 on x22i
280x with a miner Beta5f+ on algo x22i produces 1.5 mhs then 280 should give quite a bit less. 270 needs to be checked.
member
Activity: 720
Merit: 49
So, Mister FancyIX, I saw you on discord in the MTP / Zcoin chatrooms.
Any chance you'd be working on an implementation for AMD hardware?

Andrucrypt seems to have hit a wall, Teamred seem too busy with real life stuff... and Zawawa has disappeared, allegedly to deal with greater things.

That doesn't leave many AMD devs around to push the boundaries. How are you getting on? Grin
Hit a wall, LOL! xD

ps: miner already works, 870kH/s per RX580 with custom timings, but not for public yet )
hero member
Activity: 906
Merit: 507
I no these are dinosaurs but anyone try r9 270/280 on x22i
hero member
Activity: 1274
Merit: 556
So, Mister FancyIX, I saw you on discord in the MTP / Zcoin chatrooms.
Any chance you'd be working on an implementation for AMD hardware?

Andrucrypt seems to have hit a wall, Teamred seem too busy with real life stuff... and Zawawa has disappeared, allegedly to deal with greater things.

That doesn't leave many AMD devs around to push the boundaries. How are you getting on? Grin
newbie
Activity: 15
Merit: 0
I can't add you without numeric id i think, can you pm me this?
Pages:
Jump to: