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

0 Members and 1 Guest are viewing this topic.

Offline jabbaah

  • Jr. Member
  • **
  • Posts: 28
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool (up to 501% faster)
« Reply #483 on: November 21, 2013, 07:46:13 pm »
Just read after installing another node using GitHub directly... wondered why it asked me for yasm ;-)

Thus I have a 0.7 running on Debian Linux 7.1 64bit flawlessly now. Seems to make more collisions / min...
(unfortunately no direct comparing possible due to very different nodes...)

Good work! Thanks!
http://www.dmsp.de/Protoshares   ---   https://github.com/spommerening/ptstools
PTS: PouLU5HendYGqZXwHnzdvBeMboJsUu1z2b   ---   BTC: 1QLNqVxhi3JrC8A4PfTF7jCoSi4h4pQV1R

Offline max

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool (up to 501% faster)
« Reply #482 on: November 21, 2013, 07:41:32 pm »
v0.7 crashes on share submit for me, win7 64, default memory settings (no number)

Offline xolokram

  • Sr. Member
  • ****
  • Posts: 239
  • beeeeer.org
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool (up to 501% faster)
« Reply #481 on: November 21, 2013, 05:57:48 pm »
/edit1:
 ;)

/edit2: i will just re-use this post

new ptsminer v0.7 EXPERIMENTAL/TOO LATE?/BEEEEER EDITION *UPDATED-#3*
for ptsweb.beeeeer.org & #beeeeer.org @ Freenode

linux / github: source code here
windows binary: v0.7 x64 RC1 -> ptsminer_v07b_x64.zip (64 Bit, experimental, fasterererâ„¢!!!!!!) *updated-#3* incl. 'rejections-on-a-block-workaround-by-reconnecting'-fix
(containing GENERIC (INTEL&AMD) , SSE4 and AVX version (INTEL&AMD))

new optional parameter, check the usage example below

  • AVX / SSE support (thx to glitchboy)
  • SPHLIB support
  • RAM option (new parameter!)
  • smaller rejection problem bugfix
  • reduced thread priority of worker-thread

Code: [Select]
choose <version> depending on your CPU and mining implementation you want to use

usage: ptsminer_<version>.exe <payout-address> <threads-to-use> [memory-option] [mode]

memory-option: integer value - memory usage
                20 -->    4 MB per thread (not recommended)
                21 -->    8 MB per thread (not recommended)
                22 -->   16 MB per thread (not recommended)
                23 -->   32 MB per thread (not recommended)
                24 -->   64 MB per thread (not recommended)
                25 -->  128 MB per thread
                26 -->  256 MB per thread
                27 -->  512 MB per thread (default)
                28 --> 1024 MB per thread
                29 --> 2048 MB per thread
                30 --> 4096 MB per thread

mode: string - mining implementation
                avx --> use AVX (ptsminer_avx.exe)
                sse4 --> use SSE4 (ptsminer_avx_*.exe & ptsminer_sse4.exe)
                sph --> use SPHLIB (ptsminer_avx_*.exe, ptsminer_sse4.exe, ptsminer_amd.exe & ptsminer_intel.exe)


examples:
ptsminer_avx.exe PbfspbvSWxYqrp3DpRH7bsrmEqzY3418Ap 4
using AVX on 4 threads and 512 MByte RAM per thread (default)

ptsminer_sse4.exe PbfspbvSWxYqrp3DpRH7bsrmEqzY3418Ap 8 28
using SSE4 on 8 threads and 1024 MByte RAM per thread

ptsminer_intel.exe PbfspbvSWxYqrp3DpRH7bsrmEqzY3418Ap 2 25 sph
using SPHLIB on 2 threads and 128 MByte RAM per thread

ptsminer_avx.exe PbfspbvSWxYqrp3DpRH7bsrmEqzY3418Ap 12 24 sph
using SPHLIB on 12 threads and 64 MByte RAM per thread


build notes:

boost library & YASM required for compilation!

currently the mode parameter has to be set manually on linux machines (fix will come later), no autodetection atm

Code: [Select]
sudo apt-get install yasm
i expect some problems with the compilation as i've not tested the miner on every linux / mingw distrubution out there... be patient, dont panic

