Post
Topic
Board Mining (Altcoins)
Re: excavator by NiceHash - multi-algorithm NVIDIA GPU miner [1.4.4a]
by
apiontek
on 24/03/2018, 15:07:41 UTC
i fix but still error error
api | Failed to bind local port 3456 err: system:98

i run excavator from /home/username/excavator/ folder  - it s empty and contain only scripts
on Linux i can run excavator from any folder.
it installed in system /opt/excavator/etc  folder with right of root,  normally user doen't have enough right to write conf files in /opt/
i tries today copy .json files.
it not helped. runs failed with "98"

i tries remove :x  and rig1.not helped me.
   {"id":1,"method":"algorithm.add","params":["lyra2rev2", "xvgmine.idcray.com:10011","D8C7HvMbxxTnZvwmzEv8jhGmWfi42woycr.rig1:x"]}
]}

i search over your link but i seek  "port 3456" or "system:98"
but i found only "build_number": 3456,  Sad(((

totally unusable software ((

The error you're getting says the excavator api is unable to use port 3456 on your computer.

If you don't need to use the api, you can disable it with command line parameters as per https://github.com/nicehash/excavator#cmdline

So for example:

Code:
excavator -p 0 ...

For me it works, and I use the api in my mining scripts. Controlling excavator works differently from other mining software but it's great once you understand it.

Again, if you don't need the api and it's a roadblock for you, just disable it. If you want to use it, try setting a different port. Maybe port 3456 is already in use on your machine, or you don't have permission to use it.