nicehash / excavator

NiceHash's proprietary low-level CUDA miner
https://www.nicehash.com
53 stars 19 forks source link

-p not working in 1.4.4 #222

Closed Angel996 closed 3 years ago

Angel996 commented 6 years ago

Upgraded from 1.3.7 to 1.4.4 (Ubuntu), found -p 0 CLI option not working. If I use -p with any number, I get the Usage: /usr/bin/excavator-run prompt.

t4nja commented 6 years ago

How exactly are you running excavator? Can you post here the command?

Angel996 commented 6 years ago

I just run the same script file that I used to run the 1.3.7a version which worked before. It's very simple:

This works with ver 1.4.4:

/usr/bin/excavator-run -u NICEHASH_BITCOIN_USERNAME -a equihash

This does not work with ver 1.4.4:

/usr/bin/excavator-run -u NICEHASH_BITCOIN_USERNAME -a equihash -p 0

Looks like -p parameter was wiped from ver 1.4.4.

borzaka commented 6 years ago

Default API bind port is 3456, but you can change it with '-p' command line parameter.

HTTP API is disabled by default. You can enable it by configuring command line parameters.

https://github.com/nicehash/excavator/blob/f994250d4ed26fcf47d47715ad1dfdc27ad8ec37/README.md#cmdline

nicehashdev commented 3 years ago

Linux not supported currently. Closing.