-
Notifications
You must be signed in to change notification settings - Fork 3
/
content_en.html
54 lines (53 loc) · 3.06 KB
/
content_en.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 - Quick Start Guide</div>
<div id="main">
<ul>
<li><a id="downloadZIP" href="https://github.com/HandyMiner/HandyMiner-CLI/releases/download/KingCobra_0.0.3/HandyMiner_KingCobra_0.0.3.zip" target="_blank">Download HandyMiner Release ZIP</a> or <a id="downloadTAR" href="https://github.com/HandyMiner/HandyMiner-CLI/releases/download/KingCobra_0.0.3/HandyMiner_KingCobra_0.0.3.tar.xz" target="_blank">Download HandyMiner Release Tarball</a></li>
<li>
<strong>Prerequisites:</strong>
<ul>
<li>Install <a href="https://nodejs.org/en/download/" target="_blank">nodeJS</a></li>
<li>(windows only) Install <a href="https://git-scm.com/downloads" target="_blank">git bash</a> into Program Files/Git</li>
</ul>
</li>
<li>
<strong>Running:</strong>
<ul>
<li>Windows: double click 'dashboard.windows.bat'</li>
<li>Linux: double click 'dashboard.sh'</li>
<li>Mac: double click 'dashboard.mac.command'</li>
<li>CLI: <input id="cliCommand" class="selectMe" value="npm start" readonly="readonly" size=9 /> or <input id="cliCommand2" class="selectMe" value="./dashboard.sh" readonly="readonly" size=15 /> </li>
</ul>
</li>
<li>
<strong>Configuring:</strong> First run will start the configurator
<ul>
<li>Select GPUs</li>
<li>Set a mode ( solo | pool )</li>
<li>Intensity: 11 for beast mode</li>
<li>Pool Difficulty: -1 for variable difficulty</li>
<li>
<strong>Pool Hosts:</strong>
<ul>
<li><strong>f2pool</strong> <input class="selectMe" value="hns.f2pool.com" readonly="readonly" size=15 /> port: <input class="selectMe" value="6000" readonly="readonly" size=4 /> <br />username: wallet.workerName <br /> password: anything</li>
<li><strong>6block</strong> <input class="selectMe" value="stratum+tcp://handshake.6block.com" readonly="readonly" size=36 /> port: <input class="selectMe" value="7701" readonly="readonly" size=4 /> <br />username: registeredMinerName <br /> password: anything</li>
<li><strong>PoolFlare</strong> <input class="selectMe" value="hns-us.ss.poolflare.com" readonly="readonly" size=24 /> port: <input class="selectMe" value="3355" readonly="readonly" size=4 /> <br />username: wallet.workerName <br /> password: anything</li>
<li><strong>hnspool</strong> <input class="selectMe" value="stratum-us.hnspool.com" readonly="readonly" size=23 /> port: <input class="selectMe" value="3001" readonly="readonly" size=4 /> <br />username: registeredUsername <br /> password: registeredUserPassword</li>
</ul>
</li>
</ul>
</li>
<li>
<strong>Wallets:</strong>
<ul>
<li><a href="https://github.com/kyokan/bob-wallet/releases" target="_blank">Bob Wallet</a> (GUI, Non-Custodial)</li>
</ul>
</li>
<li>
<strong>Calculators:</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>