How to Create a Budget Proposal
Last updated
Was this helpful?
Last updated
Was this helpful?
This entire process is completed in the Debug Console.
To obtain the next superblock (starting block) go to the Debug Console, and type: mnbudget nextblock or getnextsuperblock
mnbudget prepare < name of proposal > < info link > < how many payments > < starting block > < payment address > < amount or payment >
example (March 2019 Dev payment request):
mnbudget prepare "core-team-mar-19" "https://bit.ly/2NEZBBt" 1 129600 "8s8jUWMPFFwGSsGE9JX1z95sCbYhiyPUeg" 43200
1 payment of 43,200 LYTX to the wallet at 8s8jUWMPFFwGSsGE9JX1z95sCbYhiyPUeg for the proposal described in . There is a limit to 126 characters for the URL, so it is recommended to use bit.ly to shorten the url.
Record the hash >
example: 17729224c15bafea2d4bf81d7c9b03b43335ae0caf1b88b70fa46a583f7968a0
Wait until the transaction has 6 confirmations
mnbudget submit < name of proposal > < info link > < how many payments > < starting block > < payment address > < amount or payments > < preparation hash >
example:
mnbudget submit "core-team-mar-19" "https://bit.ly/2NEZBBt" 1 129600 "8s8jUWMPFFwGSsGE9JX1z95sCbYhiyPUeg" 43200 17729224c15bafea2d4bf81d7c9b03b43335ae0caf1b88b70fa46a583f7968a0
Record the vote hash >
example: 447491a14e40c96a28cb16ccf47f46c6d92455a2f43c8d4ea8a6695412f74e97
Vote on the proposal with the Proposal tab. Note: all your masternodes count as 1 vote and will all vote the same way. If you do not have masternodes then you will not be able to vote.
CLI method:
âmnbudget vote-many < vote hash > yesâ to vote in favor
âmnbudget vote-many < vote hash > noâ to vote against
"mnbudget getinfo < name of proposal >â to check the status