{"id":22499585,"url":"https://github.com/cleanpegasus/ethereum-address-generator","last_synced_at":"2025-03-27T22:25:28.904Z","repository":{"id":233251984,"uuid":"786353064","full_name":"CleanPegasus/ethereum-address-generator","owner":"CleanPegasus","description":"Create a vanity ethereum address","archived":false,"fork":false,"pushed_at":"2024-04-16T06:06:41.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-02T00:41:18.673Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CleanPegasus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-04-14T07:32:11.000Z","updated_at":"2024-04-17T19:41:16.000Z","dependencies_parsed_at":"2024-04-16T07:25:51.395Z","dependency_job_id":"7f4477be-2852-4d59-8a39-d356796902ff","html_url":"https://github.com/CleanPegasus/ethereum-address-generator","commit_stats":null,"previous_names":["cleanpegasus/ethereum-address-generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CleanPegasus%2Fethereum-address-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CleanPegasus%2Fethereum-address-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CleanPegasus%2Fethereum-address-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CleanPegasus%2Fethereum-address-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CleanPegasus","download_url":"https://codeload.github.com/CleanPegasus/ethereum-address-generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245933168,"owners_count":20696184,"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":[],"created_at":"2024-12-06T22:14:33.696Z","updated_at":"2025-03-27T22:25:28.872Z","avatar_url":"https://github.com/CleanPegasus.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ethereum Address Generator\n\nThis is a vanity Ethereum address generator. It generates Ethereum addresses until it finds one that starts with a specified string and ends with a specified string.\n\n## Requirements\n\n- Rust programming language\n- Cargo package manager\n\n## Dependencies\n\nThis project uses the following Rust crates:\n\n- `rand`\n- `secp256k1`\n- `sha3`\n- `structopt`\n\n## Usage\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/CleanPegasus/ethereum-address-generator.git\ncd ethereum-address-generator\n```\n2. Build the project:\n  \n```bash\ncargo build --release\n```\n\n3. Run the program\n```bash\ncargo run -- -s START_STRING -n NUM_THREADS -e END_STRING\n```\nReplace START_STRING with the string you want the Ethereum address to start with, NUM_THREADS with the number of threads you want to use for generation, and END_STRING with the string you want the Ethereum address to end with.\n\nFor example, to generate an Ethereum address that starts with '0000' using 8 threads and ends with '69420', you would run:\n```bash\ncargo run -- -s 0000 -n 8 -e 69420\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcleanpegasus%2Fethereum-address-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcleanpegasus%2Fethereum-address-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcleanpegasus%2Fethereum-address-generator/lists"}