Skip to content

Instantly share code, notes, and snippets.

@joshhamon
joshhamon / incognito_eth.sh
Last active February 11, 2024 04:19 — forked from mesquka/incognito_eth.sh
Run multiple vNodes on the same machine/cloud VM
#!/bin/bash
# Update api="https://mainnet.infura.io/v3/*" with your mainnet url. Go to the forum on we.incognito.org for help
# Update the following section with your validator keys
validator_keys=(
"KEY 1"
"KEY 2"
"KEY 3"
...