downloads custom_top_html:no
default debug random = 5 / type = READ / detected = READ
windows
2016-11-05 01:11:15

Claymore's ZCash AMD GPU Miner v1.0 Beta

테스트결과 지금까지 나온 마이너중 가장 좋습니다.


단, 이 개발자가 늘 그래왔던 것 처럼 이번에도 역시 2.5%의 수수료(마이너가 90초/시간동안 클레이모어를 위해 일을 합니다. ㅠ.ㅠ)를 지급하도록 되어 있습니다.


2.5%의 피(Fee)가 마음에 들지 않으면 쓰지 말라고 하시네요.



마풀허의 경우


ZecMiner64.exe -zpool asia.equihash-hub.miningpoolhub.com:20570  -zwal 마풀허ID.채굴기명 -zpsw x -allpools 1


위의 명령어중 ID와 채굴기 이름만 변경하여 사용하시면 되겠습니다.


안정성 , 성능 , 기능성 모두 기존의 마이너들에 비해 압도적으로 좋습니다.


더불어 기존의 마이너들과 다르게 CPU 의존도가 낮아 CPU의 성능에 좌지우지되던 기존 마이너들과 달리 매우 고른 해시파워를 보여줍니다.



결론은... 이거 쓰시면 됩니다. ㅋㅋ





This version is for pools.

Catalyst (Crimson) 15.12 is required for best performance and compatibility. You can get very bad results for different drivers version, or miner can fail on startup.
Set the following environment variables, especially if you have 2GB cards:

GPU_FORCE_64BIT_PTR 0
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100

For multi-GPU systems, set Virtual Memory size in Windows at least 16 GB:
"Computer Properties / Advanced System Settings / Performance / Advanced / Virtual Memory".

This miner is free-to-use, however, current developer fee is 2.5%, every hour the miner mines for 90 seconds for developer.
If you don't agree with the dev fee - don't use this miner.

This version is for recent AMD videocards only: 7xxx, 2xx, 3xx and 4xx, 2GB or more.

There are builds for Windows x64 and for Linux x64 (tested on Ubuntu 12.04). No 32-bit support. No NVidia support.



COMMAND LINE OPTIONS:

-zpool    ZCash pool address. Only Stratum protocol is supported.

-zwal    Your ZCash wallet address. Also worker name and other options if pool supports it.
   Pools that require "Login.Worker" instead of wallet address are not supported directly currently, but you can use "-allpools 1" option to mine there.

-zpsw    Password for ZCash pool, use "x" as password.

-allpools Specify "-allpools 1" if miner does not want to mine on specified pool (because it cannot mine devfee on that pool), but you agree to use some default pools for devfee mining.
   Note that if devfee mining pools will stop, entire mining will be stopped too.

