Core Wallet
Core Wallet is implemented as a full node that provides a builtin wallet with web UI and RPC API.
- Download and unzip the latest release.
- Change directory to
blacknet/bin
- On UN*X run
./blacknet
- On Windows run
.\blacknet.bat
- Web interface is available at http://localhost:8283/
Release type Update initial nodes
Release date August 08 2022
MD5 checksum 72F7902AA18EDC9A97AEC8CD9C6FF0E9
Prerequisite
Java 8 or higher.
- Debian & Ubuntu:
sudo apt-get install default-jre
- Red Hat & Oracle:
sudo yum install java-11-openjdk
- SUSE:
sudo zypper install java-11-openjdk
- Arch:
sudo pacman -S --needed jre-openjdk
- Gentoo:
sudo emerge -av1 --noreplace virtual/jre
- FreeBSD:
sudo pkg install openjdk11-jre
- OpenBSD:
sudo pkg_add jdk
- macOS & Windows: OpenJDK, Oracle Java, or other
Source code
The blockchain and its cryptocurrency are written in the Kotlin programming language.
- Download the source code for building locally.
- For build instructions see the README file.