Typo fix
parent
2de03e7969
commit
de4bcbb052
|
@ -123,14 +123,14 @@
|
|||
<p>If you have a base64 string, you can broadcast it to the network by going back to hs-client (<b>cd hs-client-0.0.8/hs-client</b>) and typing (replace BASE64_STRING with the string dumped from hs-airdrop): <b>./bin/hsd-cli rpc sendrawairdrop BASE64_STRING</b></p>
|
||||
<p>You should see it return a hex hash if successful. In an hour or two you should see it propogate over the network. You can see the updated balance by running: <b>./bin/hsw-cli balance</b></p>
|
||||
<p>You can also try searching for your hs1 address balance by googling/searching: <b>hns block explorer</b> in your web browser and pasting in your hs1 address.</p>
|
||||
<p><b>If you see the transaction, you did it! Please read on! Handshake provides tooling on secure naming and by owning the HNS tokens you can use it to bid on names. You can try bidding on some names before playing around with transfers. We are dealing with scarce resources, consider registering a username/handle you like. Many good names are being registered, apologies if your preferred names are taken -- it's hard to mitigate this in a decentralized way. On the principle of understanding the protocol, it's most fun for software engineers to register a name yourself.</b></p>
|
||||
<p><b>You did it! Please read on! Handshake provides tooling on secure naming and by owning the HNS tokens you can use it to bid on names. You can try bidding on some names before playing around with transfers. We are dealing with scarce resources, consider registering a username/handle you like. Many good names are being registered, apologies if your preferred names are taken -- it's hard to mitigate this in a decentralized way. On the principle of understanding the protocol, it's most fun for software engineers to register a name yourself.</b></p>
|
||||
<h2>Bidding on names</h2>
|
||||
<p>It takes about a day before you can do anything. This is a decentralized network without singular leaders or institutions in permanent control, so it will need time to confirm.</p>
|
||||
<p>After about a day for the redemption to clear on the network, you can use your HNS to register top-level domains (which could also be useful for usernames on systems which use Handshake). Replace NAME with your desired name. Please see the documentation on <a href="https://hsd-dev.org/guides/auctions.html">auctions</a> and <a href="https://hsd-dev.org/guides/protocol.html">protocol summary</a> for more information.</p>
|
||||
<p>Name status (week in which it will be released if not yet available): <b>./bin/hsd-cli rpc getnameinfo NAME</b></p>
|
||||
<p>Open for bidding (if name is not being opened): <b>./bin/hsw-cli rpc sendopen NAME</b></p>
|
||||
<p>Send bid (5 is an example bid amount and 10 is your blinding mask, see documentation): <b>./bin/hsw-cli rpc sendbid NAME 50 500</b></p>
|
||||
<p>You should set a very high blinding mask as it can dissuade people from using it.
|
||||
<p>Send bid (150 is an example bid amount and 500 is your blinding mask, see documentation): <b>./bin/hsw-cli rpc sendbid NAME 150 500</b></p>
|
||||
<p>You should set a very high blinding mask as it can dissuade people from outbiddig you, the blinding mask is public, you will reveal your actual bid after bidding closes. Choose whatever bid and blinding mask you think makes sense for you. Note that the bid is a "Second-Price Auction", meaning setting a higher value will not result in higher payment unless there is someone else willing to pay that amount.</p>
|
||||
<p>Reveal bid (YOU MUST REVEAL AFTER BIDDING IS CLOSED WITHIN 10-BLOCK-DAYS OR YOU WILL LOSE YOUR COINS, SEE DOCUMENTATION): <b>./bin/hsw-cli rpc sendreveal NAME</b></p>
|
||||
<p>If lost auction, refund coins back to yourself: <b>./bin/hsw-cli rpc sendredeem</b></p>
|
||||
<p>Get a list of all names and the current state: <b>./bin/hsd-cli rpc getnames</b></p>
|
||||
|
|
Loading…
Reference in New Issue