Author

Topic: [ANN][GRS] Groestlcoin | 1st to activate Segwit | Building Lightning Network - page 228. (Read 558212 times)

hero member
Activity: 609
Merit: 500
DMD,XZC
This coin is up and down, but as long as a whale miner with 1400Mhs still mining in dwarfpool, I will mine this coin too  Grin
nVidia will soon steal the crown of mining from AMD in this coin.
Tongue i don't think nVidia is better,that 1200Mh is my rig, all  AMD

So you have around 170 GPUs? 280x? That's nice. But soon one 750Ti could get 8Mhs like your 280x, what would you say then?
emmmm,the block reward is decreasing 6% every week
if 750Ti is better,just show your muscle in dwarfpool,don't be late
hero member
Activity: 938
Merit: 1000
This coin is up and down, but as long as a whale miner with 1400Mhs still mining in dwarfpool, I will mine this coin too  Grin
nVidia will soon steal the crown of mining from AMD in this coin.
Tongue i don't think nVidia is better,that 1200Mh is my rig, all  AMD

So you have around 170 GPUs? 280x? That's nice. But soon one 750Ti could get 8Mhs like your 280x, what would you say then?
hero member
Activity: 609
Merit: 500
DMD,XZC
This coin is up and down, but as long as a whale miner with 1400Mhs still mining in dwarfpool, I will mine this coin too  Grin
nVidia will soon steal the crown of mining from AMD in this coin.
Tongue i don't think nVidia is better,that 1200Mh is my rig, all  AMD
hero member
Activity: 938
Merit: 1000
This coin is up and down, but as long as a whale miner with 1400Mhs still mining in dwarfpool, I will mine this coin too  Grin
nVidia will soon steal the crown of mining from AMD in this coin.
hero member
Activity: 812
Merit: 1000
New M7q version of yam miner is available. Major addition is support GroestlCoin (GRS) mining.
GroestlCoin mining with yam M7q brings major performance improvement on modern Haswell CPUs on Win64, Linux64 and MacOS X.
More docs in readme.txt included in distribution.

yam M7q available for downloads at regular locations:

https://mega.co.nz/#F!h0tkXSxZ!f62uoUXogkxQmP2xO8Ib-g
http://sdrv.ms/18wfjYX
http://pan.baidu.com/s/1xOOWa
https://www.dropbox.com/sh/jvp4wwek8jpohj7/RlW6hzYqTz





Test with dual-Xeon 2687W 32 threads :
old cpu miner 64bit : ~4460KHs

Yam M7Q : I let some time to reach max perf (auto-tuning) :  5800~5820KH/s

Big improvement, nice job !

Thanks.

I guess maintainers of groestlcoin.org shall update miner performance charts basing on those stats Smiley



Awesome work! Which of these works best for Xeon / Xeon E5 on linux? thx

Look up microarchitecture for your cpu model at cpu world. Builds named after microarchitectures and follow gcccpu feature set naming (march and mtune).




the only miner i seem to be able to get working on AWS EC2 is linux-generic

I try sandy-bridge with C1 and ivy-bridge with C3 setups on Ec2 and always get:
Illegal instruction (core dumped)

are there other dependencies i need to get this working? what am i missing? thanks:)
Waiting for srcxxx to confirm if this gets the BOUNTY

could u pls recompile the mac versions. they give "Illegal instruction: 4" errors
heres the fix
http://stackoverflow.com/questions/14268887/what-is-the-illegal-instruction-4-error-and-why-does-mmacosx-version-min-10





I am perfectly aware of these situations, so I will explain in few more details:

1. Illegal Instruction. Problem is that older OSes do not set up CPUs to operate new instruction sets, such as AES-NI and AVX2, properly. Most performance critical portions of yam manually coded in assembly, so I use instructions of my choice, and recompiling will not help. Specifying macosx-version-min simply disables some parts of instruction sets, but assembly code will not be affected, so issue will definitely persist.

What you can do is a) try to run generic build; b) check if your CPU supports needed instruction sets (some more details on this are also in readme.txt).

In fact, this is NOT MacOS X specific issue, it is also known to be in: Windows 7 without SP1 (does not run Haswell builds because of no AVX2 support prior to SP1); AVX misdetection in XEN virtualization environment and bug in Linux kernel

2. Abort trap: 6

This is also known issue, documented in "known issues" in readme.txt

It will occur, for example, if you misspell parameter name. I am looking for proper ways to resolve this already for a long time. It has to do with gcc-specific exception handling, boost libraries and symbol visibility settings. Still no clean solution, because of factoring out exceptions completely is unrealistic.


