You are not logged in
If you log in, the commands in this tutorial are specific to your account, otherwise you might have to take additional steps to install the CPU Miner.
Go to Login to get commands specific to your account.
If you log in, the commands in this tutorial are specific to your account, otherwise you might have to take additional steps to install the CPU Miner.
Go to Login to get commands specific to your account.
Please make sure your device meets all the following requirements:
Hostero requires Docker to work. The installer will install Docker as well.
curl https://www.hostero.eu/install | sudo sh
Hostero requires Docker to work. We recommend to install Docker via our script, but you can install it using alternative ways as well (supported versions).
curl https://releases.rancher.com/install-docker/17.12.sh | sh
curl https://releases.rancher.com/install-docker/18.06.sh | sh
mkdir -p /etc/docker; echo '{"dns": ["8.8.8.8", "8.8.4.4"]}' > /etc/docker/daemon.json; service docker restart
docker run -e CATTLE_HOST_LABELS="account=ACCOUNT_ID" --rm --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /var/lib/rancher:/var/lib/rancher rancher/agent:v1.2.11 http://europe1.hostero.eu:8080/v1/scripts/039D34CB4B128E9D3686:1546214400000:ToWJiNA8ZNqfP8VIBAspXy7ouI
Important: Replace ACCOUNT_ID with yours. You need to Login.
Cloud providers have an option to set a startup script. The script will execute after the VPS is created, so you don't have to manually install it.
#!/bin/bash
curl https://www.hostero.eu/install?a=ACCOUNT_ID | sh
Important: Replace ACCOUNT_ID with yours. You need to Login.