downloads custom_top_html:no
default debug random = 2 / type = READ / detected = READ
windows
2016-11-06 02:44:30

Claymore's ZCash AMD GPU Miner v1.1 Beta

하루만에 업데이트를 해주었네요. ^^


간간히 보였던 개발자 피 연산 이후 생기던 리젝트문제를 해결해 주었다고 하네요.


어쩐지 개발자 피만 나오면 잠깐씩 멍때리더라니...


마풀허에서 채굴하시는 분들은 -allpools 1 옵션을 넣지 않아도 된답니다.



그리고 리눅스용도 릴 되었네요. ^^



Claymore's ZCash AMD GPU Miner.
=========================

Latest version v1.1:

- added Linux version.
- fixed issue with rejected shares after devfee mining.
- remove "-allpools 1" option if you use it and mine on miningpoolhub, suprnova, coinmine or nicehash pools.
- added "XnSub" support for Nicehash.
- fixed bugs.


LINKS:

GOOGLE: https://drive.google.com/drive/folders/0B69wv2iqszefdmJickl5MF9BOEE?usp=sharing
MEGA: https://mega.nz/#F!P0ZjFDjC!Cmb-ZRqlbAnNrajRtp4zvA


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 t1RjQjDbPQ9Syp97DHFyzvgZhcjgLTMwhaq.YourWorkerName -zpsw x

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

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

 nicehash ZEC pool:
   ZecMiner64.exe -zpool stratum.zcash.nicehash.com:3357 -zwal t1RjQjDbPQ9Syp97DHFyzvgZhcjgLTMwhaq -zpsw x

 nicehash Equihash pool:
   ZecMiner64.exe -zpool equihash.usa.nicehash.com:3357 -zwal 1LmMNkiEvjapn5PRY8A9wypcWJveRrRGWr -zpsw x

 suprnova:
   ZecMiner64.exe -zpool zec.suprnova.cc:2142 -zwal YourLogin.YourWorkerName -zpsw YourWorkerPassword

 coinmine:
   ZecMiner64.exe -zpool zec.coinmine.pl:7007 -zwal YourLogin.YourWorkerName -zpsw YourWorkerPassword

 coinsforall:
   ZecMiner64.exe -zpool coinsforall.io:3357 -zwal t1RjQjDbPQ9Syp97DHFyzvgZhcjgLTMwhaq.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.



TROUBLESHOOTING

1. Install Catalyst v15.12 (for AMD cards).
2. Disable overclocking.
3. Set environment variables as described above.
4. Set Virtual Memory 16 GB.
5. Reboot computer.
6. Check hardware, risers.
7. Set some timeout in .bat file before starting miner at system startup (30sec or even a minute), and try "-ethi 4" to check if it is more stable. It can help if miner is not stable on some system.

10
댓글 15
  • 고쳐졌다니 다행이네요.
    다만 오랜시간 켜두면 0번 gpu해쉬 감소 하는건 그래도 이겠죠?
  • ?
    @selius
    댓글을 다는 현재까지 그런 증상이 없는걸로 보아 하드웨어적인 점검을 해보셔야 할 듯 합니다.

    이전 1.0버전때에도 그런 증상은 본적이 없습니다.
  • ?
    @selius
    저도 아직 해쉬 감소는 없었습니다.
  • ?
    드디어 리눅스버전도 나왔군요...
    그런데... 채굴기 모두 윈도우로 바꿨는데...TT
    아무튼... 적극적으로 추천합니다...^^
    그리고 저도 오랜시간 켜둬도 그런 증상은 없었는데요...^^
  • ?
    Z캐쉬 마이닝이 원채 불안요소가 많다보니
    수수료마이닝후 리젝트되는게 정상인줄알았는데
    버그였군요 이제 좀더 안정적인 해시다 나오겠네요
    빠른정보 감사합니다
  • ?
    380 4G, Claymore 리눅스 버전에서 편차가 있긴하지만 31 H/s 가량 나옵니다.
    H/s가 Sol/s랑 같은 의미라면 기존 사일런트아미 대비 1 솔가량 향상되긴 했지만, 개발자 수수료빼면 둘다 비슷한거 같기도하고...... 애매하네요.
  • ?
    @SW엔지니어
    사일아미가 30이나 나왔군요 . 많이 올라왔었네요.

    저는 크레모어를 쓰는 가장 큰 이유가 Ethman 때문입니다. 마이너가 뻗으면 바로바로 알수가 있어서...
  • ?
    @SW엔지니어
    최근에 사일아미에 크림슨 드라이버 전용으로 성능 향상과 GPU 메모리 사용량을 줄이는 패치가 추가되었습니다.

    https://github.com/mbevand/silentarmy/commit/a33a9065528599f5821c4ca02c5f63fa167e9afd

    Claymore 개발자 수수료가 맘에 들지 않으시고(...), 리눅스에 능숙하신 분이시면 우분투 15.04나 14.04 설치해서 한번 테스트 해보시는 것도 좋을것 같습니다. 저게되면 Claymore랑 성능은 비슷하거나 조금 더 나오거든요.
  • ?
    Claymore 나오고 드라이버에러 거의없고 1.0버전 1.1버전 둘다해시량은
    480 oc 니트로 8기가(롬수정)에서 45-48 h/s 수준으로 안정적으로 나오네요
  • @포비77
    롬에서 어떤 부분 수정하셨는지요?
  • ?
    @WEBUS
    미츠님 자료실에 올려두신 노말버전 사용했습니다
    굉장히 안정적으로 돌아가네요
  • ?
    잘 쓰겠습니다.
  • 링크타고 가도 다운로드가 안뜨네요.. 2개다... 빈폴더로 나오는데 혹시 클레이모어 1.1은 어디서 또 받을데가 있나요??
  • ?
    @골방
    첨부된 파일을 다운받으시면 됩니다.

    잘 됩니다만....^^;
  • 마키님 지금은 다운로드 됩니다. 위에 첨부파일 받으셔도 똑같아요
default debug random = 0 / type = READ / detected = READ

자료실

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

List of Articles
번호 제목 추천 수 조회 수 글쓴이 날짜
368 ESN Lite Wallet v0.0.1을 소개합니다. 첨부파일2/3 일렉트론에서 불러서 실행하는 웹앱입니다. 자세한 설명은 ESN게시판에 등록하겠습니다.   용량이커서 나눠 등록합니다.   게시물 등록후 게시물 링크도 걸겠습니다.   2/3   사용관련 설명 : https://www.ddengle.co... file 0 354
천재성곤
2018.03.14
367 ESN Lite Wallet v0.0.1을 소개합니다. 첨부파일1 일렉트론에서 불러서 실행하는 웹앱입니다. 자세한 설명은 ESN게시판에 등록하겠습니다.   용량이커서 나눠 등록합니다.   게시물 등록후 게시물 링크도 걸겠습니다. 1 file 0 678
천재성곤
2018.03.14
366 코인원 트레이딩 도우미 입니다. 코인원 트레이딩 도우미 베타버전 입니다.   프로그램에 대한 설명은 개발 게시판에 있습니다.   https://www.ddengle.com/index.php?mid=develop&document_srl=6648739     추가 : 매수 시 수량에 소수점이 입력... file 0 7308
이사이사
2018.03.12
365 his 570 8g 하닉 롬타된거있으면부탁드립니다 오네가이시마스... 2 0 885
하움
2018.03.11
364 AMD 그래픽카드 compute 모드로 한방에 바꿔주는 프로... 출처는    https://bitcointalk.org/index.php?topic=2815803.0    여기 입니다.   실행해서 확인 후 재부팅 하면 다 컴퓨트모드로 바뀌어있습니다.. 이거 모를땐 일일히 바꿨는데 엄청난 노가다 ㅠ 24 file 19 10711
갓버
2018.03.11
363 맥스엘리트 BTC-8WAY-MP 메인보드 칩셋/랜카드 드라이... 맥스엘리트 8way 보드 사용중인데 win10에서 win7 설치했는데...구매했을때 받았던 cd가 없어져서 회원님들한테 드라이버 요청 드립니다. 맥스엘리트 홈페이지 들어가서 다운로드하려고해도 비회원은 안된다고 하는데... 3 0 558
업비트
2018.03.05
362 윈10용 opencl.dll 이 없다고 에러날때 대비용파일 윈도우10 자동업데이트후에  클레이모어등이 실행시 opencl.dll 이 없다면서 실행이 안되는 오류 해결용 파일입니다.   c:\windows\system32  폴더에 복사해 넣으면 됩니다.   4 file 6 2828
귀요미
2018.03.02
361 채굴기 하루에 한번씩 재부팅 시키는 프로그램 필요하신분 있을까봐서 올립니다.. 저는 유용하게 사용중입니다.하루에 한번씩 채굴기 자동으로 종료시키고 재부팅 되는 프로그램입니다..아주 간단합니다. 보통 네이버 보시면 종료프로그램은 있는데 재부팅 프로그... 12 file 5 4345
티라노
2018.03.01
360 채굴기 강제 부팅되는분들에게 유용한것 몇가지 올립니다. 예전 아토믹님이 공유해주신 파일인데 아주 유용하게 사용하고 있습니다.   win10 pro v.1511에서 사용하고 있고 이 후 버전에도 가능하지 싶은데 사용해 보지 않았습니다.   레지스트리수정해주는데, 5가지 파일과 ... 6 file 1 1682
땡빗
2018.03.01
359 사파이어 rx570 4g 펄스 하이닉스 및 사파이어 rx560 2...   사파이어 rx570 4g 펄스 하이닉스 및 사파이어 rx560 2g 14cu 엘피다 원본룸 입니다.   필요하실분이 있어서 올려봅니다.     2 file 1 4968
이글아이
2018.02.28
358 기가바이트 rx570 4g 하이닉스 마이닝버전 수정롬 부탁... 땡글에 여러 추천글 즐겨찾기하고 노트북으로 옆에 켜놓고 진행하는데도 해시가 나오질 않네요.. 더이상 혼자 삽질하다가는 내일 출근도....이미 늦었네요...ㅜㅜ 같은 버전 사용하시는 회원님들 부탁드려요   1 0 1097
금동은동
2018.02.28
357 Gigabyte RX 570 Gaming 8G (micron) 롬파일     파일 있으신분이나 오버 부탁드립니다.   마이닝전용인대 파일을 아무리 찾아도 없어요 ㅠ.ㅠ 1 file 0 1559
오후1시25분
2018.02.24
356 그래픽카드 램 쉽게 확인하세요~~~~~~^^ https://www.techpowerup.com/download/techpowerup-gpu-z/ 요기 들어가셔서 다운받고 압축풀고 실행하면 끝!     1 file 5 3968
리버풀
2018.02.22
355 사파이어 RX570 펄스 4G 원본롬 있으시면 부탁드립니다 롬업 잘못해서... 완전 날렸는데요, 사파이어 RX570 펄스 4G 하이닉스 듀얼 원본롬이나 최적화된 롬 있으시면 부탁드립니다.  롬 타이밍 값이라도 공유해주시면 은해는 잊지 않도록 하겠습니다. ^^   고수님들께 부탁... 2 0 3764
브라운케이
2018.02.22
354 그레이트님 수정롬입니다. @그레이트 님 수정롬입니다. 수치는 임의로 제가 주로 쓰는 값으로 바꿨습니다. TDP 120 -> 100 GPU 1150 메모리 2100, 890mV 타겟온도 65입니다. 사용해보시고 혹시 불안정하면 수치를 자신의 것에 맞춰야합니다. 일... file 0 516
광아
2018.02.21
353 롬파일입니다. .. 감사합니다 ㅠ 감사합니다! 1 file 0 813
그레이트
2018.02.21
352 GPU-Z 아닌 그래픽카드 램 제조사 확인 프로그램입니다. 가볍고 간단히 확인 할수 있는 프로그램이라 올려봅니다. 6 file 1 4265
다동파파
2018.02.19
351 비트캔디 / 비트코인골드 지갑주소 생성 프로그램 vani... 변형 소스 - https://github.com/hackmod/vanitygen-plus (제가 변형한 소스코드) 원본 소스 - https://github.com/exploitagency/vanitygen-plus   변경사항 비트코인 골드 및 비트캔디 지갑 생성 지원 추가.   사용... 1 file 3 1137
ethminer
2018.02.15
350 EthminerHelper 0.2.2 (02/13 업데이트)   ethminer, claymore, ewbf등의 마이닝 프로그램들의 배치 파일을 생성해주는 프로그램입니다. ESC와 마이닝풀허브를 지원합니다.   5레벨이 되어 ESC게시판에 작성한 글을 자료실로 옮겨왔으며 0.2버전까지의 글은 ... 14 file 7 3358
lakewood
2018.02.12
349 rx560 사파이어 2기가 원본롬 rx560_2Gb_sapphire_ORG 무전원 버전입니다. 엘피다 원본롬입니다. 2 file 1 1073
다동파파
2018.02.05
Board Pagination Prev 1 ... 23 24 25 26 27 28 29 30 31 32 ... 46 Next
/ 46
default debug random = 0 / type = READ / detected = READ