Skip to content

Request 1 BLD

Dan Connolly edited this page Mar 2, 2022 · 38 revisions

tldr: Join the Agoric discord and make your request in the #validator-1-bld channel.

Request 1 BLD

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.

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 a screenshot of the below command

First install jq which is needed to run the command

sudo apt-get install jq

Run:

echo YOUR_DISCORD_USER_NAME `ag0 keys show wallet --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.earliest_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 a screenshot of the above command along with its output in the channel, tag @mod-1-bld if you want to

Thanks to our reviewers

Processed Requests

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

Clone this wiki locally