-
Notifications
You must be signed in to change notification settings - Fork 93
Request 1 BLD
King edited this page Feb 26, 2022
·
38 revisions
Join the Agoric discord and make your request in the #validator-1-bld channel.
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 --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
andYOUR_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
- aditya-manit / KingSuper
- 01node
- stakely
- pathrock
see also: administer 1 BLD decentralization grants · Issue #80 · Agoric/validator-profiles