{"id":20216844,"url":"https://github.com/pymmdrza/ethereummnemoniccrack","last_synced_at":"2025-04-05T00:06:46.781Z","repository":{"id":51537437,"uuid":"489797616","full_name":"Pymmdrza/EthereumMnemonicCrack","owner":"Pymmdrza","description":"Ethereum Address Wallet Generated With Private Key From Mnemonic and check Value (Balance , transaction) Without API","archived":false,"fork":false,"pushed_at":"2024-12-07T20:34:29.000Z","size":698,"stargazers_count":142,"open_issues_count":4,"forks_count":52,"subscribers_count":6,"default_branch":"mainx","last_synced_at":"2025-03-28T23:05:16.018Z","etag":null,"topics":["eth","ethereum","mnemonic","mnemonic-generator","python","python3"],"latest_commit_sha":null,"homepage":"https://mmdrza.com/mnemonic-ethereum-wallet-cracker-passphrase/","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":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":"2022-05-07T22:50:19.000Z","updated_at":"2025-02-26T15:18:00.000Z","dependencies_parsed_at":"2024-03-19T20:42:43.236Z","dependency_job_id":"9635f606-b7cb-4d59-bf53-34496d2f3fba","html_url":"https://github.com/Pymmdrza/EthereumMnemonicCrack","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pymmdrza%2FEthereumMnemonicCrack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pymmdrza%2FEthereumMnemonicCrack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pymmdrza%2FEthereumMnemonicCrack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pymmdrza%2FEthereumMnemonicCrack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pymmdrza","download_url":"https://codeload.github.com/Pymmdrza/EthereumMnemonicCrack/tar.gz/refs/heads/mainx","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247266563,"owners_count":20910836,"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","mnemonic","mnemonic-generator","python","python3"],"created_at":"2024-11-14T06:30:13.114Z","updated_at":"2025-04-05T00:06:46.764Z","avatar_url":"https://github.com/Pymmdrza.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ethereum Mnemonic Crack\n\nEthereum Address Wallet Generated With Private Key From Mnemonic and check Value (Balance , transaction) Without API\n\n---\n## Ethereum Mnemonic Crack V4.1.3\n\n\u003e[!NOTE]\n\u003eFile : [ `MneEthOn_V4_1.py` ](https://github.com/Pymmdrza/EthereumMnemonicCrack/blob/mainx/MneEthOn_V4_1.py) \n\nThere is a problem with the Atomic wallet Ethereum node  `ethereum.atomicwallet.io`, that's why it caused a disturbance in the script, so another server was also replaced `ethbook.guarda.co`. [Update](https://github.com/Pymmdrza/EthereumMnemonicCrack/blob/mainx/MneEthOn_V4_1.py)\n\n\n```bash\ngit clone https://github.com/Pymmdrza/EthereumMnemonicCrack.git\ncd EthereumMnemonicCrack\n# windows :\nRunner_V4_1.cmd\n# linux :\nchmod +x Runner_V4_1.sh\u0026\u0026./Runner_V4_1.sh\n```\n\n\n![MneEthOn_V4 Screen Record](https://raw.githubusercontent.com/Pymmdrza/EthereumMnemonicCrack/mainx/MneEth_V4_Screen.gif 'MneEthOn_V4 ScreenRecord')\n\n- Added constant monitoring of system status of involved resources.\n- Upgrade in method and checking wallet details through API `Atomicwallet`.\n- Using the latest version of the very powerful [cryptofuzz](https://cryptofuzz.readthedocs.io/en/latest/ 'cryptofuzz document') library and optimizing the speed of production and search\n- Changing the display mode in announcing the results of each process.\n- Using the powerful Concurrent library to parallelize and optimize the process speed\n\n[![asciicast](https://asciinema.org/a/647692.svg)](https://asciinema.org/a/647692)\n\n---\n\nWindows : \n\n```\npip install cryptofuzz\npip install rich\npip install mnemonic\npip install requests\npip install psutil\npip install blessed\n```\n\nLinux: \n```\npip3 install cryptofuzz\npip3 install rich\npip3 install mnemonic\npip3 install requests\npip3 install psutil\npip3 install blessed\n```\n\n\n---\n`MneEthOn_V3` Screen Record: (MneEthOn_V3.py [Source](https://github.com/Pymmdrza/EthereumMnemonicCrack/blob/mainx/MneEthOn_V3.py))\n\n![MneEthOn_V3 Screen Record](https://raw.githubusercontent.com/Pymmdrza/EthereumMnemonicCrack/mainx/MneEth_V3_Screen.gif 'MneEthOn_V3 ScreenRecord')\n\n- Added constant monitoring of system status of involved resources.\n- Upgrade in method and checking wallet details through API `Atomicwallet`.\n- Using the latest version of the very powerful [cryptofuzz](https://cryptofuzz.readthedocs.io/en/latest/ 'cryptofuzz document') library and optimizing the speed of production and search\n- Changing the display mode in announcing the results of each process.\n\n\n---\n\nMneEthOn_V2.py : Create Mnemonic and from_mnemonic Generated Private Key and Address.\n\n![Ethereum Mnemonic Crack](https://raw.githubusercontent.com/Pymmdrza/EthereumMnemonicCrack/mainx/MneEthOn_V2.JPG)\n\n---\n## Mnemonic Ethereum Generated and Check Online :\n\n\nRun Online From `Replit` : [RUN NOW](https://replit.com/@Pymmdrza/EthereumMnemonic?v=1)\n\nFirst Install All Package With Common or Easy installing File:\n\n\nEasy Install File From Windows : `INSTALL.bat` For Linux Can Use `run.sh` with this common : `sh run.sh`\n\n\n### `MneEthOn_v3.py` Screen:\n\n\n[![asciicast](https://asciinema.org/a/549511.svg)](https://asciinema.org/a/549511)\n\n\n---\n## Mnemonic Ethereum Generated and Check Offline from file :\n\ncan use this file `MneEthOff.py` for offline Check and Generated , Just Need Database Address Wallet File (Text Type) With This Name : `eth500.txt`\n\n![Mnemonic Ethereum Generated and Check Offline](https://raw.githubusercontent.com/Pymmdrza/EthereumMnemonicCrack/mainx/MneEthOff.JPG)\n\nFor Download Database File Can Use This File : [10,000 ETH ADDRESS.txt](https://github.com/Pymmdrza/Rich-Address-Wallet/blob/main/10000ETHRichAddress.md)\n---\n\n![pro version mnemonic hack ethereum](https://raw.githubusercontent.com/Pymmdrza/EthereumMnemonicCrack/mainx/eth--pro--win.JPG)\n\nfor used and download Pro Version this software follow this [link](https://mmdrza.com)\n\n\nProgrammer Telegram ID [@Mr1Mmdrza](https://t.me/Mr1Mmdrza)\n\nProgrammer Telegram Channel [@Cryptoixer](https://t.me/Cryptoixer)\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/Mr1Mmdrza) or [Telegram Channel](https://t.me/Cryptoixer).\n\n---\n```\n# =========================================\n# Personal Blog : Https://Mmdrza.Com \n-------------------------------------------\n# Github: PyMmdrza.GitHub.io\n-------------------------------------------\n# Telegram id : @Mr1Mmdrza\n-------------------------------------------\n# Telegram CHannel : t.me/Cryptoixer\n# =========================================\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpymmdrza%2Fethereummnemoniccrack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpymmdrza%2Fethereummnemoniccrack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpymmdrza%2Fethereummnemoniccrack/lists"}