I can confirm I have been stupid Smiley I messed up the configs and finally saw my mistake.

Everything on linux works beautifully.

Ivy-bridge on EC2 HVM c3 systems getting at least ~330Kh/s per core.
Does this sound about right?

On a Mac Mini Core 2 I'm getting ~240kH/s per core
The "Abort trap: 6" error was again my misconfig!

However the one issue that is real is the "Illegal instruction: 4" error on OSX systems running 10.7x and before. the link I posted above will show I hope how to recompile for OSX versions prior to 10.8. The Mac mini is running 10.8.2 by my other macs running 10.7x cant handle it. Could u try fixing it please? Thanks


The 33% BOUNTY is my offering. I believe you got it yvg1900!!! Cheesy
Was waiting for srcxxx to confirm but Ill settle for a couple forum members chiming in with their +33% results and Ill send you the BOUNTY.

So… CONFIRMATIONS PLEASE SO I CAN AWARD THE BOUNTY! THX

I will put up my EC2 mining guide for noobs in a few hours.

P>S> Does this make GRS best mining option for Mac OSX users?Huh

member
Activity: 66
Merit: 10
Dev of yam miner
New M7q version of yam miner is available. Major addition is support GroestlCoin (GRS) mining.
GroestlCoin mining with yam M7q brings major performance improvement on modern Haswell CPUs on Win64, Linux64 and MacOS X.
More docs in readme.txt included in distribution.

yam M7q available for downloads at regular locations:

https://mega.co.nz/#F!h0tkXSxZ!f62uoUXogkxQmP2xO8Ib-g
http://sdrv.ms/18wfjYX
http://pan.baidu.com/s/1xOOWa
https://www.dropbox.com/sh/jvp4wwek8jpohj7/RlW6hzYqTz





Test with dual-Xeon 2687W 32 threads :
old cpu miner 64bit : ~4460KHs

Yam M7Q : I let some time to reach max perf (auto-tuning) :  5800~5820KH/s

Big improvement, nice job !

Thanks.

I guess maintainers of groestlcoin.org shall update miner performance charts basing on those stats Smiley



Awesome work! Which of these works best for Xeon / Xeon E5 on linux? thx

Look up microarchitecture for your cpu model at cpu world. Builds named after microarchitectures and follow gcccpu feature set naming (march and mtune).




the only miner i seem to be able to get working on AWS EC2 is linux-generic

I try sandy-bridge with C1 and ivy-bridge with C3 setups on Ec2 and always get:
Illegal instruction (core dumped)

are there other dependencies i need to get this working? what am i missing? thanks:)
Waiting for srcxxx to confirm if this gets the BOUNTY

could u pls recompile the mac versions. they give "Illegal instruction: 4" errors
heres the fix
http://stackoverflow.com/questions/14268887/what-is-the-illegal-instruction-4-error-and-why-does-mmacosx-version-min-10





I am perfectly aware of these situations, so I will explain in few more details:

1. Illegal Instruction. Problem is that older OSes do not set up CPUs to operate new instruction sets, such as AES-NI and AVX2, properly. Most performance critical portions of yam manually coded in assembly, so I use instructions of my choice, and recompiling will not help. Specifying macosx-version-min simply disables some parts of instruction sets, but assembly code will not be affected, so issue will definitely persist.

What you can do is a) try to run generic build; b) check if your CPU supports needed instruction sets (some more details on this are also in readme.txt).

In fact, this is NOT MacOS X specific issue, it is also known to be in: Windows 7 without SP1 (does not run Haswell builds because of no AVX2 support prior to SP1); AVX misdetection in XEN virtualization environment and bug in Linux kernel

2. Abort trap: 6

This is also known issue, documented in "known issues" in readme.txt

It will occur, for example, if you misspell parameter name. I am looking for proper ways to resolve this already for a long time. It has to do with gcc-specific exception handling, boost libraries and symbol visibility settings. Still no clean solution, because of factoring out exceptions completely is unrealistic.
member
Activity: 66
Merit: 10
Dev of yam miner
New M7q version of yam miner is available. Major addition is support GroestlCoin (GRS) mining.
GroestlCoin mining with yam M7q brings major performance improvement on modern Haswell CPUs on Win64, Linux64 and MacOS X.
More docs in readme.txt included in distribution.

yam M7q available for downloads at regular locations:

https://mega.co.nz/#F!h0tkXSxZ!f62uoUXogkxQmP2xO8Ib-g
http://sdrv.ms/18wfjYX
http://pan.baidu.com/s/1xOOWa
https://www.dropbox.com/sh/jvp4wwek8jpohj7/RlW6hzYqTz



