Notice
Non-mandatory upgrade
New Features
API
Improve HTTP API performance.
Dependencies
Bump libp2p from 2.2.8 to 2.2.9
Bump grpc-java from 1.81.0 to 1.83.0
Integrity Check
All jar files available in this release are signed via this GPG key:
- PUB:
BBA2FC19D5F0B54AB1EE072BCA92A5501765E1EC - UID:
build@nileex.io - KeyServer:
hkps://keyserver.ubuntu.com
From the download listings below you should see links to the downloadable jar files as well as sig signature files. To verify the authenticity of any jar file, grab the jar and sig files with the same prefix name and then execute the verification process:
Install GPG
Mac OS
brew install gpgOn Debian, Ubuntu and other Linux distributions
sudo apt install gpgImport Public Key
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys BBA2FC19D5F0B54AB1EE072BCA92A5501765E1ECSignature verification
x64
gpg --verify FullNode-Nile-x64-4.8.2.1-pq1-build1.jar.sig FullNode-Nile-x64-4.8.2.1-pq1-build1.jarIf the signature verification is passed, the following will be returned:
gpg: Signature made Mon 03 Aug 2026 09:32:16 AM UTC using RSA key ID 1765E1EC
gpg: Good signature from "build_nileex (build_nileex)<build@nileex.io>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: BBA2 FC19 D5F0 B54A B1EE 072B CA92 A550 1765 E1EC
aarch64
gpg --verify FullNode-Nile-aarch64-4.8.2.1-pq1-build1.jar.sig FullNode-Nile-aarch64-4.8.2.1-pq1-build1.jarIf the signature verification is passed, the following will be returned:
gpg: Signature made Mon 03 Aug 2026 09:32:37 AM UTC using RSA key ID 1765E1EC
gpg: Good signature from "build_nileex (build_nileex)<build@nileex.io>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: BBA2 FC19 D5F0 B54A B1EE 072B CA92 A550 1765 E1EC