Releases: metaspartan/denarius
Denarius v2.0.5.0
Denarius v2.0.5.0
- Added Litemode!
- (Add the litemode=1 flag to your denarius.conf to run your wallet in "Litemode", running your wallet in litemode prevents your node from processing masternode/darksend/instantx messages.)
- Running your node in litemode will help with current performance issues with denariusd and the Denarius-QT
- Running your node in litemode will NOT allow the use of masternode information/services, you cannot run a masternode in litemode!
- Added 'litemode' flag return to the getinfo rpc command
- Added Litemode On/Off in the Information Tab in the QT
- Added checkpoints
- Added kernel modifier checkpoints
- Added checks to listunspent rpc command for spent coins (atomic swaps)
- Added 'masternode' flag information to getinfo rpc command
- PoS Reward Fix is confirmed working!
- Started work on UTXO index
v2.0.2.0
Denarius v2.0.2.0
Join our Discord chat! https://discord.gg/mDTM3JN
-Added gettxout rpc command for BarterDEX support
-Added importaddress rpc command and Watch Only addresses.
(Using importaddress is similar to importprivkey and can cause your client to lag since it causes the wallet to run a -rescan)
-Fixed some random things
-Implemented BIP65 CHECKLOCKTIMEVERIFY support
-Cleaned up some code
Get BarterDEX with DNR Atomic Swap Native & Electrum SPV Support here until official release: https://github.com/carsenk/BarterDEX/releases/tag/0.8.9-rc
v2.0.0.1
Denarius v2.0.0.1
This releases notes are coming soon. This release is still a work in progress.
-Cryptopia.co.nz Trading Tab Added, Works with your private API keys from Cryptopia.co.nz
-API Keys can be saved, when saved, they are encrypted with standard AES encryption.
-Seed Nodes Updated to latest known seeds
-Added new checkpoints
-Updated QT to QT5
-Fixed My Masternode Tab "Create..." button, actually creates masternode.conf now.
Denarius v2.0.0.0
Denarius v2.0.0.0 (MANDATORY UPDATE)
New Denarius Hybrid Masternodes and PoS Fix!
You must update before block 640,000!
New Denarius RPC Commands:
- Added searchrawtransactions rpc command
- Added getrichlist rpc command
- Added updaterichlist rpc command
- Added resetrichlist rpc command
- Added getblock_old rpc command (Old version of the getblock command prior v1.0.7.0)
- Added masternode rpc commands
- Added darksend rpc command
- Added spork rpc command
- Added getpoolinfo rpc command
- Added denominate rpc command
- Updated getblocktemplate rpc command (Contains masternode payment/payee information for pools)
Under the hood changes:
- Added Rich List GUI to the Denarius QT Wallet
- Corrected the .pro file to USE_LEVELDB by default
- Refactored COutPoint/CInPoint/CTxIn/CTxOut into core.h
- Refactored CTxMempool into txmempool.h/.cpp
- Fixed Market Cap and Bitcoin Price Formatting in Market Tab
- Added Refresh Button to Overview of all balances, easily refresh USD/BTC Estimated Totals
- Added DarkSend GUI to Denarius QT Wallet (WIP)
- Added DarkSend, InstantX, and Spork structuring code to Denarius
- Added Masternode Tab & GUI to Denarius QT Wallet
- Added Masternodes to Denarius blockchain, live on: ~March 14th 2018 (Block 645,000)
- Masternodes will require 5,000 DNR to utilize and will be provided 33% of the block reward
- Fixed Proof of Stake Rewards from CoinAge * 0.06 / 365 / COIN to CoinAge * 0.06 / 365 (Goes live on Block 640,000)
- Removed IRC Node Connection Code (This should help with anti-virus false positives for Denarius, but heuristics may still complain)
- Fixed denariusd compilation with different boost versions on other Linux flavors
- Fixed darksend, multisig, and other non-string rpc command conversions
- Added Darksend Rounds to Coin Control in QT and Denominate button
- Added Tools menu in Denarius QT, easily access your denarius.conf or masternode.conf
- Added the new flag "-reindexaddr" to index the new address DB, this must be indexed to run the richlist commands or use the Rich List GUI, reindexing the address DB can take awhile 15+ minutes, especially if it is your first time running -reindexaddr, also running updaterichlist or resetrichlist will take awhile to get the data.
- Added Terms of Use for utilizing Denarius
- Added Proof of Data to Denarius, Image timestamping on the blockchain for proof of ownership
- Updated denariusd to warn less during compile
- Added Proof of Burn to masternode payments if masternodes are not found upon boot
- Updated QT to display Mined/Staked coins properly
- Added a ton more of updates and fixes and additions! (So many commits 174 roughly...lol)
v1.0.8.0
Denarius v1.0.8.0
New Denarius RPC Commands:
- Added searchrawtransactions rpc command
- Added getrichlist rpc command
- Added updaterichlist rpc command
- Added resetrichlist rpc command
- Added getblock_old rpc command (Old version of the getblock command prior to Denarius v1.0.7.0, Bitcoin Core v0.10 and earlier style)
Under the hood changes:
- Added Rich List GUI to the Denarius QT Wallet
- Corrected the .pro file to USE_LEVELDB by default
Maybes:
- Refactoring COutPoint/CInPoint/CTxIn/CTxOut into core.h Potentially*
- Refactoring CTxMempool into txmempool.h/.cpp, Function changes Potentially*
Added the new flag "-reindexaddr" to index the new address DB, this must be indexed to run the richlist commands or use the Rich List GUI, reindexing the address DB can take awhile 15+ minutes, especially if it is your first time running -reindexaddr, also running updaterichlist or resetrichlist will take awhile to get the data.
*WIP - It is not recommended to run anything in this v1.0.8.0 branch until production release on your main wallet, use a VM or test machine/wallet.
12/19/2017 - Pre-Release Notes, No Binaries/Release available yet, compile from branch 'addrindex'.
-Added bootstrap Block 450k 12-19-2017 (v1.0.7.0)
v1.0.7.0
Denarius v1.0.7.0
10/8/2017 - v1.0.7.0 - Miscellaneous Fixes
-Added new bootstrap.dat (Block 277757, 10/6/2017, Compressed .zip)
c60c1bc - Updated getblock RPC Command, Inline with newer Bitcoin Core Releases.
c85ae7a - v1.0.7.0 Increment and Checkpoints
7503976 - Removed Staking Estimation Reward Temporarily
4662285 - Fixed Display of Market Values
61a0e84 - Fixed Overview Page USD Balance Display
a35d228 - Renamings for Deb Building
3e55d40 - More Staking Estimation Tab changes & Checkpoints
da22e61 - Updated Overview Page GUI
8a91064 - Updated TX Icons
3e666fe - More icons and GUI Fix
f15fe5b - More GUI Fixes
1380458 - Updated Makefiles
Side note: A new branch labelled "DNS" was created which will be for potentially a future v1.5, this branch will include code for Namecoin names functionality and a DNS Server that will interface with it. It is still in its very early stages and needs feedback from developers and fixes. It is not recommended to run this branch on any production servers or important wallets.
Windows and macOS Binaries are available below, along with the blockchain bootstrap up until block 277757.
v1.0.6.0
Denarius v1.0.6.0
- Moved Backup Wallet from "File" to "Settings"
- Added a new intro dialog upon first launch or detection of no datadir, it allows you to easily select a datadir location for Denarius
(Your datadir will contain the Denarius blockchain, your wallet data, peer data, and is also where you will create or add your denarius.conf if needed) - Added dumpbootstrap RPC command, (Usage: dumpbootstrap [destination] [blocknumber])
- Added gethashespersec RPC command, (Usage: gethashespersec, It will return the current network GH/sec rate)
- Added createmultisig RPC command, (Usage: createmultisig [nsignature] [mkey, mkey], It will return a JSON object with the address and redeemScript)
- Added Multisig option under "File" in the QT, Create Multisig Addresses or Send Funds!
- Added new txdb-bdb (Berkley DB), this is untested and still recommended to use "USE_LEVELDB=1" when building the QT
- Added a Staking Tab in the wallet with staking estimation information (This is still in its very early stages and provides estimates)
- Added another checkpoint
v1.0.5.0
Denarius v1.0.5.0
-Added BTC Total to Overview in Wallet QT (Calculates your current DNR * Current BTC Price per DNR)
-Fixed Checkboxes, Checkboxes are now visible throughout the wallet
-Added more checkpoints
-Fixed Coin Control Dialog Styling
-Fixed a small bug with units
-Added DNR Trade Link to Overview
-Released Windows Installer for Denarius-QT
v1.0.4.0
Denarius v1.0.4.0 is now available!
-Added calculated USD Balance on Overview page
-Removed old Tor integration code and libevent dep requirement
-Added addnode RPC command (You can now do in console window or with <./denariusd addnode ipaddress>)
-Cleaned up makefiles
-Fixed some staking verbiage in QT wallet
-Fixed UPNP on Compiled Windows QT (Should now sync easier for most)
-Added another checkpoint
v1.0.3.0
Denarius v1.0.3.0
-Updated Market Info Tab
-Under the hood changes for next release
-Updated About dialog
-Added another checkpoint