Author Topic: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool  (Read 414999 times)

0 Members and 1 Guest are viewing this topic.

Offline xolokram

  • Sr. Member
  • ****
  • Posts: 239
  • beeeeer.org
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« Reply #918 on: December 17, 2013, 08:41:11 pm »
yes, i'm still alive
nothing to add
stats for pts@beeeeer.org
BTC: 1S4kxaF4ro17qThUz4hQwAoiXzCWdzwdb | LTC: LMgYASNbAgGUG6fhw1xdMAWSbMiWjNNGgo
XPM: AJhA1PGbNM94ZmsJvVVM5FfbE9SdxiMzgd | PTS: PbfspbvSWxYqrp3DpRH7bsrmEqzY3418Ap

Offline hammerbrain

  • Jr. Member
  • **
  • Posts: 27
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« Reply #917 on: December 17, 2013, 08:37:27 pm »

@trankil

Yes....you are mining.

Yea.....default ram setting seems to be best on pretty much all the machines I've tried.

Offline agentsmith

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« Reply #916 on: December 17, 2013, 04:27:15 pm »
Is greater RAM actually supposed to make hashing PTS faster? Doesn't seem to make any difference.

As near as I can tell, more RAM (and higher RAM parameter) will help a bit, but it's highly dependent on how fast your RAM is, and the bus speed, and the timing, etc... If the data being stuffed into RAM is too large for the pipeline feeding it, it becomes a performance bottleneck, and slows you down. You can only test it and see what happens on your machine.

Offline trankil

  • Jr. Member
  • **
  • Posts: 38
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« Reply #915 on: December 17, 2013, 04:03:58 pm »
hello
i'm new here and i try to test your pool

could you tell me for each column the signification ?

and tell me if its working for me

Quote
[MASTER] submitted share -> SHARE
[STATS] 2013-Dec-17 17:02:49 | 59.3 c/m | 1.1 sh/m | VL: 22 (100.0%), RJ: 0 (0.0
%), ST: 0 (0.0%)

MMC : MTxecTRmb6Gs4wu4jsftJSHSuowiV3o6tF

PTS : PZt3qLFhQeber5NFjjv3ith813oF6zBwnU

Offline btc2084

  • Jr. Member
  • **
  • Posts: 24
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« Reply #914 on: December 17, 2013, 03:27:55 pm »
Is buying more RAM and using a greater RAM parameter actually supposed to help!??!

I bought 32GB -- dumb because I was running 8 threads and I can do that at 2GB per thread but not 4GB per thread b/c then there is no OS room left -- and my stupid computer system doesn't recognize the DD3-2400 Mhz (Pc3-19200) speed and drops down to 1333Mhz.  The older RAM was 1600 Mhz. 

At any rate, more RAM, slower speed -- it seems to be churning away at roughly the same 2.2 or now, 2.1, mh/s.

Is greater RAM actually supposed to make hashing PTS faster? Doesn't seem to make any difference.

Offline hammerbrain

  • Jr. Member
  • **
  • Posts: 27
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« Reply #913 on: December 16, 2013, 09:28:16 pm »
WOW...12 hours for the last block.

Difficulty or people leaving to mine Doge's? ;D

Glad that's over.....

Offline Kulizaj

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« Reply #912 on: December 16, 2013, 01:48:33 am »
@xolokram

Thanks for looking into it! Have been mining for a day almost :)

This is the command line in the "ptsminer_EDIT-ME.bat" file: ptsminer_avx_intel.exe PbfspbvSWxYqrp3DpRH7bsrmEqzY3418Ap 8 28

Oops! That is not my address... I guess I have to change that to my own and that everything should be OK after that?

Thanks in advance

haha  it is xolokram  donate  pts address  lol
pts: Pw24pwrYm1Yf3Fz8PaEL8gVc9dCBYprdkd
xpm: AZeS8UP5J2fSdcgpBRkB7mckgpyvTQLvTM
btc: 1LCga998uqk3YEKoZfSZ6JYTDcK2Uj1CvN

Offline arodrig

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« Reply #911 on: December 15, 2013, 01:21:28 pm »
Just need to install EPEL repo for yasm

Code: [Select]
rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
next step:

Code: [Select]
yum install gcc-c++ yasm autoconf automake boost-devel make zlib-devel

ln -s /usr/lib64/libboost_thread-mt.so.5 /usr/lib64/libboost_thread.so

and then, unzip and compile.

or

Code: [Select]
yum install git

git clone https://github.com/thbaumbach/ptsminer
cd ptsminer/src
make -f makefile.unix
./ptsminer <your PTS address> <number of threads>

