Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ARO] | Arionum | CPU Only | PHP Based | Decentralized Revolution
by
OvErLoDe1
on 14/02/2018, 23:11:02 UTC
ok i' ll search because i already blocked at the java miner instalation (maven)
if you have tuto or other, i take it Smiley 
sorry for my bad english, i m from belgium

This is all you need for Linux to get the Java miner working -

sudo apt-get update

sudo apt-get install -y openjdk-8-jdk maven git make gcc

git clone git://github.com/ProgrammerDan/arionum-java

cd arionum-java/arionum-miner

mvn clean package

chmod +x build-argon.sh

./build-argon.sh

./run.sh

Hope this helps


If you get any compile errors, you may find that adding "sudo apt-get install build essentials" fixes them.