New beta logo has been added. Text on front page has been updated.
This commit is contained in:
parent
32ac484e74
commit
d4a78ffd1f
3 changed files with 32 additions and 5 deletions
BIN
images/banner_beta.png
Normal file
BIN
images/banner_beta.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
|
@ -125,7 +125,7 @@
|
|||
</div>
|
||||
|
||||
<div class="banner">
|
||||
<img src="images/banner.png" alt="banner" />
|
||||
<img src="images/banner_beta.png" alt="banner" />
|
||||
</div>
|
||||
|
||||
<div id="currencyddl" class="hide">
|
||||
|
@ -185,10 +185,33 @@
|
|||
|
||||
<div id="singlesafety">
|
||||
<div class="firstHalfSingleSafety">
|
||||
<p id="singletip1"><b>A crypto-currency wallet</b> 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.</p>
|
||||
<p id="singletip2"><b>To safeguard this wallet</b> 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.</p>
|
||||
<p id="singletip3"><b>Add funds</b> to this wallet by instructing others to send coins to your public address.</p>
|
||||
<p id="singletip5"><b>Spend your coins</b> 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.</p>
|
||||
<h3>Step 1. Generate new address</h3>
|
||||
<p>
|
||||
Choose your currency and click on the "Generate new address" button.
|
||||
</p>
|
||||
<h3>Step 2. Print the Paper Wallet</h3>
|
||||
<p>
|
||||
Click the Paper Wallet tab and print the page on high quality setting. <span class="redText">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.</span>
|
||||
</p>
|
||||
<h3>Step 3. Fold the Paper Wallet</h3>
|
||||
<p>
|
||||
Fold your new Paper wallet following the lines.
|
||||
</p>
|
||||
<h3>Step 4. Share your public key</h3>
|
||||
<p>
|
||||
Use your public key to receive money from other crypto currency users. You can share your public keys as much as you want.
|
||||
</p>
|
||||
<h3>Step 5. Keep your private key secret</h3>
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
<p>
|
||||
<span class="redText">Please test spending a small amount before receiving any large payments.</span><br /><br />
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="https://blockchain.info/fr/wallet/paper-tutorial" target="_blank">To see blockchain.info's paper wallets tutorial click here</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="secondHalfSingleSafety">
|
||||
<img class="frontPageImage" src="images/crypto-wallet.png" />
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue