@masternube I hear you. So sorry for the confusion. We do want folks to register and get their spot on the deterministic masternode list sooner rather than later to ensure readiness for the spork 15 activation, but I realize the messaging wasn't clear around this. We will try to do better.
Data :
549 DIP3 masternodes
4459 masternodes on latest protocol - 549 DIP3 masternodes = 3910 masternodes
Note : i could not get the list of IPs registered code from flare to work, so i took data from Dashninja.pl
(the code for number of registered nodes / DIP3 masternodes works fine)
Is there a live version of the DIP3 data available somewhere? Also, though unrelated, how do I reverify the MNO banner for my member name?
The total percentage of masternodes registered must be greater than 50% for us to consider activating. Once we reach 80%, we will automatically activate without regard to the percentage registered within the last 24 hours.
i dont have an answer for you on that one..how do I reverify the MNO banner for my member name?
You can fetch DIP3 data a few ways :
Through your linux server : ./dash-cli protx list|head -n -1|tail -n +2|wc -l (credits flare)
Through your windows wallet after full sync (Masternodes tab --> DIP3 tab --> there is a total number displayed there.
Then you have to calculate the percentage of DIP3 masternodes against the number of masternodes on latest protocol (which can be found on dashninja.pl and is currently 88% / 4472)
If you want this data displayed on a chart you can check this site : https://www.meta-chart.com/pie
In Data you set number of slices to 2 (slice 1 value = number of DIP3 masternodes that you fetched through dash-cli or through your wallet, slice 2 value = number of masternodes from dashninja - number of DIP3 masternodes)
If you are just interested in the percentage you can also check https://percentagecalculator.net/
From post 1 :
Which means we are almost halfway to activating Spork 15.
If we can reach 50% before 8 of march, the Dash dev team can active Spork 15.
If its below 50% or if the 24 hour % are not met, then activation of Spork 15 will have to be postponed to next voting cycle early april..
* the team plans to activate spork 15 based on a formula that takes into account both the total percentage of masternodes already registered, as well as the pace at which masternodes are registering (specifically, the percentage who have registered in the last 24 hours).
i dont have an answer for you on that one..
Liz, will Spork 15 be activated exactly at the superblock? Or some time that day? Or some time in the following days?
Is the activation automatic based on set conditions or is human action and judgement involved?
The criteria is not actually coded in, however - the spork 15 activation is manual.
@Figlmüller this is mentioned multiple times in the docs:
https://docs.dash.org/DIP3-masternode-changes
https://docs.dash.org/en/stable/masternodes/dip3-upgrade.html#prepare-a-proregtx-transaction
Hello to the community
I have a Dash Masternode on GinPlatform, do i need to do anything for the registration ?
Thanks for your replyIf you hold your own coins, then I assume you had to sign the Start masternode message at the beginning? Maybe you used the Dash Masternode Tool?
Then you also need to register your node for the deterministic masternode list (DIP3) before Sport 15 activates.
You also have to share a BLS key pair with the operator, so either they have to give you the public key, or you have to give them the private key.
I will contact them immediately Thank you for all help!@airmanos Yes something similar has to happen this time. They should really contact you about it and if they didn't you should probably contact them.
Hey everybody! I am trying to follow the guide to register with the Deterministic Masternode List, but I would like some clarification: https://docs.dash.org/en/stable/masternodes/dip3-upgrade.html#dashcore-dip3-upgrade
I was hoping that someone could clarify the command in the first step:
dash-cli bls generate
If I am running a local wallet with multiple masternode addresses, should I run "bls generate" for each address, or just once for the whole wallet? The guide seems to apply to the scenario where we have one masternode address locally and one masternode remotely, but I am not sure how I might apply it to my situation.
Also, I wish the guide would be more explicit about specifying when to do something on the local masternode wallet (with the balance) vs. the remote masternode (without a balance). It seems to use the term "masternode" ambiguously for both types (although once it does mention using ssh for presumably the remote masternode; I wish it would do this more consistently).
Thank you!