Web wallet for mobile, or full Qt GUI / headless daemon for desktop. All binaries are built from the open-source HookersAndBlowCoin repository.
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.
hnb-qt.exe · Full node + wallet · Windows 10/11 x64
hnb-4.6.2-win64-qt.zip · ~22 MB
Run
hnb-qt.exe
Data folder
%APPDATA%\HookersAndBlow\
Testnet
hnb-qt.exe -testnet
hnbd.exe + hnb-cli.exe · Run a full node without the GUI
hnb-4.6.2-win64.zip · ~7 MB
Start daemon
hnbd.exe -daemon
Check status
hnb-cli.exe getblockchaininfo
Config
%APPDATA%\HookersAndBlow\hnb.conf
hnb-qt binary · Requires system Qt5 libs
hnb-4.6.2-x86_64-linux-gnu-qt.tar.gz · ~8 MB
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
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
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
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
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.