Skip to content

Latest commit

 

History

History
157 lines (156 loc) · 8.04 KB

README.md

File metadata and controls

157 lines (156 loc) · 8.04 KB

Nodepay Automate with Proxies

Automate farming Nodepay Network using proxies. Important! Please read the Information below:

  • Old version is not working anymore, Please use runv2.py instead!
  • Now this script support Windows without WSL
  • This script support multiple accounts. Support socks and http proxies. Using 3 proxies for each accounts.

Tools and components required

  1. Nodepay Account | Register: https://app.nodepay.ai/register
  2. VPS (OPTIONAL) and Python3
  3. Proxies

Buy Proxies

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

Setup Tutorial

  • Open Nodepay and login to dashboard
  • Press F12 or CTRL + SHIFT + I
  • Select CONSOLE and type allow pasting and press enter

0001

  • Then type localStorage.getItem('np_token') and press enter 0002
  • The text that appears is your nodepay token and copy the text

Components installation

WINDOWS

Now this script support Windows without WSL

  • Install Python For Windows: Python
  • Download this script Manually: Nodepay Automate
  • If you want to use Git, Please download Git first: Git Windows, Then run in cmd:
git clone https://github.com/im-hanzou/nodepay-automate
  • Make sure you are in this script directory: cd nodepay-automate
  • Installing requirements:
python -m pip install -r requirements.txt

LINUX

  • For Linux Ubuntu/Debian, install Python3 and Git:
apt update; apt upgrade -y; apt install git python3 python3-pip -y
  • For Linux CentOS, install Python3 and Git:
yum update; yum upgrade -y; yum install git python3 python3-pip -y
  • Download this script using Git:
git clone https://github.com/im-hanzou/nodepay-automate
  • Make sure you are in this script directory: cd nodepay-automate
  • Installing requirements:
python3 -m pip install -r requirements.txt

TERMUX

  • For Termux Android Download Here [F-Droid Version] and Allow Permission Storage On Setting Termux
  • Install Python3 and Git:
pkg update; pkg upgrade -y; pkg install git python python-pip -y
  • Download this script using Git:
git clone https://github.com/im-hanzou/nodepay-automate
  • Make sure you are in this script directory: cd nodepay-automate
  • Copy libcurl-impersonate-chrome.so.4 to /data/data/com.termux/files/usr/lib
cp libcurl-impersonate-chrome.so.4 /data/data/com.termux/files/usr/lib
  • Installing requirements:
python -m pip install -r requirements.txt

Run the Script

  • Replace the proxies example in proxies.txt to your own proxies, please use only 3 proxies with proxies. If you run multiple accounts make sure you have 3 proxies for each accounts.
  • For multi accounts, insert your tokens perlines in file tokens.txt

Run command

Windows and Termux

  • Run for original server - version 2:
python runv2.py

Press Enter, Select 1 then insert your nodepay token

  • Run for original server - version 2 - multi accounts:

Make sure you have tokens in tokens.txt before

python runv2.py

Press Enter then Select 2

Linux Distros

  • Run for original server - version 2:
python3 runv2.py

Press Enter, Select 1 then insert your nodepay token

  • Run for original server - version 2 - multi accounts:

Make sure you have tokens in tokens.txt before

python3 runv2.py

Press Enter then Select 2

Operating status

If the following log appears, it means it is running successfully.

[2024-12-02 14:54:54] [INFO] Account: user@email.com | Browser ID: xxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx | IP: 127.0.0.1 | IP Score: 99
[2024-12-02 14:54:58] [INFO] Account: user@email.com | Browser ID: xxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx | IP: 127.0.0.1 | IP Score: 86
[2024-12-02 14:54:59] [INFO] Account: user@email.com | Browser ID: xxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx | IP: 127.0.0.1 | IP Score: 92
[2024-12-02 14:55:02] [INFO] Account: user@email.com | Browser ID: xxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx | IP: 127.0.0.1 | IP Score: 81
[2024-12-02 14:55:11] [INFO] Account: user@email.com | Browser ID: xxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx | IP: 127.0.0.1 | IP Score: 82

Notes

  • Run this script, and it will update your referral code to my invite code if you don't have one.
  • One account only can connect with 3 Proxies. If you run multiple accounts make sure you have 3 proxies for each accounts.
  • If you run the script and still got error, please use paid proxies cause every free proxies not all supported.
  • You can just run this script at your own risk, I'm not responsible for any loss or damage caused by this script. This script is for educational purposes only.