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

0 Members and 1 Guest are viewing this topic.

Offline radicalrob

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool (up to 501% faster)
« Reply #543 on: November 22, 2013, 07:21:39 pm »
.conf file doesn't make any connections.

It starts out with 1 connection, and I have added all of the 'addnode' connections I could find.

listing them one at a time in the debug window gets them started up, but why not in the .conf file?

what is a good .conf file for the -qt?


thanks



Offline hjlow

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool (up to 501% faster)
« Reply #542 on: November 22, 2013, 07:17:56 pm »
if they are free, yes :)

Offline Riverhead

Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool (up to 501% faster)
« Reply #541 on: November 22, 2013, 06:44:21 pm »
Are clouds still cost effective for pool mining pts?

Offline afr33sl4ve

  • Jr. Member
  • **
  • Posts: 21
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool (up to 501% faster)
« Reply #540 on: November 22, 2013, 06:40:22 pm »
Which cloud services do you guys use? I was introduced to it with DigitalOcean, then someone pointed me to HP Cloud (which I'm currently using). After that, the same person pointed me to WarriorVPS, which I'm heavily considering moving to.

DigitalOcean and HP Cloud both have Debian 13, however, WarriorVPS has only Ubuntu. Seeing as Debian and Ubuntu go, practically hand in hand, I see no issue. Anyone wanna sound off?

Offline Gekko

  • Full Member
  • ***
  • Posts: 84
  • Lunch is for wimps........ Greed is good.
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool (up to 501% faster)
« Reply #539 on: November 22, 2013, 05:18:53 pm »
I got multiple machines mining PTS to ptsweb.beeeeer.
Is there a way to see which machine sends which share on http://ptsweb.beeeeer.org/user/ ?
(I'm not sure if every ptsminer really works)

Offline tony29

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool (up to 501% faster)
« Reply #538 on: November 22, 2013, 04:57:04 pm »
to: jabbaah
thanks you , I got it work now!

Offline jave27

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Office Walker
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool (up to 501% faster)
« Reply #537 on: November 22, 2013, 04:43:12 pm »
I just posted fixes for the MacOS build at https://github.com/jave27/ptsminer and submitted a Pull request for xolokram. I'm not positive that the CMake changes will work for Windows or 64-bit Linux, though. That should be tested before it gets merged.
PTS: PepuDxtVw8zZ6DTaVDm74pTYtbbXfv8HYx
BTC: 1LXqtEpto6UNwoDdThMWxqpqonAuy6g7Uq

Offline soulistyce

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool (up to 501% faster)
« Reply #536 on: November 22, 2013, 04:19:57 pm »
with version 0.7 im getting more reject shares than version 0.5
in 314 shares 67 were rejected
the speed still the same 78m
i dont see an~ything better on version 0.7
im using amd fx8350 8 cores clocked to 4.2ghz

Offline jabbaah

  • Jr. Member
  • **
  • Posts: 28
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool (up to 501% faster)
« Reply #535 on: November 22, 2013, 03:32:20 pm »
hi,jabbaah
I follow your steps ,butt still get this:

g++ -Wl,-z,relro -Wl,-z,now  -o ptsminer  obj/cpuid.o obj/sha512_avx.o obj/sha51                                             2_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

(i just installed glibc-static ,but still not work)

It's missing the zlib file:  /usr/lib64/libz.so

Just install zlib-devel.  (for CentOS 6.3: zlib-devel-1.2.3-29.el6.x86_64)
http://www.dmsp.de/Protoshares   ---   https://github.com/spommerening/ptstools
PTS: PouLU5HendYGqZXwHnzdvBeMboJsUu1z2b   ---   BTC: 1QLNqVxhi3JrC8A4PfTF7jCoSi4h4pQV1R

Offline gsrcrxsi

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool (up to 501% faster)
« Reply #534 on: November 22, 2013, 03:09:11 pm »
I am also getting some crashing with v0.7

win7 64bit
q9550 (supposed to have sse4.1, but not being reported by cpuz)
8GB ram

running v0.5 works fine (no memory option :( )

running v0.7 starts, i get a message saying no AVX, and then it switches to SPHLIB, then after receiving work it crashes.

not sure why its trying to failover to SPHLIB first instead of SSE4

Offline tony29

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool (up to 501% faster)
« Reply #533 on: November 22, 2013, 03:04:00 pm »
hi,jabbaah
I follow your steps ,butt still get this:

g++ -Wl,-z,relro -Wl,-z,now  -o ptsminer  obj/cpuid.o obj/sha512_avx.o obj/sha51                                             2_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

(i just installed glibc-static ,but still not work)
« Last Edit: November 22, 2013, 03:09:40 pm by tony29 »

Offline jabbaah

  • Jr. Member
  • **
  • Posts: 28
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool (up to 501% faster)
« Reply #532 on: November 22, 2013, 02:32:13 pm »
hi, i am build ptsminer on centos 6 , it seems better now, bot i got this information:

/usr/bin/ld: cannot find -lboost_thread


what can i do? i have already installed boost-devel

I checked the ptsminer compilation on a CentOS 6.3 VM now. Following is the way it works...

Use the makefile.unix.no-chrono - fire up your favourite editor and change line 27 as follows:

Old:
   -l boost_thread$(BOOST_LIB_SUFFIX)

New:
   -l boost_thread-mt$(BOOST_LIB_SUFFIX)

Now compile using
make -f makefile.unix.no-chrono clean
make -f makefile.unix.no-chrono

VoilĂ ! You should get a brand new ptsminer on CentOS.  ;-)
http://www.dmsp.de/Protoshares   ---   https://github.com/spommerening/ptstools
PTS: PouLU5HendYGqZXwHnzdvBeMboJsUu1z2b   ---   BTC: 1QLNqVxhi3JrC8A4PfTF7jCoSi4h4pQV1R

Offline tony29

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool (up to 501% faster)
« Reply #531 on: November 22, 2013, 02:02:11 pm »
hi, i am build ptsminer on centos 6 , it seems better now, bot i got this information:

/usr/bin/ld: cannot find -lboost_thread


what can i do? i have already installed boost-devel
« Last Edit: November 22, 2013, 02:06:07 pm by tony29 »

Offline xolokram

  • Sr. Member
  • ****
  • Posts: 239
  • beeeeer.org
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool (up to 501% faster)
« Reply #530 on: November 22, 2013, 01:52:48 pm »
yep, this is pretty much disabling the AVX detection
while keeping the SSE4 detection

i'll be not much around here in the next hours
i hope i can fully get back to the issues (AVX, windows bug) by tomorrow :o

- xolokram
stats for pts@beeeeer.org
BTC: 1S4kxaF4ro17qThUz4hQwAoiXzCWdzwdb | LTC: LMgYASNbAgGUG6fhw1xdMAWSbMiWjNNGgo
XPM: AJhA1PGbNM94ZmsJvVVM5FfbE9SdxiMzgd | PTS: PbfspbvSWxYqrp3DpRH7bsrmEqzY3418Ap

Offline jabbaah

  • Jr. Member
  • **
  • Posts: 28
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool (up to 501% faster)
« Reply #529 on: November 22, 2013, 01:03:25 pm »
I'm on a VPS that disables avx.  I also had to comment out the selection of the avx assembly code in sha512.c:

   if (pc->proc_type == PROC_X64_INTEL || pc->proc_type == PROC_X64_AMD) {
      /*if (pc->avx_level > 0) {
         sha512_update_func = sha512_avx;
      } else*/ if (pc->sse_level >= 4) {

Seems to do the job - for me - using "strange behaving" VPS's -  too. Looks good.
http://www.dmsp.de/Protoshares   ---   https://github.com/spommerening/ptstools
PTS: PouLU5HendYGqZXwHnzdvBeMboJsUu1z2b   ---   BTC: 1QLNqVxhi3JrC8A4PfTF7jCoSi4h4pQV1R