当前位置: 首页 > 软件库 > Web3 > 区块链 >

conceal-core

Conceal Core - Daemon & Wallets (CLI)
授权协议 MIT License
开发语言
所属分类 Web3、 区块链
软件类型 开源软件
地区 不详
投 递 者 夏侯朝斑
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

image

Conceal Core (CLI)

Latest Release: v6.4.9

Maintained by Conceal Developers.

Information

Conceal Network is a secure peer-to-peer privacy framework empowering individuals and organizations to anonymously communicate and interact financially in a decentralized and censorship resistant ecosystem.

Conceal is based on the original 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.

  • These are the things that are important to us: these principles shape the product that we build. Note that the examples given are meant to be illustrative rather than exhaustive.   Speed   Our objecti

  • 以下来自:https://blog.csdn.net/guosir_/article/details/78627980 CMSIS是Cortex微控制器软件接口标准(CortexMicroController Software Interface Standard)的缩写,这个是ARM定制的一个用于Cortex-M系列的一个标准,主要是为了提供通用api接口来访问内核和一些片上外设,提高代码的可移

  • CMSIS是Cortex微控制器软件接口标准(Cortex MicroController Software Interface Standard)的缩写,这个是ARM定制的一个用于Cortex-M系列的一个标准,主要是为了提供通用api接口来访问内核和一些片上外设,提高代码的可移植性。 CMSIS有三个层:核内外设访问层Core Peripheral Access Layer(CPAL),中间件

  • 点我查看原文 (ns $clojureDoc.core.partial [:require clojure.pprint]) ;; 用法:(partial f) (partial f arg1) (partial f arg1 arg2) (partial f arg1 arg2 & more) ;; Takes a function f and fewer than the normal

  • 2011-12-28 10:23 当我们的程序崩溃时,内核有可能把该程序当前内存映射到core文件里,方便程序员找到程序出现问题的地方。最常出现的,几乎所有C程序员都出现过的错误就是“段错误”了。也是最难查出问题原因的一个错误。下面我们就针对“段错误”来分析core文件的产生、以及我们如何利用core文件找到出现崩溃的地方。  何谓core文件  当一个程序崩溃时,在进程当前工作目录的core文件

 相关资料
  • Conceal 是 Facebook 推出的一个用来对数据进行快速加密和认证的开发包,应用可以使用它来加密数据和大文件存储。Conceal 和其他加密软件不同的是它提供了 Smorgasbord 加密算法和选项,这不是一个一般意义上的数据加密包,只是提供一些有用的方法。 示例代码: // Creates a new Crypto object with default implementation

  • Wallets Wallets is a multi-coin wallet designed for cold storage with built-inencryption. Important Note: This is not production-ready, and by using this software you realize that the authors/owners a

  • 比特币钱包的实质是私钥收集器。这些私钥被存到一个文件中,甚至可以打印到一片纸上。 Private Key Formats 私钥格式 私钥是用于从一个特定的地址上解锁出satoshis。在比特币技术体系中,一个私钥的标准格式是一个256位的数字, 在下面的数值之间: 0x1 and 0xFFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFE BAAE DCE6 AF48 A0

  • 命名 git-daemon - 一个非常简单的Git仓库服务器 概要 git daemon [--verbose] [--syslog] [--export-all] [--timeout=<n>] [--init-timeout=<n>] [--max-connections=<n>] [--strict-paths] [--base-path=<

  • Commons Daemon 可以帮你实现将一个普通的 Java 应用编程系统的一个后台服务。 例如 Tomcat 就是利用这个项目来实现作为 Linux 和 Windows 的服务启动和停止的。 示例代码: /** * Launch the Engine from a variety of sources, either through a main() or invoked through *

  • Space Daemon Space Daemon is a wrapper built in Go around awesome IPFS tools so that you can have start coding a decentralized desktop app as fast as possible. It's built on top of Textile Threads and