Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU | PHP Based | Decentralized Revolution
by
OvErLoDe1
on 21/07/2018, 11:35:56 UTC
Amazon AWS Mining Guide

Next, copy and paste your script file contents into the "User Data" box -




Could you clarify this please?  What script file contents go here?

Use a script such as this -

#! /bin/bash
set -x #echo on
sudo apt-get update
sudo apt-get install openjdk-8-jdk maven git gcc make -y
sudo apt-get install build-essential -y
cd
git clone git://github.com/Programmerdan/arionum-java
cd /arionum-java/arionum-miner
git checkout master
touch config.cfg
chmod 755 config.cfg
echo "pool
http://aropool.com/
65AkkjBs2arwbikYVDh3B57aeehzpVp9Xw69tgewj8y8stx9FjajNhxR5Y3D9vzjYGgPGzuXbf7xSKn 1C2i2DxFY
`nproc`
standard
true
`hostname`" > config.cfg
mvn clean package
chmod +x build-argon.sh
./build-argon.sh
chmod +x run.sh
sudo apt-get install tmux -y
tmux new-session -d -s my_session 'sh run.sh'

Change the pool address and wallet address to one of your choice