-
ObsidianDragon v1.1.1 Stable
released this
2026-03-25 11:38:19 -05:00 | 3 commits to master since this releaseDragonX (DRGX) Full-Node Desktop Wallet — v1.1.1
This is ObsidianDragon, a native ImGui-based wallet for the DragonX network. It ships with an embedded full-node daemon (
dragonxd) and an integrated CPU miner (xmrig-hac), giving users a complete, self-contained experience on Linux, Windows, and macOS.
What's New in v1.1.1
New Features
- Shielded send tracking — completed
z_sendmanytransaction IDs are now extracted and enriched viaz_viewtransaction, making pure shielded sends immediately discoverable in the transaction history without waiting for a full refresh cycle.
Bug Fixes
- macOS block index corruption — a 3-phase daemon shutdown sequence (wait for RPC stop → SIGTERM → SIGKILL) prevents LevelDB flush interruption on macOS/APFS that previously caused a full resync on restart.
- Import key rescan height — the user-entered start height is now correctly passed to
z_importkeyfor shielded keys, andrescanblockchainis triggered from that height for transparent key imports.
Improvements
- Automatic dbcache sizing — the daemon's
-dbcacheis now auto-detected based on system RAM (12.5%, clamped 450–4096 MB) on macOS (sysctl), Linux (sysconf), and Windows (GlobalMemoryStatusEx).
Features
- Full-node wallet — send, receive, and verify DRGX transactions with a bundled
dragonxddaemon; no external setup required. - Built-in CPU mining — start/stop
xmrig-hacfrom the Mining tab with real-time hashrate and pool statistics, including mine-when-idle support with configurable delay and idle thread scaling. - Multi-language UI — full internationalization covering 8 languages: German, Spanish, French, Japanese, Korean, Portuguese, Russian, and Chinese.
- Cross-platform — native builds for Linux (AppImage + zip), Windows (portable exe + zip), and macOS (DMG), all x86-64.
- Shielded (z-address) and transparent (t-address) send/receive
- QR code generation for receiving addresses
- Transaction history with memo support
- Blockchain explorer with block/transaction search
- Blockchain rescan with status-bar progress
- Built-in console
- Extensive theme and appearance options
Downloads
File SHA-256 ObsidianDragon-1.1.1.AppImage 35bd6747011d9964f3babef25ff634b1b422373135e5c82499b94690d0e5f920ObsidianDragon-1.1.1-Linux-x64.zip fbecdf7d0d26f3efcad9191291e5a0f42f2f04655a7ea780ad58cc1d2c2329f9ObsidianDragon-1.1.1.exe ca476e3151d59afbe0d1ed986ec9652612482740a0c06a8fe720b583af6e8a30ObsidianDragon-1.1.1-Windows-x64.zip 7f046cecbc0799e401fdb103c5ec2a2873278a81bb5d63c5e1cbca43ee124ccdDragonX_Wallet-1.1.1-macOS-x86_64.dmg ed8016e810a094b3ef1f842f3562a656b9aefc5dc1066c51763554b2b1c7ce7cObsidianDragon-1.1.1-macOS-x86_64.app.zip e4d7a37da5226edf937412b1c3a8b944398d14381a3f06e659f61d98a71942eaSystem Requirements
- Linux: x86-64, glibc 2.31+ (Ubuntu 20.04+, Fedora 33+, etc.)
- Windows: x86-64, Windows 10 or later
- macOS: x86-64, macOS 10.15 Catalina or later
License
Released under the GPLv3. See LICENSE for details.
Downloads
- Shielded send tracking — completed