• Crypto Sex Toys - PPC Adult Mega Store - 1000's of products, Same Day Dispatch, Fleshlights!
  • Advertise here for 1 PPC per day
  • Escrow for your PPC (Peercoin) Trades. Fuzzy Escrow Service 1% fee
  • Limited Edition - Physical Primecoins and Peercoins! - Each is 1 Troy Ounce of .999 Fine Silver - Available with other merchandise only at FiniteByDesign.com
  • Print

Author Topic: [ANN] beeeeer.org - Primecoin mining pool!  (Read 28687 times)

Offline hawas

  • Jr. Member
  • **
  • Posts: 13
  • Karma: +0/-0
  • Here we go!
    • View Profile
Re: [ANN] beeeeer.org - Primecoin mining pool!
« Reply #660 on: October 14, 2013, 08:56:34 pm »
Quote from: fenix79 on October 14, 2013, 01:02:17 pm
Maybe someone is interested.
The preparation of statistics in cacti run more or less the little script
"echo-n" xpm: `curl-s http://www.beeeeer.org/user/YOUR_ADRES | html2text | awk '{print $ 5}' | sed '/ ^ $ / d' | awk '{sum + = $ 1 } END {printf (sum)} '`"
Cati draws a nice graph on which you can clearly see the value received.

Damn, we really are a geek community. Very nice command fenix79 (thumbs up).
XPM: AGXYA1SEAkW9WfikhUcqyLgAWfzE5BDicZ

Offline xolokram

  • Sr. Member
  • ****
  • Posts: 291
  • Karma: +24/-1
  • beeeeer.org
    • View Profile
    • beeeeer.org - XPM Mining Pool
Re: [ANN] beeeeer.org - Primecoin mining pool!
« Reply #661 on: October 14, 2013, 09:28:04 pm »
i fu**ed up (read: "added" a bug in...) the web frontend, it's currently not restarting properly  >:(
i'll try to fix this asap
i'm sorry about this

your payouts are safe - no panic
« Last Edit: October 14, 2013, 09:29:38 pm by xolokram »
beeeeer.org --- I DON'T RECOMMEND GROM'S MINER
BTC: 1S4kxaF4ro17qThUz4hQwAoiXzCWdzwdb
LTC: LMgYASNbAgGUG6fhw1xdMAWSbMiWjNNGgo
XPM: AJhA1PGbNM94ZmsJvVVM5FfbE9SdxiMzgd

Offline MJ2P

  • Jr. Member
  • **
  • Posts: 22
  • Karma: +2/-0
    • View Profile
Re: [ANN] beeeeer.org - Primecoin mining pool!
« Reply #662 on: October 14, 2013, 09:32:19 pm »
No need to apologise Xolokram.
You've said right from the outset that this is a beta pool and to expect some rough edges.

Offline enzo868686

  • Jr. Member
  • **
  • Posts: 12
  • Karma: +0/-1
  • Hello I'm new here
    • View Profile
Re: [ANN] beeeeer.org - Primecoin mining pool!
« Reply #663 on: October 14, 2013, 09:34:41 pm »
Was Bored so i wrote some ugly code to parts stats:

Code: [Select]
cat stats.sh
TODAY=`date +"%Y-%m-%d"`
YD=`date +"%Y-%m-%d" --date="-1 day"`
DB=`date +"%Y-%m-%d" --date="-2 day"`
curl -s http://www.beeeeer.org/user/YOURID | html2text >/tmp/statsfile
head -30 /tmp/statsfile
echo ""
echo -n "TOTAL XPM: `cat /tmp/statsfile | awk '{print $5}' | sed '/ ^ $ / d' | awk '{sum +=$1} END {printf (sum)} '`"
echo ""
echo -n "TOTAL FEE: `cat /tmp/statsfile | awk '{print $7}' | sed '/ ^ $ / d' | awk '{sum +=$1} END {printf (sum)} '`"
#
echo ""
echo ""
echo "XPM/D Totals"
echo -n "$TODAY XPM/D: `grep "$TODAY" /tmp/statsfile | awk '{print $5}' | sed '/ ^ $ / d' | awk '{sum +=$1} END {printf (sum)} '`"
echo ""
echo -n "$TODAY SHARES/D: `grep "$TODAY" /tmp/statsfile | wc -L`"
echo ""
echo ""
#
echo -n "$YD XPM/D: `grep "$YD" /tmp/statsfile | awk '{print $5}' | sed '/ ^ $ / d' | awk '{sum +=$1} END {printf (sum)} '`"
echo ""
echo -n "$YD SHARES/D: `grep "$YD" /tmp/statsfile | wc -L`"
echo ""
echo ""
#
echo -n "$DB XPM/D: `grep "$DB" /tmp/statsfile | awk '{print $5}' | sed '/ ^ $ / d' | awk '{sum +=$1} END {printf (sum)} '`"
echo ""
echo -n "$DB SHARES/D: `grep "$DB" /tmp/statsfile | wc -L`"
echo ""


