• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Updated Pools running 0.9.11.4/5/6 (Paying Masternode Payments)

Graph added : http://drk.poolhash.org/mnode.html.
Update every 30 min.

MTsiV4X.png

Hmm, are you sure that matches the numbers on http://drk.poolhash.org/poolhash.html ?

Blocks 96118 to 96401 --> 283 blocks total, 143 unpaid, 140 paid. Thats more 50% to 50%, whereas you graph implies 44% to 56%
 
Hmm, are you sure that matches the numbers on http://drk.poolhash.org/poolhash.html ?

Blocks 96118 to 96401 --> 283 blocks total, 143 unpaid, 140 paid. Thats more 50% to 50%, whereas you graph implies 44% to 56%
Every 30 minutes, count last 576 blocks(1 day).
(block height - 6 blocks - 576 blocks) ~ (block height - 6 blocks)

It use result in http://drk.poolhash.org/masternode.html

(tip do http://drk.poolhash.org/masternode.html?srch&nmstr=tx_0_vout_1
http://drk.poolhash.org/masternode.html?srch&nmstr=X
)

Code:
user@sv2:~> tail -576  blocks/blocks_payee | grep tx_0_vout_1 | wc -l
258
user@sv2:~> tail -288  blocks/blocks_payee | grep tx_0_vout_1 | wc -l
145
user@sv2:~> tail -283  blocks/blocks_payee | grep tx_0_vout_1 | wc -l
144
 
Last edited by a moderator:
Every 30 minutes, count last 576 blocks(1 day).
(block height - 6 blocks - 576 blocks) ~ (block height - 6 blocks)

It use result in http://drk.poolhash.org/masternode.html

(tip do http://drk.poolhash.org/masternode.html?srch&nmstr=tx_0_vout_1
http://drk.poolhash.org/masternode.html?srch&nmstr=X
)

Code:
user@sv2:~> tail -576  blocks/blocks_payee | grep tx_0_vout_1 | wc -l
258
user@sv2:~> tail -288  blocks/blocks_payee | grep tx_0_vout_1 | wc -l
145
user@sv2:~> tail -283  blocks/blocks_payee | grep tx_0_vout_1 | wc -l
144

OK, got it :smile:

Maybe a chart like below is more convenient to get the actual ratio / percentage?
82LGPrP.png
 
Is the whole process of asking all the pools to update is a one-time thing? Or is it going to start again after RC4 update?
 
Is the whole process of asking all the pools to update is a one-time thing? Or is it going to start again after RC4 update?

50:50 :-D

The pool need to do two things:

1) update their stratum code to pay 20% to MNs
2) update their wallet to stay on the correct blockchain

#1 is a one time action for now, and only necessary if Evan ever changes the MN payout ratio (10% or 25%)

#2 is usual wallet maintenance for the pool owner. If they don't update to RC4, they will not be able to mine.
 
Is the whole process of asking all the pools to update is a one-time thing? Or is it going to start again after RC4 update?
Well currently the masternode payments are voluntary. But as soon as enforcement is switched on, all the pools which did not update will fork off and get orphaned by the main network (currently >75% are paying).
 
Well currently the masternode payments are voluntary. But as soon as enforcement is switched on, all the pools which did not update will fork off and get orphaned by the main network (currently >75% are paying).

Yes, but the enforcement will not be switched on until most of them update :) How many % we need? 90?
 
Back
Top