Core Wallet

Core Wallet is implemented as a full node that provides a builtin wallet with web UI and RPC API.

Download v0.2.13

Run

  1. Download and unzip the latest release
  2. Change directory
    • On UN*X cd ./blacknet/bin
    • On Windows cd .\blacknet\bin
  3. Execute
    • On UN*X ./blacknet
    • On Windows .\blacknet.bat
  4. Web interface is available at http://localhost:8283/

System Requirements

Prerequisites to run a node.

Hardware

Resource Minimum Recommended
CPU 1 core 2 cores
RAM 512 MiB 1 GiB
Storage 10 GB HDD 10 GB SSD

Software

Java 8 or higher.

Screenshots

Feed back

Report a bug

Send a patch

Source Code

The cryptocurrency and its blockchain are written in the Kotlin programming language.

  1. Download the source code for building locally.
  2. For build instructions see the README.md file.

Download v0.2.13

Download Previous Release Tags