All Projects → ConcealNetwork → conceal-desktop

ConcealNetwork / conceal-desktop

Licence: other
Conceal Desktop (GUI)

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
POV-Ray SDL
72 projects
M4
1887 projects
QMake
1090 projects
Inno Setup
370 projects

Projects that are alternatives of or similar to conceal-desktop

dispersy
The elastic database system. A database designed for P2P-like scenarios, where potentially millions of computers send database updates around.
Stars: ✭ 81 (+24.62%)
Mutual labels:  messaging, peer-to-peer, decentralized
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 (+153.85%)
Mutual labels:  peer-to-peer, decentralized, wallet
conceal-mobile
Conceal Mobile - Encrypted DeFI & Messaging App
Stars: ✭ 15 (-76.92%)
Mutual labels:  wallet, cryptonote, ccx
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 (+176.92%)
Mutual labels:  peer-to-peer, decentralized, wallet
Conceal Core
Conceal Core - Daemon & Wallets (CLI)
Stars: ✭ 72 (+10.77%)
Mutual labels:  messaging, decentralized, ledger
Bitchatclient
Technitium Bit Chat, a secure, peer-to-peer, instant messenger!
Stars: ✭ 111 (+70.77%)
Mutual labels:  peer-to-peer, decentralized
Brightid
Reference mobile app for BrightID
Stars: ✭ 101 (+55.38%)
Mutual labels:  peer-to-peer, decentralized
Ensichat
Project discontinued
Stars: ✭ 143 (+120%)
Mutual labels:  peer-to-peer, decentralized
fluffychat
🐑 Decentralized chat with private messages and rooms. Messages and files are encrypted using RSA
Stars: ✭ 25 (-61.54%)
Mutual labels:  messaging, decentralized
Purple
Official Rust implementation of the Purple Protocol
Stars: ✭ 85 (+30.77%)
Mutual labels:  peer-to-peer, decentralized
Gun
An open source cybersecurity protocol for syncing decentralized graph data.
Stars: ✭ 15,172 (+23241.54%)
Mutual labels:  peer-to-peer, decentralized
Chatsecure Ios
ChatSecure is a free and open source encrypted chat client for iOS that supports OTR and OMEMO encryption over XMPP.
Stars: ✭ 3,044 (+4583.08%)
Mutual labels:  messaging, decentralized
Memo
The memo elastic and resilient key-value store.
Stars: ✭ 111 (+70.77%)
Mutual labels:  peer-to-peer, decentralized
Degit
DeGit is a "Decentralized GitHub"
Stars: ✭ 104 (+60%)
Mutual labels:  peer-to-peer, decentralized
trystero
🤝 Serverless WebRTC matchmaking for painless P2P — Make any site multiplayer in a few lines — Use BitTorrent, IPFS, or Firebase
Stars: ✭ 512 (+687.69%)
Mutual labels:  peer-to-peer, decentralized
sublime
Repository for the Tandem Sublime Plugin
Stars: ✭ 22 (-66.15%)
Mutual labels:  peer-to-peer, decentralized
network
Monorepo containing all the main components of Streamr Network.
Stars: ✭ 522 (+703.08%)
Mutual labels:  peer-to-peer, decentralized
Ipfd
An imageboard, but images are stored in a peer-to-peer network
Stars: ✭ 77 (+18.46%)
Mutual labels:  peer-to-peer, decentralized
Js Dag Service
Library for storing and replicating hash-linked data over the IPFS network.
Stars: ✭ 81 (+24.62%)
Mutual labels:  peer-to-peer, decentralized
conceal-api
Conceal API - JavaScript Interface (RPC/API)
Stars: ✭ 18 (-72.31%)
Mutual labels:  conceal, ccx

image

Conceal Desktop (GUI Wallet)

Latest Release: v6.7.1

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 / Debian

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:

On Ubuntu it is possible to install them using apt:

sudo apt install git gcc make cmake libboost-all-dev qt5-default

Building

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

git clone https://github.com/ConcealNetwork/conceal-desktop
cd conceal-desktop
rm -rf cryptonote
git clone https://github.com/ConcealNetwork/conceal-core cryptonote
make build-release
mkdir bin && mv build/release/conceal-desktop bin/
make clean

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

Windows 10

Prerequisites

  • Install Visual Studio 2019 Community Edition

    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 CMake
  • Install Boost, ensuring you download the installer for MSVC 14.2.

    The instructions will be given for Boost 1.78.0. Using a different version should be supported but you will have to change the version where required.

  • Install Qt 5

    The instructions will be given for Qt 5.15.2. Using a different version should be supported but you will have to change the version where required.

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.
  • Edit the CMakeLists.txt file and set the path to QT cmake folder. Change the line set(CMAKE_PREFIX_PATH "C:\\Qt\\5.11.0\\msvc2017_64\\lib\\cmake\\") to set(CMAKE_PREFIX_PATH "C:\\Qt\\5.15.2\\msvc2019_64\\lib\\cmake\\")
git clone https://github.com/ConcealNetwork/conceal-desktop
cd conceal-desktop
rmdir /S /Q cryptonote
git clone https://github.com/ConcealNetwork/conceal-core cryptonote
mkdir build
cd build
cmake .. -G "Visual Studio 16 2019" -A x64 -DBOOST_ROOT="c:\local\boost_1_78_0"
msbuild conceal-desktop.sln /p:Configuration=Release /m

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

macOS

Prerequisites

First, we need to install the same dependencies as conceal-core.

Once conceal-core dependencies are installed, we need to install Qt5, open a Terminal and run the following commands:

brew install qt5
export PATH="/usr/local/opt/qt/bin:$PATH"

Building

When all dependencies are installed, build Conceal Desktop with the following commands:

git clone https://github.com/ConcealNetwork/conceal-desktop
cd conceal-desktop
rm -rf cryptonote
git clone https://github.com/ConcealNetwork/conceal-core cryptonote
make build-release

If the build is successful the binary will be build/release/conceal-desktop.app

It is also possible to deploy the application as a .dmg by using these commands after the build:

cd build/release
macdeployqt conceal-desktop.app
cpack

Special Thanks

Special thanks goes out to the developers from Cryptonote, Bytecoin, Monero, Forknote, TurtleCoin, 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].