Payouts have been occuring, however Bunker has made the decision that the shares your miner has acquired will only be grouped against miners mining the same algorithm. We'll be implementing this change soon.
To walk you through this, suppose theres are 3 miners and these are their respective shares (hypothetical numbers to make calculations easy):
algo coin name shares
x11 startcoin joe 10
x11 startcoin sam 5
scrypt casinocoin joe 100
Suppose the 0.04 BTC threshold is hit
Current Way
joe = (0.04 * (100+10)/115) / BTC_PER_BTS
sam = (0.04 * 5/115) / BTC_PER_BTS
Changes to be made
0.02 BTC of which is from x11, and 0.02 BTC of which is from scrypt.
joe = ((0.02 * 100/100) + (0.02 * 10/15)) / BTC_PER_BTS
sam = ((0.02 * 0/100) + (0.02 5/15)) / BTC_PER_BTS
tl;dr for those of you since math is apparently hard and don't understand the phrase "hypothetical numbers":
x11 miners get paid based on x11 coins mined
scrypt miners get paid based on scrypt coins mined
sha256 miners get paid based on sha256 coins mined
this change has not been made live yet.
To further clarify on this change, what this means is that each algo balance that is mined will be kept separate from eachother, and the shares paid out according to each algo share holder.
So if x11 only mined 0.01 and scrypt mined 0.01, and sha256 mined 0.02, then the payout to x11s would be a total of 0.01, script would be paid out 0.01, and sha256 would get 0.02 and that will be distributed to each miners respective shares in those algos.
This is how the previous pool used to work and how we want to proceed forward, fair share.
Hope this helps clarify the fix that will be done.
This will solve the issue x11 miners had not getting paid out.
This fix should be completed within 48 hours.
Thanks for the feedback that helped us identify this issue before we went into production!