-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathstart-no-cfg-file.bat
66 lines (64 loc) · 3.06 KB
/
start-no-cfg-file.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
@echo #######################################################
@echo Don't forget to change your pool and login information.
@echo #######################################################
zm --server eu1-zcash.flypool.org --port 3333 --user t1Ja3TR6QBRDUd897sLn1YSeKc8HnWmvHbu --color
@echo off
REM Usage:
REM zm --server hostname --port port_nr --user user_name
REM [--pass password] [options]...
REM
REM zm --cfg-file[=path]
REM
REM Stratum:
REM --server Stratum server hostname
REM prefix hostname with 'ssl://' for encrypted
REM connections - e.g. ssl://mypool.com
REM --port Stratum server port number
REM --user Username
REM --pass Worker password
REM
REM Options:
REM --help Print this help
REM --list-devices List available cuda devices
REM
REM --dev Space separated list of cuda devices to use.
REM If this option is not given all available devices
REM are used.
REM
REM --time Enable output of timestamps
REM --color colorize the output
REM
REM --logfile [=path] Append logs to the file named by 'path'
REM If 'path' is not given append to 'zm.log' in
REM current working directory.
REM --noreconnect Disable automatic reconnection on network errors.
REM
REM --temp-target =dev_id:temp-target[,dev_id:temp-target] ...
REM In C - If set, enables temperature controller.
REM The workload of each GPU will be continuously
REM adjusted such that the temperature stays around
REM this value. It is recommended to set your fan speed
REM to a constant value when using this setting.
REM Example: --temp-target=0:65,2:70
REM
REM --intensity =dev_id:intensity[,dev_id:intensity] ...
REM Reduce the load which is put on the GPU - valid
REM intensity range ]1.0-0.0[.
REM Example: --intensity=0:0.893,2:0.8
REM
REM --telemetry [=ip:port]. Starts telemetry server. Telemetry data
REM can be accessed using a web browser(http) or by json-rpc.
REM If no arguments are given the server listens on
REM 127.0.0.1:2222 - Example: --telemetry=0.0.0.0:2222
REM Valid port range [1025-65535]
REM
REM --cfg-file [=path] Use configuration file. All additional command
REM line options are ignored - configuration is done only
REM through configuration file. If 'path' is not given
REM use 'zm.cfg' in current working directory.
REM
REM --pool =hostname,port_nr,user_name[,pass]
REM Setup additional failover pools.
REM
REM Example:
REM zm --server servername.com --port 1234 --user username