-
Notifications
You must be signed in to change notification settings - Fork 206
Folder and file locations
kaminskyelina edited this page Feb 24, 2019
·
23 revisions
Please refer to: https://documentation.beam.mw/en/latest/rtd_pages/user_files_and_locations.html?highlight=location
- 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 tobeam-wallet.cfg
(Windows only). - Memory dump files are generated on Windows only. A dedicated memory dump file is created per each crash case.
File | Location |
---|---|
Main Executable | \Program Files\Beam\Beam Wallet.exe |
Configuration | \Program Files\Beam\beam-wallet.cfg |
Logs | \Users\\{your User name}\AppData\Local\Beam Wallet\logs |
Database | \Users\{your User name}\AppData\Local\Beam Wallet\wallet.db (node.db) |
Dumps | \Users\{your User name}\AppData\Local\Beam Wallet\Beam Wallet.exe0.dmp |
File | Location |
---|---|
Main Executable | /Applications/Beam Wallet.app |
Configuration | N/A |
Logs | /Users/{your User name}/Library/Application Support/Beam Wallet/logs |
Database | /Users/{your User name}/Library/Application Support/Beam Wallet/wallet.db (node.db) |
File | Location |
---|---|
Main Executable | /usr/bin/BeamWallet |
Configuration | /usr/bin/beam-wallet.cfg |
Logs | /home/{your User name}/.local/share/Beam Wallet/logs |
Database | /home/{your User name}/.local/share/Beam Wallet/wallet.db (node.db) |
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 |
beam-node or beam-wallet
|
Configuration file |
beam-node.cfg or beam-wallet.cfg
|
Logs folder | logs |
Database |
node.db or wallet.db
|
Dumps (on Windows only) | beam-node.exe0.dmp |