Skip to content

Request 1 BLD

King edited this page Feb 25, 2022 · 38 revisions

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

How to request ?

Setup your mainnet node, make sure it's fully synced, once done, please hop on to the discord channel as mentioned above 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 --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`

Paste a screenshot of the command along with it's output in the channel, tag any of the reviewers if you want to

Thanks to our reviewers

see also: administer 1 BLD decentralization grants · Issue #80 · Agoric/validator-profiles

Clone this wiki locally