Skip to content

Request 1 BLD

Dan Connolly edited this page Oct 4, 2022 · 38 revisions

Request 1 BLD - Concluded

Now that liquid BLD is result available from staking rewards and exchange listings, this program is no longer necessary.

The Agoric blockchain is increasingly decentralized. Anyone can start a node that follows the chain, but in order to get into the market for top 100 validators that participate in consensus, they have to have at least 1 BLD so they can execute a create-validator transaction. Agoric encourages node operators to Request 1 BLD for this purpose.

Note that the process takes a few days to a week.

How to request ?

Setup your mainnet node, make sure it's fully synced, once done, please hop on to the #validator-1-bld channel and provide the output of the below command

First install jq which is needed to run the command

sudo apt-get install jq

Run:

echo "I YOUR_DISCORD_USER_NAME, understand the process takes a few days to a week:" `ag0 keys show YOUR_KEY_NAME --output json | jq -r .address` `ag0 keys show YOUR_KEY_NAME --bech val --output json | jq -r .address` `date` `curl http://localhost:26657/status | jq -r .result.node_info.id` `curl http://localhost:26657/status | jq -r .result.sync_info.latest_block_height` `curl http://localhost:26657/status | jq -r .result.sync_info.catching_up`
  • Change YOUR_DISCORD_USER_NAME and YOUR_KEY_NAME in the above command.
  • Paste the text output, tag @mod-1-bld

Thanks to our reviewers

Processed Requests

status sheet, updated weekly

  1. 2022-02-26 NodeStake.top
  2. 2022-03-07 ItalyBLD | HWL
  3. 2022-03-10 MonkeyDao
  4. ... more transactions from agoric15qxmfuf...

References

see also: review Request 1 BLD requests · Issue #80 · Agoric/validator-profiles

Clone this wiki locally