v4.6.2 · Latest Release

Download
HNBCoin

Web wallet for mobile, or full Qt GUI / headless daemon for desktop. All binaries are built from the open-source HookersAndBlowCoin repository.

Web Wallet

Best for mobile

No app store — works in Safari/Chrome. Install to home screen for an app-like experience.

BIP39 wallet · send/receive · assets · testnet

iPhone / iPad

Open /wallet/ in Safari → Share → Add to Home Screen.

Android / Chrome

Open the wallet, then tap Install in the banner or browser menu → Install app.

Windows GUI Wallet

Desktop

hnb-qt.exe · Full node + wallet · Windows 10/11 x64

hnb-4.6.2-win64-qt.zip · ~22 MB

Download .zip

Run

hnb-qt.exe

Data folder

%APPDATA%\HookersAndBlow\

Testnet

hnb-qt.exe -testnet

Windows CLI / Node

Headless

hnbd.exe + hnb-cli.exe · Run a full node without the GUI

hnb-4.6.2-win64.zip · ~7 MB

Download .zip

Start daemon

hnbd.exe -daemon

Check status

hnb-cli.exe getblockchaininfo

Config

%APPDATA%\HookersAndBlow\hnb.conf

Linux GUI Wallet

x86_64

hnb-qt binary · Requires system Qt5 libs

hnb-4.6.2-x86_64-linux-gnu-qt.tar.gz · ~8 MB

Download .tar.gz

Quick start

$ tar xzf hnb-4.6.2-x86_64-linux-gnu-qt.tar.gz

$ cd hnb-4.6.2-x86_64-linux-gnu-qt

$ sudo apt install libqt5gui5 libqt5widgets5 libqt5network5 # if needed

$ ./bin/hnb-qt

Linux CLI / Node

Headless

hnbd + hnb-cli · Run a node, mine, or manage your wallet via RPC

hnb-4.6.2-x86_64-linux-gnu.tar.gz · ~16 MB

Download .tar.gz

Quick start

$ tar xzf hnb-4.6.2-x86_64-linux-gnu.tar.gz && cd hnb-4.6.2-x86_64-linux-gnu

$ ./bin/hnbd -daemon # starts the background node

$ ./bin/hnb-cli getblockchaininfo

Connecting to the Network

The wallet finds peers automatically on first launch. For testnet, add this to hnb.conf:

testnet=1

addnode=23.88.122.228:28890

server=1

listen=1

On Windows the config lives at %APPDATA%\HookersAndBlow\hnb.conf

On Linux: ~/.hnb/hnb.conf

Verify Your Download

Checksums are published alongside each release on GitHub.

# Linux / Mac

sha256sum hnb-4.6.2-win64-qt.zip

# Windows PowerShell

Get-FileHash hnb-4.6.2-win64-qt.zip

Compare against the release checksum or the GitHub Release.