Tribus Algo PoW/PoS Hybrid Cryptocurrency
Denarius is a true optionally anonymous, untraceable, and secure hybrid cryptocurrency.
Ticker: D
Denarius [D] is an optionally anonymous, decentralized, energy efficient, Proof-of-Work (New Tribus Algorithm) and Proof-of-Stake cryptocurrency.10,000,000 D max with Denarius Domain Names via the Denarius NVS.
sudo apt install snapd
sudo snap install denarius
denarius
for running the QT
denarius.daemon
for running denariusd
Total number of coins: 10,000,000 D
Ideal block time: 30 seconds
Stake interest: 6% annual static inflation
Confirmations: 10 blocks
Maturity: 30 blocks (15 minutes)
Min stake age: 8 hours
Cost of Hybrid Fortuna Stakes: 5,000 D
Hybrid Fortuna Stake Reward: 33% of the current block reward
P2P Port: 33369, Testnet Port: 33368
RPC Port: 32369, Testnet RPC Port: 32368
Fortuna Stake Port: 9999, Testnet Port: 19999
D Magic Number: 0xb4eff2fa
BIP44 CoinType: 116
Base58 Pubkey Decimal: 30
Base58 Scriptkey Decimal: 90
Base58 Privkey Decimal: 158
Compile the latest Denarius QT (Graphical Wallet) Ubuntu 16.04 or Ubuntu 18.04+
Credits to Buzzkillb for the creation of this bash script, original repository: https://github.com/buzzkillb/denarius-qt/
Compiles Denarius QT Ubuntu 16.04 or 18.04, Grabs latest chaindata, and populates denarius.conf with addnodes or can update a previous compile to the latest master branch.bash -c "$(wget -O - https://raw.githubusercontent.com/carsenk/denarius/master/denariusqtubuntu.sh)"
To turn on nativetor in denarius.confnativetor=1
Developers work in their own trees, then submit pull requests whenthey think their feature or bug fix is ready.
The patch will be accepted if there is broad consensus that it is agood thing. Developers should expect to rework and resubmit patchesif they don't match the project's coding conventions (see coding.txt)or are controversial.
The master branch is regularly built and tested, but is not guaranteedto be completely stable. Tags are regularly created to indicate newstable release versions of Denarius.
Feature branches are created when there are major new features beingworked on by several people.
From time to time a pull request will become outdated. If this occurs, andthe pull is no longer automatically mergeable; a comment on the pull willbe used to issue a warning of closure. The pull will be closed 15 daysafter the warning if action is not taken by the author. Pull requests closedin this manner will have their corresponding issue labeled 'stagnant'.
Issues with no commits will be given a similar warning, and closed after15 days from their last activity. Issues closed in this manner will belabeled 'stale'.