{"id":27968484,"url":"https://github.com/d3or/eth-vanity-gen","last_synced_at":"2025-07-05T03:08:46.461Z","repository":{"id":115952929,"uuid":"458925066","full_name":"d3or/eth-vanity-gen","owner":"d3or","description":"NodeJS vanity ethereum address generator","archived":false,"fork":false,"pushed_at":"2022-02-13T20:57:28.000Z","size":2,"stargazers_count":23,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-07T21:03:32.112Z","etag":null,"topics":["eth","ethereum","vanity","web3"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/d3or.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,"zenodo":null}},"created_at":"2022-02-13T20:35:57.000Z","updated_at":"2024-10-21T08:05:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"3f180e14-d215-4ec8-86e3-0efc3edf60b2","html_url":"https://github.com/d3or/eth-vanity-gen","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/d3or/eth-vanity-gen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3or%2Feth-vanity-gen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3or%2Feth-vanity-gen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3or%2Feth-vanity-gen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3or%2Feth-vanity-gen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d3or","download_url":"https://codeload.github.com/d3or/eth-vanity-gen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3or%2Feth-vanity-gen/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263674375,"owners_count":23494564,"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":["eth","ethereum","vanity","web3"],"created_at":"2025-05-07T21:03:29.337Z","updated_at":"2025-07-05T03:08:46.456Z","avatar_url":"https://github.com/d3or.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eth-vanity-gen\n\nNodeJS vanity ethereum address generator\n\n\n## What is a vanity address?\n\nA vanity address is an address that is personalized and is created respecting a series of parameters.\n\nExamples: \n- `0x0000c3Caa36E2d9A8CD5269C976eDe05018f0000`\n- `0x12345678a36E2d9A8CD5269C976eDe05018fa36E`\n- `0xdead5678a36E2d9A8CD5269C976eDe05018fa36E`\n\n## Usage\n\nclone from github\n``` \ngit clone https://github.com/d3or/eth-vanity-gen.git\n```\nInstall dependencies\n\n```\nnpm install\n```\n\nSetup config.json\n\n```\n{\n    \"prefix\": \"000\", // beginning characters\n    \"suffix\": \"000\", // end characters\n    \"cores\":0 // set to 0 to automatically detect core count\n}\n```\nRun\n```\nnpm start\n```\n\npublic/private address key pairs are outputted to `eth_wallet_list.txt` in the form of `public,private`\n\nThe time to generate an address matching the prefix and suffix depends on the length of `prefix + suffix`. As the length increases it takes exponentially longer to generate a matching address.\n\n\n\n\n## Security\n\nNothing leaves your machine, and everything is done offline.\n\n## Performance\n\nPerformance depends on core speed and core count. The more cores you have, the faster you will generate wallets.\n\nMaxing out your core count will make your computer pretty unusable, so set it to like half of your total if you want to use your computer at the same time.\n\n\n## Tips\n\n`0x0000c3Caa36E2d9A8CD5269C976eDe05018f0000`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3or%2Feth-vanity-gen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd3or%2Feth-vanity-gen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3or%2Feth-vanity-gen/lists"}