• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

V12 Testing Thread

The timestamp is correct but whoever that mines on that chain hasn't paid the MNs.. Evan said this is correct for now: http://test.insight.dash.siampm.com/
pfff good, i have 4 wallets finally matching that explorer

note : currently 12 / 12 masternodes, so we cant test DS yet...

edit : i hope we can draw lessons here on how to avoid this on mainnet...
 
Last edited by a moderator:
UdjinM6 my wallet: Client version: v0.12.0.7-d39815d

15:36:34

getinfo


15:36:34

{
"version" : 120007,
"protocolversion" : 70083,
"walletversion" : 61000,
"balance" : 2602.68339518,
"darksend_balance" : 0.00000000,
"blocks" : 77233,
"timeoffset" : 7,
"connections" : 8,
"proxy" : "",
"difficulty" : 0.00989728,
"testnet" : true,
"keypoololdest" : 1435808855,
"keypoolsize" : 1002,
"paytxfee" : 0.00000000,
"relayfee" : 0.00010000,
"errors" : ""
}


15:36:43

getchaintips


15:36:43

[
{
"height" : 77234,
"hash" : "0000005a5309e54f049bd6d2912d3165913dcdebdcfd1cfa193385cd58383937",
"branchlen" : 0,
"status" : "active"
},
{
"height" : 77179,
"hash" : "000000450a549fbe04aa29e80aa7bfac5d436d88913cfe8b7609ceddc1c55992",
"branchlen" : 1,
"status" : "valid-fork"
}
]
 
If you want to know more, on the console type "help getchaintips". Udjin explained:

"it’s a new one from btc10
udjinm6[10:15 PM]basically it shows all the forks, their current height, length and some status (how good they are, how much info we have about them etc)
udjinm6[10:16 PM]help getchaintips"
 
"mnbudget show" and "mnfinalbudget show" do not show anything for me:
16:48:57

mnbudget show


16:48:57

{
}


16:49:04

mnfinalbudget show


16:49:04

{
}
 
I think both mnfinalbudget and mnbudget got reset. I guess we can put in some new proposals...
Talking about mnfinalbudget i just noticed i got a lot of incoming transactions thanks to my proposal.qwizzie1

(dash_c mnbudget vote proposal-qwizzie1 http://www.dashpay.io/one.json 100 74000 y5WWMBMxHsL5xmscwAyxUf2vfwMX58pprA 3000 yes)

Problem is that my proposal never made it to mnfinalbudget although it did receive 75 YES votes
(so far i remember my proposal just showed up on mnbudget show, never on mnfinalbudget show)

Wallet : y5WWMBMxHsL5xmscwAyxUf2vfwMX58pprA
JDkgmgy.jpg


sooo .. if anyone needs some tdash give me a call, it already accumulated 85000 tdash
 
Last edited by a moderator:
If anyone is running a test masternode feel free to enter a new budget proposal (i'm not running a test masternode at the moment so i cant put in a new budget proposal)

command dash-qt running in servermode :

mnbudget vote proposal-qwizzie1 http://www.dashpay.io/one.json 100 74000 y5WWMBMxHsL5xmscwAyxUf2vfwMX58pprA 3000 yes
(adjust the turquase colored parts to your own budget proposal details)

or through PUTTY using dash-cli :

dash-cli mnbudget vote proposal-qwizzie1 http://www.dashpay.io/one.json 100 74000 y5WWMBMxHsL5xmscwAyxUf2vfwMX58pprA 3000 yes
(adjust the turquase colored parts to your own budget proposal details)

to check your budget proposal :

- mnbudget getinfo proposal-qwizzie1
- mnbudget show
 
Last edited by a moderator:
qwizzie evan fixed mnbudget thingies:
18:37:41

mnbudget show

18:37:41

{
"evans-testnet-fund" : {
"URL" : "http://www.dashpay.io/one.json",
"Hash" : "297b534f6136b91218fa6b41fae3b7832c9e66c527aeaf265b937baea05a1042",
"BlockStart" : 77300,
"BlockEnd" : 78825,
"TotalPaymentCount" : 30,
"RemainingPaymentCount" : 30,
"PaymentAddress" : "y5WWMBMxHsL5xmscwAyxUf2vfwMX58pprA",
"Ratio" : 1.00000000,
"Yeas" : 6,
"Nays" : 0,
"Abstains" : 0,
"Alloted" : 456700000000,
"TotalBudgetAlloted" : 456700000000
},
"proposal-qwizzie1" : {
"URL" : "http://www.dashpay.io/one.json",
"Hash" : "bb57a8bb8069ad7292a78d9ad4de2bbe5795c452f1fdacacb916d58895202ca3",
"BlockStart" : 74000,
"BlockEnd" : 79025,
"TotalPaymentCount" : 100,
"RemainingPaymentCount" : 34,
"PaymentAddress" : "y5WWMBMxHsL5xmscwAyxUf2vfwMX58pprA",
"Ratio" : 1.00000000,
"Yeas" : 6,
"Nays" : 0,
"Abstains" : 0,
"Alloted" : 300000000000,
"TotalBudgetAlloted" : 756700000000
}
}


18:37:54

mnfinalbudget show


18:37:54

{
"main" : {
"SubmittedBy" : "fbc16ae5229d6d99181802fd76a4feee5e7640164dcebc7f8feb04a7bea026f8-0",
"Hash" : "95c194b535e3ed272d4f2f90b23dcb3ab0e38e4c490017538ee92a42008d75b6",
"BlockStart" : 77350,
"BlockEnd" : 77350,
"Proposals" : ",bb57a8bb8069ad7292a78d9ad4de2bbe5795c452f1fdacacb916d58895202ca3",
"VoteCount" : 5,
"Status" : "OK"
}
}
 
So after installing correct wallet version Dash Core version v0.12.0.7-5fdaf0b (32-bit), 1 of my wallets had many conflicted transactions from the other day and would not mix DS:

capture_001_02072015_163652.jpg


I restarted using -zapwallettxes and now all is good:

capture_002_02072015_164448.jpg
 
Back
Top