clarify bidding

pull/15/head
handshake-web 2021-05-11 03:52:52 +00:00
parent fc9510431d
commit 6fedc5f9da
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@
<p>After sending an open transaction, it will take around 6 hours for bidding to open. You will have around 5 days to submit a bid before bidding closes.</p> <p>After sending an open transaction, it will take around 6 hours for bidding to open. You will have around 5 days to submit a bid before bidding closes.</p>
<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>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 outbidding 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>You should set a very high blinding mask as it can dissuade people from outbidding 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>Reveal bid (YOU MUST REVEAL AFTER BIDDING IS CLOSED WITHIN 10-BLOCK-DAYS OR YOU WILL LOSE THE COINS YOU ALLOCATED TO BID FROM THE sendbid TRANSACTION, 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>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> <p>Get a list of all names and the current state: <b>./bin/hsd-cli rpc getnames</b></p>
<p>See the documentation on more commands, such as renewals which must be made at least every two years.</p> <p>See the documentation on more commands, such as renewals which must be made at least every two years.</p>