{"id":25963467,"url":"https://github.com/beincom/create2-vanity-miner","last_synced_at":"2025-03-04T20:38:47.039Z","repository":{"id":272864463,"uuid":"917952220","full_name":"beincom/create2-vanity-miner","owner":"beincom","description":"🚀 High-performance CREATE2 vanity address miner for Ethereum smart contracts. Utilizes multi-threading and batch processing to efficiently generate customized deterministic contract addresses.","archived":false,"fork":false,"pushed_at":"2025-01-17T03:53:45.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-17T04:31:35.839Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/beincom.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":"2025-01-17T00:30:57.000Z","updated_at":"2025-01-17T03:53:46.000Z","dependencies_parsed_at":"2025-01-17T04:31:50.924Z","dependency_job_id":"0d314a6c-1333-4c75-a1d6-ebb545c4662e","html_url":"https://github.com/beincom/create2-vanity-miner","commit_stats":null,"previous_names":["beincom/create2-vanity-miner"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beincom%2Fcreate2-vanity-miner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beincom%2Fcreate2-vanity-miner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beincom%2Fcreate2-vanity-miner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beincom%2Fcreate2-vanity-miner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beincom","download_url":"https://codeload.github.com/beincom/create2-vanity-miner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241921257,"owners_count":20042761,"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":"2025-03-04T20:38:46.559Z","updated_at":"2025-03-04T20:38:47.022Z","avatar_url":"https://github.com/beincom.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CREATE2 Vanity Miner\n\n🚀 High-performance CREATE2 vanity address miner for Ethereum smart contracts. Utilizes multi-threading and batch processing to efficiently generate customized deterministic contract addresses.\n\n![Rust](https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge\u0026logo=rust\u0026logoColor=white)\n![Ethereum](https://img.shields.io/badge/Ethereum-3C3C3D?style=for-the-badge\u0026logo=Ethereum\u0026logoColor=white)\n\n## Features\n\n- [x]-thread parallel processing optimized for modern CPUs\n- Customizable address patterns\n- Memory-efficient batch operations\n- Real-time progress tracking\n- Support for any EVM network\n- Highly optimized Rust implementation\n\n## Prerequisites\n\n- Rust 1.70 or higher\n- Cargo package manager\n- 8GB RAM minimum (32GB recommended for optimal performance)\n- Multi-core CPU (optimized for 4 cores/8 threads)\n\n## Installation\n\n1. Clone the repository\n```bash\ngit clone https://github.com/beincom/create2-vanity-miner.git\ncd create2-vanity-miner\n```\n2. Install dependencies\n```bash\ncargo install --release\n```\n3. Release\n```bash\ncargo build --release\n```\n****\n## Configuration\nPlace your configuration at `config.json` with the following structure:\n```json\n{\n  \"operator\": \"\",\n  \"entrypoint\": \"\",\n  \"create2\": \"\",\n  \"rpc\": \"\",\n  \"batch_size\": 10000,\n  \"threads\": 8,\n  \"rules\": [\n    {\n      \"start_with\": \"0xb139\",\n      \"end_with\": \"b139\"\n    }\n  ],\n  \"bytecode\": \"\",\n  \"abi\": []\n}\n```\n\n## Usage\n\n1. Run the miner:\n```bash\ncargo run --release\n```\n\n## Performance Tuning\n\n- Adjust `BATCH_SIZE` constant to optimize for your system's memory\n- Default thread count is 8, modify `THREADS` constant for different CPU configurations\n- For systems with \u003e32GB RAM, consider increasing batch size for better performance\n\n## License\n\nMIT License - see LICENSE file for details\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch\n3. Commit your changes\n4. Push to the branch\n5. Create a new Pull Request\n\n## Support\n\nOpen an issue if you:\n- Find a bug\n- Want to request a feature\n- Have questions about usage\n\n## Author\n\nBIC","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeincom%2Fcreate2-vanity-miner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeincom%2Fcreate2-vanity-miner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeincom%2Fcreate2-vanity-miner/lists"}