This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# For each staked validator, get the release version | |
# command to call miner of the desired validator to use | |
MINER=miner1 | |
# connect to each validator first so the peerbook is fresh | |
for val in $(${MINER} ledger validators --format csv -v | awk -F, '$7 == "staked" {print $2}'); | |
do | |
${MINER} peer connect /p2p/${val} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
address,ip,grpc_port,port_status | |
14tPozRCt6oqBR8dbje4bMihQHjEUzqBv56Z5fLurmUNwrqzcpA,64.44.100.154,8080,open, | |
14tLVKyB1LSzJoV93Xd1ptwJJebyQ7juJUK97tj7eKciPFFWShZ,104.237.209.115,8080,open, | |
14tFf2B4AUgY1C2zZp8nhXAJGgg2qX2xfe9wXJiySPCgZZ5SJ8Q,104.237.209.69,8080,open, | |
14ssDabJC2FLyMHGppshxcqw9rwgTddi6ohbR3mecySWc2yTkym,142.132.193.208,8080,open, | |
14so22aqZfQGh9Rqm98RE1oUAQwvdpGNV7wumbtXxm8NFqrg49K,64.44.100.53,8080,open, | |
14sjgN2vM27pt3UXE1kaxzAaifL4AYHXKenuPRaYgxfuuScNEkS,3.130.149.226,8080,open, | |
14sgzEcMGUVX7C31w3ufxWDmtCfoZy6aLyc9iuz3ud6MygcxUE6,52.194.221.182,8080,timeout, | |
14seNMAWeAaEjYHHcpnTpgTjCafNLbbgQob8SXXdSL7MJxj3mfi,34.159.219.8,8080,timeout, | |
14sYVcfvZ7GFdhtY2Z2ha1LtdFrn9wYTkPwU5rsDs244U97i96Z,104.237.209.169,8080,open, |