Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU | PHP Based | Decentralized Revolution
by
freinos13
on 15/03/2018, 09:46:03 UTC

Try typing just "top" for me and let me know what it says (screenshot if poss)

It's possible also that the script is still installing, it takes about 2 minutes to fully install, sometimes longer

I have installed the script since hours so I don't think it's that.

Here what I see when I type "top" :
http://oi66.tinypic.com/s3n3ok.jpg

Also, could you please try the following script, it's using the new non Java miner but I would like to see if it successfully installs the script. After you have ssh'd into the VM via the console, type either tmux attach or top to check if "ariocppminer" is running. This script is presuming you are running an intel processor that supports AVX2. If you are using an AMD or older Intel processor then please change the "./ariocppminer_avx2" section to either "./ariocppminer" or "./ariocppminer_avx". Remember to enter your wallet address!

Quote
#! /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.4_ubuntu16_server.tar.gz
tar -zxf ariocppminer_v0.9.4_ubuntu16_server.tar.gz
tmux new-session -d -s my_session './ariocppminer_avx2 -a -p http://aropool.com

Let me know how you get on



Thanks for your help.

Not sure how to check the startup log.

I have edited the initialization script with this script but the result is the same.

Do I have to create a new script and a new server ?