Skip to content

Releases: decenomy/DASHD

Dash Diamond (DASHD) v2.1.3.0 Mandatory Update

05 Jun 15:10
Compare
Choose a tag to compare

Dear Dash Diamond (DASHD) friends,

This new wallet version is mandatory.

The following improvements and commands were introduced:

Improvements:

  • Last Paid V2 and Masternode Payment V2 fixes.
  • Speed up the listmasternodes RPC command: This improvement reduces the execution time of the listmasternodes command, which returns a list of all masternodes on the network along with their status and information. It makes it faster and easier to query the network state and monitor your masternodes.

Commands:

  • checkconnection RPC call : This call allows you to test the connectivity of your server with other nodes on the network.
  • mnping RPC call` : This call allows you to send a ping message to your masternode and receive a pong response. It helps you verify that your masternode is online and responsive.
  • reloadmasternodeconfig RPC call and a corresponding GUI element: This call and element allow you to reload your masternode configuration file from the command line or the user interface. It is useful if you want to make changes to your masternode settings without stopping or restarting them.
  • setautocombinethreshold command and UI support: This command replaces the deprecated autocombinerewards command, which automatically combined small inputs into larger ones to reduce transaction fees and improve privacy. The new command allows you to set a threshold amount for auto-combining inputs and enable or disable this feature from the command line or the user interface.
  • rewindblockindex command, start option, and the GUI element: This command allows you to rewind your block index in case of a fork or a corrupted database. It deletes all blocks after a specified height and re-syncs with the network from that point. It can help you recover from various issues that may affect your wallet functionality or integrity.

Dash Diamond (DASHD) v2.1.2.0 Mandatory Update

26 Jan 00:40
Compare
Choose a tag to compare

Dear Dash Diamond (DASHD) friends,

This new wallet version is mandatory.

The following improvements and fixes were included:

  • Multinode capability;
  • Last paid V2 and Masternode payment V2 fixes and improvements;
  • Takes into account the collateral of the previous collateral change window on CMasternodeBroadcast::CheckInputsAndAdd;
  • Speeds up the masternode count operation;
  • Seamless MN upgrade between protocols;
  • Adds support for multinode hot reloading;
  • Adds the getactivemasternodecount rpc/cli command;

This update is mandatory, but you don't need to restart the masternode if you update it quickly.

However, this version is mandatory, and when the masternode network support reaches 80%, all the old nodes will be cut off from the network.

Thanks techy2 and kyeno, for your suggestions and contributions.

Dash Diamond (DASHD) v2.1.1.0 Mandatory Update

12 Jan 16:36
Compare
Choose a tag to compare

Dear Dash Diamond (DASHD) friends,

This new wallet version is mandatory.

It fixes the startmasternode issue introduced in the previous version.

Dash Diamond (DASHD) v2.1.0.0 Mandatory Update

10 Jan 23:15
Compare
Choose a tag to compare

Dear Dash Diamond (DASHD) friends,

This new wallet version is mandatory.

The following improvements were also introduced:

  • Multinode capability;
  • UI privacy mode;
  • Staking improvements (staking needs to be activated to be used);
  • Staking hash rate report on the dashboard;
  • Last paid V2 (needs activation by spork);
  • Masternode payment V2 (needs activation by spork);
  • Reconsider Window (needs activation by spork);
  • Masternode collateral seven days window (needs activation by spork);
  • Allows several MNs on the same IP (needs activation by spork);

Dash Diamond (DASHD) v2.0.3.0 Mandatory Update

16 Apr 12:14
Compare
Choose a tag to compare

Dear Dash Diamond (DASHD) community,

This new version of the wallet is mandatory after block 900537, and includes the followings changes:

  • Removes the limitation of the collateral transaction to be only made 15 blocks before the collateral change;
  • Adds a 7 days windowed collateral update;
  • Changes the last paid calculations (SPORK);
  • Adds a switch for the masternode min age (SPORK);
  • Accepts only masternode payments inside the selectable window of lastPaid (SPORK);
  • Accepts only masternode payments from an already existing MN and in the ENABLED state (SPORK);
  • Adds a switch to the rule: make sure it has as many confirmations as there are masternodes (SPORK);
  • A node should only accept votes to an already existing MN and in the ENABLED state (SPORK);
  • The masternode payout will be zero until block 905000 so that everybody has a fair chance to start their masternodes;

The blockchain will be resumed after we get the confirmation of this update from all partners;

Dash Diamond (DASHD) v2.0.2.0 Mandatory Update

12 Apr 00:19
Compare
Choose a tag to compare

Dear Dash Diamond (DASHD) community,

This new version of the wallet is mandatory, and includes the followings change:

  • limits the collateral transaction to be only made 15 blocks before the collateral change.

DashDiamond (DASHD) v2.0.1.3 Non-Mandatory Update

14 Jan 16:01
Compare
Choose a tag to compare

Dear Dash Diamond (DASHD) community,

This new version of the wallet is non-mandatory, and includes the followings improvements:

  • Includes burn addresses;
  • Updates to the last DSW code;
  • Increased default network connectivity;
  • Removes timedata UI freezing warning;

DashDiamond (DASHD) v2.0.1.2 Non-Mandatory Update

02 Aug 17:07
Compare
Choose a tag to compare

Dear Dash Diamond (DASHD) community,

This new version of the wallet is non-mandatory, and includes the followings improvements:

  • uses the hash already registered on the key index instead of recomputing the hash of every block

DashDiamond (DASHD) v2.0.1.1 Non-Mandatory Update

20 Jul 16:39
Compare
Choose a tag to compare

Dear DashDiamond (DASHD) friends,

This new version of the wallet is non-mandatory, and includes the followings improvements:

  • restores the versioning of the block index records, avoiding the need of a reindex when restarting the wallet with old version blockchain files;

DashDiamond (DASHD) v2.0.1.0 Mandatory Update

18 Jul 16:37
Compare
Choose a tag to compare

Dear DashDiamond (DASHD) friends,

This new version of the wallet is mandatory until block #525000, and includes the followings improvements:

  • Adds a new rewards table with an increase of 50% on total reward and an increase on the stake reward percentage to 35%;
  • bumps protocol version;
  • skips block signatures for blocks older than the last checkpoint;
  • skips proof of stake checks for blocks older than the last checkpoint;
  • skips transaction checks for blocks older than the last checkpoint;
  • adds new checkpoints;
  • adds UPGRADE_MASTERNODE_RANK_V2;