From 59aa6829e361980fb07f66dce8e1d977006c241c Mon Sep 17 00:00:00 2001 From: handshake-web Date: Sun, 23 Feb 2020 00:44:19 +0000 Subject: [PATCH] Fixed typo --- claim/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/claim/index.html b/claim/index.html index 0c5884e..b531e21 100644 --- a/claim/index.html +++ b/claim/index.html @@ -92,7 +92,7 @@

Detailed information available in the hs-airdrop README.md file.

-

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).

+

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).

This page explains how github developers with over 15 followers on February 2019, or in the PGP WoT Strong Set 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).

System Setup

Please read through these instructions carefully, as using cryptographic blockchains are a bit unusual.

@@ -111,7 +111,7 @@

Get your address

To claim your airdrop, you need an HNS address to send the coins to. To generate one, in the second window run:

./bin/hsw-cli account get default | grep receiveAddress

-

You should see a string of random looking characters beginning with hs1. The entire string inside the quotes is your public address (you this address is public and can be shared). Copy this address and save it

+

You should see a string of random looking characters beginning with hs1. The entire string inside the quotes is your public address (this address is public and can be shared). Copy this address and save it

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): ./bin/hsw-cli master | grep phrase

Claim your HNS

In the second window, go to the hs-airdrop directory and install hs-airdrop: