Difference between revisions of "Data directory"
Jump to navigation
Jump to search
Plebeian9000 (talk | contribs) (create new top-level section for running from command line) |
Plebeian9000 (talk | contribs) (focus on data directory; add see also section) |
||
Line 1: | Line 1: | ||
− | The '''data directory''' is where all of Bisq's data | + | The '''data directory''' is where all of Bisq's data files are stored. |
__TOC__ | __TOC__ | ||
− | = Data | + | = Data directory structure = |
Notable items in the data directory: | Notable items in the data directory: | ||
Line 15: | Line 15: | ||
** <code>wallet/</code> - BTC and BSQ wallet files and rolling backups, as well as the <code>bisq.spvchain</code> file. | ** <code>wallet/</code> - BTC and BSQ wallet files and rolling backups, as well as the <code>bisq.spvchain</code> file. | ||
− | = | + | = Default locations = |
− | == Windows | + | === Windows === |
− | |||
− | |||
C:\Users\<username>\AppData\Roaming\Bisq\ | C:\Users\<username>\AppData\Roaming\Bisq\ | ||
− | = | + | === macOS === |
− | |||
− | |||
− | |||
− | == macOS | ||
− | |||
− | |||
/Users/<username>/Library/Application Support/Bisq/ | /Users/<username>/Library/Application Support/Bisq/ | ||
− | = | + | === Linux === |
− | |||
− | |||
− | |||
− | == Linux | ||
− | |||
− | |||
/home/<username>/.local/share/Bisq/ | /home/<username>/.local/share/Bisq/ | ||
− | = | + | = See also = |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | * [[Switching to a new data directory]] | |
− | + | * [[Running from the command line]] |
Revision as of 18:55, 17 June 2020
The data directory is where all of Bisq's data files are stored.
Data directory structure
Notable items in the data directory:
bisq.log
- main log file with most recent logs, often helpful for debugging. This file may contain private information, so it's usually not wise to post the whole thing publicly.bisq.properties
- place to store command-line options, so you don't have to specify them every time you run Bisq (where each option is on a new line in<option>=<value>
format, e.g.,dumpStatistics=true
).btc_mainnet/
- main data directory.keys/
- keys for signing P2P messages as well as signing and aging payment accounts.db/
- various user data and network data. It is strongly discouraged to edit any files in this directory.tor/
- Tor state data. Thehiddenservice/
folder within determines your onion address.wallet/
- BTC and BSQ wallet files and rolling backups, as well as thebisq.spvchain
file.
Default locations
Windows
C:\Users\<username>\AppData\Roaming\Bisq\
macOS
/Users/<username>/Library/Application Support/Bisq/
Linux
/home/<username>/.local/share/Bisq/