Budget Proposal Submittion Guide

Post Reply
admin
Site Admin
Posts: 12
Joined: Thu Dec 31, 2020 8:25 am

Budget Proposal Submittion Guide

Post by admin »

This instruction describes the process of adding a vote through a wallet.
* Before submitting a vote, make sure your wallet is synced and you have at least 101 QRAX coins on your balance.

Submitting a vote is done via the wallet command line.

Desktop wallet.

Step 1. Open command line
step1.jpg
step1.jpg (217.6 KiB) Viewed 1994 times
Step 2. Prepare command in the following format:

Code: Select all

preparebudget "proposal-name" "url" payment-count block-start "qrax-address" monthy-payment
where
  • proposal-name - Desired proposal name, required in double quotes
  • url - URL of proposal details, to your site/resource which posted information about proposal, required in double quotes
  • payment-count - Total number of monthly payments
  • block-start - Starting super block height
  • qrax-address - QRAX address to send payments to
  • monthly-payment - Monthly payment amount in QRAX
2.1 Enter command to get next superblock index:

Code: Select all

getnextsuperblock
step2.2.jpg
step2.2.jpg (325.31 KiB) Viewed 1994 times
2.2 Enter command to get new address:

Code: Select all

getnewaddress
step2.3.jpg
step2.3.jpg (338.04 KiB) Viewed 1994 times
2.3 Submit prepared command:

Code: Select all

preparebudget "QRAX.DPOS.PANEL" "https://panel.qrax.net/site/dpos" 1 352000 "QjBfEfvSwRKQbEXM9vfJhsdBt6QHx2v4bm" 10000
step2.4.jpg
step2.4.jpg (361.03 KiB) Viewed 1994 times
2.4 Wait 5 confirmations of prepared budget TX.
step2.5.jpg
step2.5.jpg (202.22 KiB) Viewed 1994 times
Step 3. Submit prepared Budget. Command format:

Code: Select all

submitbudget "proposal-name" "url" payment-count block-start "qrax-address" monthly-payment "fee-tx"
where first six parameters same as previous command and
  • fee-tx - transaction hash, result from previous command
3.1 Submit prepare command:

Code: Select all

submitbudget "QRAX.DPOS.PANEL" "https://panel.qrax.net/site/dpos" 1 352000 "QjBfEfvSwRKQbEXM9vfJhsdBt6QHx2v4bm" 10000 "7aafca78b7e48ae437e583b44cb10239d781cfd15fe09827e146da5c17812bf6"
step3.1.jpg
step3.1.jpg (391.76 KiB) Viewed 1994 times
Step 4. Check budget proposal:

Code: Select all

getbudgetinfo "QRAX.DPOS.PANEL"
step4.1.jpg
step4.1.jpg (350.65 KiB) Viewed 1994 times
Step 5. To vote for your proposal, use the command:
Vote "Yes"

Code: Select all

mnbudgetvote many 49702146606ad1db0d4dd3ea5ec37f9c7162d7267c7e7df1bdb84ab9b0cb09d1 yes
Vote "No"

Code: Select all

mnbudgetvote many 49702146606ad1db0d4dd3ea5ec37f9c7162d7267c7e7df1bdb84ab9b0cb09d1 no
Post Reply