Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - flower1024

Pages: 1 [2] 3
16

SHARE_TARGET / BLOCK_TARGET  * REWARD = 0.00120736
 

This.  Less complicated.

what floating point type are you using? double shoud be enough; decimal is better
share target / block_target can get very small.

17
Please double check my math on the PPS amount.
MAX_HASH = 0xfffffff....
SHARE_TARGET  0x00fffff.................
BLOCK_TARGET  0x0000204aa5000000000000000000000000000000000000000000000000000000

SHARE_DIFFICULTY = MAX_HASH / SHARE_TARGET
BLOCK_DIFFICULTY = MAX_HASH / BLOCK_TARGET

RATIO = SHARE_DIFFICULTY / BLOCK_DIFFICULTY

PPS = RATIO * REWARD

PPS = 0.00120266

or..................

SHARE_TARGET / BLOCK_TARGET  * REWARD = 0.00120736

I am going to go with the last one unless someone can show me my math is wrong?

 

seems good.
how much fee?

18
xolokram

Code: [Select]
12396 2013-11-11 21:46:08 4 / 644 -> 0.22144 PTS / 35.65 PTS -> block waiting for confirmations
12395 2013-11-11 21:45:38 58 / 44194 -> 0.04679 PTS / 35.65 PTS -> block waiting for confirmations
12389 2013-11-11 21:33:31 34 / 22064 -> 0.05494 PTS / 35.65 PTS -> block waiting for confirmations
12387 2013-11-11 21:27:54 39 / 26621 -> 0.05223 PTS / 35.65 PTS -> block waiting for confirmations

this for payouts are not on my balance on user stats!? Any idea why this? Fb would be nice

balance only shows confirmed blocks

19
Ok, I am back!   Lets get this all fixed!

+1

20
thank you, donschoe, you're really a great help.

i will decrease the payout treshold to 0.5 PTS now (this will kick in with the next payout)

@flower1024:
this would take some time for the implementation & the monitoring is more time intensive. i will think about it, but I have a lot more things on my todo list (including the XPM pool), we'll see.

btw. what exactly do you mean by 'cheaters' ?

- xolokram

pool hoppers ;)
its possile to calculate how much time each share on your pool takes. so you know the average time your pool needs to find a block at any given difficulty.

just mine 41% of this time - then switch to another pool or solo.

as soon as your pool finds a block repeat it again.

i did it with bitcoin a while ago and the effect is that any hopper gets much more and your honest miners suffer from small blocks (and have to do the work on the big blocks alone)

see: https://bitcointalk.org/index.php?topic=24966.0

21
please implement pps or pplns
prop is just begging for cheaters

22
small script which should help if miner crashes...it just restarts it endlessly

remember to change your payout address...

Code: [Select]
while [ true ] ; do
         ./ptsminer  -poolip=ptsmine.beeeeer.org -poolport=1337 -pooluser=PpJhLJN6XhG7JL8GiAdEmeHbcPTyQsWkSf -genproclimit=4
done


23
Have you used:  web:54.238.185.113?

yes, but i didnt like the frontend and my hashrate was not that good (used it before any other pool and have never looked back - so i can't really compare)

24

I c, thats good.  How often is the payments?  Has it gone down at all?

PPLNS you'll get a payment as soon as your balance reaches 1 PTS
its not easy to see your total, but i like the interface so far

25
Looking for feedback.  How is this pool guys?

i like it

You and I were on Alpha, how long have u been on beeer to give some feedback?

i used it before alpha - just switched because of the other miner.
i am back since 4 hours.

26
Looking for feedback.  How is this pool guys?

i like it

27
Will the alpha pool's miner work on any other pools? no strength to batch reconfigure 90 machines...

no, atm every pool has its own miner

28
maybe you could setup pplns and pay after 120 confs (btw i think you can send coinbase transactions after 100 blocks - its afaik only a soft barrier which makes it 120)

this would reduce your risk in the beginning... later when the network has settled you can switch back to pps.

29
deposted pts, sold, withdrawn btc
nice ;)

30
please let me set a minimum payout amount.
atm i am getting 0.4PTS per payout... i'd prefer to get only a payout when i have 5PTS or more.

Pages: 1 [2] 3