-
Notifications
You must be signed in to change notification settings - Fork 2k
Moving plots
Plots are just a static file. Plots can be moved from one folder/directory to another, and even to another machine (of a different operating system). It may also be mounted from an external USB drive or over the network.
- Move the plot file
- Add the new plot directory
- For command line: do
chia plots add -d '/Users/example/folder'
- For GUI: go to the
Farmer
tab and clickAdd plots
, and select the new directory.
- For command line: do
A trick is to rename a plot file from *.plot to *.plot-mv, copy/move it, and rename it back. This way the harvester will not see it as bad if the copy hasn't completed yet.
Pre-requisite: You'd need to have the same keys on the new machine.
- Install chia on the new machine
- Find your private keys using
chia keys show --show-mnemonic-seed
on the old machine, or on the UI by clicking on "Keys". - Copy the 24 mnemonic words (this is your private key) and add them to the new machine using
chia keys add
- Move the plot file
- Add the new plot directory
- For command line: do
chia plots add -d '/Users/example/folder'
- For GUI: go to the
Farmer
tab and clickAdd plots
, and select the new directory.
- For command line: do
After following these steps, and restarting your farmer, the new plots should be visible.
It's good to check your plots periodically to ensure that it is not corrupted for whatever reason.
You can check if they are working by running chia plots check
or using the UI and checking if the plots are visible.
If you would like to farm on many machines, but only run one full node and farmer (to save disk space, bandwidth, and keep private keys safer), you should run one harvester per machine.
Chia Network - Green money for a digital world.
- Home
- Beginners Guide
- Install instructions
- Quick Start Guide
- FAQ - Frequently Asked Questions
- Pooling FAQ
- Pooling User Guide
- Chia Project FAQ
- Plotting Basics
- Alternate Plotters
- Plot Sizes (k-sizes)
- CLI Commands Reference
- Windows Tips & Tricks
- How to Check if Everything is Working (or Not)
- SSD Endurance - Info on SSD's and plotting
- Reference Plotting Hardware
- Reference Farming Hardware
- Farming on Many Machines
- Good Security Practices on Many Machines
- Chialisp Documentation (Official)
- How to Connect to Testnet
- Timelords and Cluster Timelords
- Release Notes
- RPC Interfaces
- Resolve Sync Issues - Port 8444