Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deeponion/deeponion

Official Source Repo for DeepOnion - Anonymous Cryptocurrency on TOR
https://github.com/deeponion/deeponion

anonymous bitcoin blockchain cryptocurrency deeponion deepvault secure tor untraceable

Last synced: 3 months ago
JSON representation

Official Source Repo for DeepOnion - Anonymous Cryptocurrency on TOR

Awesome Lists containing this project

README

        

![Linux Build](https://github.com/deeponion/deeponion/actions/workflows/c-cpp.yml/badge.svg)

![alt text](https://image.ibb.co/mfR4R6/DO.png "DeepOnion")
=====================================

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]( https://github.com/deeponion/deeponion2/blob/master/doc/setup-obfs4.md )
>
>[Setup Meek]( https://github.com/deeponion/deeponion2/blob/master/doc/setup-meek.md )

## 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

:package: For software downloads, please see [Downloads](https://deeponion.org/#downloads)

[Whitepaper](https://deeponion.org/White-Paper.pdf)

[Roadmap](https://deeponion.org/#roadmap)

[AirDrop](https://deeponion.org/airdrop.html)

[Community](https://deeponion.org/community/)

[Support](https://deeponion.help)

## DeepOnion.conf file

Download [DeepOnion.conf](https://deeponion.org/DeepOnion.conf.php?action=download) (right-click > save link as).

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

License :bookmark_tabs:
-------

DeepOnion is released under the terms of the MIT license. See [COPYING](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.