Author

Topic: [ANN] dstm's ZCash / Equihash Nvidia Miner v0.6.2 (Linux / Windows) - page 112. (Read 224961 times)

full member
Activity: 350
Merit: 126
Hi

How can I get json stats?
I only get http.

Json data isn't transferred on top of http. Just make a json-rpc request on top of a tcp-socket.
full member
Activity: 350
Merit: 126
@dstm - Any plans to fix the issue with DSTM not being able to report WATT (and therefore SOL/W) for 1050Ti GPUs?

Thanks!

Does nvidia-smi report power usage properly?

Btw. that a nice usage of frames to have multiple rigs on one page. I was also thinking to provide a html template for something similar.
newbie
Activity: 6
Merit: 0
Hi

How can I get json stats?
I only get http.
full member
Activity: 558
Merit: 194
newbie
Activity: 1
Merit: 0
I think it's not a dstm's, it's a NVIDIA driver, after 385.69 I have same problem in ewfb 0.34b.

full member
Activity: 558
Merit: 194
@dstm - Any plans to fix the issue with DSTM not being able to report WATT (and therefore SOL/W) for 1050Ti GPUs?

See below:



Thanks!
newbie
Activity: 5
Merit: 0
@dstm - Didn't see this reported, apologies if it was. I think I found a small reporting bug with the server and logging info. It's a super edge case but I don't know the implications as it seems to retain application start values.  The use case was that the miner started before the power setting init ran, and after the power settings changed (see https://imgur.com/a/OziUT), zm seems to misreport power stats (see https://imgur.com/a/rE2KF). This could be corrected after restarting zm (see https://imgur.com/a/GN9uV)

This system is running on ubuntu desktop 16.04.3, nvidia-smi v384.98, miner version 0.5.4.

I can run through the logs too but they show the same info. I realize I should've included the server timestamps for reference, but they're within minutes of each other in the above order.

ZM reports averages for power consumption and efficiency - since that's the most accurate way.
So it reports correctly the average power consumption of your system. It will converge after some time.

Ah, I thought it was sampled live stats rather than averages, that wasn't clear to me. I actually analyzed logs a few days ago and noted the lack of variance for zm, that puts it into perspective  Grin!

edit: I also should've paid more attention to the first post's description on logs ^^
full member
Activity: 350
Merit: 126
@dstm - Didn't see this reported, apologies if it was. I think I found a small reporting bug with the server and logging info. It's a super edge case but I don't know the implications as it seems to retain application start values.  The use case was that the miner started before the power setting init ran, and after the power settings changed (see ), zm seems to misreport power stats (see ). This could be corrected after restarting zm (see )

This system is running on ubuntu desktop 16.04.3, nvidia-smi v384.98, miner version 0.5.4.

I can run through the logs too but they show the same info. I realize I should've included the server timestamps for reference, but they're within minutes of each other in the above order.

ZM reports averages for power consumption and efficiency - since that's the most accurate way.
So it reports correctly the average power consumption of your system. It will converge after some time.
newbie
Activity: 5
Merit: 0
@dstm - Didn't see this reported, apologies if it was. I think I found a small reporting bug with the server and logging info. It's a super edge case but I don't know the implications as it seems to retain application start values.  The use case was that the miner started before the power setting init ran, and after the power settings changed (see https://imgur.com/a/OziUT), zm seems to misreport power stats (see https://imgur.com/a/rE2KF). This could be corrected after restarting zm (see https://imgur.com/a/GN9uV)

This system is running on ubuntu desktop 16.04.3, nvidia-smi v384.98, miner version 0.5.4.

I can run through the logs too but they show the same info. I realize I should've included the server timestamps for reference, but they're within minutes of each other in the above order.
newbie
Activity: 49
Merit: 0
DSTM is tested on our Bitcoin Gold Mining Pool: https://gpool.guru. Have fun!
full member
Activity: 294
Merit: 103
Quote
zm --dev --server  ssl://zec.suprnova.cc --port 2242 --user yourusername.yourworkername --pass x --time
thx man Grin
newbie
Activity: 17
Merit: 0
Does anyone else have a problem where miner just shuts down, no error no nothing, just closes ?
There were problems with the ZCash network recently, while the EWBF's CUDA Zcash miner lost connect with the pool, but it continued to work, reporting a connection error, and dstm's miner was unexpectedly closed. After the pool started working again,  EWBF continued to work, and dstm no, because closed before.
It's need to make dstm's miner didn't finish work, when the connection is lost.

Thx, this was reported multiple times - I'm working on it.

If its any help, it happened on my 4 x 1080 rig (regulars non ti), works perfectly on my 1070 and 1060 rigs.
full member
Activity: 350
Merit: 126
Does anyone else have a problem where miner just shuts down, no error no nothing, just closes ?

yes, can confirm that! worst part of it, it is not showing any error!
and only by dropping temps in Afterburner I can see that there is a problem
would be so much better, if miner exits - then in but file will be executed goto loop command and all will be good again!

I guess you're on windows.
This is how batch files work on windows if you launch them by double clicking. The window closes on termination of last command. You might add 'pause' as the last command in your batch file. This way you should be able to see the error message.
full member
Activity: 350
Merit: 126
Please provide API to working with Awesome miner , Thank you very much


ZM reports stats via json-rpc. It's described in json-rpc.txt.
full member
Activity: 350
Merit: 126
Hi all,
Can you please remember me what are the two last numbers in each line of the miner display when mining with the last version 0.5.4 ?
Thank you.

The README file contains a description for it:
Sh   :
Thank you for the reply and explanation.
.. and sorry to not thinking about the readme file : I only look at the OP.
Have a nice day :-).

Thx for reporting, I've updated the OP.
hero member
Activity: 630
Merit: 502
Does anyone else have a problem where miner just shuts down, no error no nothing, just closes ?
I have

Code:
Restart=always
RestartSec=10s

in my miner systemd service file to auto restart after 10 seconds.

https://www.freedesktop.org/software/systemd/man/systemd.service.html#Restart=
sr. member
Activity: 420
Merit: 250
Does anyone else have a problem where miner just shuts down, no error no nothing, just closes ?

yes, can confirm that! worst part of it, it is not showing any error!
and only by dropping temps in Afterburner I can see that there is a problem
would be so much better, if miner exits - then in but file will be executed goto loop command and all will be good again!
sr. member
Activity: 810
Merit: 444
Hi all,
Can you please remember me what are the two last numbers in each line of the miner display when mining with the last version 0.5.4 ?
Thank you.

The README file contains a description for it:
Sh   :
Thank you for the reply and explanation.
.. and sorry to not thinking about the readme file : I only look at the OP.
Have a nice day :-).
full member
Activity: 350
Merit: 126
Hi all,
Can you please remember me what are the two last numbers in each line of the miner display when mining with the last version 0.5.4 ?
Thank you.

The README file contains a description for it:
Sh   :
sr. member
Activity: 810
Merit: 444
Hi all,
Can you please remember me what are the two last numbers in each line of the miner display when mining with the last version 0.5.4 ?
Thank you.
Jump to: