-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
269 lines (262 loc) · 15.5 KB
/
index.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
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
<!doctype html>
<html lang="en" class="h-100">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<meta name="description" content="The ElectrumSV Wallet for Bitcoin SV"/>
<meta name="author" content="The ElectrumSV Developers"/>
<meta property="og:site_name" content="ElectrumSV"/>
<meta property="og:title" content="The ElectrumSV desktop wallet for Bitcoin SV"/>
<meta property="og:description" content="The ElectrumSV wallet, the only Bitcoin SV wallet that allows you to take control of your own coins."/>
<meta property="og:image" content="https://electrumsv.io/theme/img/ESV_atomicon_RGB_small.png"/>
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@ElectrumSV"/>
<meta name="twitter:title" content="The ElectrumSV desktop wallet for Bitcoin SV"/>
<meta name="twitter:description" content="The ElectrumSV wallet, the only Bitcoin SV wallet that allows you to take control of your own coins."/>
<meta name="twitter:image" content="https://electrumsv.io/theme/img/ESV_atomicon_RGB_small.png"/>
<title>ElectrumSV Website</title>
<link rel="stylesheet" href="./theme/css/fontawesome-v5.6.3.min.css">
<link rel="stylesheet" href="./theme/css/bootstrap.min.css">
<link rel="stylesheet" href="./theme/css/local.css?8">
<link rel="icon" href="./theme/img/favicon.ico">
<!-- Clarity tracking code for http://electrumsv.io/ -->
<script>
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i+"?ref=bwt";
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "6ivfzjahk2");
</script>
</head>
<body class="d-flex flex-column h-100">
<main role="main" class="flex-shrink-0 mb-3">
<div class="bg-dark">
<div class="container">
<nav class="navbar navbar-dark navbar-expand-lg">
<a class="navbar-brand" href="./index.html"><img alt="The ElectrumSV logo" class="d-md-block" src="./theme/img/ESV_logo_wh_RGB_full.svg" onerror="this.onerror=null; this.src='./theme/img/title_lg.png'" height="40px" title="ElectrumSV"/></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class='nav-item active'>
<a class="nav-link esv-btn-navbar mr-2" href="./index.html">About<span class="sr-only"> (current)</span></a>
</li>
<li class='nav-item'>
<a class="nav-link esv-btn-navbar mr-2" href="https://github.com/electrumsv/electrumsv/releases">Releases</a>
</li>
<li class='nav-item'>
<a class="nav-link esv-btn-navbar mr-2" href="https://electrumsv.readthedocs.io/" target="_blank">Documentation</a>
</li>
<li class='nav-item'>
<a class="nav-link esv-btn-navbar mr-2" href="https://github.com/electrumsv/electrumsv/issues/new/choose" target="_blank">Support</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/electrumsv"><i class="fab fa-github-square" title="Github"></i><span class="d-lg-none"> Github</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://twitter.com/electrumsv"><i class="fab fa-twitter-square" title="Twitter"></i><span class="d-lg-none"> Twitter</span></a>
</li>
</ul>
</div>
</nav>
</div>
</div>
<div class="container content-container pt-2">
<div class="row mt-3">
<div class="col-lg-8">
<!-- <div class="alert alert-danger text-center" role="alert">
ElectrumSV is only ever available through <kbd><span class="site-name-color">ElectrumSV</span><span
class="">.io</span></kbd><br />
Friends don't let friends download it from anywhere else!
</div> -->
<div class="mb-4">
<h1 class="text-center">Take control of your Bitcoin SV</h1>
<p>
No other wallet gives you control of your bitcoin, like ElectrumSV does.
A lot of people are saying that it is the best wallet for Bitcoin SV. You can
get the latest version which is available for Windows and MacOS from our
<a href="https://github.com/electrumsv/electrumsv/releases">releases page</a>.
Or if you're more technically inclined, you can
<a href="https://github.com/electrumsv/electrumsv">run from source code</a>
whether out of preference or because you're using Linux.
</p>
<div class="figure align-center mb-0">
<img alt="A screenshot of the wallet selection screen of the wallet wizard."
src="pages/1.3-migration-guide/migrated-wallet.png"
width="85%">
<p class="caption mb-0">The ElectrumSV wallet window.</p>
</div>
</div>
<div class="row">
<div class="esv-section-title">Features</div>
</div>
<div class="mb-4">
<div class="esv-box-border esv-box-padding">
<div class="row align-items-center">
<div class="col-lg-2 text-center esv-feature-icon">
<i class="fas fa-shield-alt"></i>
</div>
<div class="col-lg-10">
The keys that provide control of your bitcoin are encrypted and password
protected.
</div>
</div>
</div>
<div class="esv-box-border esv-box-padding mt-2">
<div class="row align-items-center">
<div class="col-lg-2 text-center esv-feature-icon">
<i class="fas fa-shopping-cart"></i>
</div>
<div class="col-lg-10">
Obtain and pay invoices from a range of compatible services including
<a href="https://anypayinc.com/">Anypay</a> and
<a href="https://centi.ch/">Centi</a>. The
<a href="https://github.com/moneybutton/bips/blob/master/bip-0270.mediawiki">BIP270 protocol</a>
allows users to copy a payment URL or scan a QR code, and by providing it
to ElectrumSV streamlining payment.
</div>
</div>
</div>
<div class="esv-box-border esv-box-padding mt-2">
<div class="row align-items-center">
<div class="col-lg-2 text-center esv-feature-icon">
<i class="fas fa-users"></i>
</div>
<div class="col-lg-10">
Place bitcoin under the control of multiple people, where a number
of those people are required to sign off together on any spending.
ElectrumSV is one of the few wallets that supports
multi-signature payments.
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="mb-3">
<div class="row">
<div class="esv-section-title">Latest Update</div>
</div>
<div class="row esv-box-border">
<div class="col-12 text-center pt-3">
<p>
<a href="https://github.com/electrumsv/electrumsv/releases/tag/sv-1.3.16">ElectrumSV 1.3.16</a> (2023/05/23)
<br/>
<a href="./articles/2023/electrumsv-1_3_16.html">What changed?</a>
</p>
</div>
</div>
</div>
<div class="mb-3">
<div class="row">
<div class="esv-section-title">Need help?</div>
</div>
<div class="row esv-box-border">
<div class="col-12 pt-3">
<p>
If you need assistance with some issue, please go to our
<a href="https://github.com/electrumsv/electrumsv/issues/new/choose">issue tracker</a>
and fill out all the details so we can understand enough about your situation.
</p>
<p>
Otherwise you might consider looking at
<a href="https://electrumsv.readthedocs.io/">our documentation</a>
to see if it helps you find out what you need to know.
</p>
</div>
</div>
</div>
<div class="mb-3">
<div class="row mt-1">
<div class="esv-section-title">Articles</div>
</div>
<div class="row esv-box-border esv-box-padding ">
<article>
<header>
<h4 class="entry-title"><a href="./articles/2023/electrumsv-1_3_16.html" rel="bookmark" title="Permalink to What changed in ElectrumSV 1.3.16?">What changed in ElectrumSV 1.3.16?</a></h4>
</header>
<div class="entry-content"> <p class="first last">This update includes essential changes and it is expected that you update to it.</p>
</div>
<footer class="post-info mt-2">
<time datetime="2023-05-22T20:00:00+12:00"> 2023/05/22 </time>
</footer>
</article>
</div>
<div class="row esv-box-border esv-box-padding mt-1">
<article>
<header>
<h4 class="entry-title"><a href="./articles/2022/electrumsv-1_3_15.html" rel="bookmark" title="Permalink to What changed in ElectrumSV 1.3.15?">What changed in ElectrumSV 1.3.15?</a></h4>
</header>
<div class="entry-content"> <p class="first last">This update includes essential changes and it is expected that you update to it.</p>
</div>
<footer class="post-info mt-2">
<time datetime="2022-06-17T16:00:00+12:00"> 2022/06/17 </time>
</footer>
</article>
</div>
<div class="row esv-box-border esv-box-padding mt-1">
<article>
<header>
<h4 class="entry-title"><a href="./articles/2022/electrumsv-1_3_14.html" rel="bookmark" title="Permalink to What changed in ElectrumSV 1.3.14?">What changed in ElectrumSV 1.3.14?</a></h4>
</header>
<div class="entry-content"> <p class="first last">This update includes essential changes and it is expected that you update to it.</p>
</div>
<footer class="post-info mt-2">
<time datetime="2022-06-04T16:00:00+12:00"> 2022/06/04 </time>
</footer>
</article>
</div>
<div class="row esv-box-border esv-box-padding mt-1">
<article>
<header>
<h4 class="entry-title"><a href="./articles/2021/electrumsv-1_3_13.html" rel="bookmark" title="Permalink to What changed in ElectrumSV 1.3.13?">What changed in ElectrumSV 1.3.13?</a></h4>
</header>
<div class="entry-content"> <p class="first last">This update includes a variety of bug fixes and improvements. Read this illustrated overview to find out more.</p>
</div>
<footer class="post-info mt-2">
<time datetime="2021-05-03T16:00:00+12:00"> 2021/05/03 </time>
</footer>
</article>
</div>
<div class="row esv-box-border esv-box-padding mt-1">
<article>
<header>
<h4 class="entry-title"><a href="./articles/2021/the-scaling-test-network.html" rel="bookmark" title="Permalink to The Scaling Test Network">The Scaling Test Network</a></h4>
</header>
<div class="entry-content"> <p class="first last">The best place to test your applications under load is on the scaling test network. This guide shows you how ElectrumSV can be used with it.</p>
</div>
<footer class="post-info mt-2">
<time datetime="2021-04-30T16:00:00+12:00"> 2021/04/30 </time>
</footer>
</article>
</div>
<div class="row esv-box-border esv-box-padding mt-1">
<article>
<header>
<h4 class="entry-title"><a href="./articles/2020/how-do-coins-get-stolen.html" rel="bookmark" title="Permalink to How do coins get stolen?">How do coins get stolen?</a></h4>
</header>
<div class="entry-content"> <p class="first last">This is an analysis of how people have had their coins stolen on BSV, BCH or BTC. And a formalisation of how ElectrumSV will deal with reports.</p>
</div>
<footer class="post-info mt-2">
<time datetime="2020-10-05T16:00:00+13:00"> 2020/10/05 </time>
</footer>
</article>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="footer site-footer bg-dark py-2 mt-auto">
<div class="container">
<p class="text-center text-white-50 mt-4 mb-2">
This web site is copyright 2018-2024 <a href="https://github.com/rt121212121">Roger Taylor</a>
</p>
</div>
</footer>
<script src="./theme/js/jquery-3.3.1.min.js"></script>
<script src="./theme/js/bootstrap.min.js"></script>
<script src="./theme/js/local.js"></script>
</body>
</html>