-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcontent_fr.html
More file actions
55 lines (53 loc) · 3.21 KB
/
content_fr.html
File metadata and controls
55 lines (53 loc) · 3.21 KB
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
<div id="header">HandyMiner King Cobra - Guide de démarrage rapide</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">Telecharger HandyMiner Version ZIP</a> ou <a href="https://github.com/HandyMiner/HandyMiner-CLI/releases/download/KingCobra_0.0.3/HandyMiner_KingCobra_0.0.3.tar.xz" target="_blank">Telecharger HandyMiner Version Tarball</a></li>
<li>
<strong>Prérequis:</strong>
<ul>
<li>Installer <a href="https://nodejs.org/en/download/" target="_blank">nodeJS</a></li>
<li>(windows uniquement) Installer <a href="https://git-scm.com/downloads" target="_blank">git bash</a> dans le répertoire Programmes/Git</li>
</ul>
</li>
<li>
<strong>Exécution:</strong>
<ul>
<li>Windows: double cliquer 'dashboard.windows.bat'</li>
<li>Linux: double cliquer 'dashboard.sh'</li>
<li>Mac: double cliquer 'dashboard.mac.command'</li>
<li>CLI: <input id="cliCommand" class="selectMe" value="npm start" readonly="readonly" size=9 /> ou <input id="cliCommand2" class="selectMe" value="./dashboard.sh" readonly="readonly" size=15 /> </li>
</ul>
</li>
<li>
<strong>Configuration:</strong> La première exécution nécessite la configuration matérielle
<ul>
<li>Selectionner les GPUs</li>
<li>Choisir un mode ( solo | pool )</li>
<li>Intensité: 11 pour un mode optimale</li>
<li>Difficulté de la pool: -1 pour une difficulté variable</li>
<li>
<strong>Hébergeurs de Pool:</strong>
<ul>
<li><strong>f2pool</strong> <input class="selectMe" value="hns.f2pool.com" readonly="readonly" size=14 /> port: <input class="selectMe" value="6000" readonly="readonly" size=4 /> <br />identifiant: adresse.NomduMineur <br /> mot de passe: au choix </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 />identifiant: NomduMineurInscrit <br /> mot de passe: au choix</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 />identifiant: adresse.NomduMineur <br /> mot de passe: au choix</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 />identifiant: NomUtilisateurInscrit <br /> mot de passe: MotdePasseInscrit</li>
</ul>
</li>
</ul>
</li>
<li>
<strong>Porte-monnaies:</strong>
<ul>
<li><a href="https://github.com/kyokan/bob-wallet/releases" target="_blank">Bob Wallet</a> (Interface Graphique, contrôlé par l’utilisateur)</li>
</ul>
</li>
<li>
<strong>Calculatrices:</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>