compiler warnings on the SPHLIB files are alright (incl. sph_sha2.c, sph_sha2big.c & md_helper.c)

and next difficulty coming in fast...

problems with compilation? adapt some of the things from --> HERE (thanks to donschoe, don't forget to DONATE!!)

I can't test on OSX. Maybe someone can say if the compilation works on OSX??

KNOWN ISSUES:
1) on Amazon EC2 instances AVX is permitted (?!?) --> the miner crashs <-- SSE version is working fine, you'll have to set SSE4 mode manually
2) OSX compilation errors due to byteswap & *i-forgot-urghs* thread priority(?)

todo:
  • abandoned addresses payout script
  • fix that bug "crashing after share submission" on windows
  • add option to choose mining code optimization manually (avx,sse,sphlib)

- xolokram

ps. cmake file is not up-to-date, i will fix that asap
pps. using 32 bit linux distribution could be problematic... will look into that later
note --- quick dirty 32 bit linux distribution workaround: replace "elf64" in makefile.unix by "elf"
« Last Edit: December 06, 2013, 06:44:25 pm by xolokram »
stats for pts@beeeeer.org
BTC: 1S4kxaF4ro17qThUz4hQwAoiXzCWdzwdb | LTC: LMgYASNbAgGUG6fhw1xdMAWSbMiWjNNGgo
XPM: AJhA1PGbNM94ZmsJvVVM5FfbE9SdxiMzgd | PTS: PbfspbvSWxYqrp3DpRH7bsrmEqzY3418Ap

Offline dustyPTSminer

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool (up to 501% faster)
« Reply #480 on: November 21, 2013, 05:48:09 pm »
xolo I am having an issue receiving payouts. I am mining PTS using your 0.5Windows miner and the linux miner. I had no problems with your XPM pool, and I have checked my payout address is correct. My local wallet says it is synched. Since yesterday I should have had 3 payouts according to the users page and the payouts page yet my wallet is showing 0.0PTS still.

Edit, Nevermind I checked the block numbers and my wallet was out of sync. After a close and reopen I got it sorted out.
« Last Edit: November 21, 2013, 05:54:33 pm by dustyPTSminer »

Offline devilfish

  • Full Member
  • ***
  • Posts: 98
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool (up to 501% faster)
« Reply #479 on: November 21, 2013, 05:25:39 pm »
yep, short downtime, but should be ok now, sorry.

