{"id":37162294,"url":"https://github.com/nibiruchain/cosmoseed","last_synced_at":"2026-01-14T19:18:54.531Z","repository":{"id":303807353,"uuid":"1016350025","full_name":"NibiruChain/cosmoseed","owner":"NibiruChain","description":"A lightweight seed node for Cosmos-based blockchains.","archived":false,"fork":false,"pushed_at":"2025-08-01T13:09:16.000Z","size":8335,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-01T15:29:17.901Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NibiruChain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-08T22:00:20.000Z","updated_at":"2025-08-01T13:09:13.000Z","dependencies_parsed_at":"2025-07-09T14:51:25.846Z","dependency_job_id":"10d6de51-a4b4-41aa-8e54-6a1ed2af2953","html_url":"https://github.com/NibiruChain/cosmoseed","commit_stats":null,"previous_names":["nibiruchain/cosmoseed"],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/NibiruChain/cosmoseed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NibiruChain%2Fcosmoseed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NibiruChain%2Fcosmoseed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NibiruChain%2Fcosmoseed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NibiruChain%2Fcosmoseed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NibiruChain","download_url":"https://codeload.github.com/NibiruChain/cosmoseed/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NibiruChain%2Fcosmoseed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28432270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-14T19:18:53.995Z","updated_at":"2026-01-14T19:18:54.520Z","avatar_url":"https://github.com/NibiruChain.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cosmoseed\n\n[![Test](https://github.com/NibiruChain/cosmoseed/actions/workflows/test.yml/badge.svg)](https://github.com/NibiruChain/cosmoseed/actions/workflows/test.yml)\n[![GoReleaser](https://github.com/NibiruChain/cosmoseed/actions/workflows/goreleaser.yml/badge.svg)](https://github.com/NibiruChain/cosmoseed/actions/workflows/goreleaser.yml)\n[![Docker Builds](https://github.com/NibiruChain/cosmoseed/actions/workflows/docker.yml/badge.svg)](https://github.com/NibiruChain/cosmoseed/actions/workflows/docker.yml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/NibiruChain/cosmoseed/blob/main/LICENSE.md)\n\n**Cosmoseed** is a lightweight seed node for Cosmos-based blockchains.  \nUnlike traditional seed implementations, Cosmoseed actively filters out unreachable or failing peers, ensuring that only viable peers are served to clients.\n\n---\n\n## 🚀 Features\n\n- Acts as a dedicated **Cosmos seed node**\n- Maintains a strict and adaptive **address book** of peers\n- Fully configurable via `config.yaml` or command-line flags\n- Lightweight, single-binary deployment\n- Exposes a basic **HTTP endpoint** (`/peers`) to retrieve a randomized selection of known good peers\n\n---\n\n## 📦 Installation\n\nTo quickly install on linux or darwin you can run:\n\n```bash\n$ curl -s https://get.nibiru.fi/cosmoseed! | bash\n```\n\nAlternatively, you can download the binary from releases or use the available docker image.\n\n---\n\n## 🛠 Configuration\n\nBy default, Cosmoseed reads its config from:\n\n```bash\n~/.cosmoseed/config.yaml\n```\n\nIf it does not exist, Cosmoseed will create a new configuration file with the following defaults:\n\n```yaml\nnodeKeyFile: node_key.json\naddrBookFile: addrbook.json\naddrBookStrict: true\nlistenAddr: tcp://0.0.0.0:26656\nlogLevel: info\nmaxInboundPeers: 2000\nmaxOutboundPeers: 20\nmaxPacketMsgPayloadSize: 1024\npeerQueueSize: 1000\ndialWorkers: 20\nchainID: \"\"\nseeds: \"\"\napiAddr: 0.0.0.0:8080\n```\n\nPlease note that `chainID` and `seeds` are required fields. You can either include them in the config file or pass them as command-line flags.\n\nOnce Cosmoseed starts and grabs the first peers, the address book will contain peers and `seeds` can then be omitted on following application starts.\n\n---\n\n## ⚙️ Command-Line Flags\n\n```bash\n$ cosmoseed --help\n\nUsage of cosmoseed:\n  -chain-id string\n    \tChain ID to use\n  -home string\n    \tPath to config/data directory (default \"~/.cosmoseed\")\n  -log-level string\n    \tLogging level (default \"info\")\n  -seeds string\n    \tComma-separated list of seed peers\n  -show-node-id\n    \tPrint node ID and exit\n  -version\n    \tPrint version and exit\n```\n\nFlags take precedence over values defined in `config.yaml`.\n\n---\n\n## 🧪 Example Usage\n\n```bash\n$ cosmoseed \\\n  -chain-id nibiru-testnet-2 \\\n  -seeds c2f87136e1a8b1c4469ff5a65b6cb3d6aca2b5fd@34.79.42.220:26656\n```\n\n---\n\n## ✨ Credits\n\nInspired by [`tenderseed`](https://github.com/binaryholdings/tenderseed) and the broader Cosmos ecosystem.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnibiruchain%2Fcosmoseed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnibiruchain%2Fcosmoseed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnibiruchain%2Fcosmoseed/lists"}