All Projects → X-CASH-official → xcash-dpops

X-CASH-official / xcash-dpops

Licence: MIT license
🗳 Delegated-Proof-of-Private-Stake: First DPoS implementation on a Monero-based coin

Programming Languages

c
50402 projects - #5 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to xcash-dpops

Xmrig
RandomX, CryptoNight, AstroBWT and Argon2 CPU/GPU miner
Stars: ✭ 6,372 (+13175%)
Mutual labels:  monero, cryptonight
xrig
High performance cryptonight miner for AMD cards. Designed for large-scale use of RX Vega.
Stars: ✭ 23 (-52.08%)
Mutual labels:  monero, cryptonight
node-cryptonight
node bindings for cryptonight hashing
Stars: ✭ 15 (-68.75%)
Mutual labels:  monero, cryptonight
uplexa
uPlexa: Incentivizing the mass compute power of IoT devices to form a means of anonymous blockchain payments.
Stars: ✭ 46 (-4.17%)
Mutual labels:  monero, cryptonight
CryptoProfitSwitcher
Extensible profit switcher for crypto coins and algorithms
Stars: ✭ 49 (+2.08%)
Mutual labels:  monero, cryptonight
Crypto-Webminer
Use Crypto Webminer JavaScript miner on various Cryptonight | CN-Lite | CN-Fast | CN-Fast2 | CN-Pico | CN-RWZ | CN-UPX2 | CN-Half | CN-Heavy | CN-Saber (BitTube) | Argon2id - Chukwa Stratum Pools
Stars: ✭ 166 (+245.83%)
Mutual labels:  monero, cryptonight
XMRig-Proxy-Frontend
Simple Web app Frontend for XMRig-proxy
Stars: ✭ 27 (-43.75%)
Mutual labels:  monero, cryptonight
py-cryptonight
Python Cryptonight binding / extension. Monero hash function, proof-of-work, cn_slow_hash()
Stars: ✭ 20 (-58.33%)
Mutual labels:  monero, cryptonight
alpine-xmrig
XMRig miner in an Alpine Linux Docker image.
Stars: ✭ 35 (-27.08%)
Mutual labels:  monero
self-hosted-services
A core set of privacy-preserving services that can be easily self-hosted via Docker Compose.
Stars: ✭ 123 (+156.25%)
Mutual labels:  monero
SilentCryptoMiner
A Silent (Hidden) Free Crypto Miner Builder - Supports ETH, ETC, XMR and many more.
Stars: ✭ 547 (+1039.58%)
Mutual labels:  monero
monero-lws
Monero Light Wallet Server (scans monero viewkeys and implements mymonero API)
Stars: ✭ 41 (-14.58%)
Mutual labels:  monero
go-randomx
golang binding for random-x algorithm variants
Stars: ✭ 16 (-66.67%)
Mutual labels:  monero
cryptoloot
Self Hosted Library for CryptoLoot
Stars: ✭ 46 (-4.17%)
Mutual labels:  monero
open-chain
Open source blockchain project designed for developer needs from the start. OPEN chain is a convenient and flexible technology for developing blockchain solutions and decentralized applications.
Stars: ✭ 59 (+22.92%)
Mutual labels:  dpos
xmrwasp
Web and stratum proxy for Monero miners.
Stars: ✭ 18 (-62.5%)
Mutual labels:  monero
vanity-monero
💳 Generate vanity address for CryptoNote currency (Monero etc.).
Stars: ✭ 51 (+6.25%)
Mutual labels:  monero
monerobox
A plug-and-play, zero-configuration Monero full node box
Stars: ✭ 28 (-41.67%)
Mutual labels:  monero
MoneroMixer
The easiest way to use Monero to anonymously exchange and properly mix XMR, BTC, LTC, ETH, BCH, & 100+ other coins on Tails OS or Whonix.
Stars: ✭ 57 (+18.75%)
Mutual labels:  monero
CryptoLuKa
LuKa's Official Repository
Stars: ✭ 37 (-22.92%)
Mutual labels:  cryptonight

X-Cash Delegated Proof of Private Stake

chat License: MIT

X-Cash Delegated Proof of Private Stake

🗳️ The X-Cash Delegated Proof of Private Stake (xcash-dpops) is a custom variation of a DPoS with DBFT consensus made with privacy coin from the CryptoNote legacy in mind. The X-Cash Public Network is governed by delegates elected by XCASH holders to secure and forge new blocks.

Table of Content

Features

Implementing a Delegated Proof of Stake and Delegated Byzantine Fault Tolerance consensus in a privacy-based cryptocurrency presents a challenge. Taking inspiration from successful blockchain governance systems, X-Cash Delegated Proof of Private Stake proposes a unique solution to bring DPOS and DBFT based consensus to the privacy coin space.

Staking

The X-Cash Public Network is secured by delegates, elected in their position by XCASH holders. By providing your vote through a stake in XCASH, you are electing a representative to secure the network and forge new blocks, which will in return split the block reward with you.

DBFT

The unique implementation of DBFT into the consensus process enables the X-Cash blockchain to become immune to forks, henceforth instantly validating new transactions.

Randomized Block Producer Selection

The selection of the next delegate in charge of forging a block is completely randomized through the use of Verifiable Random Functions (VRF), increasing the security of the delegates by preventing attacks to the next block producer.

Stake Delegation with Reserve Proofs

Instead of sending your stake to another wallet to vote toward a delegate, you are providing a cryptographic reserve proof of your funds to your delegate, meaning that you keep complete control of your stake at all times.

Have a look at our 📜 Delegated Proof-of-Private-Stake yellow paper to learn more about the technical challenge of integrating this consensus on a Monero-based privacy coin.

License

X-Cash is an open-source project managed by the X-Cash Foundation.
We are operating under the MIT License.

Contributing

Thank you for thinking of contributing! 😃
If you want to help out, fork the repository, check CONTRIBUTING for a set of guidelines, and check our opened issues.

Documentation

We are hosting our documentation on GitBook 👉 docs.xcash.foundation

You can contribute directly on our gitbook-docs repository.

Security

If you discover a security vulnerability, please send an e-mail to [email protected].
All security vulnerabilities concerning the X-Cash blockchain will be promply addressed.

Installation

Every steps of the installation and build instructions are described in our detailed guide.

System Requirements

In the first beta version, xcash-dpops will only run on a Linux/Unix OS. We recommend installing it on a Ubuntu VPS/dedicated server (18.04) for best compatibility.

The recommended system requirement is designed to be future-development proof, meaning that an hardware update should never be needed and still comfortably handle the xcash-dpops program.

Minimum Recommended
OS Ubuntu 18.04 Ubuntu 18.04
CPU 4 threads, 2.0 GHz or more per thread 4 threads, 2.0 GHz or more per thread
RAM 6GB 32GB
Hard Drive 50GB 2TB
Bandwidth Transfer 100GB per month 500GB per month
Bandwidth Speed 100 Mbps 500 Mbps

Dependencies

The following table summarizes the tools and libraries required to run X-Cash's DPoPS program.

Dependencies Min. version Ubuntu package
GCC 4.7.3 build-essential
CMake 3.0.0 cmake
pkg-config any pkg-config
OpenSSL any libssl-dev
Git any git
MongoDB 4.0.3 Install from binaries
MongoDB C Driver (includes BSON libary) 1.13.1 Build from source
xcash-core Latest version download the latest release or build from source

Installation

To install the xcash-dpops program and the related services to set up a delegate node, have a look first at our server setup guide.

Then, run the autoinstaller.sh script and follow our guide.

source <(curl -sSL https://raw.githubusercontent.com/X-CASH-official/xcash-dpops/master/scripts/autoinstaller/autoinstaller.sh)

To build everything from source, follow our manual installation guide.

Maintenance

All delegates will be able to use the maintenance script to easily view there statistics and to check there system.

bash -c "$(curl -sSL https://raw.githubusercontent.com/X-CASH-official/xcash-dpops/master/scripts/management/xcash-maintenance)"

If you choose to setup the delegate as a shared delegate, you will be able to view additional statistics by using the IP of the delegate in any web browser, as the Delegates Pool Website is automatically installed.

If you choose to setup the delegate as a solo delegate, you have the option of installing the Delegates Supervisor

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].