How to Create a Budget Proposal

This entire process is completed in the Debug Console.

INFO

To obtain the next superblock (starting block) go to the Debug Console, and type: mnbudget nextblock or getnextsuperblock

STEP 1

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 https://bit.ly/2NEZBBt. There is a limit to 126 characters for the URL, so it is recommended to use bit.ly to shorten the url.

STEP 2

Record the hash >

example: 17729224c15bafea2d4bf81d7c9b03b43335ae0caf1b88b70fa46a583f7968a0

Wait until the transaction has 6 confirmations

STEP 3

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

STEP 4

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

Last updated