-
Notifications
You must be signed in to change notification settings - Fork 3
/
content_cn.html
54 lines (53 loc) · 3 KB
/
content_cn.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
<div id="header">HandyMiner King Cobra - 快速入门指南</div>
<div id="main">
<ul>
<li><a href="https://github.com/HandyMiner/HandyMiner-CLI/releases/download/KingCobra_0.0.3/HandyMiner_KingCobra_0.0.3.zip" target="_blank">下载 HandyMiner Release ZIP</a> 或<a href="https://github.com/HandyMiner/HandyMiner-CLI/releases/download/KingCobra_0.0.3/HandyMiner_KingCobra_0.0.3.tar.xz" target="_blank">下载 HandyMiner Release Tarball</a></li>
<li>
<strong>先决条件:</strong>
<ul>
<li>安装 <a href="https://nodejs.org/en/download/" target="_blank">nodeJS</a></li>
<li>(仅限 windows)将 <a href="https://git-scm.com/downloads" target="_blank">git bash</a> 安装到 Program Files/Git</li>
</ul>
</li>
<li>
<strong>运行:</strong>
<ul>
<li>Windows:双击“dashboard.windows.bat”</li>
<li>Linux:双击“dashboard.sh”</li>
<li>Mac:双击“dashboard.mac.command”</li>
<li>CLI: <input id="cliCommand" class="selectMe" value="npm start" readonly="readonly" size="9"> 或 <input id="cliCommand" class="selectMe" value="./dashboard.sh" readonly="readonly" size="15"> </li>
</ul>
</li>
<li>
<strong>配置:</strong>首次运行将启动配置器
<ul>
<li>选择 GPU</li>
<li>设置模式(单独 | 库)</li>
<li>强度:11(对于野兽模式)</li>
<li>库难度:-1(对于可变难度)</li>
<li>
<strong>库主机:</strong>
<ul>
<li><strong>f2pool</strong> <input class="selectMe" value="hns.f2pool.com" readonly="readonly" size="14"> 端口: <input class="selectMe" value="6000" readonly="readonly" size="4"> <br/>用户名:wallet.workerName <br/> 密码:anything</li>
<li><strong>6block</strong> <input class="selectMe" value="stratum+tcp://handshake.6block.com" readonly="readonly" size="36"> 端口: <input class="selectMe" value="7701" readonly="readonly" size="4"> <br/>用户名:registeredMinerName <br/> 密码:anything</li>
<li><strong>PoolFlare</strong> <input class="selectMe" value="hns-us.ss.poolflare.com" readonly="readonly" size="24"> 端口: <input class="selectMe" value="3355" readonly="readonly" size="4"> <br/>用户名:wallet.workerName <br/> 密码:anything</li>
<li><strong>hnspool</strong> <input class="selectMe" value="stratum-us.hnspool.com" readonly="readonly" size="23"> 端口: <input class="selectMe" value="3001" readonly="readonly" size="4"> <br/>用户名:registeredUsername <br/> 密码:registeredUserPassword</li>
</ul>
</li>
</ul>
</li>
<li>
<strong>钱夹:</strong>
<ul>
<li><a href="https://github.com/kyokan/bob-wallet/releases" target="_blank">Bob Wallet</a>(GUI,非监禁)</li>
</ul>
</li>
<li>
<strong>计算器:</strong>
<ul>
<li><a href="https://HandyMiner.github.io/HandyCalculator/gpu.html" target="_blank">GPU Mining Calculator</a></li>
<li><a href="https://HandyMiner.github.io/HandyCalculator/index.html" target="_blank">ASIC ROI Calculator</a></li>
</ul>
</li>
</ul>
</div>