Skip to content

Latest commit

 

History

History
71 lines (71 loc) · 2.52 KB

README.md

File metadata and controls

71 lines (71 loc) · 2.52 KB

Blockpad Testnet Autoreferral

Blockpad Testnet autoreferral using gmail imap and proxies

Tools and components required

  1. Blockpad Account, Register here: https://testnet.blockpad.fun/register
  2. Blockpad Account Referral code, ex: V779JC
  3. 2Captcha API keys, you need to recharge credits. Register here: 2captcha.com
  4. Gmail IMAP Accounts, Tutorial how to get your imap credentials, here: YouTube
  5. VPS or RDP (OPTIONAL)

Buy Proxies

  • Free Proxies Static Residental:
  1. WebShare
  2. ProxyScrape
  3. MonoSans
  • Paid Premium Static Residental:
  1. 922proxy
  2. Proxy-Cheap
  3. Infatica

Installation

  • Install Python For Windows: Python
  • For Unix:
apt install python3 python3-pip git -y
  • For Termux:
pkg install python python-pip git -y
git clone https://github.com/im-hanzou/blockpad-autoref

Requirements installation

  • Make sure you already in bot folder:
cd blockpad-autoref

Windows and Termux:

pip install -r requirements.txt

Unix:

pip3 install -r requirements.txt

Run the Bot

  • Insert your IMAP credentials and 2Captcha key to .env, example:
EMAIL_ADDRESS = "[email protected]"
PASSWORD = "xxxx xxxx xxxx xxxx"
2CAPTCHA_KEY = "your2captchakey"
  • Replace the proxies proxies.txt to your own proxies, with the format example is like:
http://127.0.0.1:8080
http://user:[email protected]:8080

Only http proxies supported for now

  • Windows and Termux:
python main.py
  • Unix:
python3 main.py
  • Then insert your Referral Code, ex: V779JC

Notes

  • Run this bot, use my referral code if you don't have one.
  • You can just run this bot at your own risk, I'm not responsible for any loss or damage caused by this bot.
  • This bot is for educational purposes only.