-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
696 lines (602 loc) · 35.9 KB
/
Copy pathindex.html
File metadata and controls
696 lines (602 loc) · 35.9 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
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
<!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="ElectrumSVP is a desktop Bitcoin SV wallet that gives you direct control over your keys, coins, transactions and UTXOs."/>
<meta name="author" content="The ElectrumSVP Developers"/>
<meta property="og:site_name" content="ElectrumSVP"/>
<meta property="og:title" content="ElectrumSVP — The Bitcoin SV desktop wallet"/>
<meta property="og:description" content="ElectrumSVP is a desktop Bitcoin SV wallet focused on user control, UTXO management and blockchain verification."/>
<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="ElectrumSVP — The Bitcoin SV desktop wallet"/>
<meta name="twitter:description" content="ElectrumSVP is a desktop Bitcoin SV wallet focused on user control, UTXO management and blockchain verification."/>
<meta name="twitter:image" content="https://electrumsv.io/theme/img/ESV_atomicon_RGB_small.png"/>
<title>ElectrumSVP — Bitcoin SV Desktop Wallet</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 https://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="ElectrumSVP logo"
class="d-md-block"
src="./theme/img/electrumSVP_title.png"
onerror="this.onerror=null; this.src='./theme/img/title_lg.png'"
height="40px"
title="ElectrumSVP"/>
</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/TruthMachine/ElectrumSVP/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/TruthMachine/ElectrumSVP/issues/new/choose"
target="_blank">
Support
</a>
</li>
<li class="nav-item">
<a
class="nav-link"
href="https://github.com/TruthMachine/ElectrumSVP">
<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="mb-4">
<h1 class="text-center">Take control of your Bitcoin</h1>
<p>
ElectrumSVP is a desktop Bitcoin SV wallet designed to give you
direct control over your keys, coins, transactions and UTXOs.
Download the latest version for
<a href="https://github.com/TruthMachine/ElectrumSVP/releases">
Windows, macOS and Linux
</a>,
or run ElectrumSVP from source code if you prefer.
</p>
<div
id="walletCarousel"
class="carousel slide esv-wallet-carousel"
data-ride="carousel"
data-interval="6000">
<ol class="carousel-indicators">
<li data-target="#walletCarousel" data-slide-to="0" class="active"></li>
<li data-target="#walletCarousel" data-slide-to="1"></li>
<li data-target="#walletCarousel" data-slide-to="2"></li>
<li data-target="#walletCarousel" data-slide-to="3"></li>
<li data-target="#walletCarousel" data-slide-to="4"></li>
<li data-target="#walletCarousel" data-slide-to="5"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img
class="d-block w-100"
src="./theme/img/wallet-carousel/wallet-history.png"
alt="ElectrumSVP wallet showing transaction history">
<div class="esv-carousel-caption">
<h3>Your Bitcoin, under your control</h3>
<p>
Manage accounts, transactions, balances and coins
from one desktop wallet.
</p>
</div>
</div>
<div class="carousel-item">
<img
class="d-block w-100"
src="./theme/img/wallet-carousel/wallet-receive.png"
alt="ElectrumSVP wallet receiving a Bitcoin payment">
<div class="esv-carousel-caption">
<h3>Receive payments</h3>
<p>
Create payment requests and share them by address
or QR code.
</p>
</div>
</div>
<div class="carousel-item">
<img
class="d-block w-100"
src="./theme/img/wallet-carousel/wallet-send.png"
alt="ElectrumSVP wallet showing coin selection in the Send view">
<div class="esv-carousel-caption">
<h3>Control what you spend</h3>
<p>
Select specific coins and outpoints when creating
a transaction.
</p>
</div>
</div>
<div class="carousel-item">
<img
class="d-block w-100"
src="./theme/img/wallet-carousel/wallet-destinations.png"
alt="ElectrumSVP wallet showing destination management">
<div class="esv-carousel-caption">
<h3>Manage your destinations</h3>
<p>
Inspect, freeze, verify and manage individual
payment destinations.
</p>
</div>
</div>
<div class="carousel-item">
<img
class="d-block w-100"
src="./theme/img/wallet-carousel/wallet-utxo-split.png"
alt="ElectrumSVP wallet showing the Coin and UTXO Split dialog">
<div class="esv-carousel-caption">
<h3>Split your UTXOs</h3>
<p>
Create multiple outputs from selected coins with
configurable split modes.
</p>
</div>
</div>
<div class="carousel-item">
<img
class="d-block w-100"
src="./theme/img/wallet-carousel/wallet-bread.png"
alt="ElectrumSVP wallet showing a verified BREAD proof">
<div class="esv-carousel-caption">
<h3>Verify your Bitcoin</h3>
<p>
Generate and verify BREAD proofs using blockchain
evidence.
</p>
</div>
</div>
</div>
<a
class="carousel-control-prev"
href="#walletCarousel"
role="button"
data-slide="prev">
<span
class="carousel-control-prev-icon"
aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a
class="carousel-control-next"
href="#walletCarousel"
role="button"
data-slide="next">
<span
class="carousel-control-next-icon"
aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</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-key"></i>
</div>
<div class="col-lg-10">
<strong>Your keys. Your coins. Your control.</strong>
<br/>
Keep your Bitcoin under your control with encrypted
wallet files, password-protected keys, and airgapped signing.
ElectrumSVP gives you direct control over your accounts,
addresses, transactions and coins.
</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-coins"></i>
</div>
<div class="col-lg-10">
<strong>Control your UTXOs.</strong>
<br/>
Manage individual coins and UTXOs with detailed coin
selection tools. Freeze coins, choose specific outpoints
when spending, and split UTXOs when needed to keep your
wallet organized and your funds under control.
</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-shield-alt"></i>
</div>
<div class="col-lg-10">
<strong>Verify your Bitcoin.</strong>
<br/>
Verify your Bitcoin using BREAD
(Blockchain Referenced Evidence and Data). Generate
and inspect blockchain evidence for transactions and
UTXOs, giving you a way to independently verify the
state of your funds.
</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/TruthMachine/ElectrumSVP/releases/tag/v0.2.0">
ElectrumSVP 0.2.0
</a>
(09/17/2026)
<br/>
<a href="./articles/2026/electrumsvp-0_2_0.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 an issue, please go to our
<a href="https://github.com/TruthMachine/ElectrumSVP/issues">
issue tracker
</a>
and provide as much detail as possible so we can
understand and investigate the problem.
</p>
<p>
You can also consult the
<a href="https://electrumsv.readthedocs.io/">
documentation
</a>
for information about using ElectrumSVP and its
underlying wallet functionality.
</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 mt-1">
<article>
<header>
<h4 class="entry-title">
<a
href="./articles/2026/electrumsvp-0_2_0.html"
rel="bookmark">
ElectrumSVP 0.2.0 Released
</a>
</h4>
</header>
<div class="entry-content">
<p class="first last">
Stable release with important security fixes,
improved transaction verification, BREAD support,
fee handling, UTXO management, and platform
compatibility.
</p>
</div>
<footer class="post-info mt-2">
<time>2026/09/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/2026/electrumsvp-0_2_0-beta-1.html"
rel="bookmark">
ElectrumSVP 0.2.0-beta.1 Released
</a>
</h4>
</header>
<div class="entry-content">
<p class="first last">
New beta release focused on reliability,
verification, fee handling, and significant
UI improvements.
</p>
</div>
<footer class="post-info mt-2">
<time>2026/09/14</time>
</footer>
</article>
</div>
<div class="row esv-box-border esv-box-padding mt-1">
<article>
<header>
<h4 class="entry-title">
<a
href="./articles/2026/electrumsvp-0_1_0.html"
rel="bookmark">
ElectrumSVP 0.1.0 Released
</a>
</h4>
</header>
<div class="entry-content">
<p class="first last">
Initial stable release of ElectrumSVP with BREAD
verification, improved fee handling, and enhanced
UTXO management tools.
</p>
</div>
<footer class="post-info mt-2">
<time>2026/04/12</time>
</footer>
</article>
</div>
<div class="row esv-box-border esv-box-padding mt-1">
<article>
<header>
<h4 class="entry-title">
<a
href="https://crypto-rebel.medium.com/electrum-svp-beta-release-desktop-bitcoin-wallet-401030f93443"
target="_blank">
Introducing ElectrumSVP (Beta)
</a>
</h4>
</header>
<div class="entry-content">
<p class="first last">
A new actively maintained fork of ElectrumSV is now
available. Learn about the improvements and future
direction.
</p>
</div>
<footer class="post-info mt-2">
<time>2026/03/30</time>
</footer>
</article>
</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">
ElectrumSVP is an independently maintained continuation of ElectrumSV.
<br/>
<a href="https://github.com/TruthMachine/ElectrumSVP">
ElectrumSVP on GitHub
</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>