-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathasm.html
240 lines (205 loc) · 12.4 KB
/
asm.html
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<!DOCTYPE html>
<!--[if lt IE 7]><html class="lt-ie9 lt-ie8 lt-ie7" lang="ru" dir="ltr"><![endif]-->
<!--[if IE 7]><html class="lt-ie9 lt-ie8" lang="ru" dir="ltr"><![endif]-->
<!--[if IE 8]><html class="lt-ie9" lang="ru" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!--><html lang="ru" dir="ltr" prefix="content: http://purl.org/rss/1.0/modules/content/ dc: http://purl.org/dc/terms/ foaf: http://xmlns.com/foaf/0.1/ og: http://ogp.me/ns# rdfs: http://www.w3.org/2000/01/rdf-schema# sioc: http://rdfs.org/sioc/ns# sioct: http://rdfs.org/sioc/types# skos: http://www.w3.org/2004/02/skos/core# xsd: http://www.w3.org/2001/XMLSchema#"><!--<![endif]-->
<head>
<title>Asm Claymore: Различные варианты настройки [2020]</title>
<meta charset="utf-8" />
<link rel="canonical" href="https://claymoredualminer.com/asm" />
<link rel="shortcut icon" href="items/favicon.ico" type="image/vnd.microsoft.icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<meta name="MobileOptimized" content="width" />
<meta name="HandheldFriendly" content="true" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="description" content="Claymore Dual Miner поддерживает майнинг монет на основе Ethash алгоритма (например, Ethereum) с 1% комисией." />
<link rel="stylesheet" href="/css/ETH.css">
<link rel="stylesheet" href="/css/global.base.css">
<link rel="stylesheet" href="/css/global.styles.css">
<link rel="stylesheet" href="/css/at.layout.css">
<link type="text/css" rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" media="all" />
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-137173386-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-137173386-2');
</script>
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(53083204, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/53083204" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<!-- Yandex.Metrika domain -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(56512528, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/56512528" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<meta name="yandex-verification" content="1facbca6aff9a0eb" />
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MKVRMS2');</script>
<!-- End Google Tag Manager -->
<!-- Global site tag (gtag.js) - Google Analytics domain -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-137173386-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-137173386-4');
</script>
</head>
<body>
<body>
<div id="page-wrapper">
<div id="page" class="page at-mt eth-inner">
<div id="menu-bar" class="nav clearfix">
<nav id="block-menu-menu-primary-menu" class="block block-menu menu-wrapper menu-bar-wrapper clearfix at-menu-toggle block-menu-primary-menu eth-menu" role="navigation">
<div class="menu-toggle">
<ul class="menu clearfix">
<li class="leaf"><a href="https://claymoredualminer.com/ru" title="">Главная</a></li>
<li class="first leaf"><a href="#start" title="">Быстрый старт</a></li>
<li class="leaf"><a href="#download" title="">Скачать</a></li>
</ul>
</div>
</nav>
</div>
<section class="eth-header">
<div class="eth-header-flex">
<div class="eth-header-center eth-vi">
<div class="eth-header-composition">
<h2>Claymore's Dual Ethereum AMD+NVIDIA GPU Miner</h2>
<p class="eth-fast"><span class="green">Самый быстрый Ethereum</span>/Ethash майнер с <span class="green">самой низкой комиссией</span></p>
<div class="eth-button"><i class="far fa-arrow-alt-circle-down"></i><a href="https://github.com/Claymore-Dual/Claymore-Dual-Miner/releases/download/15.0/Claymore.s.dual.ethereum.v15.0.-.widows.Password-claymore.zip">Скачать</a>
</div>
</div>
</div>
</div>
</section>
<section class="eth-art">
<H1 class="eth-title"><a id="start">Claymore Dual Asm - настройка параметра</a></h1>
<div class="eth-vi2">
<H2>Что означает парамтер ASM</H2>
<code>-asm</code> позволяет включить ассемблерные ядра GPU. Опция работает только для карт серии AMD. Используйте ключ <code>-dcri</code> или клавиши <code>+</code> и <code>-</code> в консоли прогрммы, когда она запущена. Это позволит задать лучшую скорость.
<h2>Значения asm</h2>
0 - отключить<br>
1 - по умолчанию<br>
Можно указать для отдельных карт. Например: "-asm 0,1,0"<br>
<h3>Пример</h3>
<code>EthDcrMiner64.exe -epool eu1.ethermine.org:4444 -ewal 0x6cbDf1eb7e55c60A5FBcf8d09AF98e6622C2b949 -eworker asus -epsw x -mode 1 -dbg -1 -mport 0 -etha 0 -retrydelay 3 -ttli 90 -tstop 92 -asm 0,1,0
pause
</code>
Обратите внимание, что с включенным параметром -asm вы также будете потреблять больше энергии, возможно, от 10% до 15%!
<H2>ASM обычно нужен для режима дуал майнинга</H2>
<p>Все карты AMD работают в режиме ASM, что требует некоторой тонкой настройки с помощью параметра командной строки -dcri. Например, у Radeon R9 Fury X пиковая скорость хэширования составила на <code>-dcri 85</code>, а у Radeon R9 390X была оптимальной при <code>-dcri 20.</code> </p>
<p>После экспериментирования со значениями тонкой настройки Nitro + Radeon RX 580 8GB мы увидели чуть более высокие скорости хэширования, используя ключ <code>-asm 2</code> для альтернативного режима ядра ASM. </p>
<p>Напротив, Radeon RX Vega 64 не очень-то нравилась; корректировки по умолчанию -dcri 30 мало повлияли на производительность в позитивном ключе.</p>
<p>Напоминаем Вам, что во избежание падения производительности и доходности, рекомендется использовать последнюю официальную версию Claymore's Dual Miner с оптимально настроенными файла по ссылкам ниже.</p>
</div>
</section>
<section class="eth-down">
<div class="eth-title whitez1"><a id="download">Начните добывать Ethereum с Claymore's Dual Miner </a></div>
<div class="eth-download">
<div class="eth-flex">
<div class="eth-ver">
Последняя версия - v15.0
MD5: 549B215DDF355A633E2A7FD4B81E3CB2 *Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v15.0 - Windows.zip
<span class="nev2">(<a href="https://github.com/Claymore-Dual/Claymore-Dual-Miner/releases/download/15.0/Claymore.s.Dual.Ethereum.AMD+NVIDIA.GPU.Miner.v15.0.-.LINUX.zip">Скачать для Linux</a>)</span>
</div>
<div class="eth-get">
<span class="eth-password">Пароль: claymore</span>
<div class="eth-button down"><i class="far fa-arrow-alt-circle-down"></i>
<a href="https://github.com/Claymore-Dual/Claymore-Dual-Miner/releases/download/15.0/Claymore.s.dual.ethereum.v15.0.-.widows.Password-claymore.zip">Скачать сейчас (Windows x64)</a>
</div>
<span class="eth-mirror">(<a href="https://goo-gl.su/claymore" target="_blank" rel="nofollow">Зеркало</a>)</span>
</div>
</div>
</div>
</section>
<!-- footer-->
<section class="eth-foot">
<div class="">
<div class="eth-flex">
<div class="foot-itm community">
<p>Сообщество</p>
<ul>
<li><a href="https://blog.ethereum.org" target="_blank" rel="nofollow"><i class="fas fa-rss"></i> Блог</a>
</li>
<li><a href="https://github.com/Claymore-Dual/Claymore-Dual-Miner/releases" target="_blank" rel="nofollow"><i class="fab fa-github"></i> GitHub</a>
</li>
<li><a href="https://www.youtube.com/user/ethereumproject" target="_blank" rel="nofollow"><i class="fab fa-youtube"></i> YouTube</a>
</li>
<li><a href="https://www.reddit.com/r/ethereum" target="_blank" rel="nofollow"><i class="fab fa-reddit"></i> Reddit</a>
</li>
<li><a href="https://gitter.im/ethereum/home" target="_blank" rel="nofollow"><i class="fab fa-gitter"></i> Gitter</a>
</li>
</ul>
</div>
<div class="foot-itm community">
<ul>
<li><a href="https://twitter.com/ethereum" target="_blank" rel="nofollow"><i class="fab fa-twitter"></i> Twitter</a>
</li>
<li><a href="https://ethereum.stackexchange.com" target="_blank" rel="nofollow"><i class="fab fa-stack-exchange"></i> Stack Exchange</a>
</li>
<li><a href="https://www.facebook.com/ethereumproject" target="_blank" rel="nofollow"><i class="fab fa-facebook"></i> Facebook </a>
</li>
<li><a href="https://ethereum.meetup.com" target="_blank" rel="nofollow"><i class="fab fa-meetup"></i> Встречи</a>
</li>
</ul>
</div>
<div class="foot-itm developer-resources">
<p>Ресурсы для разработчиков</p>
<ul>
<li>What is Ether? <a href="#FAQ">Read our FAQ</a></li>
<li>Browse our source code on <a href="https://github.com/Claymore-Dual/Claymore-Dual-Miner/releases" target="_blank" rel="nofollow">GitHub</a></li>
<li>Read the <a href="http://www.ethdocs.org" target="_blank" rel="nofollow">documentation</a>
or <a href="https://github.com/ethereum/wiki/wiki" target="_blank" rel="nofollow">wiki</a></li>
<li>Learn <a href="https://solidity.readthedocs.io/en/v0.5.14/" target="_blank" rel="nofollow">Solidity</a></li>
<li>See the latest <a href="https://ethstats.net" target="_blank" rel="nofollow">data and network stats</a>
</li>
<li>Download our <a href="https://www.ethereum.org/assets" rel="nofollow">logo assets </a></li>
<li>Want to write about Ethereum? <a href="mailto:[email protected]">Press inquiries</a>
</li>
<li>switch to the <a href="/ru">English language.</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="eth-post-foot clearfix">
<div class="eth-vi2">
<div class="nev3 eth-left">Note, when downloading the Claymore Miner, Windows may issue a warning, but if you used Claymore Dual Miner download link you can ignore this.
</div>
<div class="nev3 eth-right">Disclaimer: This isn't an official Claymores site. No binary files were affected.
All rights belong to their respective owners. © 2018-2020
</div>
</div>
<a href="https://claymoredualminer.com/cookie" class="eth-policy" target="_blank" rel="nofollow">Cookie Policy</a>
</section>
</div>
</div> </body>
</html>