Deltacoin is an open-source peer-to-peer digital currency combining proof-of-work mining, proof-of-stake participation, public wallets, and transparent network tools. Deltacoin Core provides the full desktop wallet, node, RPC interface, and command-line tools for the DECO network.
| Deltacoin mainnet | |
|---|---|
| Ticker | DECO |
| Consensus | Hybrid PoW and PoS |
| PoS activation | Block 83,100 |
| Independent PoW/PoS difficulty | Block 85,000 |
| Target block time | 5 minutes |
| PoW block reward | 9,999 DECO |
| PoS block reward | 333 DECO |
| Minimum stake age | 24 hours |
| P2P port | 33604 |
| RPC port | 33603 |
| Protocol | 70016 |
| Current wallet | v1.1.10 |
| License | MIT |
Official Windows and Linux packages are published on the releases page. Release downloads include SHA-256 checksums so packages can be verified before use.
Before upgrading, close the previous wallet cleanly and keep a secure backup
of wallet.dat. Official release notes describe any version-specific steps.
Deltacoin uses scrypt proof of work alongside proof of stake. An encrypted wallet must be unlocked for staking before it can create proof-of-stake blocks. Wallet v1.1.10 displays the net staking reward in transaction history, shows temporarily locked staking funds separately from mined and pending funds, and can split large coinstake returns into more practical wallet outputs.
The default split threshold is 20,000 DECO. It can be changed locally with
stakesplitthreshold, or set to 0 to disable automatic splitting. This is a
wallet policy setting and does not change network consensus.
Platform build instructions and dependency guidance are maintained in the
doc and depends directories. Tagged releases are the
recommended source points for production builds; the development branch may
contain work that has not yet shipped in an official wallet.
Useful references:
Never share wallet private keys, seed material, passwords, or wallet.dat.
Use the Deltacoin community for general
support and the
issue tracker for
clear, reproducible software problems.
Deltacoin Core is distributed under the MIT License. See COPYING for the complete license text.
