BitShares Forum

Main => Stakeholder Proposals => Topic started by: Chronos on May 11, 2016, 09:15:24 pm

Title: Cryptofresh worker report questions
Post by: Chronos on May 11, 2016, 09:15:24 pm
Quick question: What do the bits of green on the left of each Supporting Stake bar mean? Is that the amount of support that can be lost without the worker becoming unfunded?

Another, trickier question: Why is Funding Percentage at 42% for the refund400k worker, considering that the sum of the daily pay of the workers above it does not total 58% of 400k BTS? I was under the impression that this meant that 42% of 400k is the daily total refunded.

(http://i.imgur.com/ZaEWtis.png)
Title: Re: Cryptofresh worker report questions
Post by: svk on May 11, 2016, 09:51:48 pm
The bits of green I don't know, but the percentage is out of the daily budget, which as you can see in your screenshot is 313.9k BTS.

Sent fra min MotoG3 via Tapatalk

Title: Re: Cryptofresh worker report questions
Post by: Chronos on May 11, 2016, 11:29:32 pm
Why is the daily budget 313.9k, when other sources state that the blockchain can spend 432k? For example: https://bitshares.org/technology/stakeholder-approved-project-funding/
Title: Re: Cryptofresh worker report questions
Post by: xeroc on May 12, 2016, 08:43:06 am
Why is the daily budget 313.9k, when other sources state that the blockchain can spend 432k? For example: https://bitshares.org/technology/stakeholder-approved-project-funding/
100k + 25k + 21k are payed to the 3 workers (individuals) .. the fourth "worker" is a meta worker that puts everything that is left of the daily pay into the reserve funds .. 42% of the daily pay are given to the refund400k worker ... so that worker is not "fully" funded :)
Title: Re: Cryptofresh worker report questions
Post by: pc on May 12, 2016, 12:49:58 pm
Why is the daily budget 313.9k, when other sources state that the blockchain can spend 432k? For example: https://bitshares.org/technology/stakeholder-approved-project-funding/

The daily budget is actually a percentage of the reserve fund. The daily *worker* budget is the daily budget minus the (more or less fixed) witness pay.
AFAIR the 432k per day is the theoretical starting value. It's really much less today due to the amount already spent.
Title: Re: Cryptofresh worker report questions
Post by: svk on May 13, 2016, 06:02:41 am
Why is the daily budget 313.9k, when other sources state that the blockchain can spend 432k? For example: https://bitshares.org/technology/stakeholder-approved-project-funding/

Why is the daily budget 313.9k, when other sources state that the blockchain can spend 432k? For example: https://bitshares.org/technology/stakeholder-approved-project-funding/

Like pc says it depends on the current size of the reserve pool.

The actual value displayed in the GUI and on CF is calculated as:

Code: [Select]
min(globalObject.parameters.worker_budget_per_day, 24 * budgetObject.record.worker_budget)
where the globalObject is object 2.0.0, and the budgetObject is 2.13.x, updated every maintenance interval (once per hour atm).