Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/deeponion/deeponion
- Owner: deeponion
- License: mit
- Created: 2018-07-13T20:56:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-03T16:06:00.000Z (8 months ago)
- Last Synced: 2024-03-04T10:55:41.244Z (8 months ago)
- Topics: anonymous, bitcoin, blockchain, cryptocurrency, deeponion, deepvault, secure, tor, untraceable
- Language: C++
- Homepage: https://deeponion.org
- Size: 165 MB
- Stars: 63
- Watchers: 19
- Forks: 36
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-network-stuff - **23**星 - Anonymous Cryptocurrency on TOR (<a id="6e80463404d46f0493cf6e84597e4b5c"></a>工具 / <a id="e99ba5f3de02f68412b13ca718a0afb6"></a>Tor&&&Onion&&洋葱)
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.