Sweet!
Reposting this again here in case it was missed on the last few pages:
You must update before block
900,000!Mandatory Update Denarius v2.5!-Protocol Update (25213 now)
-Removed Litemode
-Removed Trading API (May add back in, in a future update)
-Reworked threading for Masternodes
-Removed Darksend
(We want to bring a better privacy method of sending coins in Denarius, hence the removal of Darksend, we are currently looking into potentially integrating libzerocoin in a future release.)
-Removed Instantx
-Optimized Keypool
-General Optimization and Fixes
-Forced port 9999 for mainnet masternodes and 19999 for testnet
-Updated Watch Only Addresses/Support
-Optimized Syncing Speeds (Improved to around 200-400 blocks per second vs. old 3 blocks per second)
-Optimized Wallet
-Fixed sending transactions with a narration
-Added Watch Only balances in QT if any watch only addresses are available
-Added the ignoring of staking inputs for exact amounts of 5,000 DNR for masternodes
-Updated the listtransactions RPC command to provide vout information
-Old Nodes will no longer connect to our current protocol of 25213 after block 900,000, so ensure that you are updated to v2.5 on all of your Denarius and denariusd nodes before block 900,000.
If you have a node running do the following to update it:./denariusd stop && cd .. && git pull && cd src && make clean && make -f makefile.unix
Grab the latest release of v2.5 from:
https://github.com/carsenk/denarius/releases/tag/v2.5v2.5 was merged into our master branch for an easy git pull to update old nodes.
Win64 Binary: https://github.com/carsenk/denarius/releases/download/v2.5/Denarius-v2.5-Win64.zip
macOS Binary: https://github.com/carsenk/denarius/releases/download/v2.5/Denarius-2.5.0.0.dmgPrecompiled Linux denariusd:
https://github.com/carsenk/denarius/releases/download/v2.5/denariusd-2.5.0.0_ubuntu16.tar.gz
https://github.com/carsenk/denarius/releases/download/v2.5/denariusd-2.5.0.0_centos7.tar.gzDenariusTalk Thread: https://denariustalk.org/index.php?/topic/186-denarius-v25-mandatory-update/And.....
Denarius v2.5.2 is coming soonIn the next version (v2.5.2) we have made a couple of nice updates:
The My Masternodes Tab now works - use it to add your masternode configuration via the GUI if you're not comfortable with the masternode.conf editing. This tab will auto-load anything you have configured in masternode.conf already, and show each one of your masternodes & their online status.
Masternode collateral is now locked by default and will not show in coin control.
Balances now display differently:
The "Stake" balance has been removed and is now part of "Immature" balance which will show any immature balances from both coins that staked or newly minted coins from your wallet.
A new "Available for Stake" balance has been added which shows the total amount of coins in your wallet which are mature enough to be used for staking.
Coins which are locked for masternode collateral are now listed seperately in a "Locked" balance
The 'Spendable' balance now only shows coins that you can actually spend - i.e. your total balance minus immature and locked coins
Watch only balances will now show immature coins as well
These balances are all available for your external usage via a new RPC command 'fetchbalance'
Locked masternode collateral will no longer stake, meaning you can turn on your staking in the QT 'cold' wallet. Staking will then auto-combine the multiple inputs you get from masternode payments into one larger amount, keeping down the size/complexity of your wallet file.
Coin Control has been updated and will no longer show watch only balances or the masternode collateral, and you can now safely use automatic sending to send your 'Spendable' balance to a single address without breaking any of your masternode collateral inputs
Plus some overall performance improvements and other minor tweaks to make things better. Release notes will have more detail, but I thought I'd let you guys in on a tidbit of what's to come in v2.5.2!