forked from batysta/espers-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmining.html
More file actions
344 lines (328 loc) · 11.6 KB
/
mining.html
File metadata and controls
344 lines (328 loc) · 11.6 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
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
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
<!DOCTYPE HTML>
<!--
Espers
html5up.net | @ajlkn
espers.io | @CryptoCoderz
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Mining - Espers </title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="no-sidebar is-preload">
<div id="page-wrapper">
<!-- Header -->
<section id="header" class="wrapper">
<!-- Logo -->
<div id="logo">
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li class="current"><a href="index.html">Home</a></li>
<li>
<a href="#">Resources</a>
<ul>
<li>
<a href="#">Getting Started</a>
<ul>
<li><a href="setup.html">Install a Client</a></li>
<li><a href="mining.html">Mining coins</a></li>
<li><a href="buying.html">Buying coins</a></li>
<li><a href="webwallet.html">Web Client</a></li>
<li><a href="https://explorer.espers.io/">Block Explorer 1</a></li>
<li><a href="https://explorer2.espers.io/">Block Explorer 2</a></li>
<li><a href="https://espers.io/download/nodes/node-list.txt">Node list</a></li>
<li><a href="https://espers.io/download/nodes/deminode-list.txt">Demi-Node list</a></li>
</ul>
</li>
<li><a href="https://github.com/cryptocoderz/espers">Official GitHub</a></li>
<li>
<a href="#">Exchanges</a>
<ul>
<li><a href="https://xeggex.com/market/ESP_DOGE">Xeggex (ESP/DOGE)</a></li>
<li><a href="https://xeggex.com/market/ESP_USDT">Xeggex (ESP/USDT)</a></li>
</ul>
</li>
<li>
<a href="#">Pitch-Deck</a>
<ul>
<li><a href="pdfs/Espers_Pitch_Deck_02182023.pdf">English</a></li>
<!-- <li><a href="https://espers.io/download/Espers-Whitepaper-Russian.pdf">Pусский</a></li>
<li><a href="https://espers.io/download/Espers-Whitepaper-Portugues.pdf">Português</a></li>
<li><a href="https://espers.io/download/Espers-Whitepaper-French.pdf">Français</a></li>
<li><a href="https://espers.io/download/Espers-Whitepaper-Hindi.pdf">हिन्दी</a></li> -->
</ul>
</li>
<li><a href="features.html">Features</a></li>
<li><a href="roadmap.html">Roadmap</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</li>
<li>
<a href="#">Community</a>
<ul>
<li><a href="https://twitter.com/EspersCoin">Twitter</a></li>
<li><a href="https://discord.gg/hhYP8yT">Discord</a></li>
<li><a href="https://www.facebook.com/EspersOfficial">Facebook</a></li>
<li><a href="https://bitcointalk.org/index.php?topic=1434700.0">Bitcointalk</a></li>
<li><a href="https://t.me/EspersCoin">Telegram</a></li>
<li><a href="https://www.reddit.com/r/esperscoin">Reddit</a></li>
<li><a href="https://www.youtube.com/channel/UCeeQhMjnCKXGQAaKSOJFjng">Youtube</a></li>
<li><a href="https://github.com/cryptocoderz/espers">Github</a></li>
</ul>
</li>
<!--<li><a href="left-sidebar.html">Left Sidebar</a></li> -->
<li><a href="news.html">News</a></li>
<li><a href="https://blog.espers.io/">Dev-Blog</a></li>
<li><a href="donations.html">Donations</a></li>
</ul>
</nav>
</section>
<!-- Main -->
<div id="main" class="wrapper style2">
<div class="title">Mining Espers</div>
<div class="container">
<!-- Content -->
<div id="content">
<article class="box post">
<header class="style1">
<h2>Instructions on mining<br class="mobile-hide" />
and helpful tips</h2>
<p>Scroll down for more information</p>
</header>
<a href="#" class="image featured">
<img src="images/pic01.png" alt="" />
</a>
<h3>How to mine Espers</h3>
<p>---HOW TO MINE WITH YOUR CPU---
<br />
<br />
Download a miner from:
<br />
<a href="http://cryptomining-blog.com/7805-new-cpuminer-multi-fork-with-hmq1725-algorithm-support/">cpu-miner with hmq1725 support</a>
<br />
<br />
Extract the files to a folder on your desktop, and locate the RUN-AMD or RUN-INTEL file, (CHOOSE WICH CPU YOU HAVE)
<br />
<br />
Right click the chosen file, and edit it
Change after:
<br />
-a HMQ1725 -o stratum+tcp://stratum.minertopia.org:3747 -u YOUR ESPERS WALLET ADDRESS -p c=ESP -t AMOUNT OF THREADS YOU WANT TO USE
<br />
<br />
If you want to utilize your whole CPU, remove the -t part.
<br />
Save and exit, and run the .bat file you chosen (based on wich brand CPU you have)
Enjoy, you are now mining!
<br />
<br />
<br />
---HOW TO MINE WITH YOUR GPU (NVIDIA MAIN)---
<br />
<br />
Download T-rex miner version 0.19.4 from:
<br />
<a href="https://github.com/trexminer/T-Rex/releases/tag/0.19.4">T-rex miner v0.19.4</a>
<br />
Note: T-rex miner supports hmq1725 algo only on version 0.19.4 or lower
<br />
<br />
Extract the files to a folder on your desktop Choose one .bat file, right click it and hit edit. it should look like this:
<br />
t-rex -a hmq1725 -o pool.uunigate.com:7045 -u yourwalletaddress.yourworkername -p x
<br />
<br />
Save and exit, then run the .bat file
<br />
<br />
<br />
---HOW TO MINE WITH YOUR GPU (NVIDIA ALTERNATE)---
<br />
<br />
Download CCminer from:
<br />
<a href="https://github.com/tpruvot/ccminer/releases">Trupvot's CCMiner</a>
<br />
<br />
Extract the files to a folder on your desktop
Choose one .bat file, right click it and hit edit.
it should look like this:
<br />
ccminer-x64 -a HMQ1725 -o stratum+tcp://stratum.minertopia.org:3747 -u YOUR ESPERS WALLET ADDRESS -p c=ESP pause
<br />
<br />
Save and exit, and run the .bat file
<br />
<br />
<br />
---HOW TO MINE WITH YOUR GPU (AMD)---
<br />
<br />
Download SGminer with HMQ1725 algo from:
<br />
<a href="http://cryptomining-blog.com/tag/sgminer-hmq1725/">Sgminer HMQ1725</a>
<br />
<br />
Extract the files to a folder on your desktop.
<br />
Choose one .bat file, right click it and hit edit.
<br />
it should look like this:
<br />
<br />
setx GPU_FORCE_64BIT_PTR 0
<br />
setx GPU_MAX_HEAP_SIZE 100
<br />
setx GPU_USE_SYNC_OBJECTS 1
<br />
setx GPU_MAX_ALLOC_PERCENT 100
<br />
sgminer.exe –no-submit-stale –kernel hmq1725 -o stratum+tcp://stratum.minertopia.org:3747 -u wallet -p x -I 18
<br />
<br />
Save and exit, and run the .bat file
</p>
</article>
</div>
</div>
</div>
<!-- Highlights -->
<section id="highlights" class="wrapper style3">
<div class="title">Recent News</div>
<div class="container">
<div class="row aln-center">
<div class="col-4 col-12-medium">
<section class="highlight">
<a href="article1.html" class="image featured"><img src="images/pic02.png" alt="" /></a>
<h3><a href="article1.html">In-wallet/client NFTs</a></h3>
<p>The first of its kind, true altcoin in-wallet/client NFTs with on-chain pixel data storage and instant from-chain rendering.</p>
<ul class="actions">
<li><a href="article1.html" class="button style1">Learn More</a></li>
</ul>
</section>
</div>
<div class="col-4 col-12-medium">
<section class="highlight">
<a href="article2.html" class="image featured"><img src="images/pic03.png" alt="" /></a>
<h3><a href="article2.html">Websites On-Chain</a></h3>
<p>Get ready for the future! Espers is excited to test upcoming website on-chain functionality with its community.</p>
<ul class="actions">
<li><a href="article2.html" class="button style1">Learn More</a></li>
</ul>
</section>
</div>
<div class="col-4 col-12-medium">
<section class="highlight">
<a href="article3.html" class="image featured"><img src="images/pic04.png" alt="" /></a>
<h3><a href="article3.html">In-wallet/client smart-contracts</a></h3>
<p>Go beyond NFTs and Websites, store any data or even build a dApp through unique side-chain smart-contracts.</p>
<ul class="actions">
<li><a href="article3.html" class="button style1">Learn More</a></li>
</ul>
</section>
</div>
</div>
</div>
</section>
<!-- Footer -->
<section id="footer" class="wrapper">
<div class="title">Contact Us</div>
<div class="container">
<header class="style1">
<h2>Have a question that wasn't answered?</h2>
<p>
Though we encourage everyone to join our Discord we understand that not everyone<br />
will, if so then send us a message using the form below or contact information.
</p>
</header>
<div class="row">
<div class="col-6 col-12-medium">
<!-- Contact Form -->
<section>
<form method="post" action="#">
<div class="row gtr-50">
<div class="col-6 col-12-small">
<input type="text" name="name" id="contact-name" placeholder="Name" />
</div>
<div class="col-6 col-12-small">
<input type="text" name="email" id="contact-email" placeholder="Email" />
</div>
<div class="col-12">
<textarea name="message" id="contact-message" placeholder="Message" rows="4"></textarea>
</div>
<div class="col-12">
<ul class="actions">
<li><input type="submit" class="style1" value="Send" /></li>
<li><input type="reset" class="style2" value="Reset" /></li>
</ul>
</div>
</div>
</form>
</section>
</div>
<div class="col-6 col-12-medium">
<!-- Contact -->
<section class="feature-list small">
<div class="row">
<div class="col-6 col-12-small">
<section>
<h3 class="icon solid fa-home">Mailing Address</h3>
<p>
The Espers Project<br />
444 S Cactus Junction<br />
Mojave, CA, 93501
</p>
</section>
</div>
<div class="col-6 col-12-small">
<section>
<h3 class="icon solid fa-comment">Social</h3>
<p>
<a href="https://twitter.com/EspersCoin">twitter - @EspersCoin</a><br />
<a href="https://www.facebook.com/EspersOfficial/">facebook - EspersOfficial</a>
</p>
</section>
</div>
<div class="col-6 col-12-small">
<section>
<h3 class="icon solid fa-envelope">Email</h3>
<p>
<a href="#">contact@espers.io</a>
</p>
</section>
</div>
<div class="col-6 col-12-small">
<section>
<h3 class="icon solid fa-phone">Phone</h3>
<p>
N/A
</p>
</section>
</div>
</div>
</section>
</div>
</div>
<div id="copyright">
<ul>
<li>© 2016-2025 The Espers Project</li>
</ul>
</div>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>