• Joined on 2023-09-19
orzo commented on issue P2Pool/consensus#11 2024-03-17 03:41:38 +00:00
suggestion: add reference table of nb shares probabilities to the share calculator

Is Gamma regularized or not? What is the second parameter to the denominator, 0?

Got a partial implementation without the Bulk working at least.

The Gamma(s, x) are not regularized…

orzo commented on issue P2Pool/consensus#10 2024-03-16 21:15:38 +00:00
ui suggestion: use quantiles of the effort distribution to pick the effort's color

Just noticed this was implemented! Nice!

Another thing that may be worth trying is to use the RdYlGn colormap instead of RdYlBu. It's basically identical and creates the same muted…

orzo opened issue P2Pool/consensus#11 2023-12-14 04:39:25 +00:00
suggestion: add reference table of nb shares probabilities to the share calculator
orzo commented on issue P2Pool/consensus#10 2023-09-23 23:12:03 +00:00
ui suggestion: use quantiles of the effort distribution to pick the effort's color

Proof of concept. I'm using prob = 1 - exp(-effort / 100), rescaled from [0, 1] to [0.15, 0.8], and fed into the reversed RdYlBu color map. It fits well with the current muted color scheme and…

orzo opened issue P2Pool/consensus#10 2023-09-20 04:24:52 +00:00
ui suggestion: use quantiles of the effort distribution to pick the effort's color