Skip to content

Memhash Miner is a lightweight, easy-to-setup Python miner for Linux with minimal dependencies.

License

Notifications You must be signed in to change notification settings

rushelysium/memhash-auto-mining

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memhash Auto Mining

Memhash Miner is a lightweight, easy-to-setup Python miner for Linux with minimal dependencies.

About Memhash

First-ever PoW (Proof of Work) Mining on Telegram, fully supported by Pavel Durov, Telegram CEO. Every mined block carries real token rewards shared among participants. Tokens, not points, are mined through Memhash.

  • Start Mining Now: Click here.
  • Reminder: You need 300 Telegram Stars to Start Mining.

Features

  • Completely optimized for Linux.
  • You can choose between two options to start the bot:
    • Run continuously.
    • Set a mining duration and recharge duration.
  • Quick installation and easy configuration.

Installation and Setup

Step 1. Install python3.10 Ubuntu:

sudo apt update && sudo apt install -y software-properties-common && sudo add-apt-repository -y ppa:deadsnakes/ppa && sudo apt update && sudo apt install -y python3.10 python3.10-venv python3.10-distutils python3-pip

Step 2. Install Chrome Ubuntu:

sudo apt-get install -y libxss1 libappindicator1 libindicator7 && wget https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_131.0.6778.85-1_amd64.deb && sudo apt install ./google-chrome-stable_131.0.6778.85-1_amd64.deb && sudo apt-get install -f

Step 3. Clone the repository and install dependencies:

git clone https://github.com/rinkashimee/memhash-auto-mining.git && cd memhash-auto-mining && pip3 install -r requirements.txt

Step 4. Configure the URL:

  • Open the web.telegram.org website and navigate to your Memhash bot.

  • Press F12 to open Developer Tools or Right click and then click inspect.

  • Navigate to the Elements tab.

  • Select the element picker tool and click on the Memhash Window.

    image image

  • Copy the iframe src URL and paste into config.py URL = ""

Step 5. Configure your Telegram Bot:

  • Go to Bot Father
  • Create a bot and and copy the token provided and paste it into config.py TOKEN = ""

Step 6. Add screen:

screen -S memhash-bot

Step 7. Run the bot:

python3 main.py

Contact

For questions or feedback:

This project is distributed under the terms of the License: MIT

About

Memhash Miner is a lightweight, easy-to-setup Python miner for Linux with minimal dependencies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%