Fixed typo

pull/1/head
handshake-web 2020-02-23 00:44:19 +00:00
parent bd8c4b5e14
commit 59aa6829e3
1 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@
<section class="light claim"><div class="section-wrapper"><div>
<p><a href="https://github.com/handshake-org/hs-airdrop">Detailed information available in the hs-airdrop README.md file.</a></p>
<p><b>Please be careful about using other software or giving away your private key to others. Handshake is an experiment in decentralized allocation of ownership of the network to the open source community. If this model is successful, people may replicate this distribution model in distribution of ownership to Open Source Developers and Organizations, giving away your private key prevents you from claiming other systems. This HNS airdrop is a native limited resource used to register top-level domains and usernames (a limited resource is needed in decentralized naming systems, as a single bad actor would register all useful names in existence if no limited resources existed).</b></p>
<p><b>Please be careful about using other software or giving away your private key to others. Handshake is an experiment in decentralized allocation of ownership of the network to the open source community. If this model is successful, people may replicate this distribution model in distribution of ownership to Open Source Developers and Organizations, giving away your private key prevents you from claiming on other systems. This HNS airdrop is a native limited resource used to register top-level domains and usernames (a limited resource is needed in decentralized naming systems, as a single bad actor would register all useful names in existence if no limited resources existed).</b></p>
<p>This page explains how <b>github developers with over 15 followers on February 2019</b>, or in the <b>PGP WoT Strong Set</b> can claim. Being able to claim does NOT imply that one is a "top open source developer", this system was optimized for a list of scrapeable keys (and could not be modified after the Handshake network launches without a hard fork).</p>
<h2>System Setup</h2>
<p>Please read through these instructions carefully, as using cryptographic blockchains are a bit unusual.</p>
@ -111,7 +111,7 @@
<h2>Get your address</h2>
<p>To claim your airdrop, you need an HNS address to send the coins to. To generate one, in the second window run:</p>
<p><b>./bin/hsw-cli account get default | grep receiveAddress</b></p>
<p>You should see a string of random looking characters beginning with <b>hs1</b>. The entire string inside the quotes is your public address (you this address is public and can be shared). <b>Copy this address and save it</b></p>
<p>You should see a string of random looking characters beginning with <b>hs1</b>. The entire string inside the quotes is your public address (this address is public and can be shared). <b>Copy this address and save it</b></p>
<p>To save a copy of your private key, write down the output of the 12 word phrase on a piece of paper (do not save it in the cloud anywhere): <b>./bin/hsw-cli master | grep phrase</b></p>
<h2>Claim your HNS</h2>
<p>In the second window, go to the hs-airdrop directory and install hs-airdrop:</p>