Code Monkey home page Code Monkey logo

conceal-desktop's Introduction

image

Conceal Desktop (GUI Wallet)

Latest Release: v6.1.4

Maintained by Conceal Devs.

Information

Conceal.Network is a decentralized blockchain bank, with deposits and investments paying interest rates, without involvement of financial institutions, powered by 100% open source code.

Conceal.Network enables untraceable and anonymous messaging, and a secure way to transfer funds. Using a distributed public ledger, the sender and receiver are kept anonymous, a key concern in a post Snowden world. Hackers cannot trace money or messages when the messages are sent across public networks.

Conceal Cryptocurrency (₡CCX) is based on the Cryptonote protocol and runs on a secure peer-to-peer network technology to operate with no central authority. You control the private keys to your funds.

Conceal is accessible by anyone in the world regardless of their geographic location or status. Our blockchain is resistant to any kind of analysis. All your CCX transactions and messages are anonymous. Conceal avoids many concerns, e.g. technological, environment impact, reputational and security, of Bitcoin, and provides a glimpse of the future.

Conceal is open-source, community driven and truly decentralized.

No one owns Conceal, everyone can take part.

Resources

Compiling Conceal from source

Linux / Ubuntu

Prerequisites

Dependencies: GCC 4.7.3 or later, CMake 2.8.6 or later, Boost 1.55 or later, and Qt 5.9 or later. You may download them from:

Alternatively, it may be possible to install them using a package manager.

Building

To acquire the source via git and build the release version, run the following commands:

  • cd ~
  • git clone https://github.com/ConcealNetwork/conceal-desktop
  • cd conceal-wallet
  • git clone https://github.com/ConcealNetwork/conceal-core.git cryptonote
  • make build-release
  • mkdir bin && mv build/release/CONCEAL-GUI bin/
  • make clean

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

Windows 10

Prerequisites
  • Install Visual Studio 2017 Community Edition
  • 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 CMake
  • Install Boost 1.67.0, ensuring you download the installer for MSVC 14.1.
  • Install Qt 5.11.0
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.
  • Edit the CMakeLists.txt file and set the path to QT cmake folder. For example: set(CMAKE_PREFIX_PATH "C:\Qt\5.11.0\msvc2017_64\lib\cmake\").
  • git clone https://github.com/ConcealNetwork/conceal-core
  • git clone https://github.com/ConcealNetwork/conceal-wallet
  • Copy the contents of the conceal-core folder into conceal-wallet\cryptonote
  • cd conceal-wallet
  • 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 CONCEAL-GUI.sln /p:Configuration=Release

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

Special Thanks

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

conceal-desktop's People

Contributors

aejontargaryen avatar aluisyo avatar bomb-on avatar cryptokatz avatar cryptowiz88 avatar devopsralf avatar krypt0x avatar thebrianmoore 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.