forked from batysta/espers-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.html
More file actions
294 lines (277 loc) · 11.1 KB
/
setup.html
File metadata and controls
294 lines (277 loc) · 11.1 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
<!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>Setup - 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">Espers Setup</div>
<div class="container">
<!-- Content -->
<div id="content">
<article class="box post">
<header class="style1">
<h2>Get setup quick and easy<br class="mobile-hide" />
with the Espers software Client</h2>
<p>Scroll down for more information</p>
</header>
<a href="#" class="image featured">
<img src="images/pic01.png" alt="" />
</a>
<h3>Download Espers wallet/client</h3>
<p>
Instructions on how to setup the Espers client can be found <a href="https://github.com/CryptoCoderz/Espers/blob/master/INSTALL.md"> here in the Espers Documentation.</a>
<br />
<br />
If you have problems setting up your wallet, feel free to get in touch.
We highly recommend you to <a href="https://discord.gg/cn3AfPS">join our Discord server.</a>
<br />
<br />
<br />
IT IS HIGHLY RECOMMENDED TO USE THE ESPERS SNAPSHOT:
<br />
<br />
--- Download the snapshot ---
<br />
Snapshot: <a href="https://github.com/CryptoCoderz/Espers/releases/tag/snapshot-Jul24">Main Snapshot</a>
<!--<br />
or
<br />
Snapshot: <a href="https://explorer.espers.io/EspChainData.zip">Alt Snapshot-1</a>
<br />
or
<br />
Snapshot: <a href="https://downloads.sourceforge.net/project/espers/EspChainData.zip">Alt Snapshot-2</a>
-->
<br />
<br />
--- Using the snapshot ---
<br />
If you have used the Espers client before be sure to back up wallet.dat to a USB flash drive or hard drive. (If this is your first time using Espers then just keep reading) Then delete the ESP (C:/Users/Your-User/Appdata/Roaming/ESP) folder is the first thing. Then install/run a new wallet (link below) and turn it off. Go to the ESP folder and paste your wallet.dat and the snapshot contents into the ESP folder. Launch your wallet and use it. (Syncing will start right away.)
<br />
<br />
-- Setting up Espers.conf ---
<br />
First, be sure you turn off the Espers client before modifying the config file. Normally you can let the Espers client just auto-generate a working config file. However if you need to run custom settings this is fine too, there are just a few settings that are important to remember to have in the Espers.conf. They are: deminodes=1 (and) demimaxdepth=200
Once you have your config file setup start the client and it will apply your settings.
<br />
<br />
Wallet/Client: <a href="https://github.com/CryptoCoderz/Espers/releases">Latest Espers Release</a>
</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>