Releases: Feltersnatch22/HookersAndBlowCoin
Release list
HNB Core v4.6.2
New brand identity
The HNB mark is now a vector aperture — six blades, a hexagonal opening, a coin rim — on a palette of near-black neutrals with a violet-to-pink sweep and gold used only as a hairline accent. Typography is Outfit throughout, with tracking that tightens as size increases.
This replaces the old raster hex badge everywhere: website, web wallet, block explorer, desktop wallet icons, freedesktop pixmaps and the Windows installer art. All assets are generated from assets/brand/hnb-mark.svg and hnb-mark-solid.svg — the small variant drops the blades and gold so the mark survives a 16px favicon.
Wallet
- Config resolution prefers
hnb.confand falls back to legacyraven.conf, so Ravencoin-era installs keep working - The GUI migrates a legacy
raven.confintohnb.confwhen the latter is missing or empty - First launch writes
hnb.confwith testnet defaults
Build
- Fixes the Windows cross-build.
depends/patches/qt/fix_limits_header.patchwas declared inqt.mkbut never invoked, so it had never been applied. Qt 5.12.11 does not compile against GCC 11+ without it — this broke every Windows build on a modern toolchain. - Build scripts are now executable (were committed mode 644, failing with exit 126)
⚠️ Testnet only
Access-code authentication is intentionally disabled in this build. The wallet API issues session tokens without a password and proxies RPC unauthenticated. This is deliberate for the public testnet and must not be used for mainnet without reverting authEnabled() to gate on HNB_ACCESS_PASSWORD.
Verifying
Each artifact ships .md5sum and .sha256sum. Both binaries are built from 0b3da9a6c.
HookersAndBlowCoin v4.6.1
HookersAndBlowCoin v4.6.1
Downloads
| Platform | File |
|---|---|
| Windows x64 Qt wallet | hnb-4.6.1-win64-qt.zip (latest: commit 5b582535f) |
| Windows x64 Qt (versioned) | hnb-4.6.1-5b582535f-win64-qt.zip |
| Linux x86_64 Qt wallet | hnb-4.6.1-x86_64-linux-gnu-qt.tar.gz |
| Linux x86_64 (headless) | hnb-4.6.1-x86_64-linux-gnu.tar.gz |
| Windows x64 (headless) | hnb-4.6.1-win64.zip |
SHA256 checksums: *.sha256sum files alongside the Windows Qt build.
Windows Qt wallet (testnet quick start)
- Extract the zip and run
hnb-qt.exe - On first launch,
%APPDATA%\HookersAndBlow\hnb.confis created with testnet + seed nodes - If sync stalls, use
Reindex-HNB-Testnet.bator start with-reindex
Testnet P2P: 28890 · Electrum: electrum.hookersandblow.xyz:50052
Network (mainnet)
| Setting | Value |
|---|---|
| P2P | 28888 |
| RPC | 28887 (local only) |
See contrib/testnet/README.md for testnet mining and VPS setup.