Test with dual-Xeon 2687W 32 threads :
old cpu miner 64bit : ~4460KHs

Yam M7Q : I let some time to reach max perf (auto-tuning) :  5800~5820KH/s

Big improvement, nice job !

Thanks.

I guess maintainers of groestlcoin.org shall update miner performance charts basing on those stats Smiley



Awesome work! Which of these works best for Xeon / Xeon E5 on linux? thx

Look up microarchitecture for your cpu model at cpu world. Builds named after microarchitectures and follow gcccpu feature set naming (march and mtune).




the only miner i seem to be able to get working on AWS EC2 is linux-generic

I try sandy-bridge with C1 and ivy-bridge with C3 setups on Ec2 and always get:
Illegal instruction (core dumped)

are there other dependencies i need to get this working? what am i missing? thanks:)

AWS EC2 uses XEN, and it has a widely known bug in AVX virtualization.

Try Nehalem build.
legendary
Activity: 872
Merit: 1010
Coins, Games & Miners
Need some testers...

http://cryptocoinfaucet.appspot.com/games/rps

Just don't go crazy betting too much, it is backed by "Me (tm)" and i don't have too much GRS...

Give feedback either here, via PM or via twitter. Smiley
hero member
Activity: 812
Merit: 1000
New M7q version of yam miner is available. Major addition is support GroestlCoin (GRS) mining.
GroestlCoin mining with yam M7q brings major performance improvement on modern Haswell CPUs on Win64, Linux64 and MacOS X.
More docs in readme.txt included in distribution.

yam M7q available for downloads at regular locations:

https://mega.co.nz/#F!h0tkXSxZ!f62uoUXogkxQmP2xO8Ib-g
http://sdrv.ms/18wfjYX
http://pan.baidu.com/s/1xOOWa
https://www.dropbox.com/sh/jvp4wwek8jpohj7/RlW6hzYqTz




Test with dual-Xeon 2687W 32 threads :
old cpu miner 64bit : ~4460KHs

Yam M7Q : I let some time to reach max perf (auto-tuning) :  5800~5820KH/s

Big improvement, nice job !

Thanks.

I guess maintainers of groestlcoin.org shall update miner performance charts basing on those stats Smiley



Awesome work! Which of these works best for Xeon / Xeon E5 on linux? thx

Look up microarchitecture for your cpu model at cpu world. Builds named after microarchitectures and follow gcccpu feature set naming (march and mtune).




the only miner i seem to be able to get working on AWS EC2 is linux-generic

I try sandy-bridge with C1 and ivy-bridge with C3 setups on Ec2 and always get:
Illegal instruction (core dumped)

are there other dependencies i need to get this working? what am i missing? thanks:)
Waiting for srcxxx to confirm if this gets the BOUNTY

could u pls recompile the mac versions. they give "Illegal instruction: 4" errors
heres the fix
http://stackoverflow.com/questions/14268887/what-is-the-illegal-instruction-4-error-and-why-does-mmacosx-version-min-10

Waiting for srcxxx to confirm if this gets the BOUNTY



You have to use a hardware virtualized (HVM) instance type on AWS if you want to use advanced functionality from the avx/sandy bridge/ivy bridge / etc. builds.



thanks!

launched a new 64bit ubuntu hvm instance
scp my miner over, issue: ./yam -c yam-grs.cfg
and get
Error: boost::bad_any_cast: failed conversion using boost::any_cast

What am I doing wrong? (or i'll tip em a couple hundred if somebody would make the AMI Image)
hero member
Activity: 812
Merit: 1000
New M7q version of yam miner is available. Major addition is support GroestlCoin (GRS) mining.
GroestlCoin mining with yam M7q brings major performance improvement on modern Haswell CPUs on Win64, Linux64 and MacOS X.
More docs in readme.txt included in distribution.

yam M7q available for downloads at regular locations:

https://mega.co.nz/#F!h0tkXSxZ!f62uoUXogkxQmP2xO8Ib-g
http://sdrv.ms/18wfjYX
http://pan.baidu.com/s/1xOOWa
https://www.dropbox.com/sh/jvp4wwek8jpohj7/RlW6hzYqTz




Test with dual-Xeon 2687W 32 threads :
old cpu miner 64bit : ~4460KHs

Yam M7Q : I let some time to reach max perf (auto-tuning) :  5800~5820KH/s

Big improvement, nice job !

Thanks.

I guess maintainers of groestlcoin.org shall update miner performance charts basing on those stats Smiley



Awesome work! Which of these works best for Xeon / Xeon E5 on linux? thx

Look up microarchitecture for your cpu model at cpu world. Builds named after microarchitectures and follow gcccpu feature set naming (march and mtune).




the only miner i seem to be able to get working on AWS EC2 is linux-generic

I try sandy-bridge with C1 and ivy-bridge with C3 setups on Ec2 and always get:
Illegal instruction (core dumped)

are there other dependencies i need to get this working? what am i missing? thanks:)
Waiting for srcxxx to confirm if this gets the BOUNTY

could u pls recompile the mac versions. they give "Illegal instruction: 4" errors
heres the fix
http://stackoverflow.com/questions/14268887/what-is-the-illegal-instruction-4-error-and-why-does-mmacosx-version-min-10

Waiting for srcxxx to confirm if this gets the BOUNTY



You have to use a hardware virtualized (HVM) instance type on AWS if you want to use advanced functionality from the avx/sandy bridge/ivy bridge / etc. builds.



thanks!
dga
hero member
Activity: 737
Merit: 511
New M7q version of yam miner is available. Major addition is support GroestlCoin (GRS) mining.
GroestlCoin mining with yam M7q brings major performance improvement on modern Haswell CPUs on Win64, Linux64 and MacOS X.
More docs in readme.txt included in distribution.

yam M7q available for downloads at regular locations:

https://mega.co.nz/#F!h0tkXSxZ!f62uoUXogkxQmP2xO8Ib-g
http://sdrv.ms/18wfjYX
http://pan.baidu.com/s/1xOOWa
https://www.dropbox.com/sh/jvp4wwek8jpohj7/RlW6hzYqTz




Test with dual-Xeon 2687W 32 threads :
old cpu miner 64bit : ~4460KHs

Yam M7Q : I let some time to reach max perf (auto-tuning) :  5800~5820KH/s

Big improvement, nice job !

Thanks.

I guess maintainers of groestlcoin.org shall update miner performance charts basing on those stats Smiley



Awesome work! Which of these works best for Xeon / Xeon E5 on linux? thx

Look up microarchitecture for your cpu model at cpu world. Builds named after microarchitectures and follow gcccpu feature set naming (march and mtune).




the only miner i seem to be able to get working on AWS EC2 is linux-generic

I try sandy-bridge with C1 and ivy-bridge with C3 setups on Ec2 and always get:
Illegal instruction (core dumped)

are there other dependencies i need to get this working? what am i missing? thanks:)
Waiting for srcxxx to confirm if this gets the BOUNTY

could u pls recompile the mac versions. they give "Illegal instruction: 4" errors
heres the fix
http://stackoverflow.com/questions/14268887/what-is-the-illegal-instruction-4-error-and-why-does-mmacosx-version-min-10

Waiting for srcxxx to confirm if this gets the BOUNTY



You have to use a hardware virtualized (HVM) instance type on AWS if you want to use advanced functionality from the avx/sandy bridge/ivy bridge / etc. builds.

hero member
Activity: 812
Merit: 1000
New M7q version of yam miner is available. Major addition is support GroestlCoin (GRS) mining.
GroestlCoin mining with yam M7q brings major performance improvement on modern Haswell CPUs on Win64, Linux64 and MacOS X.
More docs in readme.txt included in distribution.

yam M7q available for downloads at regular locations:

https://mega.co.nz/#F!h0tkXSxZ!f62uoUXogkxQmP2xO8Ib-g
http://sdrv.ms/18wfjYX
http://pan.baidu.com/s/1xOOWa
https://www.dropbox.com/sh/jvp4wwek8jpohj7/RlW6hzYqTz




Test with dual-Xeon 2687W 32 threads :
old cpu miner 64bit : ~4460KHs

Yam M7Q : I let some time to reach max perf (auto-tuning) :  5800~5820KH/s

Big improvement, nice job !

Thanks.

I guess maintainers of groestlcoin.org shall update miner performance charts basing on those stats Smiley



Awesome work! Which of these works best for Xeon / Xeon E5 on linux? thx

Look up microarchitecture for your cpu model at cpu world. Builds named after microarchitectures and follow gcccpu feature set naming (march and mtune).




the only miner i seem to be able to get working on AWS EC2 is linux-generic

I try sandy-bridge with C1 and ivy-bridge with C3 setups on Ec2 and always get:
Illegal instruction (core dumped)

are there other dependencies i need to get this working? what am i missing? thanks:)
Waiting for srcxxx to confirm if this gets the BOUNTY

could u pls recompile the mac versions. they give "Illegal instruction: 4" errors
heres the fix
http://stackoverflow.com/questions/14268887/what-is-the-illegal-instruction-4-error-and-why-does-mmacosx-version-min-10



