Folder and file locations - hadescoincom/hds-core GitHub Wiki
Desktop Wallet app
Please refer to: https://documentation.hadescoin.com/en/latest/rtd_pages/user_files_and_locations.html?highlight=location
General points to mention:
- The default location of the Desktop Wallet app can be modified during the installation process (Windows only).
- The default Database location for the Desktop Wallet app can be changed setting the
appdata
parameter to hds-wallet.cfg
(Windows only).
- Memory dump files are generated on Windows only. A dedicated memory dump file is created per each crash case.
Windows
File |
Location |
Main Executable |
\Program Files\Hds\Hds Wallet.exe |
Configuration |
\Program Files\Hds\hds-wallet.cfg |
Logs |
\Users\\{your User name}\AppData\Local\Hds Wallet\logs |
Database |
\Users\{your User name}\AppData\Local\Hds Wallet\wallet.db (node.db) |
Dumps |
\Users\{your User name}\AppData\Local\Hds Wallet\Hds Wallet.exe0.dmp |
Mac
File |
Location |
Main Executable |
/Applications/Hds Wallet.app |
Configuration |
N/A |
Logs |
/Users/{your User name}/Library/Application Support/Hds Wallet/logs |
Database |
/Users/{your User name}/Library/Application Support/Hds Wallet/wallet.db (node.db) |
Linux
File |
Location |
Main Executable |
/usr/bin/HdsWallet |
Configuration |
/usr/bin/hds-wallet.cfg |
Logs |
/home/{your User name}/.local/share/Hds Wallet/logs |
Database |
/home/{your User name}/.local/share/Hds Wallet/wallet.db (node.db) |
Node or CLI wallet
All Platforms (small differences apply, see below)
File |
Location |
Main Executable folder |
User can unpack the archive in any folder to his convenience, all the files/folders mentioned below are located within this folder |
Main Executable file |
hds-node or hds-wallet |
Configuration file |
hds-node.cfg or hds-wallet.cfg |
Logs folder |
logs |
Database |
node.db or wallet.db |
Dumps (on Windows only) |
hds-node.exe0.dmp |