Core Wallet
Core Wallet is implemented as a full node that provides a builtin wallet with web UI and RPC API.
Latest Version
- Release type: Minor bugfix update
- Release date:
- MD5 checksum:
5537BD9EED11C19AA77018671719DF23
Minimal Version
From time to time we have mandatory or strongly recommended updates to activate new features or fix security/stability issues. In case of doubt, use the latest version.
- Minimal version: v0.2.11
- Release date:
Run
- Download and unzip the latest release
- Change directory
- On UN*X
cd ./blacknet/bin
- On Windows
cd .\blacknet\bin
- On UN*X
- Execute
- On UN*X
./blacknet
- On Windows
.\blacknet.bat
- On UN*X
- 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 | 20 GB HDD | 20 GB SSD |
Software
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
Screenshots
Feed back
Source Code
The cryptocurrency and its consensus are written in the Kotlin programming language.
- Download the source code for building locally.
- For build instructions see the
README.md
file.