Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4
by
Stubo
on 17/12/2017, 13:57:23 UTC
hello,

could you please add DSTM miner please? (https://bitcointalk.org/index.php?topic=2021765.0)

Thanks

Its already there with the ZM name

1bash:

Code:
ZM_or_EWBF="ZM"  # choose ZM or EWBF miner

# DSTM ZM Miner optional arguments add "--telemetry=$IPW:42000" if you want web info
ZM_OPTS=""

Ah ok thanks cos in version i just downloaded "v0019-1.4"

its only
Code:
ZM_or_EWBF="ZM"  # choose  ZM  or  EWBF

nothing else with "ZM" there also none "# DSTM ZM Miner optional arguments add "--telemetry=$IPW:42000" if you want web info
ZM_OPTS=""

Thanks

Added it like this:

ZEC_POOL="zec-eu1.nanopool.org"
ZEC_PORT="6666"
ZM_OPTS="--telemetry=0.0.0.0:4029"

but seems like web page doesnt work (using the same style on other mining OS)

Have you tried $IPW instead of 0.0.0.0? IIRC, DSTM's miner is picky about what is used for the IP and $IPW should be your rig's IP address as determined by code in 1bash.