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-parametersTry next command (open web on 127.0.0.1:3457):
excavator -wl /opt/excavator/bin/ -wp 3457