-di    GPU indexes, default is all available GPUs. For example, if you have four GPUs "-di 02" will enable only first and third GPUs (#0 and #2).
   Use "-di detect" value to detect correct GPU order for temperatures management (requires non-zero "-tt" option); note that it will not work properly if you do not want to assign all GPUs to miner.
   You can also turn on/off cards in runtime with "0"..."9" keys and check current statistics with "s" key.

-ftime   failover main pool switch time, in minutes, see "Failover" section below. Default value is 30 minutes, set zero if there is no main pool.

-wd    watchdog option. Default value is "-wd 1", it enables watchdog, miner will be closed (or restarted, see "-r" option) if any thread is not responding for 1 minute or OpenCL call failed.
   Specify "-wd 0" to disable watchdog.

-r   Restart miner mode. "-r 0" (default) - restart miner if something wrong with GPU. "-r -1" - disable automatic restarting. -r >20 - restart miner if something
   wrong with GPU or by timer. For example, "-r 60" - restart miner every hour or when some GPU failed.
   "-r 1" closes miner and execute "reboot.bat" file ("reboot.bash" or "reboot.sh" for Linux version) in the miner directory (if exists) if some GPU failed.
   So you can create "reboot.bat" file and perform some actions, for example, reboot system if you put this line there: "shutdown /r /t 5 /f".

-dbg   debug log and messages. "-dbg 0" - (default) create log file but don't show debug messages.
   "-dbg 1" - create log file and show debug messages. "-dbg -1" - no log file and no debug messages.

-logfile debug log file name. After restart, miner will append new log data to the same file. If you want to clear old log data, file name must contain "noappend" string.
   If missed, default file name will be used.

-li   low intensity mode. Reduces mining intensity, useful if your cards are overheated. Note that mining speed is reduced too.
   More value means less heat and mining speed, for example, "-li 10" is less heat and mining speed than "-li 1". You can also specify values for every card, for example "-li 3,10,50".
   Default value is "0" - no low intensity mode.

-tt   set target GPU temperature. For example, "-tt 80" means 80C temperature. You can also specify values for every card, for example "-tt 70,80,75".
   You can also set static fan speed if you specify negative values, for example "-tt -50" sets 50% fan speed. Specify zero to disable control and hide GPU statistics.
   "-tt 1" (default) does not manage fans but shows GPU temperature and fan status every 30 seconds. Specify values 2..5 if it is too often.
   Note: for Linux gpu-pro drivers, miner must have root access to manage fans, otherwise only monitoring will be available.

-ttli   reduce entire mining intensity (for all coins) automatically if GPU temperature is above specified value. For example, "-ttli 80" reduces mining intensity if GPU temperature is above 80C.
   You can see if intensity was reduced in detailed statistics ("s" key).
   You can also specify values for every card, for example "-ttli 80,85,80". You also should specify non-zero value for "-tt" option to enable this option.
   It is a good idea to set "-ttli" value higher than "-tt" value by 3-5C.
   NOTE: Check "KNOWN ISSUES" section. GPU indexes in temperature control sometimes don't match GPU indexes in mining!

-tstop   set stop GPU temperature, miner will stop mining if GPU reaches specified temperature. For example, "-tstop 95" means 95C temperature. You can also specify values for every card, for example "-tstop 95,85,90".
   This feature is disabled by default ("-tstop 0"). You also should specify non-zero value for "-tt" option to enable this option.
   NOTE: Check "KNOWN ISSUES" section. GPU indexes in temperature control sometimes don't match GPU indexes in mining!
   If it turned off wrong card, it will close miner in 30 seconds.
   You can also specify negative value to close miner immediately instead of stopping GPU, for example, "-tstop -95" will close miner as soon as any GPU reach 95C temperature.

-fanmax   set maximal fan speed, in percents, for example, "-fanmax 80" will set maximal fans speed to 80%. You can also specify values for every card, for example "-fanmax 50,60,70".
   This option works only if miner manages cooling, i.e. when "-tt" option is used to specify target temperature. Default value is "100".

-fanmin   set minimal fan speed, in percents, for example, "-fanmin 50" will set minimal fans speed to 50%. You can also specify values for every card, for example "-fanmin 50,60,70".
   This option works only if miner manages cooling, i.e. when "-tt" option is used to specify target temperature. Default value is "0".

-cclock   set target GPU core clock speed, in MHz. If not specified or zero, miner will not change current clock speed. You can also specify values for every card, for example "-cclock 1000,1050,1100,0".
   Unfortunately, AMD blocked underclocking for some reason, you can overclock only.

-mclock   set target GPU memory clock speed, in MHz. If not specified or zero, miner will not change current clock speed. You can also specify values for every card, for example "-mclock 1200,1250,1200,0".
   Unfortunately, AMD blocked underclocking for some reason, you can overclock only.

-powlim set power limit, from -50 to 50. If not specified, miner will not change power limit. You can also specify values for every card, for example "-powlim 20,-20,0,10".

-cvddc   set target GPU core voltage, multiplied by 1000. For example, "-cvddc 1050" means 1.05V. You can also specify values for every card, for example "-cvddc 900,950,1000,970". Supports latest AMD 4xx cards only in Windows.

-mvddc   set target GPU memory voltage, multiplied by 1000. For example, "-mvddc 1050" means 1.05V. You can also specify values for every card, for example "-mvddc 900,950,1000,970". Supports latest AMD 4xx cards only in Windows.

-mport   remote monitoring/management port. Default port is 3333, specify "-mport 0" to disable remote monitoring/management feature.
   Specify negative value to enable monitoring (get statistics) but disable management (restart, uploading files), for example, "-mport -3333" enables port 3333 for remote monitoring, but remote management will be blocked.
   You can also use your web browser to see current miner state, for example, type "localhost:3333" in web browser.

-colors enables or disables colored text in console. Default value is "1", use "-colors 0" to disable coloring.



CONFIGURATION FILE

You can use "config.txt" file instead of specifying options in command line.
If there are not any command line options, miner will check "config.txt" file for options.
If there is only one option in the command line, it must be configuration file name.
If there are two or more options in the command line, miner will take all options from the command line, not from configuration file.
Place one option per line, if first character of a line is ";" or "#", this line will be ignored.



SAMPLE USAGE

 flypool:
   ZecMiner64.exe -zpool eu1-zcash.flypool.org:3333 -zwal t1YZMnyXStuGKykkFxM6Lh8DTVJdTMx6R51.YourWorkerName -zpsw x

 nanopool:
   ZecMiner64.exe -zpool zec-eu1.nanopool.org:6666 -zwal t1YZMnyXStuGKykkFxM6Lh8DTVJdTMx6R51.YourWorkerName -zpsw x

 miningpoolhub
   ZecMiner64.exe -zpool us-east.equihash-hub.miningpoolhub.com:20570 -zwal YourLogin.YourWorkerName -zpsw YourWorkerPassword -allpools 1

 nicehash:
   ZecMiner64.exe -zpool stratum.zcash.nicehash.com:3357 -zwal t1YZMnyXStuGKykkFxM6Lh8DTVJdTMx6R51.YourWorkerName -zpsw x



FAILOVER

Use "epools.txt" file to specify additional pools. This file has text format, one pool per line. Every pool has 3 connection attempts.
Miner disconnects automatically if pool does not send new jobs for a long time or if pool rejects too many shares.
If the first character of a line is ";" or "#", this line will be ignored.
Do not change spacing, spaces between parameters and values are required for parsing.
If you need to specify "," character in parameter value, use two commas - ,, will be treated as one comma.
You can reload "epools.txt" file in runtime by pressing "r" key.
Pool specified in the command line is "main" pool, miner will try to return to it every 30 minutes if it has to use some different pool from the list.
If no pool was specified in the command line then first pool in the failover pools list is main pool.
You can change 30 minutes time period to some different value with "-ftime" option, or use "-ftime 0" to disable switching to main pool.



REMOTE MONITORING/MANAGEMENT

Miner supports remote monitoring/management via JSON protocol over TCP/IP sockets, HTTP is supported as well.
Start "EthMan.exe" from "Remote management" subfolder (Windows version only).
Check "Help" tab for built-in help.



KNOWN ISSUES

- AMD cards: GPU indexes in temperature control sometimes don't match GPU indexes in mining. Miner has to enumerate GPUs via OpenCL API to execute OpenCL code, and also it has to enumerate GPUs via ADL API to manage temperature/clock.
And order of GPUs in these lists can be different. There is no way to fix GPUs order automatically, thanks to AMD devs.
But you can do it manually. For example, if you have two cards, you can change their order by adding "-di 10". Another example, reverse order for six cards: "-di 543210".
Also you can do it automatically (experimental feature) with "-di detect" option.
- Windows 10 Defender recognizes miner as a virus, some antiviruses do the same. Miner is not a virus, add it to Defender exceptions.
  I write miners since 2014. Most of them are recognized as viruses by some paranoid antiviruses, perhaps because I pack my miners to protect them from disassembling, perhaps because some people include them into their botnets, or perhaps these antiviruses are not good, I don't know. For these years, a lot of people used my miners and nobody confirmed that my miner stole anything or did something bad.
  Note that I can guarantee clean binaries only for official links in my posts on this forum (bitcointalk). If you downloaded miner from some other link - it really can be a virus.
  However, my miners are closed-source so I cannot prove that they are not viruses. If you think that I write viruses instead of good miners - do not use this miner, or at least use it on systems without any valuable data.

2
댓글 43
default debug random = 0 / type = READ / detected = READ

자료실

레벨 4이상만 등록 가능합니다.

List of Articles
번호 제목 추천 수 조회 수 글쓴이 날짜
408 R2 1080or1080ti 부스터 모르시는분들을 위해 올려둡니다. 13 file 14 7000
풍룡가
2018.05.03
407 . . 1 2 736
소원의항구
2018.05.02
406 XFX RX570 8G 제품 원본롬 있으신 분 부탁드립니다.   얘들 메모리 제조사가 두개씩인데요   삼성-하이닉스   하이닉스-마이크론   하이닉스2-마이크론   이런식으로 섞여있네요 ㅜ.ㅜ     메모리 제조사 불문하고 XFX RX570 8G 카드 원본롬 있으신 분 부탁 드리겠습니다. 0 973
돈킹
2018.05.01
405 ESN - 이더소셜 60만 블록 이벤트 -- 시각 엑셀계산기 참여하실때 도움되시라고 간단한 계산기 올립니다. 엑셀파일이고 현재 블럭 수정하시고 [평균블럭 타임]만 잘 찍으셔서 수정하시면 ..... 됩니다.         다운받기 : 60000블럭 계산기.xlsx     ** 당첨은 보장할수 ... 19 file 9 1928
천재성곤
2018.04.27
404 OhGodAnETHlargementPill-master   https://github.com/OhGodACompany/OhGodAnETHlargementPill   그대로 내려 받은 자료 올려드립니다~!!   OhGodAnETHlargementPill-master.zip 14 file 16 8636
오늘만사는광부
2018.04.24
403 사파이어니트로470 4g 벌크 삼성원본롬 부탁드립니다 가지고계신분 공유좀부탁드리겠습니다 2 0 983
하움
2018.04.24
402 [특보] ETH 15Mh/s 상승 Boost Tool 공개 !!! (NV... 다운받은 파일 압축 풀고 OhGodAnETHlargementPill.exe 를 화면에 실행만시켜 놓으면 됩니다.   기존 클레이모어 마이너는 계속돌리고 계시면서 해시 변동을 관찰해 보세요~   다운받는곳 : https://github.com/OhGod... 152 file 78 16736
마이너핵초보
2018.04.24
401 RX570 gigabite micron 순정롬 파일 구합니다. 지금 오버 된 파일은 가지고 있습니다만.. 순정롬파일 이 필요합니다..  RX570 gigabite micron 순정롬 파일 가지고 계신분 있으신가요 .. ? 2 0 846
비트코인촙자
2018.04.22
400 560d HV 4gb 마이크론 램 램타 바이오스 (이엠텍) 간단하게한거라 쑥쓰 2 file 0 773
대구채굴인
2018.04.20
399 RX560d 이엠텍 hv 4gb 마이크론 순정 저장용 입니다  4 file 0 906
대구채굴인
2018.04.19
398 RX560D HV 이엠텍 4G 롬파일 구합니다... 혹시 이엠텍 RX560D HV 롬파일 (마이크론) 가지고 계시분 부탁드려요 3 0 940
가끔11
2018.04.19
397 Ravencoin (RVN)과 Pigeoncoin (PGN)을 위한 AMD 전용 ... Avermore는 Ravencoin (RVN)과 Pigeoncoin (PGN)을 위한 sgminer 에서 포크된 마이너 입니다.   마이너는 이 두 알고리즘에 대한 Nvidia GPU 의 NeverMore 마이너 개발자와 동일한 개발자입니다 .   마이너는 오픈 소... 2 file 1 1131
마이너핵초보
2018.04.19
396 조탁 RX580 4G 순정롬 구합니다.     조탁 RX580 4G 순정롬 구합니다.         1 file 1 4429
잠자는곰탱이
2018.04.15
395 Rx5704g 기가게이밍(엘피다).His(엘피다)원본롬 기가게이밍4g 엘피다 원본롬 His 4g 엘피다 원본롬 입니다 2 file 1 1238
동아
2018.04.15
394 AMD 사파이어 펄스 580 8G 하이닉스 수정된롬 부탁드립... 안녕하세요;    지포스만 계속 쓰다가 이번에 AMD로 기계를 늘리게 되었는데;   어떻게 적용하는지도 모르지만 염치 불구하고 롬파일? 부탁을 드려도 되겠습니까?   적용 할줄도 모르지만 있으면 든든할것 같습니다! ... 1 1 918
핵카림
2018.04.10
393 클레이모어 11.6 입니다. https://mega.nz/#F!O4YA2JgD!n2b4iSHQDruEsYUvTQP5_w   위 공식싸이트에서 다운받았습니다. 혹시 다운안되는 분들이 있을까봐 올려봅니다.     5 file 0 2095
귀요미
2018.04.10
392 ccminer-x64-2.2 비트코인 노바 채굴할때 쓴 마이닝 프로그램입니다.   모네로와, 스모코인 채굴할때도 요걸 썼었어요..     GTX1060 으로 잘 돌아갑니다.   안에 있는 btn.bat 를 메모장에서 불러서 <addr> 부분을 자신의 주소로 바... 3 file 0 1650
귀요미
2018.04.08
391 다중 수천대 가능 무료 원격조정 모니터링 알람 제어 (... 클라부분.zip 서버부분.zip 다중 수천대 가능 무료 원격조정   천리님 글  1. 마이너 컨픽 파일 수정2. 컨픽 파일 일괄 업로드3. 마이너 재시작4. 컴퓨터 리부팅5. 마이너 버전 업데이트 시 파일 일괄 업로드6. 마이... 13 file 27 6095
다롱잉임
2018.04.08
390 No1.Linux-2018.04.05-KDE-PLASMA5-SE.x86_64 릴리즈 안내   No1.Linux 2018 KDE Plasma5 SE(Standard Edition) 정식버전     넘버원 리눅스 2018 SE 정식버전을 공개합니다.  이 버전은  No1.Linux-2018.03.22-KDE-PLASMA5-ME 버전을 토대로 하여 여러 응용 프로그램들을 추... 2 file 1 1359
세선
2018.04.07
389 powercolor rx550 DHV2/OC elpida_2g 순정롬 구합니다 powercolor rx550 DHV2/OC elpida_2g 순정롬 구합니다   https://www.powercolor.com/product?id=1498033015 0 556
초보광부들1
2018.04.04
Board Pagination Prev 1 ... 21 22 23 24 25 26 27 28 29 30 ... 46 Next
/ 46
default debug random = 0 / type = READ / detected = READ