Skip to main content

Tools

Namada Node Finder

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

GitHub

Key Features

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

Usage

  1. Installation: Ensure Go 1.21 or higher is installed, then run:

    git clone https://github.com/silentnoname/cosmos-node-finder.git
    cd cosmos-node-finder
    make install
  2. Find public RPC nodes:

    cosmos-node-finder rpcfinder <public RPC> <chain-id>
  3. Find active peers:

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

For more details, visit the GitHub repository.