whoa there, pardner!
Your request has been blocked due to a network policy.
Try logging in or creating an account here to get back to browsing.
If you’re running a script or application, please register or sign in with your developer credentials here. Additionally make sure your User-Agent is not empty and is something unique and descriptive and try again. if you’re supplying an alternate User-Agent string, try changing back to default as that can sometimes result in a block.
You can read Reddit’s Terms of Service here.
if you think that we’ve incorrectly blocked you or you would like to discuss easier ways to get the data you want, please file a ticket here.
when contacting us, please include your ip address which is: 178.132.110.95 and reddit account
whoa there, pardner!
Your request has been blocked due to a network policy.
Try logging in or creating an account here to get back to browsing.
If you’re running a script or application, please register or sign in with your developer credentials here. Additionally make sure your User-Agent is not empty and is something unique and descriptive and try again. if you’re supplying an alternate User-Agent string, try changing back to default as that can sometimes result in a block.
You can read Reddit’s Terms of Service here.
if you think that we’ve incorrectly blocked you or you would like to discuss easier ways to get the data you want, please file a ticket here.
when contacting us, please include your ip address which is: 178.132.110.95 and reddit account
whoa there, pardner!
Your request has been blocked due to a network policy.
Try logging in or creating an account here to get back to browsing.
If you’re running a script or application, please register or sign in with your developer credentials here. Additionally make sure your User-Agent is not empty and is something unique and descriptive and try again. if you’re supplying an alternate User-Agent string, try changing back to default as that can sometimes result in a block.
You can read Reddit’s Terms of Service here.
if you think that we’ve incorrectly blocked you or you would like to discuss easier ways to get the data you want, please file a ticket here.
when contacting us, please include your ip address which is: 178.132.110.95 and reddit account
SpaceFarmers.io Wiki
While the Chia blockchain data is still relatively small in this early stage, it will continue to grow. At some point, you may want to move the files to another folder. In this guide, you will learn how to change the location of your Chia blockchain data. It is also possible to move the wallet data in the same way.
Make sure you stop all Chia processes first
Locate the data that you want to move. First, you need to navigate to the path where the blockchain and wallet data are stored. By default, this is: C:\Users\
Copy the folders db and wallet and paste them in the location you want to store them, for example D:\Chia_Blockchain
Then, go back to your Chia folder C:\Users\
Changes are made using our example path D:\Chia_Blockchain , but of course, you can replace this with whichever path you want to store your DB files. It is recommended that you store the DB and wallet on an SSD.
| Database | config.yaml entry | From: | To: |
|---|---|---|---|
| Blockchain | full_node: database_path: | db/blockchain_v2_CHALLENGE.sqlite | D:/Chia_Blockchain/db/blockchain_v2_CHALLENGE.sqlite |
| Blockchain peer table | full_node: peer_db_path: | db/peer_table_node.sqlite | D:/Chia_Blockchain/db/peer_table_node.sqlite |
| Wallet | wallet: database_path: | wallet/db/blockchain_wallet_v2_CHALLENGE_KEY.sqlite | D:/Chia_Blockchain/wallet/db/blockchain_wallet_v2_CHALLENGE_KEY.sqlite |
| Wallet peer table | wallet: wallet_peers_path: | wallet/db/wallet_peers.sqlite | D:/Chia_Blockchain/wallet/db/wallet_peers.sqlite |
“Please do at your own risk” -Fellow Farmer