Replies: 1 comment 1 reply
-
On linux it looks like the hidden "~/.chia/mainnet/" directory location can be changed by editing the "default_root.py" file:
If you change "~/.chia/mainnet" to "[New Path]/.chia/mainnet" this will change the location that houses the DB (including the blockchain DB)
Once this file has been updated run
and
This is handy if you are using a Raspberry PI and want to move the DB folders to a different storage medium so that writes to an SD care are minimized. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When chia is installed in Windows, by default the chosen installation path is the root drive, C. I notice when running a full node, the logs and especially the blockchain db can take up a sizeable space (2-3 Gb and counting). For various reasons, some may have reservations about letting Chia write logs and blockchain to the root drive (SSD wearing out, or low space). I could create a symlink to another suitable drive, but I think this feature should come out of the box considering the space is of variable length.
Beta Was this translation helpful? Give feedback.
All reactions