{"id":21156161,"url":"https://github.com/corvuscodex/bitcoin-vanity-address-generator","last_synced_at":"2025-04-13T12:29:29.545Z","repository":{"id":192259362,"uuid":"686625460","full_name":"CorvusCodex/Bitcoin-vanity-address-generator","owner":"CorvusCodex","description":"Multithread Offline Bitcoin Vanity address generator is an open source tool to generate BTC vanity addresses.","archived":false,"fork":false,"pushed_at":"2023-09-03T20:13:13.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T03:35:08.792Z","etag":null,"topics":["bitcoin","bitcoin-vanity","bitcoin-vanity-address","bitcoin-vanity-address-search","vanity","vanity-address","vanity-addresses","vanity-sniper","vanity-wallet-bitcoin","vanitygen","vanitysearch"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"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/CorvusCodex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["CorvusCodex"],"patreon":null,"open_collective":null,"ko_fi":"corvuscodex","tidelift":null,"community_bridge":null,"liberapay":"corvuscodex","issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2023-09-03T12:21:46.000Z","updated_at":"2024-07-15T18:34:18.000Z","dependencies_parsed_at":"2023-09-03T20:00:32.894Z","dependency_job_id":"89121990-ca9f-41ce-81e3-d4ef6c500805","html_url":"https://github.com/CorvusCodex/Bitcoin-vanity-address-generator","commit_stats":null,"previous_names":["corvuscodex/bitcoin-vanity-address-generator"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorvusCodex%2FBitcoin-vanity-address-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorvusCodex%2FBitcoin-vanity-address-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorvusCodex%2FBitcoin-vanity-address-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorvusCodex%2FBitcoin-vanity-address-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CorvusCodex","download_url":"https://codeload.github.com/CorvusCodex/Bitcoin-vanity-address-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248713895,"owners_count":21149799,"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":["bitcoin","bitcoin-vanity","bitcoin-vanity-address","bitcoin-vanity-address-search","vanity","vanity-address","vanity-addresses","vanity-sniper","vanity-wallet-bitcoin","vanitygen","vanitysearch"],"created_at":"2024-11-20T11:38:13.372Z","updated_at":"2025-04-13T12:29:29.520Z","avatar_url":"https://github.com/CorvusCodex.png","language":"JavaScript","funding_links":["https://github.com/sponsors/CorvusCodex","https://ko-fi.com/corvuscodex","https://liberapay.com/corvuscodex","https://www.buymeacoffee.com/corvuscodex","https://www.buymeacoffee.com/CorvusCodex/e/164460","https://www.buymeacoffee.com/CorvusCodex"],"categories":[],"sub_categories":[],"readme":"# Multithread Bitcoin vanity address generator\n\nThis offline tool generates a random Bitcoin key pair and checks if the generated address contains a user-specified phrase. If the address contains the phrase, the tool outputs the address and private key. Otherwise, it outputs a message indicating that no address was found containing the phrase.\n\nA Bitcoin address that contains a specific phrase or word is known as a **vanity address**. Vanity addresses can make it easier to remember or share your Bitcoin address, and can also be used to personalize your wallet or associate it with a specific brand or identity.\n\n\u003ch3 align=\"left\"\u003eSupport:\u003c/h3\u003e\n\u003cp\u003e\u003ca href=\"https://www.buymeacoffee.com/corvuscodex\"\u003e \u003cimg align=\"left\" src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" height=\"50\" width=\"210\" alt=\"corvuscodex\" /\u003e\u003c/a\u003e\u003c/p\u003e\u003cbr\u003e\u003cbr\u003e\n\n\u003cbr\u003e\u003cbr\u003e\nOr donate: \u003cbr\u003e\u003cbr\u003e\nBTC: bc1q7wth254atug2p4v9j3krk9kauc0ehys2u8tgg3 \u003cbr\u003e\u003cbr\u003e\nETH \u0026 BNB: 0x68B6D33Ad1A3e0aFaDA60d6ADf8594601BE492F0\n\n## Installation\n\nTo install this tool, you will need to have Node.js installed on your system. Once you have Node.js installed, follow these steps:\n\n1. Clone this repository to your local machine.\n2. Open a terminal or command prompt and navigate to the directory where you cloned the repository.\n3. Run the command `npm install` to install the dependencies.\n4. After npm install you can turn off the internet connection.\n\n## For people without technical experience you can buy the compiled application for windows from here:\nhttps://www.buymeacoffee.com/CorvusCodex/e/164460\n## Usage\n\nTo use this tool, follow these steps:\n\n1. Open a terminal or command prompt and navigate to the directory where you cloned the repository.\n2. Run the command `node index.js` to start the tool.\n3. When prompted, enter the phrase you want to use and press Enter.\n4. The tool will generate random key pairs until it finds an address containing the specified phrase. Once an address is found, it will be displayed along with the private key.\n\n## Dependencies\n\nThis tool uses several dependencies to provide its functionality:\n\n- `coinkey`: A JavaScript component for working with private keys, public keys, and addresses for cryptocurrencies such as Bitcoin, Litecoin, and Dogecoin.\n- `crypto`: A built-in Node.js module that provides cryptographic functionality.\n- `readline`: A built-in Node.js module that provides an interface for reading data from a Readable stream (such as `process.stdin`) one line at a time.\n- `worker_threads`: A built-in Node.js module that allows you to create multiple threads and execute JavaScript tasks in parallel.\n\n\u003eSupport my work:\u003cbr\u003e\n\u003eBTC: bc1q7wth254atug2p4v9j3krk9kauc0ehys2u8tgg3\u003cbr\u003e\n\u003eETH \u0026 BNB: 0x68B6D33Ad1A3e0aFaDA60d6ADf8594601BE492F0\u003cbr\u003e\n\u003eBuy me a coffee: https://www.buymeacoffee.com/CorvusCodex\n\n## Disclaimer\n\nThe code within this repository comes with no guarantee, the use of this code is your responsibility. I take NO responsibility and/or liability for how you choose to use any of the source code available here. By using any of the files available in this repository, you understand that you are AGREEING TO USE AT YOUR OWN RISK. Once again, ALL files available here are for EDUCATION and/or RESEARCH purposes ONLY. It is not allowed to use this script for any illegal or unethical activities.\n\n\nMIT License\n\nCopyright (c) 2023 CorvusCodex\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorvuscodex%2Fbitcoin-vanity-address-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorvuscodex%2Fbitcoin-vanity-address-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorvuscodex%2Fbitcoin-vanity-address-generator/lists"}