Run
Register and maintain a regular masternode or EvoNode.
A look at what’s shipping, what we’re building next, and three workflows we can already put in front of users.
The wallet should make the job understandable.
Register and maintain a regular masternode or EvoNode.
Own collateral together without giving it to a custodian.
Find a person by name and let the wallet verify the rest.
Code that has landed in Dash Core’s develop branch.
Open work brought together so the complete workflow can be shown.
I’ll flag preview work before each demo.
Choose a regular masternode or EvoNode, review the roles and keys, then register and maintain it from Dash-Qt.
MergedThe same area also exposes service updates, registrar updates, and revocation.
Choose the node, review who controls what, and manage it later—all in Dash-Qt.
Two to eight wallets can fund one collateral together. Terms, signatures, rewards, refunds, and dissolution stay enforceable.
Demo previewCoordination can be sequential or parallel; each participant signs only from their own wallet.
Two wallets agree on the terms and sign independently; no private keys change hands.
Create a username, connect with someone, and let Dash Core resolve a fresh payment address from a verified relationship.
Demo previewThe client verifies Platform proofs; the lookup is not simply trusted because a server returned it.
DashPay turns a verified contact into a normal Core payment.
Shows the decision, keeps the keys, and asks for explicit approval.
Descriptors, transactions, roles, signatures.
Identities, contacts, state proofs.
Consensus enforces ownership and payments. Platform proofs authenticate returned state.
A stable transaction ID lets InstantSend lock a spend before the Asset Unlock itself is mined.
A Platform quorum signs the Asset Unlock.
Expiry and re-signing no longer invalidate a transaction spending its output.
The child transaction can receive InstantSend finality while the unlock is still unmined.
A known snapshot provides recent chainstate while a second chainstate validates the full history from genesis.
Load the UTXO set together with the masternode, quorum, credit-pool, and activation state Dash needs at that height.
The active chainstate can catch up from the snapshot instead of replaying years of blocks first.
Background validation still starts at genesis and works forward block by block.
The snapshot is promoted only after its UTXO and Dash-specific state checks pass.
New wallets use descriptors; legacy wallets have a supported migration path.
Adjacent denominations can be promoted or demoted, with tighter session accounting.
Platform addresses, wallet key records, and Asset Lock v2 support the new wallet workflows.
Core v24
The protocol still does the hard work. The user no longer has to do all of it by hand.