{"id":20216822,"url":"https://github.com/pymmdrza/xbrainwallet","last_synced_at":"2025-04-10T15:13:55.456Z","repository":{"id":40521663,"uuid":"488298868","full_name":"Pymmdrza/xBrainWallet","owner":"Pymmdrza","description":"Brain Wallet passphares and private key crack woth python hack","archived":false,"fork":false,"pushed_at":"2022-08-19T20:09:50.000Z","size":43500,"stargazers_count":71,"open_issues_count":1,"forks_count":34,"subscribers_count":5,"default_branch":"mainx","last_synced_at":"2025-03-24T13:11:21.636Z","etag":null,"topics":["bitcoin","brainwallet","private-key","privatekeygenerator","python"],"latest_commit_sha":null,"homepage":"https://mmdrza.com/crack-x-brain-wallet-bitcoin-with-python-2022/","language":"Python","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/Pymmdrza.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2022-05-03T17:16:49.000Z","updated_at":"2025-02-16T06:27:45.000Z","dependencies_parsed_at":"2022-08-09T22:40:24.856Z","dependency_job_id":null,"html_url":"https://github.com/Pymmdrza/xBrainWallet","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/Pymmdrza%2FxBrainWallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pymmdrza%2FxBrainWallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pymmdrza%2FxBrainWallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pymmdrza%2FxBrainWallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pymmdrza","download_url":"https://codeload.github.com/Pymmdrza/xBrainWallet/tar.gz/refs/heads/mainx","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248243214,"owners_count":21071054,"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","brainwallet","private-key","privatekeygenerator","python"],"created_at":"2024-11-14T06:29:54.977Z","updated_at":"2025-04-10T15:13:55.432Z","avatar_url":"https://github.com/Pymmdrza.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![xBrain Wallet Bitcoin Crack PrivateKey](https://raw.githubusercontent.com/Pymmdrza/xBrainWallet/mainx/xbrainHeader.png)\n# xBrainWallet\n## Brain Wallet Passphares and Private Key Crack\n\nBetter use `vBrain.py` . needed alphabet word text file on path file.\n\n- Generated Countor Per Scan `Scan`\n- Generated and Recorded Total Wallet With Transaction `TX`\n- Generated and Recorded Total Wallet With Balance `Rich`\n\nif Needed BigData in Alphabet Words Can order [Here.](https://mmdrza.com/product/alphabet-words-passphrase-text-file/)\n\n---\n\nScreen From Working `/xBrain_V3/vBrain.py` with BigData Alphabet Words:\n\n![vBrain.py Brain Wallet Bitcoin Crack PrivateKey](https://github.com/Pymmdrza/xBrainWallet/raw/mainx/vBrain.gif)\n\n---\n\nFor Generated Address Wallet in Passphrase used This Code From `vBrain.py`\n\n```python:\n    def generate_address_from_passphrase(passphrase) :\n        private_key = str(hashlib.sha256(\n            passphrase.encode('utf-8')).hexdigest())\n        address = BrainWallet.generate_address_from_private_key(private_key)\n        return private_key , address\n\n```\nfor Created Address From Private Key used This Code :\n\n```python:\n    @staticmethod\n    def generate_address_from_private_key(private_key) :\n        public_key = BrainWallet.__private_to_public(private_key)\n        address = BrainWallet.__public_to_address(public_key)\n        return address\n```\nGenerated address hex on base58 with alphabet words `123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz` in static method i used this code in `vBrain.py`\n\n```python:\n    @staticmethod\n    def base58(address_hex) :\n        alphabet = '123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz'\n        b58_string = ''\n        leading_zeros = len(address_hex)-len(address_hex.lstrip('0'))\n        address_int = int(address_hex , 16)\n        while address_int \u003e 0 :\n            digit = address_int%58\n            digit_char = alphabet[digit]\n            b58_string = digit_char+b58_string\n            address_int //= 58\n        ones = leading_zeros//2\n        for one in range(ones) :\n            b58_string = '1'+b58_string\n        return b58_string\n```\t\t\t\t\n\n---\n\n![For BrainAllValue_V1.py Bitcoin Wallet Hack](https://raw.githubusercontent.com/Pymmdrza/xBrainWallet/mainx/BrainAllValue.JPG)\n\n\nfirst install package's:\n```\npip install colorama ecdsa rich\n```\nfor running use this common :\n```\npython BrainWallet.py\n```\n\n---\n\nfor use online generetad and crack brain wallet run code:\n\n`python xBrainOn.py`\n\n---\n\nProgrammer Telegram ID [@MrPyMmdrza](https://t.me/MrPyMmdrza)\n\nProgrammer Telegram Channel [@CryptoAttacker](https://t.me/CryptoAttacker)\n\n\u003e **Warning**\n\u003e Unfortunately, due to the ignorance of some dear users, we were not informed that some profiteers and uncultured people are selling some of my scripts at a lower price. And the user does not receive anything after payment. Some of these ignorant people give malicious and viral files to users. From here, I declare that the only official source for selling my scripts is the [website](https://mmdrza.com) and [Telegram ID](https://t.me/MrPyMmdrza) or [Telegram Channel](https://t.me/CryptoAttacker).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpymmdrza%2Fxbrainwallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpymmdrza%2Fxbrainwallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpymmdrza%2Fxbrainwallet/lists"}