Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency
by
sidhujag
on 29/04/2018, 22:33:31 UTC
do masternodes have to submit a superblock trigger once every funding round, who submits it for dash every time?

Network generates the payment automatically and sends it to approved budget proposals.   Unused funds are not created.


im not seeing it in the code it expects a trigger which is only created by a gobject trigger call done by a masternode. in the superblock code it waits for a trigger if none exist it wont pay any proposals.

The logic for superblock creation is in sentinel.
thanks! I see that so that means a masternode must create a trigger(superblock) vote proposal for others to vote on that includes payments for the next budget payment cycle? so masternodes would vote twice once on proposal and once on the trigger for the superblock? thats what im seeing in the code just wanted to confirm.