diff --git a/README b/README index 996c6a2..24702fd 100644 --- a/README +++ b/README @@ -1,6 +1,7 @@ **** LOOKING FOR THE ZIP FILE TO DOWNLOAD? ************************************ -If you're on already at https://github.com/cantonbecker/bitcoinpaperwallet -Then just look for the button that says "Download ZIP". Look to your right --> +If you're on already here at https://github.com/cantonbecker/bitcoinpaperwallet +Then just look above for the green button that says "Clone or download". +Click it and select 'Download ZIP'. ******************************************************************************* *** bitcoinpaperwallet.com *** diff --git a/START-HERE.html b/START-HERE.html new file mode 100644 index 0000000..b040967 --- /dev/null +++ b/START-HERE.html @@ -0,0 +1,180 @@ + + + + + Bitcoin Paper Wallet Launcher + + + + + + + +
+
+
+ +   +
+
Open Source JavaScript Bitcoin Wallet Generator Ubuntu LiveCD
+
For help, security tips, or wallet making supplies visit bitcoinpaperwallet.com
+ +
+ +
+ + +
+
+
+

Ubuntu 14.04 LTS LiveCD Checklist

+ +

+ Internet Icon + 1. Are you offline?
+ You don't need an Internet connection to make these paper wallets.
+ For added security, consider temporarily powering off your modem or router.
+

+ + Settings Icon + 2. Have you setup your printer yet?
+ Every time you boot from this CD, you will have to setup your printer all over again.
+ First click on System Settings, then click Printers, then add your printer.
+ Print a test page.
+

+

Notes on Ubuntu Printer Compatibility

+
    +
  • Older printers, and Hewlett Packard (HP) brand printers in particular, are more likely to be supported.
  • +
  • If your printer doesn't work, research whether it supports PCL, Postscript, or PDF as a "Printer language". Ubuntu's generic drivers should support these printers as well.
  • +
  • If you ultimately fail to get your printer to work, consider printing to PDF files from Firefox. You can save the PDFs to a thumbdrive and print them using a different computer. If you choose to follow this route, it's recommended that you select the "BIP38 Encrypt" option to better secure your wallets.
  • +
+ +

+ + Open generate-wallet.html »

+ +
+
+
+ +
+ + +
+ + + + diff --git a/generate-wallet.html b/generate-wallet.html index 14ec8f2..f513515 100644 --- a/generate-wallet.html +++ b/generate-wallet.html @@ -6,7 +6,7 @@ generate-wallet.html (from https://bitcoinpaperwallet.com) - Contact: Canton Becker / canton@gmail.com / www.cantonbecker.com + Contact: Canton Becker / canton@gmail.com / https://www.cantonbecker.com generate-wallet.html is always distributed with a PGP signature "generate-wallet.html.sig" which you can use to validate the integrity and authorship of this file like so: @@ -19,7 +19,7 @@ is copyrighted. As a courtesy, please do not modify this software in such a way that the links to purchase hologram stickers and wallet making supplies are removed or pointed elsewhere. - This software (HTML and JavaScript) is ©Copyright 2016 Canton Becker and bitaddress.org + This software (HTML and JavaScript) is ©Copyright 2017 Canton Becker and bitaddress.org and licensed under the MIT license. Special thanks to pointbiz/bitaddress.org, Artiom Chilaru/flexlabs.org, and Martin Ankerl @@ -10062,7 +10062,7 @@ Bitcoin.Util = { #paperarea .artwallet .dupbtcaddress { - position: absolute; top: 45px; left: 40px; z-index: 100; background-color: transparent; + position: absolute; top: 43px; left: 40px; z-index: 100; background-color: transparent; color: #000000; margin: 0; /* -webkit-transform-origin:top left; */ -webkit-transform:rotate(-180deg); @@ -10094,7 +10094,7 @@ Bitcoin.Util = { #paperarea .artwallet .dupbtcprivwif, #paperarea .artwallet .dupbtcencryptedkey { - position: absolute; top: 75px; left: 610px; z-index: 100; background-color: transparent; + position: absolute; top: 72px; left: 610px; z-index: 100; background-color: transparent; color: #000000; margin: 0; /* -webkit-transform-origin:top left; */ -webkit-transform:rotate(-180deg); @@ -10410,7 +10410,7 @@ Bitcoin.Util = { Français -->   -
Open Source JavaScript Paper Wallet Generator Updated Feb 23, 2016
+
Open Source JavaScript Paper Wallet Generator Updated Sep 22, 2017
For help, security tips, or wallet making supplies visit bitcoinpaperwallet.com
@@ -10489,7 +10489,7 @@ Bitcoin.Util = { document.write('× You appear to be running this generator off of a live website, which is not recommended for creating valuable wallets. Instead, use the download link at the bottom of this page to download the ZIP file from GitHub and run this generator offline as a \'local\' HTML file.'); break; case 'file:': - document.write('✔ You are running this generator from your own download.
Tip: Make 100% sure you are offline by trying google.com'); + document.write('✔ You are running this generator from your own download.
Tip: Make 100% sure you are offline by trying google.com'); break; default: } @@ -10499,7 +10499,7 @@ Bitcoin.Util = {