{"id":13563659,"url":"https://github.com/hukkin/cosmosvanity","last_synced_at":"2025-03-21T21:31:11.115Z","repository":{"id":39887311,"uuid":"230536036","full_name":"hukkin/cosmosvanity","owner":"hukkin","description":"CLI tool for generating Cosmos vanity addresses","archived":false,"fork":false,"pushed_at":"2023-06-18T15:03:50.000Z","size":112,"stargazers_count":34,"open_issues_count":3,"forks_count":15,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T11:52:26.932Z","etag":null,"topics":["address","bech32","blockchain","cli","cosmos","cryptocurrency"],"latest_commit_sha":null,"homepage":"","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/hukkin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-12-28T00:14:13.000Z","updated_at":"2025-02-04T06:58:05.000Z","dependencies_parsed_at":"2024-04-18T21:50:51.925Z","dependency_job_id":null,"html_url":"https://github.com/hukkin/cosmosvanity","commit_stats":null,"previous_names":["hukkinj1/cosmosvanity"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hukkin%2Fcosmosvanity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hukkin%2Fcosmosvanity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hukkin%2Fcosmosvanity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hukkin%2Fcosmosvanity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hukkin","download_url":"https://codeload.github.com/hukkin/cosmosvanity/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244874157,"owners_count":20524576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["address","bech32","blockchain","cli","cosmos","cryptocurrency"],"created_at":"2024-08-01T13:01:21.839Z","updated_at":"2025-03-21T21:31:10.373Z","avatar_url":"https://github.com/hukkin.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"[![Build Status](https://github.com/hukkinj1/cosmosvanity/workflows/Tests/badge.svg?branch=master)](https://github.com/hukkinj1/cosmosvanity/actions?query=workflow%3ATests+branch%3Amaster+event%3Apush)\n[![codecov.io](https://codecov.io/gh/hukkinj1/cosmosvanity/branch/master/graph/badge.svg)](https://codecov.io/gh/hukkinj1/cosmosvanity)\n# cosmosvanity\n\n\u003c!--- Don't edit the version line below manually. Let bump2version do it for you. --\u003e\n\u003e Version 1.0.0\n\n\u003e CLI tool for generating [Cosmos](https://cosmos.network) vanity addresses\n\n## Features\n* Generate Cosmos bech32 vanity addresses\n* Use all CPU cores\n* Specify a substring that the addresses must\n    * start with\n    * end with\n    * contain\n* Set required minimum amount of letters (a-z) or digits (0-9) in the addresses\n* Binaries built for Linux, macOS and Windows\n\n## Installing\nDownload the latest binary release from the [_Releases_](https://github.com/hukkinj1/cosmosvanity/releases) page. Alternatively, build from source yourself.\n\n## Usage examples\nFind an address that starts with \"00000\" (e.g. cosmos100000v3fpv4qg2a9ea6sj70gykxpt63wgjen2p)\n```bash\n./cosmosvanity --startswith 00000\n```\n\nFind an address that ends with \"8888\" (e.g. cosmos134dck5uddzjure8pyprmmqat96k3jlypn28888)\n```bash\n./cosmosvanity --endswith 8888\n```\n\nFind an address containing the substring \"gener\" (e.g. cosmos1z39wgener7azgh22s5a3pyswtnjkx2w0hvn3rv)\n```bash\n./cosmosvanity --contains gener\n```\n\nFind an address consisting of letters only (e.g. cosmos1rfqkejeaxlxwtjxucnrathlzgnvgcgldzmuxxe)\n```bash\n./cosmosvanity --letters 38\n```\n\nFind an address with at least 26 digits (e.g. cosmos1r573c4086585u084926726x535y3k2ktxpr88l)\n```bash\n./cosmosvanity --digits 26\n```\n\nGenerate 5 addresses (the default is 1)\n```bash\n./cosmosvanity -n 5\n```\n\nRestrict to using only 1 CPU thread. This value defaults to the number of CPUs available.\n```bash\n./cosmosvanity --cpus 1\n```\n\nCombine flags introduced above\n```bash\n./cosmosvanity --contains 8888 --startswith a --endswith c\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhukkin%2Fcosmosvanity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhukkin%2Fcosmosvanity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhukkin%2Fcosmosvanity/lists"}