forked from xeroc/stakemachine
-
Notifications
You must be signed in to change notification settings - Fork 129
Config File Locations
PermieBTS edited this page Aug 9, 2019
·
8 revisions
4.1 Sometimes you can solve problems by starting fresh, that is, by removing the files that hold the keys and configuration; here is how:
-
4.2.1 DEXBot config:
C:\Users\<user>\AppData\Local\Codaone Oy\dexbot\config.yml
-
4.2.2 DEXBot log:
C:\Users\<user>\AppData\Local\Codaone Oy\dexbot\dexbot.log
-
4.2.3 DEXBot storage:
C:\Users\<user>\AppData\Local\Codaone Oy\dexbot\dexbot.sqlite
-
4.2.4 Orders history:
C:\Users\<user>\AppData\Local\Codaone Oy\dexbot\history.csv
-
4.2.5.1 Wallet:
C:\Users\<user>\AppData\Local\Fabian Schuh\bitshares\bitshares.sqlite
-
4.3.1 DEXBot config:
~/.config/dexbot/config.yml
-
4.3.2 DEXBot log:
dexbot.log
in working directory (the dir within which you started dexbot) for cli version, and~/.local/share/dexbot/dexbot.log
for the GUI version -
4.3.3 DEXBot storage:
~/.local/share/dexbot/dexbot.sqlite
-
4.3.4 Orders history:
~/.local/share/dexbot/history.csv
-
4.3.5.1 Wallet:
~/.local/share/bitshares/bitshares.sqlite
4.4.0.1 DEXBot log: dexbot.log in the same repository as Makefile
-
4.4.1 DEXBot config:
~/Library/Application Support/dexbot/config.yml
-
4.4.2 DEXBot log:
dexbot.log
in the working directory (if you start dexbot from cli) -
4.4.3 DEXBot storage:
~/Library/Application Support/dexbot/dexbot.sqlite
-
4.4.4 Orders history:
~/Library/Application Support/dexbot/orders.csv
-
4.4.5.1 Wallet:
~/Library/Application Support/bitshares/bitshares.sqlite