* 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 Step 2. Prepare command in the following format:
Code: Select all
preparebudget "proposal-name" "url" payment-count block-start "qrax-address" monthy-payment
- 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
Code: Select all
getnextsuperblock
Code: Select all
getnewaddress
Code: Select all
preparebudget "QRAX.DPOS.PANEL" "https://panel.qrax.net/site/dpos" 1 352000 "QjBfEfvSwRKQbEXM9vfJhsdBt6QHx2v4bm" 10000
Code: Select all
submitbudget "proposal-name" "url" payment-count block-start "qrax-address" monthly-payment "fee-tx"
- fee-tx - transaction hash, result from previous command
Code: Select all
submitbudget "QRAX.DPOS.PANEL" "https://panel.qrax.net/site/dpos" 1 352000 "QjBfEfvSwRKQbEXM9vfJhsdBt6QHx2v4bm" 10000 "7aafca78b7e48ae437e583b44cb10239d781cfd15fe09827e146da5c17812bf6"
Code: Select all
getbudgetinfo "QRAX.DPOS.PANEL"
Vote "Yes"
Code: Select all
mnbudgetvote many 49702146606ad1db0d4dd3ea5ec37f9c7162d7267c7e7df1bdb84ab9b0cb09d1 yes
Code: Select all
mnbudgetvote many 49702146606ad1db0d4dd3ea5ec37f9c7162d7267c7e7df1bdb84ab9b0cb09d1 no