Migrate miner to another server

Active set miner migration to another server.

For miner migration to new server, the user must recheck the below:

  1. The server should be running ubuntu linux version >= 20.04LTS

  2. The user used for setup should be the root user, or have sudo privileges.

  3. If you have software/hardware raid on SSD, please mount it to this path /var/0chain/miner/ssd

  4. 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.

  5. 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