equihash miner
-. https://github.com/nemosminer/DSTM-equihash-miner
-. Official site : https://bitcointalk.org/index.php?topic=2021765.0
-. Compatible with devices having Compute Capability 5.0 and greater (Maxwell/Pascal).
-. Supports stratum/pool based mining.
-. Multi-GPU support.
-. Supports remote monitoring
-. Supports setup of failover pools
-. Supports configuration using configuration files
-. contains 2% development fee사용법
-. start.bat 를 실행하여 zm.cfg 환경파일을 사용하는 방법과
-. start-no-cfg-file.bat 를 실행하는 방법이 있음.
-. 후자의 방법이 편함
-. start-no-cfg-file.bat 내용 (마이닝풀허브일 경우 예제)
@echo #######################################################
@echo Don't forget to change your pool and login information.
@echo #######################################################zm --server ssl://asia.equihash-hub.miningpoolhub.com --port 20595 --user joongjae.test --pass x --color --time
@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 to use
REM --dev Space separated list of cuda devices
REM --time Enable output of timestamps
REM --color colorize the output
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
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 Example:
REM zm --server servername.com --port 1234 --user username
Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
If you enjoyed what you read here, create your account today and start earning FREE STEEM!