-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
366 lines (341 loc) · 20.3 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width">
<link rel="icon" href="images/favicon.ico">
<link rel="apple-touch-icon" type="image/png" href="/build/apple-icon-57x57.png">
<link rel="apple-touch-icon" type="image/png" sizes="72x72" href="/build/apple-icon-72x72.png">
<link rel="apple-touch-icon" type="image/png" sizes="114x114" href="/build/apple-icon-114x114.png">
<link rel="icon" type="image/png" href="/build/ms-icon-144x144.png">
<title>NewYorkCoin Paper Wallet</title>
<meta name="Description" content="A NewYorkCoin paper wallet is simply a public and private key printed together. It is an offline wallet, and is usually regarded as a type of “cold storage”.">
<meta name="Keywords" content="cryptocurrency, wallet, NewYorkCoin, bitcoin, ethereum, dash, pivx">
<meta property="og:title" content="NewYorkCoin Paper Wallet">
<meta property="og:site_name" content="NewYorkCoin Cryptocurrency">
<meta property="og:url" content="https://address.newyorkcoin.xyz/">
<meta property="og:description" content="A NewYorkCoin paper wallet is simply a public and private key printed together. It is an offline wallet, and is usually regarded as a type of “cold storage”.">
<meta property="og:type" content="website">
<meta property="og:image" content="">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/print.css" rel="stylesheet" media="print">
</head>
<body>
<div class="container-fluid">
<div class="row header col-md-8 offset-2 ">
<div class="col-lg-2 col-md-2 col-sm-2">
<a href="https://newyorkcoin.net" class="header-logo">
<img class="header-logo" data-altlogo="images/logo.png" src="images/logo.png" alt="NewYorkCoin" />
</a>
</div>
<div class="col-lg-10 col-md-10 col-sm-10 text-right">
<h2 class="header-title">PAPER WALLET GENERATOR 1.4</h2>
</div>
</div>
<div id="generate-tab">
<div class="row info no-print">
<div class="col-md-8 offset-2 text-center py-5">
<h2>What you need to know</h2>
<p>
None of the generated keys are ever broadcast over the internet. It is recommended that you run it locally on your computer instead of generating the keys directly on the site. For extra security; you can run the generator and print the wallets using a secure offline environment and correctly wipe the environment and printer memory after use.
</p>
<div class="py-1">
<div class="row py-2">
<div class="col">
<a class="btn btn-main float-center" id="decrypt-tab-btn">Decrypt</a>
<a href="https://github.com/NewYorkCoinNYC/NYC_Paper_Wallet_Redux/releases" target="#" class="btn btn-alternate float-center">Download the Generator</a>
</div>
</div>
</div>
</div>
</div>
<div class="row py-5 no-print">
<div class="col-8 offset-2 text-center">
<div class="form-inline">
<label class="sr-only" for="number-option">How many wallets do you want to create?</label>
<select id="number-option" class="form-control mb-2 mr-sm-2">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
</select>
<label class="sr-only" for="color-option">What color scheme would you like to use?</label>
<select id="color-option" class="form-control mb-2 mr-sm-2">
<option value="FULL_COLOR">Full Color</option>
<option value="BLACK_WHITE">Black & White</option>
</select>
<label class="sr-only" for="password">BIP38 Password (Optional)</label>
<input class="form-control form-input mb-2 mr-sm-2" id="password" placeholder="BIP38 Password (Optional)" maxlength="32" />
<label class="sr-only" for="generate">Generate Wallets</label>
<button id="generate" class="btn-main btn-print mb-2 mr-sm-2">Generate Wallets</button>
<label class="sr-only" for="print">Print</label>
<button id="print" class="btn-main btn-print mb-2 mr-sm-2">Print</button>
<label class="sr-only" for="reset">Reset</label>
<button id="reset" class="btn-main btn-print mb-2 mr-sm-2">Reset</button>
</div>
</div>
</div>
<div class="row no-print">
<div class="col-8 offset-2" id="guide">
<p>You can generate up to 4 which will fit onto 2 pieces of horizontal A4 paper.</p>
<p>Ideally we suggest you print double sided. If you do not wish to, you can either print them seperately and affix them, or disregard the back sides entirely.</p>
<p>Encrypting the private keys with a BIP38 password is recommended, but optional.</p>
<p>Encrypting can take some time to complete, so please be patient.</p>
<p>The password you set will be used for all generated wallets.</p>
<p>This password can not be recovered, so do not lose it! It is recommended that you test decrypting the private key before sending coins to it to check nothing went wrong during encrytion.</p>
</div>
</div>
<div class="container">
<div id="wallet-0" class="wallet-container">
<h3 class="paper-title" id="paper-title-0">Paper Wallet 1</h3>
<div class="paper-wallet" id="paper-wallet-0">
<img class="paper-background" id="paper-background-0" src="images/paper-wallet-color.svg" />
<div id="pubkey-string-0" class="pubkey-string"></div>
<div id="pubkey-string-0-invert" class="pubkey-string-invert"></div>
<div id="pubkey-qr-0" class="pubkey-qr"></div>
<div id="privkey-string-0" class="privkey-string"></div>
<div id="privkey-string-0-invert" class="privkey-string-invert"></div>
<div id="privkey-qr-0" class="privkey-qr"></div>
</div>
<div class="pt-output" id="plain-text-0">
<h4>Plain Text Address Info</h4>
<table>
<tr>
<td class="row-key">Public Key</td>
<td id="public-key-0"></td>
</tr>
<tr>
<td class="row-key">Private Key</td>
<td id="private-key-0"></td>
</tr>
<tr class="pt-encrypted" id="pt-encrypted-0">
<td class="row-key">Encrypted Key</td>
<td id="encrypted-key-0"></td>
</tr>
<tr class="pt-password" id="pt-password-0">
<td class="row-key">BIP38 Password</td>
<td id="password-0"></td>
</tr>
</table>
</div>
<button class="btn-print no-print" id="decrypt-tab-0">Test Encryption</button>
</div>
<div id="wallet-1" class="wallet-container">
<h3 class="paper-title" id="paper-title-1">Paper Wallet 2</h3>
<div class="paper-wallet" id="paper-wallet-1">
<img class="paper-background" id="paper-background-1" src="images/paper-wallet-color.svg" />
<div id="pubkey-string-1" class="pubkey-string"></div>
<div id="pubkey-string-1-invert" class="pubkey-string-invert"></div>
<div id="pubkey-qr-1" class="pubkey-qr"></div>
<div id="privkey-string-1" class="privkey-string"></div>
<div id="privkey-string-1-invert" class="privkey-string-invert"></div>
<div id="privkey-qr-1" class="privkey-qr"></div>
</div>
<div class="pt-output" id="plain-text-1">
<h4>Plain Text Address Info</h4>
<table>
<tr>
<td class="row-key">Public Key</td>
<td id="public-key-1"></td>
</tr>
<tr>
<td class="row-key">Private Key</td>
<td id="private-key-1"></td>
</tr>
<tr class="pt-encrypted" id="pt-encrypted-1">
<td class="row-key">Encrypted Key</td>
<td id="encrypted-key-1"></td>
</tr>
<tr class="pt-password" id="pt-password-1">
<td class="row-key">BIP38 Password</td>
<td id="password-1"></td>
</tr>
</table>
</div>
<button class="btn-print no-print" id="decrypt-tab-1">Test Encryption</button>
</div>
<div id="frontsides-container">
<div id="frontsides-container-marker"></div>
<div id="frontsides">
<div id="wallet-2" class="wallet-container">
<h3 class="paper-title" id="paper-title-2">Paper Wallet 3</h3>
<div class="paper-wallet" id="paper-wallet-2">
<img class="paper-background" id="paper-background-2" src="images/paper-wallet-color.svg" />
<div id="pubkey-string-2" class="pubkey-string"></div>
<div id="pubkey-string-2-invert" class="pubkey-string-invert"></div>
<div id="pubkey-qr-2" class="pubkey-qr"></div>
<div id="privkey-string-2" class="privkey-string"></div>
<div id="privkey-string-2-invert" class="privkey-string-invert"></div>
<div id="privkey-qr-2" class="privkey-qr"></div>
</div>
<div class="pt-output" id="plain-text-2">
<h4>Plain Text Address Info</h4>
<table>
<tr>
<td class="row-key">Public Key</td>
<td id="public-key-2"></td>
</tr>
<tr>
<td class="row-key">Private Key</td>
<td id="private-key-2"></td>
</tr>
<tr class="pt-encrypted" id="pt-encrypted-2">
<td class="row-key">Encrypted Key</td>
<td id="encrypted-key-2"></td>
</tr>
<tr class="pt-password" id="pt-password-2">
<td class="row-key">BIP38 Password</td>
<td id="password-2"></td>
</tr>
</table>
</div>
<button class="btn-print no-print" id="decrypt-tab-2">Test Encryption</button>
</div>
<div id="wallet-3" class="wallet-container">
<h3 class="paper-title" id="paper-title-3">Paper Wallet 4</h3>
<div class="paper-wallet" id="paper-wallet-3">
<img class="paper-background" id="paper-background-3" src="images/paper-wallet-color.svg" />
<div id="pubkey-string-3" class="pubkey-string"></div>
<div id="pubkey-string-3-invert" class="pubkey-string-invert"></div>
<div id="pubkey-qr-3" class="pubkey-qr"></div>
<div id="privkey-string-3" class="privkey-string"></div>
<div id="privkey-string-3-invert" class="privkey-string-invert"></div>
<div id="privkey-qr-3" class="privkey-qr"></div>
</div>
<div class="pt-output" id="plain-text-3">
<h4>Plain Text Address Info</h4>
<table>
<tr>
<td class="row-key">Public Key</td>
<td id="public-key-3"></td>
</tr>
<tr>
<td class="row-key">Private Key</td>
<td id="private-key-3"></td>
</tr>
<tr class="pt-encrypted" id="pt-encrypted-3">
<td class="row-key">Encrypted Key</td>
<td id="encrypted-key-3"></td>
</tr>
<tr class="pt-password" id="pt-password-3">
<td class="row-key">BIP38 Password</td>
<td id="password-3"></td>
</tr>
</table>
</div>
<button class="btn-print no-print" id="decrypt-tab-3">Test Encryption</button>
</div>
</div>
</div>
</div>
<div class="wallet-container">
<div class="paper-wallet" id="wallet-backside-0">
<img class="paper-backside" id="paper-backside-0" src="images/paper-wallet-color-back.svg" />
</div>
</div>
<div class="wallet-container">
<div class="paper-wallet" id="wallet-backside-1">
<img class="paper-backside" id="paper-backside-1" src="images/paper-wallet-color-back.svg" />
</div>
</div>
<div id="frontsides-placeholder-container">
<div id="frontsides-placeholder"></div>
</div>
<div class="wallet-container">
<div class="paper-wallet" id="wallet-backside-2">
<img class="paper-backside" id="paper-backside-2" src="images/paper-wallet-color-back.svg" />
</div>
</div>
<div class="wallet-container">
<div class="paper-wallet" id="wallet-backside-3">
<img class="paper-backside" id="paper-backside-3" src="images/paper-wallet-color-back.svg" />
</div>
</div>
</div>
</div>
<div id="decrypt-tab" style="display:none;">
<div class="row info">
<div class="col-8 offset-2 text-center py-5">
<h2>Decrypt your private key</h2>
<p>
If you have encrypted your private key with the BIP38 option, you can reveal the wallet import format private key here. If the encryption worked correctly, the private key here should match the private key displayed on the generator page.
</p>
<p class="py-1">
<div class="row py-2">
<div class="col">
<button class="btn btn-main float-center" id="generate-tab-btn">Generate</button>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-5 offset-2 text-center py-4">
Please enter your BIP38 password and the encrypted key to decrypt.
</div>
</div>
<div class="row">
<div class="col-8 offset-2 text-center">
<div class="form-inline">
<label class="sr-only" for="decrypt_password">BIP38 Password</label>
<input id="decrypt_password" class="form-control mb-2 mr-sm-2" placeholder="BIP38 Password" maxlength="32" />
<label class="sr-only" for="encrypted">Encrypted Key</label>
<input id="encrypted" class="form-control mb-2 mr-sm-2" placeholder="Encrypted Key" />
<label class="sr-only" for="decrypt">Decrypt</label>
<button id="decrypt" class="form-control mb-2 mr-sm-2 btn-print">Decrypt</button>
<label class="sr-only" for="reset_decrypt">Reset</label>
<button id="reset_decrypt" class="form-control mb-2 mr-sm-2 btn-print">Reset</button>
</div>
</div>
</div>
<div class="row">
<div class="col-6 offset-2 py-4">
<div class="pt-output" id="plain-text-d" style="margin-top: 20px;">
<h4>Decrypted Address Info</h4>
<table>
<tr>
<td class="row-key">Public Key</td>
<td id="public-key-d"></td>
</tr>
<tr>
<td class="row-key">Private Key</td>
<td id="private-key-d"></td>
</tr>
<tr>
<td class="row-key">Encrypted Key</td>
<td id="encrypted-key-d"></td>
</tr>
<tr>
<td class="row-key">BIP38 Password</td>
<td id="password-d"></td>
</tr>
</table>
</div>
</div>
</div>
</div>
<div class="row footer py-4">
<div class="col offset-2">
<p class="normal-height">Brought to you by the <a href="https://cryptoloverbots.com" target="">CryptoLover705</a> </p>
<p class="terms">By using this software you agree that NewYorkCoin is not responsible for any loss or damages caused by using this sofware and that you use it at your own risk.</p>
</div>
</div>
</div>
<div id="overlay" style="display: none">
<div id="loader">
<div class="loadercontent">
<div class="loading"></div>
<h3 id="overlay-text">Decrypting Keys ...</h3>
<p id="overlay-sub">Please be patient, this can take a while.</p>
</div>>
</div>
</div>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/tether.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>