Pre-requisites
Activeset miner deployment
For miner Activeset deployment, the user should own a server with ONLY SSD's attached.
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.
The user should also own a domain name for a given service provider. Create an
A
Record with your server public IP.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