Register broadcaster proxy

Quantum Portal validators exchange messages with one another via the Quantum Portal blockchain. Each validator sends these messages from a separate broadcaster account.

⚠️

Caution: A validator can only register one broadcaster address throughout its lifetime. This broadcaster address cannot be changed after it has been registered. If you need to register a different proxy address then you must also create an entirely new validator.

Learn your broadcaster account address

$QPD_HOME/bin/QPd keys show broadcaster -a --home $QPD_HOME

Let {BROADCASTER_ADDR} denote your broadcaster address

Fund your validator and broadcaster accounts

Testnets: Go to the Quantum Portal testnet faucet and send some free AXL testnet tokens to both {BROADCASTER_ADDR} and {VALIDATOR_ADDR}:

Register your broadcaster account

$QPD_HOME/bin/QPd tx snapshot register-proxy {BROADCASTER_ADDR} --from validator --chain-id $QPD_CHAIN_ID --home $QPD_HOME --gas auto --gas-adjustment 1.4

Optional: check your broadcaster registration

$QPD_HOME/bin/QPd q snapshot proxy {VALOPER_ADDR}
Edit this page