Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.2
by
papampi
on 03/10/2017, 11:30:43 UTC
Guys help plz.
I want see how my rig ZEC farming via web browser.
How i can configure that? i didnt see in bash where i can add --api 127.0.0.1:42000 or 0.0.0.0:42000
When i add that in Miner.cfg it didnt work. i trying from another computer (rig ip):42000 and got nothing.
I'm writing the web stats for nvOC, its almost ready.
Hopefully will be pushed to next update
In the mean time, open 3main, find EWBF line for your coin and add the api args

Code:
screen -dmS miner $HCD --server $ZEC_POOL --user $ZECADDR --pass z --port $ZEC_PORT --api 0.0.0.0:42000;

Gonna be some thing like this :