-
Notifications
You must be signed in to change notification settings - Fork 93
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.
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.
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
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
- KingSuper - agoricvaloper1fy8r6zq3dde6n7ak6eqy5zsrp3s7sz833dmv32
- pathrocknetwork - agoricvaloper1uemhjcameshyrts58p38rkd7vmmfsry4z4xn3m
- 01node
- stakely
- ...your name here?
see also: review Request 1 BLD requests · Issue #80 · Agoric/validator-profiles