Menu

Tree [2dc92e] master /
 History

HTTPS access


File Date Author Commit
 .github 2019-06-13 thohemp thohemp [87aa96] set DeepOnion branding to issue template
 .tx 2018-01-24 Wladimir J. van der Laan Wladimir J. van der Laan [1e0d6e] tx: Update transifex slug for 0.16
 build-aux 2020-06-05 thohemp thohemp [69d4fb] DeepSync Patch (#52)
 ci 2020-06-15 nezero nezero [ef199d] Update Linux native travis build.
 contrib 2021-07-09 nezero nezero [8496dc] Version bump
 depends 2020-06-05 thohemp thohemp [69d4fb] DeepSync Patch (#52)
 doc 2022-02-10 deeponion deeponion [613f7c] update unix doc
 share 2020-03-04 nezero nezero [10de16] Fix Windows packaging.
 src 2022-04-01 nezero nezero [2dc92e] Checkpoints
 test 2021-04-28 nezero nezero [e7340a] Fix Regstest PoS
 .gitattributes 2014-10-29 Cory Fields Cory Fields [71697f] Separate protocol versioning from clientversion
 .gitignore 2018-07-21 deeponion deeponion [472f5a] basic name changes
 .gitmodules 2021-05-24 nezero nezero [f20ab2] Set Tor back to the latest version that support...
 .travis.yml 2020-06-11 Liam Alford Liam Alford [18c8fc] Update Travis.yml
 CONTRIBUTING.md 2018-07-13 deeponion deeponion [858814] updated names to DeepOnion
 COPYING 2019-05-05 deeponion deeponion [9126a9] updated docs
 INSTALL.md 2019-05-05 deeponion deeponion [9126a9] updated docs
 Makefile.am 2020-01-31 Liam Alford Liam Alford [5f7b25] Update Travis Builds (#42)
 README.md 2020-02-03 Liam Alford Liam Alford [556c76] Update readme
 SECURITY.md 2019-06-10 thohemp thohemp [be8830] Add security policy (#27)
 autogen.sh 2020-01-31 Liam Alford Liam Alford [5f7b25] Update Travis Builds (#42)
 configure.ac 2022-04-01 nezero nezero [2dc92e] Checkpoints
 libbitcoinconsensus.pc.in 2021-05-24 nezero nezero [93f9ed] Fix Tor build after Tor version revert.

Read Me

Build Status

alt text

DeepOnion (ONION) is an anonymous and untraceable cryptocurrency. All transactions are private and sent through the TOR network. The 2.0 and onwards are based on the latest codebase from Litecoin/Bitcoin.

The integration with TOR ensures that users are always on a secure environment. There is no client-side configuration needed. Our client will automatically join the TOR network and connect to available TOR nodes on the network (including our seed nodes). After a successful connection to the DeepOnion network, you may check your displayed IP using the DeepOnion client console, where you will see that your client is assigned a TOR hidden service address (.onion address).

Pluggable Transports

DeepOnion has options for advanced users to configure PTs such as obfs4 & Meek.

Instructions:

Setup OBFS4

Setup Meek

Specifications

Specification Value
Consensus Algorithm PoW & PoS
Mining Algorithm X13
Confirmations 5 tx
Block Confirm. 50 minted confirms
Port 17570
RPC Port 18580
PoW:
  • 240 sec block interval.
  • Difficulty readjustment every block.
  • Initial block reward will be 8 ONIONs per block.
  • PoW block reward will be halved every year, until it reaches 1 ONION/block where it will remain.
PoS:
  • 60 sec block interval.
  • Difficulty readjustment every block.
  • PoS interest will be variable per year:
    1st year: 10%
    2nd year: 5%
    3rd and subsequent years: 1%
  • Minimum holding time before the PoS will be generated is 1 day.
  • Maximum allowed accumulated coin is 30 days.

Resources

📦 For software downloads, please see Downloads

Whitepaper

Roadmap

AirDrop

Community

Support

DeepOnion.conf file

Download DeepOnion.conf (deeponion.org) (right-click > save link as).

For more info on how setup your .conf file, please visit https://deeponion.org/DeepOnion.conf.php

License 📑

DeepOnion is released under the terms of the MIT license. See COPYING for more
information or see https://opensource.org/licenses/MIT.

Development Process

The master branch is regularly built and tested, but is not guaranteed to be completely stable.