[HELP]Can i migrate the ~/.chia/mainnet to other places #7717
-
Hi there,i have a problem when i syncing the nodes of chia,the dis of default path was full that i cann't going next step,can i migrate the nodes files to other places?i was tried to modified the |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
You can try the following operations: $ mount /dev/sd.. /mnt
$ chia stop -d all
$ mv ~/.chia /mnt/chia
$ ln -s /mnt/chia ~/.chia
$ chia start ... |
Beta Was this translation helpful? Give feedback.
-
Thanks man. |
Beta Was this translation helpful? Give feedback.
-
By design you can use the CHIA_ROOT environment variable to set another directory.
To make the evironment variable persistent across reboot, insert the line above into your .bashrc |
Beta Was this translation helpful? Give feedback.
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
export CHIA_ROOT=/your/new/destination/.chia/mainnet
To make the evironment variable persistent across reboot, insert the line above into your .bashrc