qwizzie
Well-known member
Can someone pls describe in detail how we can add a budget proposal onto the Testnet blockchain ?
So far i tried the following :
- run dash-qt in servermode through command prompt and adding -server with following text in dash.conf :
testnet=1
rpcport=19998
rpcconnect=127.0.0.1
rpcuser=YRVERYOWNUNIQUEUSERNAME
rpcpassword=YRVERYOWNUNIQUEPASSWORD
- access dash-cli through command prompt
Within dash-cli or within dash-qt (in servermode) we can use two new commands now : mnbudget and mnfinalbudget
Looking at how Evan got his proposal into the blockchain :
dash-cli NAME URL PAYMENT_COUNT BLOCK_START DASH_ADDRESS DASH_AMOUNT YES|NO|ABSTAIN'
dash-cli mnbudget vote proposal-one http://www.dashpay.io/one.json 100 58381 y7B3r6SBi1E1RN39DS5WFJpdeS9EifDjMB 1000 yes
i changed it into :
mnbudget vote proposal-qwizzie http://www.dashpay.io/one.json 100 74000 y5WWMBMxHsL5xmscwAyxUf2vfwMX58pprA 1000000 yes
(so i changed NAME, BLOCK_START and the AMOUNT)
in dash-qt in debug console i get following error : Error upon calling SetKey
in dash-cli adding dash-cli before above command i get : Error upon calling SetKey
(at least my error is consistant )
Checking for budget proposals can be done with :
* in debug console of dash-qt running in server mode issue ''mnbudget show''
* calling dash-cli with command prompt issue ''dash-cli mnbudget show''
Results : no current budget proposals as that command gives following
{
}
This started me thinking abote this whole vote command, what if instead of "vote" we need to use "suggest'' in combination with the
mnfinalbudget ? Because really all i want to do is suggest a proposal and have that visible on the blockchain.
Unfortunetely the instructions dont include how to use the "suggest" command, both terminal and debug console mentions the following info
when i try to use "mnfinalbudget suggest" / "dash-cli mnfinalbudget suggest" to get some help :
Correct usage of suggest is 'mnfinalbudget suggest BUDGET_NAME PROPNAME [PROP2 PROP3 PROP4]' (code -1)
So i type the following in dash-qt / dasdh-cli :
dash-qt : mnfinalbudget suggest qwizzie_proposal1 Freeworldoffiat [NOIDEA2 NOIDEA3 NOIDEA4]
dash-cli : dash-cli mnfinalbudget suggest qwizzie_proposal1 Freeworldoffiat [NOIDEA2 NOIDEA3 NOIDEA4]
results : Invalid proposal Freeworldoffiat. Please check the proposal hash
I'm out of ideas here and could use some help.
So far i tried the following :
- run dash-qt in servermode through command prompt and adding -server with following text in dash.conf :
testnet=1
rpcport=19998
rpcconnect=127.0.0.1
rpcuser=YRVERYOWNUNIQUEUSERNAME
rpcpassword=YRVERYOWNUNIQUEPASSWORD
- access dash-cli through command prompt
Within dash-cli or within dash-qt (in servermode) we can use two new commands now : mnbudget and mnfinalbudget
Looking at how Evan got his proposal into the blockchain :
dash-cli NAME URL PAYMENT_COUNT BLOCK_START DASH_ADDRESS DASH_AMOUNT YES|NO|ABSTAIN'
dash-cli mnbudget vote proposal-one http://www.dashpay.io/one.json 100 58381 y7B3r6SBi1E1RN39DS5WFJpdeS9EifDjMB 1000 yes
i changed it into :
mnbudget vote proposal-qwizzie http://www.dashpay.io/one.json 100 74000 y5WWMBMxHsL5xmscwAyxUf2vfwMX58pprA 1000000 yes
(so i changed NAME, BLOCK_START and the AMOUNT)
in dash-qt in debug console i get following error : Error upon calling SetKey
in dash-cli adding dash-cli before above command i get : Error upon calling SetKey
(at least my error is consistant )
Checking for budget proposals can be done with :
* in debug console of dash-qt running in server mode issue ''mnbudget show''
* calling dash-cli with command prompt issue ''dash-cli mnbudget show''
Results : no current budget proposals as that command gives following
{
}
This started me thinking abote this whole vote command, what if instead of "vote" we need to use "suggest'' in combination with the
mnfinalbudget ? Because really all i want to do is suggest a proposal and have that visible on the blockchain.
Unfortunetely the instructions dont include how to use the "suggest" command, both terminal and debug console mentions the following info
when i try to use "mnfinalbudget suggest" / "dash-cli mnfinalbudget suggest" to get some help :
Correct usage of suggest is 'mnfinalbudget suggest BUDGET_NAME PROPNAME [PROP2 PROP3 PROP4]' (code -1)
So i type the following in dash-qt / dasdh-cli :
dash-qt : mnfinalbudget suggest qwizzie_proposal1 Freeworldoffiat [NOIDEA2 NOIDEA3 NOIDEA4]
dash-cli : dash-cli mnfinalbudget suggest qwizzie_proposal1 Freeworldoffiat [NOIDEA2 NOIDEA3 NOIDEA4]
results : Invalid proposal Freeworldoffiat. Please check the proposal hash
I'm out of ideas here and could use some help.
Last edited by a moderator: