Post
Topic
Board Mining (Altcoins)
Re: [ANN] dstm's ZCash / Equihash Nvidia Miner v0.5.2 (Linux / Windows)
by
taalex79
on 18/10/2017, 21:18:58 UTC
Can you give example of batch file?

timeout 15
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
zm --server eu1-zcash.flypool.org --port 3333 --cuda_devices 0 1 2 3 4 --user t1JjQf4RUWSNxmEzsr2sbTJE34ghtAQ5ztE.gsmp106 --pass x --templimit 81 --log 2 --pec


you asked this?


Some of the options are wrong in this example.


To get a description of the available options just launch zm.exe without any arguments and you'll get this output:             
Code:
ZM 0.5.2, dstm's ZCASH Cuda Miner

Usage:
 zm --server hostname --port port_nr --user user_name
    [--pass password] [options]...

 Stratum:
    --server         Stratum server hostname
                     prefix hostname with 'ssl://' for encrypted
                     connections - e.g. ssl://mypool.com
    --port           Stratum server port number
    --user           Username / Workername
    --pass           Worker password

 Options:
    --help           Print this help
    --dev            Space separated list of cuda devices
    --list-devices   List available cuda devices
    --time           Enable output of timestamps

    --temp-target    In C - If set, enables temperature controller.
                     The performance of each GPU will be continuously
                     adjusted such that the temperature stays around
                     this value. It is recommended to set your fan speed
                     to 100% when using this setting.

    --telemetry      [=ip:port]. Starts telemetry server. Telemetry data
                     can be accessed using a web browser(http) or by json-rpc.
                     If no arguments are given the server listens on
                     127.0.0.1:2222 - Example: --telemetry=0.0.0.0:2222
                     Valid port range [1025-65535]
 Example:
    zm --server servername.com --port 1234 --user username


This is also described on the opening post of this thread.
However I'll write a readme and some example batch files to make it easier for windows users.


I read it. but until the file was created, the system did not start (after that everything worked!