Author Topic: [ANN] ypool.net - Fast PTS pool  (Read 196962 times)

0 Members and 1 Guest are viewing this topic.

Offline yvg1900

  • Full Member
  • ***
  • Posts: 198
    • View Profile
  • BitShares: yvg1900
Re: [ANN] ypool.net - Fast PTS pool
« Reply #506 on: January 01, 2014, 05:20:35 pm »
Bryantism,

After some evaluation of possibilities running yam with 2.6.9 kernels, only reasonable opportunity I found is that I build dynamically linked elf that will support glibc 2.7 and you have to build alternate glibc right on your system and run yam with that glibc using LD_LIBRARY_PATH .

Glibc shipped with that generation of RedHat distros is completely outdated and buggy when it comes to modern memory management.

If you feel you can take care of building secondary glibc on your system, that will probably involve updating GCC and binutils, then I can post dynamically linked version somewhere. If not I doubt it makes sense to support that version.

Follow @yvg1900 on Twitter to get updates on performance mining software

Follow @yvg1900 on Twitter for yam miner updates and support

Offline yvg1900

  • Full Member
  • ***
  • Posts: 198
    • View Profile
  • BitShares: yvg1900
Re: [ANN] ypool.net - Fast PTS pool
« Reply #505 on: January 01, 2014, 03:38:30 pm »
Servicelabs,

How many machines do you have on FreeBSD and which versions?

Follow @yvg1900 on Twitter to get updates on performance mining software

Follow @yvg1900 on Twitter for yam miner updates and support

Offline servicelabs

  • Full Member
  • ***
  • Posts: 117
    • View Profile
    • Service Labs
Re: [ANN] ypool.net - Fast PTS pool
« Reply #504 on: January 01, 2014, 03:04:42 pm »
Guys,

How many machines are running old kernels? I am deciding now if adding old kernels to the supported list is worth, as well as other OSes like FreeBSD.

Follow @yvg1900 on Twitter to get updates on performance mining software
Good news for FreeBSD!
受托人: delegate.servicelabs  |  wallet_approve_delegate delegate.servicelabs true  |  Servicelabs on Bitcointalk

Offline yvg1900

  • Full Member
  • ***
  • Posts: 198
    • View Profile
  • BitShares: yvg1900
Re: [ANN] ypool.net - Fast PTS pool
« Reply #503 on: January 01, 2014, 12:54:11 pm »
Unfortunately, open sourcing it will not help you, because of you will need my custom GCC/g++ with my custom calling conventions in order to compile it. And I have absolutely no intent to publish my experimental GCC changes.

Follow @yvg1900 on Twitter to get updates on performance mining software

Follow @yvg1900 on Twitter for yam miner updates and support

Offline bryantism

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: [ANN] ypool.net - Fast PTS pool
« Reply #502 on: January 01, 2014, 12:51:31 pm »
Guys,

How many machines are running old kernels? I am deciding now if adding old kernels to the supported list is worth, as well as other OSes like FreeBSD.

Follow @yvg1900 on Twitter to get updates on performance mining software


hi yvg, could you open source it?

Offline bryantism

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: [ANN] ypool.net - Fast PTS pool
« Reply #501 on: January 01, 2014, 12:47:33 pm »
Guys,

How many machines are running old kernels? I am deciding now if adding old kernels to the supported list is worth, as well as other OSes like FreeBSD.

Follow @yvg1900 on Twitter to get updates on performance mining software

for me, there are more than 50+

Offline yvg1900

  • Full Member
  • ***
  • Posts: 198
    • View Profile
  • BitShares: yvg1900
Re: [ANN] ypool.net - Fast PTS pool
« Reply #500 on: January 01, 2014, 12:01:08 pm »
Guys,

How many machines are running old kernels? I am deciding now if adding old kernels to the supported list is worth, as well as other OSes like FreeBSD.

Follow @yvg1900 on Twitter to get updates on performance mining software

Follow @yvg1900 on Twitter for yam miner updates and support

Offline ryvius

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: [ANN] ypool.net - Fast PTS pool
« Reply #499 on: January 01, 2014, 04:21:55 am »
[yy@yy ~]$ chmod +x yam
[yy@yy ~]$ ./yam
FATAL: kernel too old
段错误
[yy@yy ~]$ uname -a
Linux yy 2.6.18-308.el5 #1 SMP Fri Jan 27 17:17:51 EST 2012 x86_64 x86_64 x86_64 GNU/Linux



Offline bryantism

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: [ANN] ypool.net - Fast PTS pool
« Reply #498 on: December 31, 2013, 09:44:41 pm »
Post your name -a and I will look what I can do. Unfortunately, some essential memory management functionality is missing in older kernels, so I decided to drop that part of support because of they are very rare nowadays and supporting them is not worth the efforts.

Also post your exact distro identification, maybe we can find a way.

Follow @yvg1900 on Twitter to get updates on performance mining software
2.6.9_5-9-0-0 #1 SMP Wed Jun 23 14:03:19 CST 2010 x86_64 x86_64 x86_64 GNU/Linux
Red Hat Enterprise Linux AS release 4 (Nahant Update 3)

/proc/cpuinfo:

processor       : 11
vendor_id       : GenuineIntel
cpu family      : 6
model           : 12
model name      : Intel(R) Xeon(R) CPU           E5645  @ 2.40GHz
stepping        : 2
cpu MHz         : 2400.180
cache size      : 256 KB
physical id     : 1
siblings        : 16
core id         : 26
cpu cores       : 16
fpu             : yes
fpu_exception   : yes
cpuid level     : 11
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl est tm2 cx16 xtpr
bogomips        : 4800.22
clflush size    : 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management:



if you could help me , thanks very much !

Offline yvg1900

  • Full Member
  • ***
  • Posts: 198
    • View Profile
  • BitShares: yvg1900
Re: [ANN] ypool.net - Fast PTS pool
« Reply #497 on: December 31, 2013, 09:30:07 pm »
Post your name -a and I will look what I can do. Unfortunately, some essential memory management functionality is missing in older kernels, so I decided to drop that part of support because of they are very rare nowadays and supporting them is not worth the efforts.

Also post your exact distro identification, maybe we can find a way.

Follow @yvg1900 on Twitter to get updates on performance mining software

Follow @yvg1900 on Twitter for yam miner updates and support

Offline bryantism

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: [ANN] ypool.net - Fast PTS pool
« Reply #496 on: December 31, 2013, 09:25:19 pm »
Enjoy :-)

Follow @yvg1900 on Twitter to get updates on performance mining software

hi yvg of the linux version it shows my kernel is too old .core dumped'  some reason i can not upgrade the kernel could you help me?

Offline noobster

  • Jr. Member
  • **
  • Posts: 35
  • cryptocurrencies vs. fed
    • View Profile
Re: [ANN] ypool.net - Fast PTS pool
« Reply #495 on: December 31, 2013, 04:06:24 pm »
BTC: 15mey7vTkkvHm4UoZgVEP4Yo3REDpH87KW
PTS: PkzbnN7Nkv6TcqJuNjpcLfmPqpPUphpu5W
drop some =)

Offline yvg1900

  • Full Member
  • ***
  • Posts: 198
    • View Profile
  • BitShares: yvg1900
Re: [ANN] ypool.net - Fast PTS pool
« Reply #494 on: December 31, 2013, 02:55:31 pm »
Enjoy :-)

Follow @yvg1900 on Twitter to get updates on performance mining software

Follow @yvg1900 on Twitter for yam miner updates and support

Offline JohnD

  • Full Member
  • ***
  • Posts: 76
    • View Profile
Re: [ANN] ypool.net - Fast PTS pool
« Reply #493 on: December 31, 2013, 02:54:32 pm »
New M7i version of PTS miner is available and named yam - Yet Another Miner. Works with ypool.net and other pools that support XPT proto.

yam M7i is complete rewrite of yvg1900 miner and has new cmd line and config options. Check readme.txt and yam.cfg for details.
It is faster on all supported platforms, including Win64, Linux64 and MacOS X 64.
PTS miner re-engineered for better support of different CPUs and now supports large pages on Windows. Check docs for more details.

yam M7i supports config files, backup pool connections, proxy and multiple connection handling improvements that reduce share rejections.
PTS miner now has better fine tuning, more precise stats and supports specifying per-thread memory size as configurable parameter.

yvg1900

Thank you  :D :D :D .
Getting 15-25% more cpm. Great work.
Donate if you like it:
PTS: Pi236u2LoqHjt8xs75YdQ7ZEFGuMqVd9sJ
BTC: 1AngSrJcBxG3zBks8DnPzvTU3Q2d678XaF

Offline bryantism

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: [ANN] ypool.net - Fast PTS pool
« Reply #492 on: December 31, 2013, 02:23:18 pm »
when i use optimized jhprotominer in linux,   it shows the linux kernel is too old, core dumped ? who can help me solved it or give me the source code ?