Results, building on the other examples:

Code: [Select]
./stats.sh
{
 "address": "YOURID",
 "payout_current": 0.0004952090651828521,
 "payout_pps": 0.0010210082970160742,
 "shares": 27092,
 "blocks": 500,
 "shares_per_block": 54.184,
 "details": {
  "6": 0.906208474826517,
  "7": 0.08493282149712092,
  "8": 0.008231212165953048,
  "9": 0.0006274915104089768
 }
}
> 2013-10-14 20:23:06 reward: 0.00388 fee: 0.00012 details
> 2013-10-14 20:22:06 reward: 0.00388 fee: 0.00012 details
> 2013-10-14 20:20:46 reward: 0.00388 fee: 0.00012 details
> 2013-10-14 20:15:46 reward: 0.00776 fee: 0.00024 details
> 2013-10-14 20:13:46 reward: 0.50008 fee: 0.01547 details
> 2013-10-14 20:12:05 reward: 0.00388 fee: 0.00012 details
> 2013-10-14 20:09:25 reward: 0.00388 fee: 0.00012 details
> 2013-10-14 20:09:05 reward: 0.00388 fee: 0.00012 details
> 2013-10-14 20:08:05 reward: 0.00388 fee: 0.00012 details
> 2013-10-14 20:06:05 reward: 0.00388 fee: 0.00012 details
> 2013-10-14 20:02:05 reward: 0.00388 fee: 0.00012 details
> 2013-10-14 19:59:45 reward: 0.00388 fee: 0.00012 details
> 2013-10-14 19:58:05 reward: 0.00388 fee: 0.00012 details
> 2013-10-14 19:57:25 reward: 0.00388 fee: 0.00012 details
> 2013-10-14 19:56:05 reward: 0.00388 fee: 0.00012 details
> 2013-10-14 19:55:45 reward: 0.00776 fee: 0.00024 details

TOTAL XPM: 31.8281
TOTAL FEE: 0.98195

XPM/D Totals
2013-10-14 XPM/D: 13.4827
2013-10-14 SHARES/D: 70

2013-10-13 XPM/D: 15.5362
2013-10-13 SHARES/D: 100

2013-10-12 XPM/D: 2.80919
2013-10-12 SHARES/D: 10


Offline xolokram

  • Sr. Member
  • ****
  • Posts: 291
  • Karma: +24/-1
  • beeeeer.org
    • View Profile
    • beeeeer.org - XPM Mining Pool
