-
Notifications
You must be signed in to change notification settings - Fork 13
/
paper-wallet-cold-storage-guide.html
358 lines (341 loc) · 20.7 KB
/
paper-wallet-cold-storage-guide.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
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
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="SemiColonWeb" />
<link rel="icon" href="favicon.png" type="image/png" sizes="16x16">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="FLASH is ideal for exchanges, as the transfer speeds and transaction costs are very low and because it is based on LTC, integration." />
<link rel="canonical" href="https://www.flashcoin.io/paper-wallet-cold-storage-guide.html" />
<meta itemprop="name" content="#GoFaster | FlashCoin. CONNECTING THE WORLD IN A FLASH.">
<meta itemprop="description" content="FLASH QT Desktop wallet - How to use FLASH QT Wallet">
<meta itemprop="image" content="https://www.flashcoin.io/images/_newsite/web_img/WebsiteActualLogo.png?ver=1.1">
<meta property="og:site_name" content="#GoFaster | FlashCoin. CONNECTING THE WORLD IN A FLASH." />
<meta property="og:type" content="article" />
<meta property="og:title" content="#GoFaster | FlashCoin. CONNECTING THE WORLD IN A FLASH." />
<meta property="og:url" content="https://www.flashcoin.io/paper-wallet-cold-storage-guide.html" />
<meta property="og:description" content="FLASH QT Desktop wallet - How to use FLASH QT Wallet" />
<meta property="og:image" content="https://www.flashcoin.io/images/_newsite/web_img/WebsiteActualLogo.png?ver=1.1" />
<meta name="twitter:title" content="#GoFaster | FlashCoin. CONNECTING THE WORLD IN A FLASH." />
<meta name="twitter:description" content="FLASH QT Desktop wallet - How to use FLASH QT Wallet" />
<meta name="twitter:image:src" content="https://www.flashcoin.io/images/_newsite/web_img/WebsiteActualLogo.png?ver=1.1" />
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600|Open+Sans|Roboto" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.css" type="text/css" />
<link rel="stylesheet" href="css/04.style.css" type="text/css" />
<link rel="stylesheet" href="css/dark.css" type="text/css" />
<link rel="stylesheet" href="css/animate.css" type="text/css" />
<link rel="stylesheet" href="css/font-icons.css" type="text/css" />
<link rel="stylesheet" href="css/04.custom.css" type="text/css" />
<link rel="stylesheet" href="css/responsive.css" type="text/css" />
<title>Flashcoin | How to create a safe FLASH coin paper wallet for cold storage</title>
<script src="js/jquery.js"></script>
<script>
$(function() {
var headerLoaded = false, footerLoaded = false;
$('#header-wrap').load('header.html', function() {
headerLoaded = true;
if(headerLoaded && footerLoaded) {
documentOnReadyInitiaize();
}
});
$('#footer-comman').load('footer.html', function() {
footerLoaded = true;
if(headerLoaded && footerLoaded) {
documentOnReadyInitiaize();
}
});
});
</script>
</head>
<body class="stretched dark">
<!-- Document Wrapper
============================================= -->
<div id="wrapper" class="clearfix">
<!-- Header
============================================= -->
<header id="header" class="subpage transparent-header dark responsive-sticky-header" data-sticky-offset="100">
<div id="header-wrap">
</div>
</header><!-- #header end -->
<!-- Content
============================================= -->
<section id="content" style="margin-bottom: 0px;">
<div class="content-wrap nopadding">
<!-- Upcoming Features
============================================= -->
<div id="roadmap" class="page-section topmargin-lg">
<div class="heading-block center">
<div class="fancy-title title-border title-center">
<h1><span>How to create a safe FLASH coin paper wallet for cold storage</span></h1>
</div>
</div>
<div class="container clearfix">
<!-- Remittances
============================================= -->
<div class="section-header our-team heading-color">
<h2 class="section-title wow fadeInDown animated" style="visibility: visible; animation-name: fadeInDown;">Step 1: How to create Ubuntu live USB stick?</h2>
</div>
<br>
<div class="column-title heading-color" style="font-size:0.875rm">
<h3>Please follow steps to create Ubuntu live USB given on below link</h3>
</div>
<div class="row">
<ol style="font-weight: bold" class=" col-md-12" data-aos="fade-left" data-aos-offset="300" data-aos-easing="ease-in-sine">
<li style="list-style-position:inside;font-size:0.875rm" class="team-member wow fadeInUp" data-wow-duration="400ms" data-wow-delay="100ms">
<span style="font-weight: normal;">
<a href="https://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-macos#0">https://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-macos#0</a>
</span>
</li>
<li style="list-style-position:inside;font-size:0.875rm" class="team-member wow fadeInUp" data-wow-duration="400ms" data-wow-delay="100ms">
<span style="font-weight: normal;">
<a href="https://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-windows#0">https://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-windows#0</a>
</span>
</li>
<li style="list-style-position:inside;font-size:0.875rm" class="team-member wow fadeInUp" data-wow-duration="400ms" data-wow-delay="100ms">
<span style="font-weight: normal;">
<a href="https://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-ubuntu#0">https://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-ubuntu#0</a>
</span>
</li>
</ol>
</div>
<br>
<div class="column-title heading-color" style="font-size:0.875rm">
<h2>Step 2: How to run Ubuntu from live USB?</h2>
</div>
<br>
<div class="column-title heading-color" style="font-size:0.875rm">
<h3>Please follow steps given on below link</h3>
</div>
<div class="row ">
<ol style="font-weight: bold" class=" col-md-12" data-aos="fade-left" data-aos-offset="300" data-aos-easing="ease-in-sine">
<li style="list-style-position:inside;font-size:0.875rm" class="team-member wow fadeInUp" data-wow-duration="400ms" data-wow-delay="100ms">
<span style="font-weight: normal;">
<a href="hhttps://tutorials.ubuntu.com/tutorial/try-ubuntu-before-you-install#0 ">https://tutorials.ubuntu.com/tutorial/try-ubuntu-before-you-install#0</a>
</span>
</li>
</ol>
</div>
<br>
<div class="column-title heading-color" style="font-size:0.875rm">
<h2>Step 3:</h2>
</div>
<div style="font-size:0.875rm">
Download the zip file of paper wallet from (<a href="https://github.com/flash-coin/paperwallet">https://github.com/flash-coin/paperwallet</a>).and copy the code to a live Ubuntu, Please refer screenshots.<br> OR <br>
You can use online version of paper wallet at <a href="https://paperwallet.flashcoin.io/" target="_blank">paperwallet.flashcoin.io</a> and Go to Step 5(b).
</div>
<br>
<div class="column-title heading-color" style="font-size:0.875rm">
<h2>Step 3 (a):</h2>
</div>
<div style="margin:20px 0" class="col-md-8 col-md-12 section-header" data-aos="fade-right" data-aos-offset="300" data-aos-easing="ease-in-sine">
<div class="team-member wow fadeInUp" data-wow-duration="400ms" data-wow-delay="0ms">
<img src="images/docs/guides_paper_wallet_3(a).png" alt="" style="width:100%">
</div>
</div>
<br>
<div class="column-title heading-color" style="font-size:0.875rm">
<h2>Step 3 (b):</h2>
</div>
<div style="margin:20px 0" class="col-md-8 col-md-12 section-header" data-aos="fade-right" data-aos-offset="300" data-aos-easing="ease-in-sine">
<div class="team-member wow fadeInUp" data-wow-duration="400ms" data-wow-delay="0ms">
<img src="images/docs/guides_paper_wallet_3(b).png" alt="" style="width:100%">
</div>
</div>
<br>
<div class="column-title heading-color" style="font-size:0.875rm">
<h2>Step 4: Extract the zip file shown in screenshots</h2>
</div>
<br>
<div class="column-title heading-color" style="font-size:0.875rm">
<h2>Step 4 (a):</h2>
</div>
<div style="margin:20px 0" class="col-md-8 col-md-12 section-header" data-aos="fade-right" data-aos-offset="300" data-aos-easing="ease-in-sine">
<div class="team-member wow fadeInUp" data-wow-duration="400ms" data-wow-delay="0ms">
<img src="images/docs/guides_paper_wallet_4(a).png" alt="" style="width:100%">
</div>
</div>
<br>
<div class="column-title heading-color" style="font-size:0.875rm">
<h2>Step 4 (b):</h2>
</div>
<div style="margin:20px 0" class="col-md-8 col-md-12 section-header" data-aos="fade-right" data-aos-offset="300" data-aos-easing="ease-in-sine">
<div class="team-member wow fadeInUp" data-wow-duration="400ms" data-wow-delay="0ms">
<img src="images/docs/guides_paper_wallet_4(b).png" alt="" style="width:100%">
</div>
</div>
<br>
<div class="column-title heading-color" style="font-size:0.875rm">
<h2>Step 5: Click on the index.html found in the extracted files from the download. This will open FLASH wallet generator page in bowser. Please refer the screenshot </h2>
</div>
<br>
<div class="column-title heading-color" style="font-size:0.875rm">
<h2>Step 5 (a):</h2>
</div>
<div style="margin:20px 0" class="col-md-8 col-md-12 section-header" data-aos="fade-right" data-aos-offset="300" data-aos-easing="ease-in-sine">
<div class="team-member wow fadeInUp" data-wow-duration="400ms" data-wow-delay="0ms">
<img src="images/docs/guides_paper_wallet_5(a).png" alt="" style="width:100%">
</div>
</div>
<br>
<div class="column-title heading-color" style="font-size:0.875rm">
<h2>Step 5 (b):</h2>
</div>
<div style="margin:20px 0" class="col-md-8 col-md-12 section-header" data-aos="fade-right" data-aos-offset="300" data-aos-easing="ease-in-sine">
<div class="team-member wow fadeInUp" data-wow-duration="400ms" data-wow-delay="0ms">
<img src="images/docs/guides_paper_wallet_5(b).png" alt="" style="width:100%">
</div>
</div>
<br>
<div class="column-title heading-color" style="font-size:0.875rm">
<h2>Step 6: On FLASH Walletgenerator page, press multiple keys and at the same time mouse to provide maximum randomness to the input for generating FLASH paper wallet,<br>Continue the process until FLASH paper wallet is generated, please refer</h2>
</div>
<br>
<div class="column-title heading-color" style="font-size:0.875rm">
<h2>Step 6 (a):</h2>
</div>
<div style="margin:20px 0" class="col-md-8 col-md-12 section-header" data-aos="fade-right" data-aos-offset="300" data-aos-easing="ease-in-sine">
<div class="team-member wow fadeInUp" data-wow-duration="400ms" data-wow-delay="0ms">
<img src="images/docs/guides_paper_wallet_6(a).png" alt="" style="width:100%">
</div>
</div>
<br>
<div class="column-title heading-color" style="font-size:0.875rm">
<h2>Step 6 (b):</h2>
</div>
<div style="margin:20px 0" class="col-md-8 col-md-12 section-header" data-aos="fade-right" data-aos-offset="300" data-aos-easing="ease-in-sine">
<div class="team-member wow fadeInUp" data-wow-duration="400ms" data-wow-delay="0ms">
<img src="images/docs/guides_paper_wallet_6(b).png" alt="" style="width:100%">
</div>
</div>
<br>
<div class="column-title heading-color" style="font-size:0.875rm">
<h2>Step 6 (c): The paper wallet will consist of Public Address and Private Key, Please refer screenshot</h2>
</div>
<div style="margin:20px 0" class="col-md-8 col-md-12 section-header" data-aos="fade-right" data-aos-offset="300" data-aos-easing="ease-in-sine">
<div class="team-member wow fadeInUp" data-wow-duration="400ms" data-wow-delay="0ms">
<img src="images/docs/guides_paper_wallet_6(c).png" alt="" style="width:100%">
</div>
</div>
</div>
<br>
<div class="heading-block center">
<div class="fancy-title title-border title-center">
<h1><span>How to import paper wallet to QT wallet?</span></h1>
</div>
</div>
<div class="container clearfix">
<div class="column-title heading-color" style="font-size:0.875rm">
<h2>Step 1: Open QT wallet and go to Help -> Debug Window -> Console.</h2>
</div>
<br>
<div class="column-title heading-color" style="font-size:0.875rm">
<h2>Step 1 (a):</h2>
</div>
<div style="margin:20px 0" class="col-md-8 col-md-12 section-header" data-aos="fade-right" data-aos-offset="300" data-aos-easing="ease-in-sine">
<div class="team-member wow fadeInUp" data-wow-duration="400ms" data-wow-delay="0ms">
<img src="images/docs/guides_paper_wallet_2_1(a).png" alt="" style="width:100%">
</div>
</div>
<br>
<div class="column-title heading-color" style="font-size:0.875rm">
<h2>Step 1 (b):</h2>
</div>
<div style="margin:20px 0" class="col-md-8 col-md-12 section-header" data-aos="fade-right" data-aos-offset="300" data-aos-easing="ease-in-sine">
<div class="team-member wow fadeInUp" data-wow-duration="400ms" data-wow-delay="0ms">
<img src="images/docs/guides_paper_wallet_2_1(b).png" alt="" style="width:100%">
</div>
</div>
<br>
<div class="column-title heading-color" style="font-size:0.875rm">
<h2>Step 2: Import the private key by using below commands,</h2>
</div>
<div class="column-title heading-color" style="font-size:0.875rm">
<h3>Please refer </h3>
</div>
<div class="column-title heading-color" style="font-size:0.875rm">
<h3>importPrivatekey "YourPrivateKeyhere" "label"</h3>
</div>
<div style="font-size:0.875rm">
After the import of private key, the blockchian will rescan for few minutes, once imported you would be able to send the funds of paper wallet from QT.
</div>
<br>
<div class="column-title heading-color" style="font-size:0.875rm">
<h2>Step 2 (a):</h2>
</div>
<div style="margin:20px 0" class="col-md-8 col-md-12 section-header" data-aos="fade-right" data-aos-offset="300" data-aos-easing="ease-in-sine">
<div class="team-member wow fadeInUp" data-wow-duration="400ms" data-wow-delay="0ms">
<img src="images/docs/guides_paper_wallet_2_2(a).png" alt="" style="width:100%">
</div>
</div>
<br>
<div class="column-title heading-color" style="font-size:0.875rm">
<h2>Step 2 (b):</h2>
</div>
<div style="margin:20px 0" class="col-md-8 col-md-12 section-header" data-aos="fade-right" data-aos-offset="300" data-aos-easing="ease-in-sine">
<div class="team-member wow fadeInUp" data-wow-duration="400ms" data-wow-delay="0ms">
<img src="images/docs/guides_paper_wallet_2_2(b).png" alt="" style="width:100%">
</div>
</div>
<br>
<div class="column-title heading-color" style="font-size:0.875rm">
<h2>Step 2 (c):</h2>
</div>
<div style="margin:20px 0" class="col-md-8 col-md-12 section-header" data-aos="fade-right" data-aos-offset="300" data-aos-easing="ease-in-sine">
<div class="team-member wow fadeInUp" data-wow-duration="400ms" data-wow-delay="0ms">
<img src="images/docs/guides_paper_wallet_2_2(c).png" alt="" style="width:100%">
</div>
</div>
<br>
<div class="column-title heading-color" style="font-size:0.875rm">
<h2>Step 2 (d): If the wallet is encrypted, we will get error stating "Please enter the wallet passphrase with walletpassphrase first code (-13)". To resolve this, We need to unlock the wallet and enter the below command,</h2>
</div>
<div class="column-title heading-color" style="font-size:0.875rm">
<h3>Please refer </h3>
</div>
<div style="margin:20px 0" class="col-md-8 col-md-12 section-header" data-aos="fade-right" data-aos-offset="300" data-aos-easing="ease-in-sine">
<div class="team-member wow fadeInUp" data-wow-duration="400ms" data-wow-delay="0ms">
<img src="images/docs/guides_paper_wallet_2_2(d).png" alt="" style="width:100%">
</div>
</div>
<br>
<div class="column-title heading-color" style="font-size:0.875rm">
<h2>Step 2 (e):</h2>
</div>
<div style="margin:20px 0" class="col-md-8 col-md-12 section-header" data-aos="fade-right" data-aos-offset="300" data-aos-easing="ease-in-sine">
<div class="team-member wow fadeInUp" data-wow-duration="400ms" data-wow-delay="0ms">
<img src="images/docs/guides_paper_wallet_2_2(e).png" alt="" style="width:100%">
</div>
</div>
<br>
<div class="column-title heading-color" style="font-size:0.875rm">
<h2>Step 2 (f): walletpassphrase "YourSecretPassPhrasehere" timeout
e.g walletpassphrase "YourSecretPassPhrasehere" 600
Once wallet is unlock, we can follow the procedure in step 2 to import the key,</h2>
</div>
<div class="column-title heading-color" style="font-size:0.875rm">
<h3>Please refer </h3>
</div>
<div style="margin:20px 0" class="col-md-8 col-md-12 section-header" data-aos="fade-right" data-aos-offset="300" data-aos-easing="ease-in-sine">
<div class="team-member wow fadeInUp" data-wow-duration="400ms" data-wow-delay="0ms">
<img src="images/docs/guides_paper_wallet_2_2(e).png" alt="" style="width:100%">
</div>
</div>
<br>
<div class="column-title heading-color" style="font-size:0.875rm">
<h2>Step 2 (g):</h2>
</div>
<div style="margin:20px 0" class="col-md-8 col-md-12 section-header" data-aos="fade-right" data-aos-offset="300" data-aos-easing="ease-in-sine">
<div class="team-member wow fadeInUp" data-wow-duration="400ms" data-wow-delay="0ms">
<img src="images/docs/guides_paper_wallet_2_2(g).png" alt="" style="width:100%">
</div>
</div>
</div>
</div><!-- #section-resources end -->
</div><!-- .content-wrap end -->
</section><!-- #content end -->
<div id="footer-comman">
</div>
</div>
<script src="js/plugins.js"></script>
</body>
</html>