Migrate miner to another server
Active set miner migration to another server.
For miner migration to new server, the user must recheck the below:
The server should be running ubuntu linux version >= 20.04LTS
The user used for setup should be the root user, or have sudo privileges.
If you have software/hardware raid on SSD, please mount it to this path
/var/0chain/miner/ssd
If you don't have hardware raid on SSD, you need to set software raid and mount the disks as specified in step3 above. Also create an entry in /etc/fstab file, so that it gets mounted automatically whenever server gets restarted.
If anything is running on port 80, 443 and 7071 you will need to stop the process and release those ports.
When above all the steps are successfully fulfilled, Follow the next steps.
Abbreviation
Here, We will be using the below abbreviation for older server and new server:
OLS -> Old Server
NES -> New Server
Last updated