TO:MrDiscordia
package zlib-devel missing
Really thank you! It works really fine. Thaaaaaaaaaaank you :P

Offline Alice20

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« Reply #910 on: December 15, 2013, 10:29:44 am »
Just need to install EPEL repo for yasm

Code: [Select]
rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
next step:

Code: [Select]
yum install gcc-c++ yasm autoconf automake boost-devel make zlib-devel

ln -s /usr/lib64/libboost_thread-mt.so.5 /usr/lib64/libboost_thread.so

and then, unzip and compile.

or

Code: [Select]
yum install git

git clone https://github.com/thbaumbach/ptsminer
cd ptsminer/src
make -f makefile.unix
./ptsminer <your PTS address> <number of threads>

TO:MrDiscordia
package zlib-devel missing
« Last Edit: December 15, 2013, 10:53:31 am by Alice20 »

Offline arodrig

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« Reply #909 on: December 14, 2013, 02:17:13 pm »
Please, Could anyone post a step-by-step how to compile the src code for Red Hat? I can't compile it. HELP!

Offline MrDiscordia

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« Reply #908 on: December 14, 2013, 02:15:19 pm »
Okay, so I was thinking it would be smooth sailing from here... I should know by now that's never how it works!  I'm terrible at reading error output, so I thank anyone ahead of time for the brainpower invested.

While trying to compile:

Code: [Select]
g++ -Wl,-z,relro -Wl,-z,now  -o ptsminer  obj/cpuid.o obj/sha512_avx.o obj/sha512_sse4.o obj/sha512.o obj/sph_sha2.o obj/sph_sha2big.o obj/main_poolminer.o  -Wl,-Bdynamic -l boost_system -l boost_filesystem -l boost_program_options -l boost_thread-mt -Wl,-Bdynamic -l z -l dl -l pthread
/usr/bin/ld: cannot find -lz
collect2: ld returned 1 exit status
make: *** [ptsminer] Error 1

Here's a bit on my processor, if it matters:

Code: [Select]
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 23
model name      : Intel(R) Xeon(R) CPU           E5430  @ 2.66GHz
stepping        : 10
cpu MHz         : 2659.942
cache size      : 6144 KB
physical id     : 0
siblings        : 4
core id         : 0
cpu cores       : 4
apicid          : 0
initial apicid  : 0
fpu             : yes
fpu_exception   : yes
cpuid level     : 13
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 pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 xsave lahf_lm dts tpr_shadow vnmi flexpriority
bogomips        : 5319.88
clflush size    : 64
cache_alignment : 64
address sizes   : 38 bits physical, 48 bits virtual

edit: My previous post with more info on my rig
« Last Edit: December 14, 2013, 02:46:35 pm by MrDiscordia »

Offline hammerbrain

  • Jr. Member
  • **
  • Posts: 27
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« Reply #907 on: December 14, 2013, 01:40:14 pm »
@neverenough
 
Don't sweat it. You've got a good cpu. Look into the free cloud mining and you'll be doing fine. http://www.peercointalk.org/index.php?topic=937.msg8370#msg8370

@xolokram

Thanks for everything. I love the homespun feel of Beeeeer. Reminds me of the BBS days. My beverage of choice as well.  :)

Offline xolokram

  • Sr. Member
  • ****
  • Posts: 239
  • beeeeer.org
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« Reply #906 on: December 14, 2013, 01:32:53 pm »
yeah looks like you've mined for a different address
stats for pts@beeeeer.org
BTC: 1S4kxaF4ro17qThUz4hQwAoiXzCWdzwdb | LTC: LMgYASNbAgGUG6fhw1xdMAWSbMiWjNNGgo
XPM: AJhA1PGbNM94ZmsJvVVM5FfbE9SdxiMzgd | PTS: PbfspbvSWxYqrp3DpRH7bsrmEqzY3418Ap

Offline neverenough

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« Reply #905 on: December 14, 2013, 01:03:13 pm »
@xolokram

Thanks for looking into it! Have been mining for a day almost :)

This is the command line in the "ptsminer_EDIT-ME.bat" file: ptsminer_avx_intel.exe PbfspbvSWxYqrp3DpRH7bsrmEqzY3418Ap 8 28

Oops! That is not my address... I guess I have to change that to my own and that everything should be OK after that?

Thanks in advance


Offline MrDiscordia

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« Reply #904 on: December 14, 2013, 12:57:42 pm »

@MrDiscordia:
g++ (the C++ compiler) is missing!

HA, how embarassing.... I was just using this as a web server and didn't even think that'd be an issue.  :-[