All Projects → DiviProject → Divi

DiviProject / Divi

Licence: other
Spend, earn, or withdraw digital money in seconds with Divi.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
Rich Text Format
576 projects
M4
1887 projects
Makefile
30231 projects

Projects that are alternatives of or similar to Divi

Bitcoin-Stealer
Generate random bitcoin wallets, private keys (seeds) and then check if they match a wallet that contains some kind of balance, and then take it. Node.js
Stars: ✭ 61 (-8.96%)
Mutual labels:  crypto
jazz
The Scripting Engine that Combines Speed, Safety, and Simplicity
Stars: ✭ 132 (+97.01%)
Mutual labels:  crypto
CryptoFiscaFacile
Outil (en ligne de commande pour l'instant) vous permettant de rassembler toutes les transactions de vos différents échanges et wallets afin de constituer votre portefeuille global et ainsi vous aider à la déclaration fiscale française.
Stars: ✭ 50 (-25.37%)
Mutual labels:  crypto
binance-chain-python
Binance chain SDK in Python
Stars: ✭ 22 (-67.16%)
Mutual labels:  crypto
FISCO-BCOS
FISCO BCOS是由微众牵头的金链盟主导研发、对外开源、安全可控的企业级金融区块链底层技术平台。 单链配置下,性能TPS可达万级。提供群组架构、并行计算、分布式存储、可插拔的共识机制、隐私保护算法、支持全链路国密算法等诸多特性。 经过多个机构、多个应用,长时间在生产环境中的实践检验,具备金融级的高性能、高可用性及高安全性。FISCO BCOS is a secure and reliable financial-grade open-source blockchain platform. The platform provides rich features including group architecture, cross-chain communication protoc…
Stars: ✭ 1,603 (+2292.54%)
Mutual labels:  crypto
Axie Infinity Extras
Here are all the websites and projects that are useful if you are an Axie Infinity player. If you find some projects that are not on the list, feel free to make a pull request!
Stars: ✭ 13 (-80.6%)
Mutual labels:  crypto
Cryptography-Guidelines
Guidance on implementing cryptography as a developer.
Stars: ✭ 15 (-77.61%)
Mutual labels:  crypto
go-gecko
Simple API Client for CoinGecko written in Go.
Stars: ✭ 91 (+35.82%)
Mutual labels:  crypto
tumbleweed gdax
Prototype market maker specialized to trade on CoinbasePro
Stars: ✭ 41 (-38.81%)
Mutual labels:  crypto
secretpy
Classical ciphers: Caesar, ADFGX, ROT13 and etc.
Stars: ✭ 40 (-40.3%)
Mutual labels:  crypto
ark-go
Ark GO client for ARK.io blockchain ecosystem #golang #ark #blockchain
Stars: ✭ 14 (-79.1%)
Mutual labels:  crypto
dtls
Datagram Transport Layer Security (DTLS) client.
Stars: ✭ 72 (+7.46%)
Mutual labels:  crypto
trading sim
📈📆 Backtest trading strategies concurrently using historical chart data from various financial exchanges.
Stars: ✭ 21 (-68.66%)
Mutual labels:  crypto
provably-fair
Tools for creating and verifying provably fair games.
Stars: ✭ 14 (-79.1%)
Mutual labels:  crypto
SchannelGroupPolicy
Group Policy Template for Schannel
Stars: ✭ 70 (+4.48%)
Mutual labels:  crypto
core
JCrypTool Core Plug-ins
Stars: ✭ 131 (+95.52%)
Mutual labels:  crypto
robinhood.tools
📈🤑💰 Advanced trading tools and resources for Robinhood Web.
Stars: ✭ 27 (-59.7%)
Mutual labels:  crypto
WeDPR-Lab-Java-SDK
Java SDK of WeDPR-Lab-Core; WeDPR即时可用场景式隐私保护高效解决方案核心算法组件通用Java SDK
Stars: ✭ 18 (-73.13%)
Mutual labels:  crypto
encryptlab
🔑 Comprehensive (and free) list of encryption and decryption in Node.js.
Stars: ✭ 80 (+19.4%)
Mutual labels:  crypto
mirror-next
A Next.js-powered frontend for your Mirror publication
Stars: ✭ 98 (+46.27%)
Mutual labels:  crypto

DIVI Project

Build Status

DIVI Core integration/staging repository

https://diviproject.org

What is Divi?


Divi is a next-generation blockchain protocol that enables any user to begin earning, sending, and spending cryptocurrency easily, without the need for advanced technical knowledge. Divi uses a state-of-the-art Proof of Stake consensus mechanism that offers opportunities for users to stake their coins or allocate their coins to Masternodes, which secure the network and verify transactions.

For more information, as well as an immediately usable version of the Divi Project software, visit our website's download page, or read our whitepaper.

License


Divi Core is released under the terms of the MIT license. See https://opensource.org/licenses/MIT for more information.

Developing


The master0 branch is regularly built and tested by Divi's core development team, and is typically the most stable version of the software, but this cannot be guaranteed at any given time.

Building


To build from source on UNIX systems, follow these instructions.

System requirements

C++ compilers are memory-hungry. It is recommended to have at least 1 GB of memory available when compiling DIVI Core. With 512MB of memory or less compilation will take much longer due to swap thrashing.

Dependencies

These dependencies are required:

Library Purpose Description
libssl SSL Support Secure communications
libboost Boost C++ Library

Optional dependencies:

Library Purpose Description
miniupnpc UPnP Support Firewall-jumping support
libdb4.8 Berkeley DB Wallet storage (only needed when wallet enabled)
qt GUI GUI toolkit (only needed when GUI enabled)
protobuf Payments in GUI Data interchange format used for payment protocol (only needed when GUI enabled)
libqrencode QR codes in GUI Optional for generating QR codes (only needed when GUI enabled)

For the versions used in the release, see release-process.md under Fetch and build inputs.

For additional information about dependencies see build-unix.md

./autogen.sh
./configure --disable-tests --without-gui
make
make install # optional
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].