{"id":21156166,"url":"https://github.com/corvuscodex/multithread-tron-brute-force","last_synced_at":"2025-04-13T12:29:37.022Z","repository":{"id":164975389,"uuid":"640378371","full_name":"CorvusCodex/Multithread-Tron-Brute-force","owner":"CorvusCodex","description":"Nodejs script that offline generates random private keys for the Tron blockchain and checks if the corresponding public address is in a list of addresses stored in a file named ‘data.txt’. If a match is found, the script logs the public address and saves the wallet and its private key (seed) to a file named ‘match.txt’.","archived":false,"fork":false,"pushed_at":"2025-01-01T21:04:18.000Z","size":18,"stargazers_count":14,"open_issues_count":1,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T03:35:10.698Z","etag":null,"topics":["brute-force","bruteforce","crack","crypto","cryptocurrency","javascript","multithread-bruteforce","nodejs","tron","tron-brute-force","tron-bruteforce","tron-crack","tron-cracker","tron-wallet"],"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":null,"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}},"created_at":"2023-05-13T22:14:29.000Z","updated_at":"2025-03-22T20:21:28.000Z","dependencies_parsed_at":"2025-01-01T22:18:44.061Z","dependency_job_id":"837f70d9-1da2-4eb5-9fc7-994551e6cc8b","html_url":"https://github.com/CorvusCodex/Multithread-Tron-Brute-force","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorvusCodex%2FMultithread-Tron-Brute-force","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorvusCodex%2FMultithread-Tron-Brute-force/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorvusCodex%2FMultithread-Tron-Brute-force/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorvusCodex%2FMultithread-Tron-Brute-force/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CorvusCodex","download_url":"https://codeload.github.com/CorvusCodex/Multithread-Tron-Brute-force/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248713924,"owners_count":21149803,"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":["brute-force","bruteforce","crack","crypto","cryptocurrency","javascript","multithread-bruteforce","nodejs","tron","tron-brute-force","tron-bruteforce","tron-crack","tron-cracker","tron-wallet"],"created_at":"2024-11-20T11:38:19.735Z","updated_at":"2025-04-13T12:29:36.996Z","avatar_url":"https://github.com/CorvusCodex.png","language":"JavaScript","funding_links":["https://www.buymeacoffee.com/CorvusCodex"],"categories":[],"sub_categories":[],"readme":"# Multithread Tron Brute force\nNodejs script that offline generates random private keys for the Tron blockchain and checks if the corresponding public address is in a list of addresses stored in a file named ‘data.txt’. If a match is found, the script logs the public address and saves the wallet and its private key (seed) to a file named ‘match.txt’. The script uses the cluster module to create worker processes for each CPU and runs the generate function repeatedly with no delay.\n\n## Installation\n1. Clone this repository\n2. Run npm install to install dependencies\n\n## Usage\n1. Add the addresses you want to check against to a file named ‘data.txt’, with one address per line.\n2. Run node app.js to start the script.\n\n## Support\nSupport my work:\n1. BTC: bc1q7wth254atug2p4v9j3krk9kauc0ehys2u8tgg3\n2. ETH \u0026 BNB: 0x68B6D33Ad1A3e0aFaDA60d6ADf8594601BE492F0\n3. Buy me a coffee: https://www.buymeacoffee.com/CorvusCodex\n4. SOL: FsX3CsTFkRjzne2KiD8gjw3PEW2bYqezKfydAP55BVj7\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. The chances of finding a match are extremely low and it is not recommended to use this script for any illegal or unethical activities.\n\n\n## MIT License\n\nCopyright (c) 2025 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorvuscodex%2Fmultithread-tron-brute-force","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorvuscodex%2Fmultithread-tron-brute-force","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorvuscodex%2Fmultithread-tron-brute-force/lists"}