Skip to main content

Cosmos Node Finder

Cosmos Node Finder is a command-line tool for discovering public RPC nodes and active peers for Cosmos chains.

Features

Cosmos Node Finder offers the following main features:

  • Discover public RPC nodes
  • Find active peers
  • Retrieve detailed node information (latest block height, archive node status, validator information, etc.)

Usage

Installation

Ensure you have Go 1.21 or higher installed, then run:

git clone https://github.com/silentnoname/cosmos-node-finder.git
cd cosmos-node-finder
make install

Find Public RPC Nodes

To discover public RPC nodes, use the following command:

cosmos-node-finder rpcfinder <a public RPC> <chain-id>

For example:

cosmos-node-finder rpcfinder https://rpc.evmos.silentvalidator.com:443 evmos_9001-2

Find Active Peers

To find active peers, use the following command:

cosmos-node-finder peerfinder <a public RPC> <chain-id>

For example:

cosmos-node-finder peerfinder https://rpc.evmos.silentvalidator.com:443 evmos_9001-2

Disclaimer

Cosmos Node Finder is intended for educational and informational purposes only. Users must not use this tool for any illegal activities, such as network attacks or unauthorized data access. Comply with all applicable laws in your jurisdiction. The developers are not responsible for misuse or consequences of using the tool. Use responsibly.

More Information

For more detailed information about Cosmos Node Finder, visit the GitHub repository.