Post
Topic
Board Mining (Altcoins)
Re: excavator by NiceHash - multi-algorithm NVIDIA GPU miner [1.4.4a]
by
dropky
on 21/02/2018, 11:47:39 UTC
How can I get the web (index.html) working on Linux Ubuntu I have
/opt/excavator/bin/index.html

but when I run it I get Excavator is currently offline.

excavator -wl /opt/excavator/bin/index.html -p 3456


You have to run excavator with -wp (web port) parameter.
Note: web port (-wp) has to be different than API port (-p).

Also -wl is path to directory where index.html is located (remove index.html from the path).

Check here: https://github.com/nicehash/excavator#-command-line-parameters

Try next command (open web on 127.0.0.1:3457):
excavator -wl /opt/excavator/bin/ -wp 3457