diff --git a/images/banner_beta.png b/images/banner_beta.png new file mode 100644 index 0000000..5335b54 Binary files /dev/null and b/images/banner_beta.png differ diff --git a/src/index.html b/src/index.html index fad747e..672c02f 100644 --- a/src/index.html +++ b/src/index.html @@ -125,7 +125,7 @@
@@ -185,10 +185,33 @@
-

A crypto-currency wallet is as simple as a single pairing of a public address with its corresponding private key. Such a wallet has been generated for you in your web browser and is displayed above.

-

To safeguard this wallet you must print or otherwise record the public address and private key. It is important to make a backup copy of the private key and store it in a safe location. This site does not have knowledge of your private key. If you are familiar with PGP you can download this all-in-one HTML page and check that you have an authentic version from the author of this site by matching the SHA1 hash of this HTML with the SHA1 hash available in the signed version history document linked on the footer of this site. If you leave/refresh the site or press the "Generate New Address" button then a new private key will be generated and the previously displayed private key will not be retrievable. Your private key should be kept a secret. Whomever you share the private key with has access to spend all the coins associated with that address. If you print your wallet then store it in a zip lock bag to keep it safe from water. Treat a paper wallet like cash.

-

Add funds to this wallet by instructing others to send coins to your public address.

-

Spend your coins by downloading one of the popular p2p clients of your preferred currency and importing your private key. Keep in mind when you import your single key to a p2p client and spend funds your key will be bundled with other private keys in the p2p client wallet. When you perform a transaction your change will be sent to another address within the p2p client wallet. You must then backup the p2p client wallet and keep it safe as your remaining bitcoins will be stored there. Satoshi advised that one should never delete a wallet.

+

Step 1. Generate new address

+

+ Choose your currency and click on the "Generate new address" button. +

+

Step 2. Print the Paper Wallet

+

+ Click the Paper Wallet tab and print the page on high quality setting. Never save the page as a PDF file to print it later since a file is more likely to be hacked than a piece of paper. +

+

Step 3. Fold the Paper Wallet

+

+ Fold your new Paper wallet following the lines. +

+

Step 4. Share your public key

+

+ Use your public key to receive money from other crypto currency users. You can share your public keys as much as you want. +

+

Step 5. Keep your private key secret

+

+ The private key is literally the keys to your coins, if someone was to obtain it, they could withdraw the funds currently in the wallet, and any funds that might be deposited in that wallet. +

+

+ Please test spending a small amount before receiving any large payments.

+

+ +

+ To see blockchain.info's paper wallets tutorial click here +

diff --git a/src/main.css b/src/main.css index 0323aa1..55e8cf9 100644 --- a/src/main.css +++ b/src/main.css @@ -43,6 +43,10 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); } #singleshare { position: relative; top: -110px; float: left; left: 160px; color: green; font-weight: bolder; font-size: 200%; } #singlesafety { text-align: left; border-top: 1px solid #BFBFBF; position: relative; min-height: 500px; } +#singlesafety p { + font-size: 13px; +} + .firstHalfSingleSafety, .secondHalfSingleSafety { -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */