Skip to content
Discussion options

You must be logged in to vote

By design you can use the CHIA_ROOT environment variable to set another directory.
https://github.com/Chia-Network/chia-blockchain/wiki/Quick-Start-Guide#install

  • stop the chia daemon
  • move ~/.chia to the new destination
  • set the environment variable by executing
    export CHIA_ROOT=/your/new/destination/.chia/mainnet
  • restart the chia daemon

To make the evironment variable persistent across reboot, insert the line above into your .bashrc

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by emlowe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1876 on July 22, 2021 00:00.