Pre-requisites

Activeset sharder deployment

For sharder Activeset deployment, the user should own a server with both HDD's & SSD's attached.

  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 HDD, please mount it to this path: /var/0chain/sharder/hdd.

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

  5. If you don't have hardware raid on SSD/HDD, you need to set software raid and mount the disks as specified in step3 & step4 above. Also create an entry in /etc/fstab file, so that it gets mounted automatically whenever server gets restarted.

  6. The user should also own a domain name for a given service provider. Create an A Record with your server public IP.

  7. If anything is running on port 80 or port 443 you will need to stop the process and release those ports.

When above all the steps are successfully fulfilled, Follow the next steps

Last updated