-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflypool.bat
41 lines (38 loc) · 1.91 KB
/
flypool.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
echo Don't forget to change your pool and login information.
zm --server us1-zcash.flypool.org --port 3333 --user t1c6GZWBoqXf5MMfZ9hpzsgz4xmwAmS9L8z.rig0
@echo off
REM Usage:
REM zm --server hostname --port port_nr --user user_name
REM [--pass password] [options]...
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 / Workername
REM --pass Worker password
REM
REM Options:
REM --help Print this help
REM --dev Space separated list of cuda devices
REM --list-devices List available cuda devices
REM --time Enable output of timestamps
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 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 100% when using this setting.
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 Example:
REM zm --server servername.com --port 1234 --user username