Pymmdrza / Dumper-Mnemonic

Check and Generated Random Mnemonic BIP39 for Ethereum Address and BNB and Dogecoin Address

Home Page:https://mmdrza.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dumper Mnemonic

Check and Generated Random Mnemonic BIP39 for Ethereum Address and BNB and Dogecoin Address

Dumper Mnemonic

ETH BNB DOGE

Auto Install and Running Dumper Mnemonic In Windows

easy installing all library python and running script just with a click in Auto_Run.bat file . (after download click right in file and use Run As Administrator).

Auto Install and Running Dumper Mnemonic In Linux

easy installing all library python and running script just with a click in Auto_Run.sh file . (after download run in terminal sudo chmod +x Auto_Run.sh ).

Note

The contents and performance of the file initially check whether or not the Python is installed in your system if the Python is not installed but not properly adjusted, automatically receives an installer from the official Python website and install it on your system. And adjusts. Then, after installing Python, it installs the libraries needed to set up this script. That includes Cryptofuzz , Colorthon and requests After installing the libraries, it runs the Python Script.


Download and Use With Git

If you do not want to use the automatic recipient and recipient of this script, you can use the following commands to get the git. To do this, you need to open your Windows CMD (or Terminal) and in Linux and Debian based systems and enter the following command (make sure the git is installed in your system):

git clone https://github.com/Pymmdrza/Dumper-Mnemonic.git
cd Dumper-Mnemonic

Install From PIP :

You need to install a number of libraries to execute the script that you can use the following commands if you want to install them as each.

Install With PIP in Windows

pip install cryptofuzz
pip install colorthon
pip install requests
pip install requests-random-user-agent

or pip install -r requirements.txt

Install With PIP3 in Linux

pip3 install cryptofuzz
pip3 install colorthon
pip3 install requests
pip3 install requests-random-user-agent

or pip3 install -r requirements.txt

You should do the installation steps of installing libraries only if you do not install only once for the first time and to use the script next time you do not need to be executed and installed with high commands. Just need to enter the following command.

  • Windows : python DumperMnemonic.py
  • Linux : python3 DumperMnemonic.py

Programmer : Pymmdrza

Donate

Bitcoin : 1MMDRZA12xdBLD1P5AfEfvEMErp588vmF9

About

Check and Generated Random Mnemonic BIP39 for Ethereum Address and BNB and Dogecoin Address

https://mmdrza.com

License:MIT License


Languages

Language:Python 77.7%Language:Batchfile 12.5%Language:Shell 9.8%