Hidering Wallet GUI v2.0.0-gui — Linux x64
Hidering Wallet GUI v2.0.0-gui — First Linux Release
Desktop Qt5 wallet GUI for Hidering (HRG), forked from monero-project/monero-gui and rebranded for the HRG v2.0.0 mainnet (NETWORK_ID HRG\x02HIDERINGMAIN, addr prefix B, daemon RPC port 19741).
📦 Downloads
| Asset | Format | Size | Best for |
|---|---|---|---|
Hidering_Wallet-v2.0.0-x86_64.AppImage |
AppImage (recommended) | 54 MB | One-file self-contained executable. Bundles Qt5 + all dependencies. Just chmod +x and run. |
hidering-wallet-gui-v2.0.0-linux-x64.tar.gz |
Raw binary | 11 MB | Smaller download but requires Qt5.15 + Boost + OpenSSL 3 on the system path. Build the project from source if you want to use this. |
✅ AppImage (recommended)
wget https://github.com/AB-lab113/hidering-gui/releases/download/v2.0.0-gui/Hidering_Wallet-v2.0.0-x86_64.AppImage
chmod +x Hidering_Wallet-v2.0.0-x86_64.AppImage
./Hidering_Wallet-v2.0.0-x86_64.AppImageNeeds libfuse2 for normal AppImage launch. If your distro ships FUSE 3 only (Ubuntu 22.04+), either:
sudo apt install libfuse2, or- run as
./Hidering_Wallet-v2.0.0-x86_64.AppImage --appimage-extract-and-run
SHA256:
423904575e9235d5c158109580b6caeb1a8d0609ac6be32d45cf295919df8a87 Hidering_Wallet-v2.0.0-x86_64.AppImage
0defa8ab45285de46d98bf5828dbe86c797a6df593198458e984d0f52fc7460b hidering-wallet-gui-v2.0.0-linux-x64.tar.gz
Build details
- Source:
master@ commitc32f380(initial rebrand) - Backend submodule:
AB-lab113/hidering@v2-privacycommit93d7d3b46(HRG v2.0.0) - Compiler: gcc on Ubuntu 24.04 (WSL2),
-DCMAKE_BUILD_TYPE=Release -DWITH_SCANNER=OFF - QR scanner: disabled in this build (no v4l/Qt multimedia dependency)
- Qt: 5.15.13
- Linking: Backend HRG libs statically linked into the binary; Qt5 + system libs dynamically linked (bundled into the AppImage)
- Stripped: yes (
strip --strip-unneeded) - AppImage packed with
linuxdeployqtcontinuous build 107 +appimagetoolbuild 261
Defaults
- Daemon RPC:
127.0.0.1:19741(mainnet),127.0.0.1:39741(stagenet),127.0.0.1:29741(testnet) - Address prefix:
60(addresses begin withB) - Backend rules: 18 M HRG max supply, 42.86 HRG initial block reward, 120 s block time, 210 000-block halving, RandomX PoW
Verified
- AppImage smoke test under WSLg (X11 + Wayland) ran without crash, Qt 5.15.13 init OK, screen detected, only minor upstream QML warnings (wizard btnPrev undefined, fr-translation lookup) that exist in monero-gui too.
- Raw binary smoke test (with LD_LIBRARY_PATH from build tree) identical behaviour.
- 0 residual Monero/XMR strings in QML/JS/C++/translations (preserved on purpose:
namespace Monero::backend ABI,MoneroComponentsQML namespace,MoneroSettingsinternal class).
Known issues
- macOS .dmg + Windows .exe: blocked on GitHub Actions billing (same blocker as backend releases since 2026-05-12)
- The auto-updater module is currently inert (Monero dev GPG keys removed; HRG signing keys not yet wired)