Skip to content

⭐️Python bot for automating claims and task interactions on the Nodepay

Notifications You must be signed in to change notification settings

CryptoBarge/Nodepay-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🕹Nodepay-Bot

Forked from Jammer 🌿

Nodepay-Bot Console

Telegram Channel Telegram Chat


🔓 Authorization Modes

The authorization setting in settings.yaml can be set to "api" or "browser".

▫️ "api" – Authorization is performed via API requests.
Requires selecting a captcha_service with a pre-funded balance.
A reCAPTCHA token is used for login and is valid for 14 days.
Each new token consumes captcha balance.

▫️ "browser" – Authorization is performed by launching a Chromium-based browser on your device.
No captcha cost — only proxy traffic is used.
On average: ~2 GB per 2000 accounts.

💡 browser_threads defines how many browser windows can run in parallel.
Choose the value based on your system’s performance — powerful devices can handle 8 to 16 browsers simultaneously.

🔧 Note: threads and browser_threads can be configured independently.

📊 Farming 2000 accounts uses ~35 MB/s per hour.


⚙️ Settings (config/settings.yaml)

Parameter Description
threads Number of accounts to run simultaneously
browser_threads Number of browser threads to run
authorization Authorization method ("api" or "browser")
captcha_service Captcha solving service (capmonster/capsolver/twocaptcha)
keepalive_interval Delay between keepalive requests (in seconds)
referral_code Your referral code
delay_between_actions Delay between actions (in seconds)
use_redirect_mode Enable/disable redirect mode for wallet binding
use_proxies Enable/disable proxy usage
proxy_rotation Enable/disable proxy rotation

Note:

  • When use_redirect_mode is enabled, wallet binding will use a redirect-based approach
  • Proxy settings are only used when use_proxies is enabled
  • When proxy_rotation is enabled, a new proxy will be used for each account or action
  • Proxies for rotation must be listed in rotation_proxies.txt
  • Choose the appropriate captcha service and provide its corresponding API key
  • Browser threads determine how many accounts can be processed simultaneously
  • Authorization method affects how the bot interacts with the service

📁 Configuration Structure

All configuration files are located in the config folder:

  • Bot settings: config/settings.yaml
  • Account files: config/data/

Account File Formats:

  1. register.txtAccounts for registration
email:password
  1. farm.txtAccounts for farming
email:password
  1. verify.txtAccounts for verification

When use_redirect_mode is false:

email:email_password:account_password

When use_redirect_mode is true:

email:account_password
  1. bind_wallet.txtAccounts for wallet binding

When use_redirect_mode is false:

email:email_password:account_password:sol_private_key

When use_redirect_mode is true:

email:email_password:account_password
  1. bind_discord.txtAccounts for Discord binding
email:account_password:discord_token
  1. bind_twitter.txtAccounts for Twitter binding
email:account_password:twitter_token
  1. claim_medals.txtAccounts for claiming medals
email:password
  1. complete_missions.txtAccounts for completing missions
email:password

Proxy Configuration (data/proxies.txt and data/rotation_proxies.txt):

Supported formats:
- type://user:pass@ip:port
- type://user:pass:ip:port
- type://ip:port:user:pass
- type://ip:port@user:pass

Supported types: http, socks5

🧩 Modules

  • Register
  • Farm
  • Exports stats
  • Verify email
  • Bind wallet
  • Bind discord
  • Bind Twitter
  • Claim medals
  • Clomplete missions
  • Change email

🚀 Getting Started

  1. Clone the repository:
git clone https://github.com/CryptoBarge/Nodepay-Bot.git
  1. Configure the bot:

    • Fill in the settings in config/settings.yaml
    • Add your accounts to the appropriate files in config/data/
    • Add proxies to config/data/proxies.txt
  2. Run the bot: Simply double-click run.exe to start the bot.


📝 Notes

  • Make sure all account files are properly formatted
  • Monitor the bot's operation through the console output
  • The bot will automatically handle retries for failed operations

🔒 Code Availability

The source code of Nodepay-Bot is closed.

This decision is intentional — the system includes unique technical solutions that took a lot of time and effort to develop. Opening the code would lead to uncontrolled resale and misuse of the software, which i aim to avoid in order to maintain quality and integrity.

Thank you for understanding.

About

⭐️Python bot for automating claims and task interactions on the Nodepay

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors