Had some difficulty getting miner running on UpCloud, but Overlode1 assisted me on discord and got my miner working on the cloud using the following script:
#! /bin/bash
set -x #echo on
sudo apt-get update
sudo apt-get install curl git libssl-dev libcurl3 -y
wget
https://bitbucket.org/cryptogone/ariocppminer/downloads/ariocppminer_v0.9.5_ubuntu16_server.tar.gztar -zxf ariocppminer_v0.9.5_ubuntu16_server.tar.gz
echo "pool
http://aropool.com/4YV7bWw76m4DfzT1NNTjjN9Cq9b41NvVRFh86xNQpj51X6yatw1h6xMttLg7aAb6XsRNuwYLS6yD8CN
z6BJNsgg
`nproc`
enhanced
true
`hostname`" > config.cfg
tmux new-session -d -s my_session './ariocppminer_avx2'
Thanks Overlode1!
