diff --git a/generate-wallet.html b/generate-wallet.html index fd634a2..c27a729 100644 --- a/generate-wallet.html +++ b/generate-wallet.html @@ -5962,7 +5962,7 @@ .less { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK6wAACusBgosNWgAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDEvMDIvMTLltnQyAAABuklEQVQ4ja2US25TQRBFT336OSEY5ESyBfEakNiLt0AW5S2QvQQxAiZIYBwSz/yByH7dxcB2bPMME+hJS/W5fetWVUtE8K/HfzdcXfdfqsr4onuGuRz4Jrdzcg6Gg9HfQYAxAqmlSMMlQJO5/oliE4AtQLcR++btZQ+wPVsvVXbTfXFGEMyWU9rVM0yMu/Gc5bJ+DdztxWcH3otKVzbPmyq5LnwfzSgEBMxlhqJEBFWVKKUgG66rur53oH7aOeWkUlJSRCBHZracssorlLXttHpCpzonaYukjmsiivDu08daAZIJ7oLIVg9BUQgQUVwSua5Z5AWmiqnj6pisVXAAU0F1J6WK0q6e024Fs4cplbXonFxgapisk00MkdiBqDd7oSKoOiqGmZHMSZrwPRYHIMfaKaKsyhI01oni6IaFYptSyiOIT27nOwaq5FyQrUAIC/nBhK+UErRSos55z4878CrneJyTnHOvquymf3mOb+hvy/jw+QuLh5/NORkORvsGrq77dc6xpr0RcH07y3oF8G04GN0f6HdEDhdA1XG1vXb6dsAa+3Z8AREiQwkoEeQoiBzocHDkf/wnvwC5IpRVsUDNUgAAAABJRU5ErkJggg==) no-repeat left center; width: 17px; height: 17px; display: inline-block; float: right; } .right { text-align: right; } - .walletarea { display: none; border-top: 2px solid #e2f9bd; } + .walletarea { display: none; border-top: 2px solid #f7931a; } .keyarea { font-family: Courier New; height: 110px; text-align: left; position: relative; padding: 5px; } .keyarea .public { float: left; } .keyarea .pubaddress { display: inline-block; height: 40px; padding: 0 0 0 10px; float: left; } @@ -5974,12 +5974,19 @@ .pubkeyhex { word-wrap: break-word; } .faqs ol { padding: 0 0 0 25px; } .faqs li { padding: 3px 0; } - body { font-family: Arial; background-image:url(images/bgtile.png); background-repeat: repeat-y; background-position: center; background-color: #e2f9bd;} + body { margin-top: 0; font-family: Arial; background-image:url(images/bgtile2.png); background-repeat: repeat-y; background-position: center; background-color: #e2f9bd;} + + h1 { font-size: 24px; font-weight: 100; color: #090; margin:0 0 10px 0; padding:0; } + + a, a:visited { text-decoration: none; color: #ff6c00; } + a:hover {color: #0000FF; text-decoration: underline;} + + #main { position: relative; margin: 0px auto; width: 1010px; color: #444; } /* removed text-align: center; */ - #logoback { height: 143px; margin-bottom: 10px; background-image:url(images/logo.png); background-position: top left; background-repeat: no-repeat; } - #generate { font-family: Courier New; height: 158px; text-align: left; position: relative; padding: 5px; border: 2px solid green; } + #logoback { background-image:url(images/logo.png); background-position: top left; background-repeat: no-repeat; } + #generate { font-family: Courier New; height: 158px; text-align: left; position: relative; padding: 5px; border: 2px solid #f7931a; } #generate span { padding: 5px 5px 0 5px; } - #menu { visibility: hidden; font-size: 90%; } + #menu { visibility: hidden; font-size: 90%; padding: 0 12px;} #culturemenu { text-align: right; padding: 10px 20px; font-size: 12px; } #culturemenu span { padding: 3px; } #culturemenu .selected { text-decoration: none; color: #000000; } @@ -5996,7 +6003,7 @@ #paperarea { min-height: 120px; display: none; } - #paperarea .keyarea { border: 2px solid green; border-top: 0; } + #paperarea .keyarea { border: 2px solid #f7931a; border-top: 0; } #paperarea .keyarea.art { display: block; height: auto; border: 0; font-family: Ubuntu, Arial; padding: 0; margin: 0; } #paperarea .artwallet .papersvg { width: 1010px; height: 331px; border: 0; margin: 0; padding: 0; left: 0; } #paperarea .artwallet .qrcode_public { top: 120px; left: 41px; z-index: 100; margin: 0; float: none; display: block; position: absolute; background-color: #FFFFFF; @@ -6068,12 +6075,14 @@ } - #instructionsarea { padding: 10px; } + .instructionsarea { padding: 0 25px; } + .highlighted { font-size: 14px; padding: 8px; background-color: #ebfdbf;} + + #browserinfo { text-align: center; } .englishjson { text-align: center; padding: 40px 0 20px 0; } .unittests { text-align: center; } .unittests div { width: 894px; font-family: monospace; text-align: left; margin: auto; padding: 5px; border: 1px solid black; } - #testnet { font-family: Tahoma; display: none; background-color: Orange; color: #000000; border-radius: 5px; font-weight: bold; padding: 10px 0; margin: 0 auto 20px auto; } /* IE8 */ .qrcodetable { border-width: 0px; border-style: none; border-color: #0000ff; border-collapse: collapse; } @@ -6082,19 +6091,24 @@ @media screen { - #tagline { margin: 25px 0 0 250px; font-style: italic; font-size: 18px; color: #333333; } + #tagline { margin: 20px 0 30px 250px; font-style: italic; font-size: 18px; color: #333333; } + #tagwarning { position: absolute; left: 250px; top: 25px; font-size: 12px; color: red; } .menu { text-align: left; } - .menu .tab { border-top-left-radius: 5px; border-top-right-radius: 5px; display: inline-block; background-color: #e2f9bd; color: #060; - border: 3px solid #e2f9bd; padding: 8px; margin: 0 2px 0 0; position: relative; top: 2px; z-index: 110; cursor: pointer; } + .menu .tab { border-top-left-radius: 5px; border-top-right-radius: 5px; display: inline-block; background-color: #e2f9bd; + color: #060; font-size: 12px; + border-top: 2px solid #f7931a; + border-left: 2px solid #f7931a; + border-right: 2px solid #f7931a; + border-bottom: 2px solid #e2f9bd; + padding: 4px 8px; margin: 0 2px 0 0; position: relative; top: 2px; z-index: 110; cursor: pointer; } .menu .tab:hover { color: #090; } - .menu .tab.selected { background-color: #FFF; border-bottom: 3px solid #FFF; cursor: default; } + .menu .tab.selected { background-color: #FFF; border-bottom: 4px solid #FFF; cursor: default; font-weight: bold; } .menu .tab.selected:hover { color: #090; } - - .menu #printeradjust { float: right; width: 340px; text-align: right; margin-top: 5px; } /* zoom & shift */ + .menu #printeradjust { float: right; text-align: right; margin-top: 5px; } /* zoom & shift */ .pagebreak { height: 50px; } - .commands { padding: 10px 0 20px 10px; margin-bottom: 0; } + .commands { padding: 10px 0 20px 10px; margin-bottom: 0; } .commands span { padding: 0 10px; } .commands span.print { float: right; } .commands span.right { float: right; } @@ -6102,29 +6116,21 @@ .commands p.instructions { width: 700px; float: left; font-size: 13px; } - #papercommands { padding: 10px 0; border-top: 3px solid #e2f9bd; } - #braincommands .row { text-align: left; } - #braincommands .row .label { width: 200px; display: inline-block; } - #braincommands .row.extra { padding: 6px 0 0 0; } - #braincommands .notes { font-size: 80%; display: block; padding: 5px 10px; } - #brainpassphrase { width: 280px; } - #brainpassphraseconfirm { width: 280px; } - #detailcommands { padding: 10px 0; } - #detailcommands span { padding: 0 10px; } - #detailprivkey { width: 250px; } - .paper #commands { border-bottom: 3px solid green; padding: 0; margin-bottom: 0; } + + + #bulkstartindex, #paperlimit, #paperlimitperpage { width: 35px; } #bulklimit { width: 45px; } - .footer { font-family: Arial; font-size: 90%; clear: both; width: 750px; padding: 10px 0 10px 0; margin: 50px auto auto auto; } + .footer { font-family: Arial; font-size: 90%; clear: both; padding: 10px 0 10px 0; margin: 50px 20px; } .footer div span.item { padding: 10px; } .footer .authorbtc { float: left; width: 470px; } - .footer .authorbtc span.item { text-align: left; display: block; padding: 0 20px; } + .footer .authorbtc span.item { text-align: left; display: block; padding-right: 20px; } .footer .authorbtc div { position: relative; z-index: 100; } .footer .authorpgp { position: relative; } .footer .authorpgp span.item { text-align: right; display: block; padding: 0 20px; } .footer .copyright { font-size: 80%; clear: both; padding: 5px 0; } - .footer .copyright span { padding: 10px 2px; } + .footer .copyright span { padding: 10px 10px; } } @media print { @@ -6145,18 +6151,13 @@
-
+ -
Open Source JavaScript Client-Side Bitcoin Wallet Generator -
*** WARNING *** Still in early beta. Don't dump loads of coins into one of these wallets yet!
- -
-
- - +
+
Open Source JavaScript Client-Side Bitcoin Wallet Generator
+
*** WARNING *** Still in early beta. Don't dump loads of coins into one of these wallets yet!
+ + +
Generating Bitcoin Address...
@@ -6186,23 +6191,25 @@
 
-
+
- Welcome! Let's print out a beautiful and secure wallet for your bitcoins. +

Welcome! Let's print out a beautiful and secure wallet for your bitcoins.

+ + Here's an overview of what will happen, step by step.

- Here's an overview of what will happen, step by step. + + + Prefer a 90 second video? Watch a quick demonstration on YouTube » +

+ + + 1. Calibrate Printer: Before printing out a wallet you'll need to "calibrate" your printer for zoom and horizontal shift. Without proper callibration, your wallet will end up the wrong size or with a misaligned reverse side. Don't forget to write down the zoom/shift values for the next time you need them.

- 1) Before printing out a wallet you'll need to "calibrate" your printer for zoom and horizontal shift. Without proper callibration, your wallet will end up the wrong size or with a misaligned reverse side. Don't forget to write down the zoom/shift values for the next time you need them. -

