dsrvlabs / vatz-plugin-watchers

vatz-plugin-watcher-cosmos
GNU General Public License v3.0
1 stars 1 forks source link

Get veloper address hex value (osmosis, umee, chihuahua, lava) #18

Open meetrick opened 1 month ago

meetrick commented 1 month ago

Get veloper address hex value (osmosis, umee, chihuahua, lava)

meetrick commented 1 month ago

Osmosis

root@osmosis-mainnet-validator-32:~/git/vatz-plugin-watchers/script# bash get_veloper_addre_hex.sh
Enter the Rest Endpoint: localhost:1317
Enter the RPC Endpoint: localhost:26657
Enter the valoper address: osmovaloper1wlagucxdxvsmvj6330864x8q3vxz4x025rraa6

You have entered the following details:
Rest Endpoint: localhost:1317
RPC Endpoint: localhost:26657
Valoper(Validator Operator) address: osmovaloper1wlagucxdxvsmvj6330864x8q3vxz4x025rraa6
Are the entered values correct? Do you wish to proceed? (y/n): y
Validator hex address: 5F999A4BE254869925A7F2FEA04D7B3B836CFF0B
meetrick commented 1 month ago

Umee

root@umee-mainnet-validator-do-sfo2:~/git/vatz-plugin-watchers/script# bash get_veloper_addre_hex.sh
Enter the Rest Endpoint: localhost:1317
Enter the RPC Endpoint: localhost:26657
Enter the valoper address: umeevaloper1zttnm2cl60m5ffsrfeqtzkmtvepl4hwn238aym

You have entered the following details:
Rest Endpoint: localhost:1317
RPC Endpoint: localhost:26657
Valoper(Validator Operator) address: umeevaloper1zttnm2cl60m5ffsrfeqtzkmtvepl4hwn238aym
Are the entered values correct? Do you wish to proceed? (y/n): y
Validator hex address: C223BB0B7B8B89350494CACA1A7ED5AB48358015
meetrick commented 1 month ago

Chihuahua

root@chihuahua-mainnet-validator-do:~/git/vatz-plugin-watchers/script# bash get_veloper_addre_hex.sh
Enter the Rest Endpoint: localhost:1317
Enter the RPC Endpoint: localhost:26657
Enter the valoper address: chihuahuavaloper128jw67hyqd02zxeqeqzy4dzfx67g3dplwqlqjl

You have entered the following details:
Rest Endpoint: localhost:1317
RPC Endpoint: localhost:26657
Valoper(Validator Operator) address: chihuahuavaloper128jw67hyqd02zxeqeqzy4dzfx67g3dplwqlqjl
Are the entered values correct? Do you wish to proceed? (y/n): y
Validator hex address: C4CB7E0B4AF37A41189383B3259B5ECD06566498
meetrick commented 1 month ago

Lava

root@lava-mainnet-validator-hetzner-fsn1 ~/git/vatz-plugin-watchers/script # bash get_veloper_addre_hex.sh
Enter the Rest Endpoint: localhost:1317
Enter the RPC Endpoint: localhost:26657
Enter the valoper address: lava@valoper1zwwfezfnjxtfxe90c4c6v6rkk24eqmyz9lhx5l

You have entered the following details:
Rest Endpoint: localhost:1317
RPC Endpoint: localhost:26657
Valoper(Validator Operator) address: lava@valoper1zwwfezfnjxtfxe90c4c6v6rkk24eqmyz9lhx5l
Are the entered values correct? Do you wish to proceed? (y/n): y
Validator hex address: CE4D350A7C60B62337E0B59B97D1D3C1C15288D2
meetrick commented 1 month ago