{"id":13436477,"url":"https://github.com/Limeth/ethaddrgen","last_synced_at":"2025-03-18T21:30:35.942Z","repository":{"id":48184858,"uuid":"93093692","full_name":"Limeth/ethaddrgen","owner":"Limeth","description":"Custom Ethereum vanity address generator made in Rust","archived":false,"fork":false,"pushed_at":"2019-06-08T21:40:47.000Z","size":193,"stargazers_count":177,"open_issues_count":4,"forks_count":40,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-10-27T20:19:49.608Z","etag":null,"topics":["bruteforce","cracking","cryptocurrency","ethereum","ethereum-address","hexadecimal","vanity-address","vanitygen"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Limeth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-01T19:47:46.000Z","updated_at":"2024-10-19T13:10:52.000Z","dependencies_parsed_at":"2022-09-23T14:16:02.378Z","dependency_job_id":null,"html_url":"https://github.com/Limeth/ethaddrgen","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Limeth%2Fethaddrgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Limeth%2Fethaddrgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Limeth%2Fethaddrgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Limeth%2Fethaddrgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Limeth","download_url":"https://codeload.github.com/Limeth/ethaddrgen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244310310,"owners_count":20432513,"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":["bruteforce","cracking","cryptocurrency","ethereum","ethereum-address","hexadecimal","vanity-address","vanitygen"],"created_at":"2024-07-31T03:00:48.964Z","updated_at":"2025-03-18T21:30:34.101Z","avatar_url":"https://github.com/Limeth.png","language":"Rust","readme":"# ethaddrgen\n[![Build Status](https://travis-ci.org/Limeth/ethaddrgen.svg?branch=master)](https://travis-ci.org/Limeth/ethaddrgen)\n[![Build status](https://ci.appveyor.com/api/projects/status/tbnkiqgiqkrmtbcc?svg=true)](https://ci.appveyor.com/project/Limeth/ethaddrgen)\n#### Custom Ethereum address generator\nGet a shiny ethereum address and stand out from the crowd!\n\n[![asciicast](https://asciinema.org/a/cmidn81zwi1c2n49ij4co9pg9.png)](https://asciinema.org/a/cmidn81zwi1c2n49ij4co9pg9)\nDisclaimer: Do not use the private key shown in this demo; it's public, strangers could steal your Eth. Never share your private key with anyone. It's your and only your responsibility to keep your private key in secret.\n\n## Features\n- Regex support (`--regex`/`-e`): Use regex pattern matching\n- Quiet mode (`--quiet`/`-q`): Output only the results\n- Stream mode (`--stream`/`-s`): Keep outputting results\n- Color settings (`--color`/`-c`): Enable/Disable colors\n- Dictionary support: If no patterns are provided as arguments, patterns are read from the standard input\n\n## Usage\nDownload the latest release [here](https://github.com/Limeth/ethaddrgen/releases).\nTo display usage, run `ethaddrgen -h` or `ethaddrgen --help` for a longer version.\n`ethaddrgen` expects the last arguments to be patterns. If no patterns are provided as arguments, `ethaddrgen` reads patterns from the standard input where each pattern is on a separate line.\n\n### Examples\n\n#### Simple example\nThe following command will look for an address starting with either `c0ffee`, `deadbeef` or `c0c0a`.\nIf you are on Windows, use `ethaddrgen.exe` instead of `ethaddrgen`.\n```sh\nethaddrgen c0ffee deadbeef c0c0a\n```\n\n#### Regex example\nThe following command will look for an address starting with 10 letters.\nIf you are on Windows, use `ethaddrgen.exe` instead of `ethaddrgen`.\n```sh\nethaddrgen -e '^[abcdef]{10}'\n```\nNote that while supplying multiple regex patterns is supported, it is not recommended to use a large list of regex patterns.\n\n#### Using pattern lists (dictionaries)\nIf no patterns are provided as arguments, patterns are read from the standard input. You can provide data to the standard input in various ways, depending on your platform:\n* Windows:\n```powershell\nGet-Content patterns.txt | ethaddrgen.exe\n```\n* Unix (macOS/Linux):\n```sh\ncat patterns.txt | ethaddrgen\n# or\nethaddrgen \u003c patterns.txt\n```\nwhere the `patterns.txt` file is a newline-separated list of patterns, for example:\n```\nc0ffee\ndeadbeef\nc0c0a\n```\nIt is not recommended to use large pattern lists with regex, as combining these features significantly decreases performance.\n\n## Compilation\nThe easiest way to get ethaddrgen is to download a pre-built binary [here](https://github.com/Limeth/ethaddrgen/releases).\nYou can also compile it yourself, if you wish so.\n1. Install [Rust via Rustup.rs](http://rustup.rs/)\n2. Clone this repository: `git clone https://github.com/Limeth/ethaddrgen.git; cd ethaddrgen`\n3. Compile the project: `cargo build --release`. The binary can then be found at `target/release/ethaddrgen` or `./target/release/ethaddrgen.exe` on Windows machines.\n","funding_links":[],"categories":["Applications","应用 Applications","应用程序 Applications","应用"],"sub_categories":["Cryptocurrencies","Blockchain","加密货币 Cryptocurrencies","加密货币"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLimeth%2Fethaddrgen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLimeth%2Fethaddrgen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLimeth%2Fethaddrgen/lists"}