Moving plots to a different machine
Pre-requisite: You'd need to have the same keys on the new machine.
- Install chia on the new machine
在新机器装好 chia - Find your private keys using
chia keys show --show-mnemonic-seedon the old machine, or on the UI by clicking on "Keys".
在旧机器里用chia keys how得到助记词,或在 UI 操作界面界面点击密钥查看密钥上的眼睛图标 - Copy the 24 mnemonic words (this is your private key) and add them to the new machine using
chia keys add
在新机器里用chia keys add通过助记词添加钱包。 - Move the plot file
开垦好的田换地方 - Add the new plot directory
添加农田目录- For command line: do
chia plots add -d '/Users/example/folder'
命令行的用这个命令添加:chia plots add -d '/Users/example/folder' - For GUI: go to the
Farmertab and clickAdd plots, and select the new directory.
UI 操作界面的在点击 添加农田旁边的...,选择添加新农田目录
- For command line: do
After following these steps, and restarting your farmer, the new plots should be visible.
完成以上步骤,重启 farmer。
开始导入钱包
加钱包
chia keys add
根据提示输入助记词,完成导入。
chia keys delete -f 指纹 删除没用的 key
添加 Plots 目录
chia plots add -d '/media/jovi/SG10T'
chia plots add -d '/media/NAS/usbshare1'
chia plots add -d '/media/NAS/usbshare2'
chia plots add -d '/media/NAS/MediaCenter'
chia plots add -d '/media/NAS/D1Storeage'
重启 farmer
chia stop farmer
等
chia_harvester: Stopped
chia_farmer: Stopped
chia_full_node: Stopped
chia_wallet: Stopped
停止,然后
chia start farmer
chia_harvester: started
chia_farmer: started
chia_full_node: started
chia_wallet: started
等同步开始 farm ,完。