Skip to content

Instantly share code, notes, and snippets.

@hellwolf
Created October 4, 2021 15:23
Show Gist options
  • Save hellwolf/82e728e70884a53a5da791791baa0dfd to your computer and use it in GitHub Desktop.
Save hellwolf/82e728e70884a53a5da791791baa0dfd to your computer and use it in GitHub Desktop.
Watch nodes
split -v
split -v
focus left
focus left
# eth testnets
screen -t "eth-goerli-1" sh -c "watch -n 5 bash node-status.sh http://eth-goerli-1.web3-nodes.superfluid.dev:8545/"
split
focus down
screen -t "eth-rinkeby-1" sh -c "watch -n 5 bash node-status.sh http://testnets-1.web3-nodes.superfluid.dev:8645/"
split
focus down
screen -t "eth-ropsten-1" sh -c "watch -n 5 bash node-status.sh http://testnets-1.web3-nodes.superfluid.dev:8545/"
split
focus down
screen -t "eth-kovan-1" sh -c "watch -n 5 bash node-status.sh http://eth-kovan-1.web3-nodes.superfluid.dev:8545/"
split
focus down
screen -t "eth-mumbai-2" sh -c "watch -n 5 bash node-status.sh http://testnets-2.web3-nodes.superfluid.dev:8545/"
# xdai and eth mainnets
focus right
screen -t "xdai-mainnet-1" sh -c "watch -n 5 bash node-status.sh http://xdai-mainnet-1.web3-nodes.superfluid.dev:8545/"
split
focus down
screen -t "eth-mainnet-1" sh -c "watch -n 5 bash node-status.sh http://eth-mainnet-1.web3-nodes.superfluid.dev:8545/"
# matic networks
focus right
screen -t "matic-mainnet-2" sh -c "watch -n 5 bash node-status.sh http://matic-mainnet-2.web3-nodes.superfluid.dev:8545/"
split
focus down
screen -t "matic-mainnet-3" sh -c "watch -n 5 bash node-status.sh http://matic-mainnet-3.web3-nodes.superfluid.dev:8545/"
split
focus
screen -t "matic-mainnet-4" sh -c "watch -n 5 bash node-status.sh http://matic-mainnet-4.web3-nodes.superfluid.dev:8545/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment