Coder Social home page Coder Social logo

bomb-on / conceal-core Goto Github PK

View Code? Open in Web Editor NEW

This project forked from concealnetwork/conceal-core

0.0 1.0 0.0 14.5 MB

Conceal Core - Daemon & Wallets (CLI)

Home Page: https://conceal.network

License: MIT License

CMake 0.29% Makefile 0.02% C++ 93.88% C 5.56% Assembly 0.02% Python 0.04% Perl 0.03% Raku 0.16%

conceal-core's Introduction

image

Codacy Badge

Conceal Core (CLI)

Latest Release: v6.2.0 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

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.

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.
  • Use the premade binaries for MSVC 14.2
  • Install Boost 1.70.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

  • cd build

  • cmake -G "Visual Studio 16 2017" -A x64 -DBOOST_LIBRARYDIR="c:\local\boost_1_70_0\lib64-msvc-14.2 .. (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.

macOS

Prerequisites

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

$ xcode-select --install

and install all tools. On newer macOS versions (v10.14 and higher) this step is done through Software Update app.

After that, proceed with installing dependencies:

$ brew install git python cmake gcc [email protected]

Ensure that Boost is properly linked:

$ brew link --force [email protected]

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.

conceal-core's People

Contributors

aivve avatar aluisyo avatar bomb-on avatar cryptochangements34 avatar cryptokatz avatar cryptowiz88 avatar devopsralf avatar krypt0x avatar lithyriolu avatar shared-secret avatar thebrianmoore avatar therealmadmax avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.