and sorry for the rare updates currently, i'm working on a new version for the miner mostly
i'm currently testing sphlib & the avx/sse support glitchboy mentioned (thanks for that)
also i added the memory option (but it looks like 512mb is still the best one (at least for me), but it's always good to have an option)

looks like everything is ok here in the thread, nothing to answer ... wth? ;D

- xolokram

Thanks for your great work.
Will you upload the new version to your git repo? I would love to test it.
The 256MB option is usefull for servers with a lot of cores but less RAM (i have a 24 core with only 8 GB).

plus two but I want to run it on an older system I have here.

I'd run that 24 core @ 12 threads.
BTC: 1MqCxQ2qD7ZuS3ELFY43wfaBTbA2XkYwDP
PTS: PiuFEJHz6zScALgPWzcu2SDKtWJW4cnUFi
XPM: Af5qzgsEwWaHZdGUq8dUoHkhmH4XBmnGW9

Offline JohnD

  • Full Member
  • ***
  • Posts: 76
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool (up to 501% faster)
« Reply #478 on: November 21, 2013, 12:44:11 pm »
yep, short downtime, but should be ok now, sorry.

and sorry for the rare updates currently, i'm working on a new version for the miner mostly
i'm currently testing sphlib & the avx/sse support glitchboy mentioned (thanks for that)
also i added the memory option (but it looks like 512mb is still the best one (at least for me), but it's always good to have an option)

looks like everything is ok here in the thread, nothing to answer ... wth? ;D

- xolokram

Thanks for your great work.
Will you upload the new version to your git repo? I would love to test it.
The 256MB option is usefull for servers with a lot of cores but less RAM (i have a 24 core with only 8 GB).
Donate if you like it:
PTS: Pi236u2LoqHjt8xs75YdQ7ZEFGuMqVd9sJ
BTC: 1AngSrJcBxG3zBks8DnPzvTU3Q2d678XaF

Offline xolokram

  • Sr. Member
  • ****
  • Posts: 239
  • beeeeer.org
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool (up to 501% faster)
« Reply #477 on: November 21, 2013, 12:00:50 pm »
yep, short downtime, but should be ok now, sorry.

and sorry for the rare updates currently, i'm working on a new version for the miner mostly
i'm currently testing sphlib & the avx/sse support glitchboy mentioned (thanks for that)
also i added the memory option (but it looks like 512mb is still the best one (at least for me), but it's always good to have an option)

looks like everything is ok here in the thread, nothing to answer ... wth? ;D

- 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 #476 on: November 21, 2013, 11:53:31 am »
Back online!
http://www.dmsp.de/Protoshares   ---   https://github.com/spommerening/ptstools
PTS: PouLU5HendYGqZXwHnzdvBeMboJsUu1z2b   ---   BTC: 1QLNqVxhi3JrC8A4PfTF7jCoSi4h4pQV1R

Offline jabbaah

  • Jr. Member
  • **
  • Posts: 28
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool (up to 501% faster)
« Reply #475 on: November 21, 2013, 11:32:58 am »
Server problems ? It doesn't connect

For me the same - seems to be the server...

connecting to 54.201.26.128:1337
system:111
http://www.dmsp.de/Protoshares   ---   https://github.com/spommerening/ptstools
PTS: PouLU5HendYGqZXwHnzdvBeMboJsUu1z2b   ---   BTC: 1QLNqVxhi3JrC8A4PfTF7jCoSi4h4pQV1R

Offline Montaxx

  • Board Moderator
  • Full Member
  • *****
  • Posts: 76
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool (up to 501% faster)
« Reply #474 on: November 21, 2013, 11:16:19 am »
Server problems ? It doesn't connect

Offline kockabucka

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool (up to 501% faster)
« Reply #473 on: November 21, 2013, 10:31:56 am »
@devilfish: OK.Thank you. :-)

@xolokram: I have a problem with the v0.5. I have to mine behind firewall therefore I have to route the traffic with haProxy package. :( :(
With 0.5 I can not do it because of wired options.

Can you send me an option for me?

0.4 is works but I don't want to loose the updated 0.5 version.
« Last Edit: November 21, 2013, 12:39:27 pm by kockabucka »

Offline devilfish

  • Full Member
  • ***
  • Posts: 98
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool (up to 501% faster)
« Reply #472 on: November 21, 2013, 09:52:39 am »
@Devilfish: Magyar vagy? :-)

google is telling me that means "are you hungarian", I'm afraid not, I'm Australian.
BTC: 1MqCxQ2qD7ZuS3ELFY43wfaBTbA2XkYwDP
PTS: PiuFEJHz6zScALgPWzcu2SDKtWJW4cnUFi
XPM: Af5qzgsEwWaHZdGUq8dUoHkhmH4XBmnGW9

Offline kockabucka

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool (up to 501% faster)
« Reply #471 on: November 21, 2013, 07:30:26 am »
@Devilfish: Magyar vagy? :-)

Offline devilfish

  • Full Member
  • ***
  • Posts: 98
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool (up to 501% faster)
« Reply #470 on: November 21, 2013, 03:05:30 am »
those guys really need a graphical interface or something better than their 70's text interface.

nah, bro.
BTC: 1MqCxQ2qD7ZuS3ELFY43wfaBTbA2XkYwDP
PTS: PiuFEJHz6zScALgPWzcu2SDKtWJW4cnUFi
XPM: Af5qzgsEwWaHZdGUq8dUoHkhmH4XBmnGW9

Offline crazydownloaded

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool (up to 501% faster)
« Reply #469 on: November 20, 2013, 09:12:29 pm »
Read back a few posts.  The payment threshold was lowered to 0.33 due to the diff change.  Your link looks just fine.  The payment rule at the top hasn't been updated so I can understand why it might seem odd if you weren't following this thread.
OK, sorry about this :) those guys really need a graphical interface or something better than their 70's text interface.
The user page still states "personal payouts are executed, when you reach at least 1.0 pts" btw.