Search content
Sort by

Showing 3 of 3 results by Burgie002
Post
Topic
Board Mining (Altcoins)
Re: NSGminer v0.9.3: The Fastest NeoScrypt GPU Miner
by
Burgie002
on 06/12/2017, 23:32:25 UTC
Trying to get SGMINER to run my RX580 cards only for Feathercoin. Using windows 10 and have 6 other NVidia cards mining another coin. Need help with config/bat files
Post
Topic
Board Mining (Altcoins)
Re: excavator by NiceHash - multi-algorithm NVIDIA & AMD GPU miner [1.3.7a]
by
Burgie002
on 20/11/2017, 17:21:20 UTC
Quote
Anyone

I am trying to implement the "device.list" command in my config file but failing.
I have already read the Readme and Master documents. It is not clear to me how this command is implemented.

I added the following to my config file and caused the system to freeze.

{"id":1,"method":"device.list","params":[]}


I am currently mining ZEC on Excavator. I have 5x GTX1080TI GPUS on my rig. It works fine until I add the "device.list" and then it crashes.

Has any of you used this function when running excavator? If yes can you show your config entries related to "device.list" functionality.

I ran the telnet call for the device info. I entered the device results into a text file.
Can anyone show how the "device.list" command works in the config file and where does the results of this command show up?

Best regards


device.list works only via API.  In the configuration file it does not work.
Via Telnet  - only type on keyboard {"id":1,"method":"device.list","params":[]} and press Enter.
With the HTTP  - http://Excavator_IP:Excavator_Port/api?command={"id":1,"method":"algorithm.list","params":[]}
For example:
Linux: wget --quiet -O - http://10.0.0.9:38080/api?command={"id":1,"method":"algorithm.list","params":[]}
Windows: use PowerShell (.Net) or wget for windows or browser

Thank You Kayfolom
I was expecting more from the command. My misunderstanding. I did run the api and did get the detailed device output.

Best regards
Post
Topic
Board Mining (Altcoins)
Re: excavator by NiceHash - multi-algorithm NVIDIA & AMD GPU miner [1.3.7a]
by
Burgie002
on 20/11/2017, 04:25:27 UTC
Quote
Insert Quote
Quote from: scryptr on November 19, 2017, 10:31:46 AM
Quote from: lexkanev on November 19, 2017, 08:49:35 AM
Quote from: Kayfolom on November 18, 2017, 06:43:27 AM
Dear Zawawa, is it planned to add new algorithms to the Excavator?

Good question - now I need ethash algorithm too, but on AMD and Ubuntu 14.04 LTS  Wink
Dear Zawawa, help us!  Smiley

EXCAVATOR DOES ETH-HASH (DAGGER-HASHIMOTO)--

You may read on pages 48-50 or so for example configurations.  Excavator dual-mines with no fee.  Detailed configuration docs are on the GitHub site.       --scryptr

I saw 48-50 pages before and config dual-mining for ZEC and XMR. But I didn't know what algorithm is for ETH in Excavator miner. Thnx!

Now I can't config web stats for Excavator on Ubuntu 16.04 LTS. Where can I put the "index.html" file to get stats on web?
I start excavator with -wp and -wi parameters (not local IP bind) and get on web "404 Not Found", but when I do "api?..." to binded IP and port I can get stats in JSON format.

Thnx!


Anyone

I am trying to implement the "device.list" command in my config file but failing.
I have already read the Readme and Master documents. It is not clear to me how this command is implemented.

I added the following to my config file and caused the system to freeze.

{"id":1,"method":"device.list","params":[]}


I am currently mining ZEC on Excavator. I have 5x GTX1080TI GPUS on my rig. It works fine until I add the "device.list" and then it crashes.

Has any of you used this function when running excavator? If yes can you show your config entries related to "device.list" functionality.

I ran the telnet call for the device info. I entered the device results into a text file.
Can anyone show how the "device.list" command works in the config file and where does the results of this command show up?

Best regards