All Projects → ConcealNetwork → Conceal Core

ConcealNetwork / Conceal Core

Licence: mit
Conceal Core - Daemon & Wallets (CLI)

Projects that are alternatives of or similar to Conceal Core

Particl Desktop
The GUI application for Particl Markeplace and PART coin wallet. A decentralized peer to peer marketplace –free, secure, private, untraceable.
Stars: ✭ 131 (+81.94%)
Mutual labels:  blockchain, cryptocurrency, p2p, privacy, decentralized
Awesome Privacy On Blockchains
A curated list of privacy on blockchains resources
Stars: ✭ 86 (+19.44%)
Mutual labels:  blockchain, cryptocurrency, p2p, privacy
Go Vite
Official Go implementation of the Vite protocol
Stars: ✭ 257 (+256.94%)
Mutual labels:  blockchain, cryptocurrency, ledger, p2p
Firo
The privacy-focused cryptocurrency
Stars: ✭ 528 (+633.33%)
Mutual labels:  blockchain, cryptocurrency, p2p, privacy
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (+129.17%)
Mutual labels:  blockchain, cryptocurrency, p2p, decentralized
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (+150%)
Mutual labels:  blockchain, cryptocurrency, p2p, decentralized
Lbry Sdk
The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
Stars: ✭ 7,169 (+9856.94%)
Mutual labels:  blockchain, cryptocurrency, p2p, decentralized
Wavelet
Write once, run forever. Deploy robust, scalable, decentralized WebAssembly applications on Wavelet.
Stars: ✭ 224 (+211.11%)
Mutual labels:  blockchain, cryptocurrency, ledger, p2p
Monero
Monero: the secure, private, untraceable cryptocurrency
Stars: ✭ 6,503 (+8931.94%)
Mutual labels:  blockchain, cryptocurrency, p2p, privacy
Substratumnode
WE ARE THE FOUNDATION OF THE DECENTRALIZED WEB.
Stars: ✭ 359 (+398.61%)
Mutual labels:  blockchain, cryptocurrency, privacy
Tribler
Privacy enhanced BitTorrent client with P2P content discovery
Stars: ✭ 3,915 (+5337.5%)
Mutual labels:  p2p, privacy, decentralized
Quorum
A permissioned implementation of Ethereum supporting data privacy
Stars: ✭ 4,054 (+5530.56%)
Mutual labels:  blockchain, ledger, privacy
Qtox
qTox is a chat, voice, video, and file transfer IM client using the encrypted peer-to-peer Tox protocol.
Stars: ✭ 3,843 (+5237.5%)
Mutual labels:  messaging, p2p, privacy
Ethlist
The Comprehensive Ethereum Reading List
Stars: ✭ 3,576 (+4866.67%)
Mutual labels:  blockchain, cryptocurrency, decentralized
Bitcoin.org
Bitcoin.org Website
Stars: ✭ 1,090 (+1413.89%)
Mutual labels:  blockchain, cryptocurrency, p2p
Conflux Rust
The Rust implementation of Conflux protocol.
Stars: ✭ 330 (+358.33%)
Mutual labels:  blockchain, cryptocurrency, p2p
Axe
decentralized cryptocurrency
Stars: ✭ 273 (+279.17%)
Mutual labels:  blockchain, p2p, decentralized
Decentralized Internet
A SDK/library for decentralized web and distributing computing projects
Stars: ✭ 406 (+463.89%)
Mutual labels:  blockchain, p2p, decentralized
Awesome Ethereum
⚡️ Awesome Ethereum Resources
Stars: ✭ 459 (+537.5%)
Mutual labels:  blockchain, p2p, decentralized
Berty
Berty is a secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network
Stars: ✭ 5,101 (+6984.72%)
Mutual labels:  messaging, p2p, privacy

image

Codacy Badge

Conceal Core (CLI)

Latest Release: v6.4.4 Maintained by Conceal Developers.

Information

Conceal is a decentralized banking platform with encrypted messages and own privacy protected cryptocurrency.

Conceal is based on the Cryptonote protocol and runs on a secure peer-to-peer network technology to operate with no central authority. You control your private keys to your funds, you control your destiny. Conceal Network is accessible by anyone in the world regardless of his/her geographic location or status. Our blockchain is resistant to any kind of analysis. All your CCX transactions and messages are anonymous. Conceal Network provides an instant secure, untraceable and unlinkable way of encrypted communication - crypto messages.

Conceal is open-source, community driven and truly decentralized. No one owns it, everyone can take part.

Resources

Compiling Conceal from source

System Memory

The build process can consume upto 13GB of memory and may fail if enough resources are not available. In some build scenarios it may be necessary to increase the size of the SWAP to compensate for less RAM.

For example if you have 8GB of RAM, then your SWAP size should be 5GB

  • Ubuntu / Linux

     sudo fallocate -l 5G /swapfile
     sudo chmod 600 /swapfile
     sudo mkswap /swapfile
     sudo swapon /swapfile
    
  • Rasberry Pi OS

     sudo dphys-swapfile swapoff
     sudo nano /etc/dphys-swapfile
     CONF_SWAPSIZE=5120
     sudo nano /sbin/dphys-swapfile
     #CONF_MAXSWAP=2048
     sudo dphys-swapfile setup
     sudo dphys-swapfile swapon
    

Linux / Ubuntu

Prerequisites

  • You will need the following dependencies to build the Conceal CLI: boost, cmake, git, gcc, g++, python, and make.
  • On Ubuntu: sudo apt-get install -y build-essential python-dev gcc g++ git cmake libboost-all-dev

Building

  • git clone https://github.com/ConcealNetwork/conceal-core
  • cd conceal-core
  • mkdir build && cd $_
  • cmake ..
  • make

If the build is successful the binaries will be in the src folder.

Raspberry Pi / ARM

Tested on a Raspberry Pi 4 with Raspberry Pi OS (32/64bit) images.

Other ARM CPU/OS combinations should be possible if the CPU supports Neon/AES.

  • Follow the Linux / Ubuntu procedure to build.

Windows 10

Prerequisites

  • Install Visual Studio 2019 Community Edition
  • Install CMake
  • When installing Visual Studio, you need to install Desktop development with C++ and the MSVC v142 - VS 2019 C++ x64/x86 build tools components. The option to install the v142 build tools can be found by expanding the "Desktop development with C++" node on the right. You will need this for the project to build correctly.
  • Install Boost 1.73.0, ensuring you download the installer for MSVC 14.2.

Building

From the start menu, open 'x64 Native Tools Command Prompt for vs2019' or run "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\VsMSBuildCmd.bat" from any command prompt.

git clone https://github.com/ConcealNetwork/conceal-core
cd conceal-core
mkdir build
cmake .. -G "Visual Studio 16 2019" -A x64 -DBOOST_LIBRARYDIR="c:\local\boost_1_73_0\lib64-msvc-14.2"
msbuild concealX.sln /p:Configuration=Release /m

If the build is successful the binaries will be in the src/Release folder.

macOS

Prerequisites

In order to install prerequisites, XCode and Homebrew needs to be installed. Once both are ready, open Terminal app and run the following command to install additional tools:

$ xcode-select --install

On newer macOS versions (v10.14 and higher) this step is done through Software Update in System Preferences.

After that, proceed with installing dependencies:

$ brew install git python cmake gcc boost

Building

When all dependencies are installed, build Conceal Core binaries:

$ git clone https://github.com/ConcealNetwork/conceal-core
$ cd conceal-core
$ mkdir build && cd $_
$ cmake ..
$ make

If the build is successful the binaries will be located in src directory.

Special Thanks

Special thanks goes out to the developers from Cryptonote, Bytecoin, Monero, Forknote, TurtleCoin, Karbo and Masari.

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].