hero member
Activity: 812
Merit: 1000
Just opened new pool (proportional, 1% fee) - for 100 first miners fee will be 0%

https://www2.coinmine.pl/grs/
Primary Node: mine1.coinmine.pl:3000

feeleep

Guys who joined us from the beginning earned 20% more than expected (lucky pool) and we still have 50 GRS bonus for block finder - spread the hashpower and join us!

Could we move a bit of hashrate over here pls?

It's just me and 2 otehr guys  Shocked Cheesy

C'mon!



i'll be back tomorrow. Cheesy

Just noticed ur elegant new site design… sweet. Couple more miners pls?
hero member
Activity: 812
Merit: 1000

nice artwork msvcp89, very fresh and clean! Also reminds me of Garfield  Smiley
hero member
Activity: 812
Merit: 1000
New M7q version of yam miner is available. Major addition is support GroestlCoin (GRS) mining.
GroestlCoin mining with yam M7q brings major performance improvement on modern Haswell CPUs on Win64, Linux64 and MacOS X.
More docs in readme.txt included in distribution.

yam M7q available for downloads at regular locations:

https://mega.co.nz/#F!h0tkXSxZ!f62uoUXogkxQmP2xO8Ib-g
http://sdrv.ms/18wfjYX
http://pan.baidu.com/s/1xOOWa
https://www.dropbox.com/sh/jvp4wwek8jpohj7/RlW6hzYqTz



Test with dual-Xeon 2687W 32 threads :
old cpu miner 64bit : ~4460KHs

Yam M7Q : I let some time to reach max perf (auto-tuning) :  5800~5820KH/s

Big improvement, nice job !

Thanks.

I guess maintainers of groestlcoin.org shall update miner performance charts basing on those stats Smiley



Awesome work! Which of these works best for Xeon / Xeon E5 on linux? thx

Look up microarchitecture for your cpu model at cpu world. Builds named after microarchitectures and follow gcccpu feature set naming (march and mtune).




the only miner i seem to be able to get working on AWS EC2 is linux-generic

I try sandy-bridge with C1 and ivy-bridge with C3 setups on Ec2 and always get:
Illegal instruction (core dumped)

are there other dependencies i need to get this working? what am i missing? thanks:)
member
Activity: 66
Merit: 10
Dev of yam miner
New M7q version of yam miner is available. Major addition is support GroestlCoin (GRS) mining.
GroestlCoin mining with yam M7q brings major performance improvement on modern Haswell CPUs on Win64, Linux64 and MacOS X.
More docs in readme.txt included in distribution.

yam M7q available for downloads at regular locations:

https://mega.co.nz/#F!h0tkXSxZ!f62uoUXogkxQmP2xO8Ib-g
http://sdrv.ms/18wfjYX
http://pan.baidu.com/s/1xOOWa
https://www.dropbox.com/sh/jvp4wwek8jpohj7/RlW6hzYqTz



Test with dual-Xeon 2687W 32 threads :
old cpu miner 64bit : ~4460KHs

Yam M7Q : I let some time to reach max perf (auto-tuning) :  5800~5820KH/s

Big improvement, nice job !

Thanks.

I guess maintainers of groestlcoin.org shall update miner performance charts basing on those stats Smiley



Awesome work! Which of these works best for Xeon / Xeon E5 on linux? thx

Look up microarchitecture for your cpu model at cpu world. Builds named after microarchitectures and follow gcccpu feature set naming (march and mtune).
full member
Activity: 182
Merit: 100
Depending on Xeon architecture..
hero member
Activity: 812
Merit: 1000
New M7q version of yam miner is available. Major addition is support GroestlCoin (GRS) mining.
GroestlCoin mining with yam M7q brings major performance improvement on modern Haswell CPUs on Win64, Linux64 and MacOS X.
More docs in readme.txt included in distribution.

yam M7q available for downloads at regular locations:

https://mega.co.nz/#F!h0tkXSxZ!f62uoUXogkxQmP2xO8Ib-g
http://sdrv.ms/18wfjYX
http://pan.baidu.com/s/1xOOWa
https://www.dropbox.com/sh/jvp4wwek8jpohj7/RlW6hzYqTz



Test with dual-Xeon 2687W 32 threads :
old cpu miner 64bit : ~4460KHs

Yam M7Q : I let some time to reach max perf (auto-tuning) :  5800~5820KH/s

Big improvement, nice job !

Thanks.

I guess maintainers of groestlcoin.org shall update miner performance charts basing on those stats Smiley



Awesome work! Which of these works best for Xeon / Xeon E5 on linux? thx
Jump to: