-
Notifications
You must be signed in to change notification settings - Fork 93
Request 1 BLD
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.
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
andYOUR_KEY_NAME
in the above command. - Paste the text output, tag @mod-1-bld
- KingSuper - agoricvaloper1fy8r6zq3dde6n7ak6eqy5zsrp3s7sz833dmv32
- pathrocknetwork - agoricvaloper1uemhjcameshyrts58p38rkd7vmmfsry4z4xn3m
- 01node
- stakely
- ...your name here?
- 2022-02-26 NodeStake.top
- 2022-03-07 ItalyBLD | HWL
- 2022-03-10 MonkeyDao
- ... more transactions from agoric15qxmfuf...
see also: review Request 1 BLD requests · Issue #80 · Agoric/validator-profiles