/denarius

Denarius [$D] is a PoW/PoS Hybrid Cryptocurrency with Tribus a new PoW Hashing Algo built specifically for D, one of a kind hybrid masternodes called Fortuna Stakes, atomic swaps, staking, mining, and much more!

Primary LanguageCMIT LicenseMIT

Denarius [D]

Tribus Algo PoW/PoS Hybrid Cryptocurrency

logo

GitHub version License: GPL v3 Denarius downloads Join the chat at https://discord.gg/AcThv2y

HitCount Discord server

GitHub code size in bytes GitHub repo size in bytes

Snap Status

Build Status

Build history

Intro

Denarius is a true optional anonymous, untraceable, and secure hybrid cryptocurrency.

Ticker: D

Denarius [D] is an anonymous, untraceable, energy efficient, Proof-of-Work (New Tribus Algorithm) and Proof-of-Stake cryptocurrency. 10,000,000 D will be created in approx. about 3 years during the PoW phase. Denarius had a 10% Premine of 1,000,000 D for bounties, distribution, and marketing.

Specifications

  • 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

Technology

  • Hybrid PoW/PoS Fortuna Stakes
  • Stealth addresses
  • Ring Signatures (16 Recommended)
  • Native Optional Tor Onion Node (-nativetor=1)
  • Encrypted Messaging
  • Multi-Signature Addresses & TXs
  • Atomic Swaps using UTXOs (BIP65 CLTV)
  • BIP39 Support (Coin Type 114)
  • Proof of Data (Image/Data Timestamping)
  • Fast 30 Second Block Times
  • New/First Tribus PoW Algorithm comprising of 3 NIST5 algorithms
  • Tribus PoW/PoS Hybrid
  • Full decentralization

LINKS

ASCII CAST TUTORIALS

asciicast asciicast asciicast

denariusqtubuntu.sh by Buzzkillb

Compile the latest Denarius QT (Graphical Wallet) Ubuntu 16.04 or Ubuntu 18.04.1

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.conf
nativetor=1

Denarius Installer Menu

Development process

Developers work in their own trees, then submit pull requests when they think their feature or bug fix is ready.

The patch will be accepted if there is broad consensus that it is a good thing. Developers should expect to rework and resubmit patches if 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 guaranteed to be completely stable. Tags are regularly created to indicate new stable release versions of Denarius.

Feature branches are created when there are major new features being worked on by several people.

From time to time a pull request will become outdated. If this occurs, and the pull is no longer automatically mergeable; a comment on the pull will be used to issue a warning of closure. The pull will be closed 15 days after the warning if action is not taken by the author. Pull requests closed in this manner will have their corresponding issue labeled 'stagnant'.

Issues with no commits will be given a similar warning, and closed after 15 days from their last activity. Issues closed in this manner will be labeled 'stale'.