Skip to content

Automate your connection to the DePINed API with this Python-based script. This script manages multiple tokens and ensures 24/7 uptime for your connections.

License

Notifications You must be signed in to change notification settings

FakerPK/depinedbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UPDATED: DePINed Network Automated Farming Bot For 100% Uptime

Automate your connection to the DePINed API with this Python-based script. This script manages multiple tokens and ensures 24/7 uptime for your connections. You can join my Discord Server for invite codes.

AGPL License

Features

  • Connects to the DePINed API using multiple tokens.
  • Handles connection state management and error handling.
  • Automatically retries connections and logs status with colorful output and emojis.

Requirements

  • Python: Install Python from python.org (available for Windows and macOS) or on Ubuntu Server using the following command:
    sudo apt install python3
  • VPS Server: You can obtain a VPS server through AWS Free Tier, Google Cloud Free Tier, or any other online provider for approximately $2-5 per month.
  • Proxy Server: It is essential to purchase only ISP residential proxies to earn points. Using data center or free proxies will result in zero earnings. Recommended proxy providers include:
  • Proxies.fo: Visit https://app.proxies.fo Purchase only the 1GB plan, which is sufficient for 1-6 months and allows for unlimited accounts or proxies.
  • DePINed Token: A valid token from the DePINed API, Here's how to extract it:
    • Go to the DePINed Dashboard, Press CTRL + SHIFT + i and enter:
      localStorage.getItem('token')
      image
    • Copy the Token and save it.
  • Basic knowledge of running Python scripts.

If You Want To Buy Proxies From My Recommended Provider Follow These Steps

  1. Go to https://app.proxies.fo and Sign Up.
  2. Go to the ISP section, DONOT BUY THE RESIDENTIAL PLAN OR ELSE THIS WON'T WORK: image
  3. Buy one of these plans, remember DONOT BUY THE RESIDENTIAL PLAN ONLY BUY THE ISP PLAN: image
  4. Now you're going to generate SOCKS5 proxies, and add them to the proxy.txt file.

Steps to Run the Code

Before running the script, ensure you have Python installed on your machine. Then, install the necessary Python packages using:

1. Clone the repo:

git clone https://github.com/FakerPK/depinedbot.git

2. Change Directory

cd depinedbot

3. Install required packages

pip install -r requirements.txt

4. Create a config.json file:

In the project directory, create a config.json file with the following structure:

{
    "tokens": [
        "your_first_token_here",
        "your_second_token_here"
    ]
}

5. Add proxies to proxy.txt file

The proxies should be in the following format:

socks5://username:pass@ip:port

Add atleast 100 proxies so that malfuntioning proxies can be removed.

6. Run the script

To execute the script, use the following command:

python3 main.py

💸Donations

If you would like to support me or the development of this projects, you can make a donation using the following addresses:

  • Solana :
9SqcZjiUAz9SYBBLwuA9uJG4UzwqC5HNWV2cvXPk3Kro
  • EVM :
0x2d550c8A47c60A43F8F4908C5d462184A40922Ef
  • BTC :
bc1qhx7waktcttam9q9nt0ftdguguwg5lzq5hnasmm

FOR ANY KIND OF HELP CONTACT : FakerPK on Discord https://discord.com/users/1087110214559473766


SOCIALS -

About

Automate your connection to the DePINed API with this Python-based script. This script manages multiple tokens and ensures 24/7 uptime for your connections.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages