Skip to content

Conceal Core (CLI) - Decentralized Banking, Encrypted Messenger & Privacy Protected Cryptocurrency

License

Notifications You must be signed in to change notification settings

AndyPuppyZ/conceal-core

 
 

Repository files navigation

image

Conceal Core (CLI)

Latest Release: v5.0.0 Maintained by The Circle Team.

Information

Conceal is a free open source privacy protected peer-to-peer digital cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to check for double-spending. Conceal has a decentralized blockchain banking in its core and instant untraceable crypto messages that can be decrypted with recipient`s private key.

Resources

Compiling Conceal from source

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/TheCircleFoundation/conceal-core
  • cd conceal-core
  • make build-release

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

Windows 10

Prerequisites
  • Install Visual Studio 2017 Community Edition
  • Install CMake
  • When installing Visual Studio, you need to install Desktop development with C++ and the VC++ v140 toolchain components. The option to install the v140 toolchain 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.67.0, ensuring you download the installer for MSVC 14.1.
Building
  • From the start menu, open 'x64 Native Tools Command Prompt for vs2017' or run "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsMSBuildCmd.bat" from any command prompt.
  • git clone https://github.com/TheCircleFoundation/conceal-core
  • cd conceal-core
  • mkdir build
  • cd build
  • cmake -G "Visual Studio 15 2017 Win64" -DBOOST_LIBRARYDIR:PATH=c:/local/boost_1_67_0 .. (Or your boost installed dir.)
  • msbuild concealX.sln /p:Configuration=Release /m

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

Special Thanks

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

About

Conceal Core (CLI) - Decentralized Banking, Encrypted Messenger & Privacy Protected Cryptocurrency

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 90.1%
  • C 9.3%
  • CMake 0.4%
  • Other 0.2%
  • Python 0.0%
  • Perl 0.0%