ObsidianDragon - DragonX ImGui Wallet
Full-node GUI wallet for DragonX cryptocurrency. Built with Dear ImGui, SDL3, and OpenGL3/DX11. Features: - Send/receive shielded and transparent transactions - Autoshield with merged transaction display - Built-in CPU mining (xmrig) - Peer management and network monitoring - Wallet encryption with PIN lock - QR code generation for receive addresses - Transaction history with pagination - Console for direct RPC commands - Cross-platform (Linux, Windows)
This commit is contained in:
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
# Build trees per platform (build/linux/, build/windows/, build/mac/)
|
||||
build/*
|
||||
|
||||
# Release distributable artifacts (release/linux/, release/windows/, release/mac/)
|
||||
release/
|
||||
|
||||
# Prebuilt binaries (ignore contents, keep dirs via .gitkeep)
|
||||
prebuilt-binaries/dragonxd-linux/*
|
||||
!prebuilt-binaries/dragonxd-linux/.gitkeep
|
||||
prebuilt-binaries/dragonxd-win/*
|
||||
!prebuilt-binaries/dragonxd-win/.gitkeep
|
||||
prebuilt-binaries/dragonxd-mac/*
|
||||
!prebuilt-binaries/dragonxd-mac/.gitkeep
|
||||
prebuilt-binaries/xmrig-hac/*
|
||||
!prebuilt-binaries/xmrig-hac/.gitkeep
|
||||
|
||||
|
||||
# External sources / toolchains (created by scripts/setup.sh)
|
||||
external/
|
||||
|
||||
# Internal docs
|
||||
doc/
|
||||
|
||||
# Downloaded libsodium (built by scripts/fetch-libsodium.sh)
|
||||
libs/libsodium-mac/
|
||||
libs/libsodium-win/
|
||||
libs/libsodium/
|
||||
libs/libsodium-*.tar.gz
|
||||
|
||||
# dev artifacts
|
||||
imgui.ini
|
||||
*.bak
|
||||
*.bak*
|
||||
*.params
|
||||
asmap.dat
|
||||
Reference in New Issue
Block a user