- 2) Next we'll print out the front side of your wallet. A public address and private key will automatically be generated. + 2. Print Front: Next we'll print out the front side of your wallet. A public address and private key will automatically be generated.

- 3) Then you will put the same page back in your printer (but upside down) to print out the back side of your wallet. This isn't just for good looks: the backside design includes additional tamper-proof safeguards. + 3. Print Back: Then you will put the same page back in your printer (but upside down) to print out the back side of your wallet. This isn't just for good looks: the back side design includes additional tamper-proof safeguards.

- 4) Find your scissors! Time to cut out your wallet, fold it, and seal it (preferably with tamper-proof tape.) -

- 5) Now you're ready to transfer bitcoins from your online holdings to your new wallet. -

- Watch a quick demonstration on YouTube » + 4. Cut, Fold, Seal & Fund: Find your scissors! Time to cut out your wallet, fold it, and seal it (preferably with tamper-proof tape.) Now you're ready to transfer bitcoins from your online holdings to your new wallet.
@@ -6213,13 +6220,13 @@
-

To calibrate your printer, print out this page in LANDSCAPE (wide) format. Adjust the "zoom" and "horizontal shift" until the printed ruler is properly sized and has exactly equal margins on the left and right sides of the page.

+

To calibrate your printer, print out this page in LANDSCAPE (wide) format. Based on the results, adjust the "zoom" and "horizontal shift" until the printed ruler closely matches a real ruler, and has equal margins on the left and right sides of the page. Once you have a properly sized & centered ruler, go on to step 2.

-
+
Zoom / Shift : Default
@@ -6243,7 +6250,7 @@ -
+
@@ -6272,6 +6279,45 @@
+ + +
+
+   +
+
+
+

How to cut & fold your 2-sided wallet:

+ + Cut out your wallet (use the front as a guide, not the back!) +
+
+ Now fold the more narrow private key area in half, and then over again as indicated by the dotted lines in this diagram:

+ Folding Diagram +
+
+ The final wallet will be a rectangle shape with the more narrow private key area folded over it, like this: +
+ + Sample Wallet + +
+
+ Finally seal your wallet by placing two strips of sturdy tape over the top and bottom edges of the private (folded) area: +

+ + Sealed Wallet + +

+ Click here to order some holographic tamper-proof tape » +

+ +

How to add funds to your wallet:

+ +
+
+
+
@@ -6291,7 +6337,7 @@ Run Local Unit Tests
@@ -6589,14 +6635,12 @@ translations: { "en": { // javascript alerts or messages - "testneteditionactivated": "TESTNET EDITION ACTIVATED", "paperlabelbitcoinaddress": "Bitcoin Address:", "paperlabelprivatekey": "Private Key (Wallet Import Format):", }, "es": { // javascript alerts or messages - "testneteditionactivated": "Testnet se activa", "paperlabelbitcoinaddress": "Dirección Bitcoin:", "paperlabelprivatekey": "Clave privada (formato para importar):", @@ -6614,7 +6658,7 @@ "footerlabelpgp": "Clave pública PGP", "footerlabelversion": "Histórico de versiones", "footerlabelgithub": "Repositorio GitHub", - "footerlabelcopyright1": "Copyright Canton Becker.", + "footerlabelcopyright1": "© Copyright 2013 Canton Becker.", "footerlabelcopyright2": "Copyright del código JavaScript: en el fuente.", "footerlabelnowarranty": "Sin garantía.", @@ -6627,7 +6671,6 @@ "fr": { // javascript alerts or messages - "testneteditionactivated": "ÉDITION TESTNET ACTIVÉE", "paperlabelbitcoinaddress": "Adresse Bitcoin:", "paperlabelprivatekey": "Clé Privée (Format d'importation de porte-monnaie):", @@ -6645,7 +6688,7 @@ "footerlabelpgp": "Clé Publique PGP", "footerlabelversion": "Historique De Version Signé", "footerlabelgithub": "Dépôt GitHub", - "footerlabelcopyright1": "Copyright Canton Becker.", + "footerlabelcopyright1": "© Copyright 2013 Canton Becker.", "footerlabelcopyright2": "Les droits d'auteurs JavaScript sont inclus dans le code source.", "footerlabelnowarranty": "Aucune garantie.", "newaddress": "Générer Une Nouvelle Adresse", @@ -6740,6 +6783,20 @@ + + + + diff --git a/generate-wallet.html.zip b/generate-wallet.html.zip new file mode 100644 index 0000000..8373fe9 Binary files /dev/null and b/generate-wallet.html.zip differ diff --git a/images/bgtile2.png b/images/bgtile2.png new file mode 100644 index 0000000..bca1589 Binary files /dev/null and b/images/bgtile2.png differ diff --git a/images/finished-folds.png b/images/finished-folds.png new file mode 100644 index 0000000..d1cce9b Binary files /dev/null and b/images/finished-folds.png differ diff --git a/images/finished-sample-sealed.jpg b/images/finished-sample-sealed.jpg new file mode 100644 index 0000000..5ee016d Binary files /dev/null and b/images/finished-sample-sealed.jpg differ diff --git a/images/finished-sample.jpg b/images/finished-sample.jpg new file mode 100644 index 0000000..025ef52 Binary files /dev/null and b/images/finished-sample.jpg differ diff --git a/images/logo.png b/images/logo.png index 8024a9b..b8bac9e 100644 Binary files a/images/logo.png and b/images/logo.png differ