Re: [ANN] beeeeer.org - Primecoin mining pool!
« Reply #664 on: October 14, 2013, 10:22:01 pm »
watch out for block #209974
(it's the block with the last payout from the old payout system)
« Last Edit: October 14, 2013, 10:28:31 pm by xolokram »
beeeeer.org --- I DON'T RECOMMEND GROM'S MINER
BTC: 1S4kxaF4ro17qThUz4hQwAoiXzCWdzwdb
LTC: LMgYASNbAgGUG6fhw1xdMAWSbMiWjNNGgo
XPM: AJhA1PGbNM94ZmsJvVVM5FfbE9SdxiMzgd

Offline Buyers Remorse

  • Jr. Member
  • **
  • Posts: 4
  • Karma: +0/-0
  • Hello I'm new here
    • View Profile
Re: [ANN] beeeeer.org - Primecoin mining pool!
« Reply #665 on: October 14, 2013, 10:26:51 pm »
"POOL MAINTENANCE - DONT PANIC"

too late! D:

Offline Scott J

  • Jr. Member
  • **
  • Posts: 21
  • Karma: +0/-0
  • Hello I'm no longer new here
    • View Profile
Re: [ANN] beeeeer.org - Primecoin mining pool!
« Reply #666 on: October 14, 2013, 10:28:11 pm »
Quote from: Buyers Remorse on October 14, 2013, 10:26:51 pm
"POOL MAINTENANCE - DONT PANIC"

too late! D:
;D

I'm not panicking, but have really caught the mining bug these last couple of days, so can't wait for it to be back up.

Offline Scott J

  • Jr. Member
  • **
  • Posts: 21
  • Karma: +0/-0
  • Hello I'm no longer new here
    • View Profile
Re: [ANN] beeeeer.org - Primecoin mining pool!
« Reply #667 on: October 14, 2013, 10:29:40 pm »
Quote from: xolokram on October 14, 2013, 10:22:01 pm
watch out for block #209974
(it's the block with the last payout from the old payout system)
Good stuff.

Any ETA on when payments will first go out from the new system?

Thanks for all your hard work  :)

Offline icedaddy

  • Jr. Member
  • **
  • Posts: 45
  • Karma: +0/-0
    • View Profile
Re: [ANN] beeeeer.org - Primecoin mining pool!
« Reply #668 on: October 14, 2013, 10:33:50 pm »
Quote from: hawas on October 14, 2013, 12:05:35 pm
0.003 account for a 7-chain.
0.04 account for an 8-chain.
and 0.5 account for a 9-chain.

For the non-technical users like me let's see if I can make sense of this. Please be patient...

> 2013-10-14 16:47:36   reward: 0.00393   fee: 0.00008   details
> 2013-10-14 16:47:16   reward: 0.04080   fee: 0.00083   details
> 2013-10-14 16:46:36   reward: 0.01178   fee: 0.00024   details
> 2013-10-14 16:46:16   reward: 1.02028   fee: 0.02082   details

In line 1 I found a 7-chain.
In line 2 I found an 8-chain
In line 3 I found 3 7-chains?
In line 4 I found 2 9-chains?

It seems clear each line is not a share. It doesn't look like a block either. It does however look like a time interval of 20 seconds, with the gaps indicating intervals I found nothing; am I even close?

Oh an BTW I did read all the posts, although I freely admit I did not understand quite a few of them...

"The truly ignorant man is the one who refuses to admit his ignorance and learn"

BTC: 13z4uC6XZnqGUC8AUzjyZrXVLg5rLR4koe
XPM: AdSKb2ueBiZvhQJSptn8YforuLgskipCSD
LTC: LTsRnoAx54rCiy3EoVt2AAPF4EFXgDvuTb
PPC: P9zKxiYUZUft7CkL7FDi7T4ca8328zw2ZX

Offline xolokram

  • Sr. Member
  • ****
  • Posts: 291
  • Karma: +24/-1
  • beeeeer.org
    • View Profile
    • beeeeer.org - XPM Mining Pool
Re: [ANN] beeeeer.org - Primecoin mining pool!
« Reply #669 on: October 14, 2013, 10:44:48 pm »
i figured out, that the web frontend has problems restarting, because there are accesses on pages who need information which are not loaded fast enough.
it's currently restarting, but it seems to be quite slow ... give it some time.

and it crashed again ... sh**

@icedaddy:
Quote from: icedaddy on October 14, 2013, 10:33:50 pm
It seems clear each line is not a share. It doesn't look like a block either. It does however look like a time interval of 20 seconds, with the gaps indicating intervals I found nothing; am I even close?
that's pretty much it. you're right.

@Scott J:
the first confirmed block using the new payout system should roll in right now (or is already confirmed), i would love to run the payout script asap, but the problem is, it's almost midnight here and i have to get up early tomorrow. if there is a problem i would stay up all night just to fix it (even if it takes hours) --- but this will propably ruin my day tomorrow, which isn't really an option :Di will delay the first payout for tomorrow evening, when i have the time to monitor everything. if everything works as intented i'll run the script periodically without monitoring and everything should be fine from then on. future: the next step would be an API to allow Sy (or whoever wants to do something similiar) to build a new and eye-candy-esque stats page.

- xolokram
« Last Edit: October 14, 2013, 10:50:14 pm by xolokram »
beeeeer.org --- I DON'T RECOMMEND GROM'S MINER
BTC: 1S4kxaF4ro17qThUz4hQwAoiXzCWdzwdb
LTC: LMgYASNbAgGUG6fhw1xdMAWSbMiWjNNGgo
XPM: AJhA1PGbNM94ZmsJvVVM5FfbE9SdxiMzgd

Offline Jabroni

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
  • Hello I'm new here
    • View Profile
Re: [ANN] beeeeer.org - Primecoin mining pool!
« Reply #670 on: October 14, 2013, 11:09:45 pm »

Ive been testing this new 0.6 beta,  but my rejects are still almsot 10%. CPU is a i7 2600k and im on US West Coast (might be related to lag?)

Heres the output of almost 29 hours of running this on a Win8 64bit box

Code: [Select]
********************************************
*** running time: 28.899hrs
***
*** 7-chains: 214       (91.064% | 7.405/hr)
*** 8-chains: 20        (8.511% | 0.692/hr)
***
*** valid: 235  (91.440%)
*** rejects: 22 (8.560%)
*** stale: 0    (0.000%)
********************************************

Everyone stats are similar on the % of rejects, or its more likely something bad on my end??

Offline xolokram

  • Sr. Member
  • ****
  • Posts: 291
  • Karma: +24/-1
  • beeeeer.org
    • View Profile
    • beeeeer.org - XPM Mining Pool
Re: [ANN] beeeeer.org - Primecoin mining pool!
« Reply #671 on: October 14, 2013, 11:33:28 pm »
ok, i fixed it (the web frontend). i hope it won't crash again!!

don't be confused: within the first X minutes it needs some time to catch up with the most recent shares in the share-log.
it crashed before, because it tried to load the whole data at once. sorry, my mistake.

ok, now it's really late, i will go to bed now...

@Jabroni:
your location could be a problem, but during the night hours (location: germany), there's a lot of workload and some people are still using the v0.5 miners which causes extra workload for the server. i will try to reduce the rejects problem once the payout script for the new payout system is running.

- xolokram
beeeeer.org --- I DON'T RECOMMEND GROM'S MINER
BTC: 1S4kxaF4ro17qThUz4hQwAoiXzCWdzwdb
LTC: LMgYASNbAgGUG6fhw1xdMAWSbMiWjNNGgo
XPM: AJhA1PGbNM94ZmsJvVVM5FfbE9SdxiMzgd

Offline primeminer

  • Jr. Member
  • **
  • Posts: 2
  • Karma: +0/-0
  • Hello I'm new here
    • View Profile
Re: [ANN] beeeeer.org - Primecoin mining pool!
« Reply #672 on: October 15, 2013, 02:20:23 am »
Quote from: xolokram on October 14, 2013, 07:08:55 pm
Hi all,

i just wanted to let you all know:
I'll bundle all remaining payouts from the old payout system to one large last payout!

- xolokram

I'm missing ~8.5% of earnings from the old payout system (received the big last one).
Is this due to orphan blocks which were/are credited wrongly with Sy's stats?
Can you confirm an "orphan block rate" of ~8.5% (2013-10-12 till 2013-10-14)?

Thank you.

Offline mhps

  • Full Member
  • ***
  • Posts: 98
  • Karma: +5/-1
    • View Profile
Re: [ANN] beeeeer.org - Primecoin mining pool!
« Reply #673 on: October 15, 2013, 04:33:14 am »
Just  a little trick if you have multiple miners ...

Because the current user stats page lists fee, and the fee for every round is about the same and can be set on the miner command line (-poolfee=x), you can set your fees to different percentage for different miner, so that by looking at the fees you know which share was produced by which miner.
 
You can also use it to monitor the health and productivity of each miner.
PPC PU6zS8RRBWP2UxhuRFengGsu8n4tEYB5xV XPM AJAgBpPjGQoL38mrtW91dVqhbMHqu25vfG

Offline xolokram

  • Sr. Member
  • ****
  • Posts: 291
  • Karma: +24/-1
  • beeeeer.org
    • View Profile
    • beeeeer.org - XPM Mining Pool
Re: [ANN] beeeeer.org - Primecoin mining pool!
« Reply #674 on: October 15, 2013, 08:33:54 am »
Quote from: primeminer on October 15, 2013, 02:20:23 am
...
From the 5861 found blocks 121 are orphans (around 2%).
I don't know if Sy's stats counted everything correctly, he said in his thread it's just an estimation, because his payout barrier calculation differs from the original one & maybe he's missing some fees or orphans. I can't really judge that. If somethings missing, please refer to blocks/payouts on beeeeer.org, i'm not responsible for Sy's stats. Is someone in a similiar situation?

I'll be back later today.

the miner id stats are coming soon. :)

- xolokram
« Last Edit: October 15, 2013, 08:35:37 am by xolokram »
beeeeer.org --- I DON'T RECOMMEND GROM'S MINER
BTC: 1S4kxaF4ro17qThUz4hQwAoiXzCWdzwdb
LTC: LMgYASNbAgGUG6fhw1xdMAWSbMiWjNNGgo
XPM: AJhA1PGbNM94ZmsJvVVM5FfbE9SdxiMzgd

  • Print