Mine with Linux ?
-
-
I'm using this miner http://burstcoin.biz/download/12-uray-burst-miner-(linux-x64) on Ubuntu 16.04 LTS and it is working vary good for me. What version of Linux are you using? :)
-
@Tate-A I use 14.04 LTS
I think i need to dl java no ?
-
-
-
@dfinc Command not found
-
@LeoFrk2
sh ./run.sh?
-
@LeoFrk2 run.sh is just a textfile ... the command to start miner is within. You could copy and paste the content and execute it directly ... but i think @Creepsky45 suggestion should be working ... And yes, you need java. Check on command line with 'java -version' if you have already installed it.
-
@Creepsky45 I have this error :"sh: 0: can't open ./run.sh
@luxe I haven't any version of java, what is the easyest way to install java?
-
@LeoFrk2 maybe this helps you: https://forums.burst-team.us/topic/3792/installing-wallet-on-ubuntu
Installing java:
# to install java: sudo apt-get update sudo apt-get install default-jre
-
This post is deleted!
-
@luxe So, now java is installed but when i launch run.sh, i have many errors, first : " execution in thread "main "java.lang.unsported major.minor version 52.0"
-
@LeoFrk2 you will need java8 (the error indicates you have not), if the command i provided did not install java8 i'm sorry ... just took it from the mentioned post.
http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.htmlOr based on https://www.digitalocean.com/community/tutorials/how-to-install-java-on-ubuntu-with-apt-get
sudo apt-get install python-software-properties sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java8-installer

