Skip to content

im-hanzou/arichain-autoreff

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ari Chain Wallet Auto Referral Bot

This bot automates the process of creating accounts and using referral codes for the AriChain Wallet.

Features

  • Automatically generates random email addresses.
  • Uses proxies to avoid IP bans.
  • Logs the created accounts.
  • Handles email verification.

Requirements

  • Node.js 18 v18.20.5 LTS or latest.
  • npm (Node Package Manager)
  • Use 2Captcha Services 2Captcha, free version you can using gemini apikey.

Installation

  1. Clone the repository:

    git clone https://github.com/ahlulmukh/arichain-autoreff.git
    cd arichain-autoreff
  2. Install the dependencies:

    npm install
  3. Create a proxy.txt file in the root directory and add your proxies (one per line).

  4. change client_secret.json.example to client_secret.json.

  5. Set up Gmail API credentials:

    • Go to the Google Cloud Console.
    • Create a new project.
    • Enable the Gmail API for the project.
    • Create OAuth 2.0 credentials for a native application.
    • Download the client_secret.json open it and copy paste to src/json/client_secret.json.
    • Don't forget to change the email referral verification in client_secret.json.
    • Change gemini apikey in client_secret.json.
  6. If you want using 2 Captcha service you can fill your apikey in client_secret.json and change "captha2Apikey": "your_2captcha_apikey", with your apikey.

Get gemini apikey : Here

Tutorial video, how to get api credentials : Here

Usage

  1. Run the bot:

    node main.js
  2. Follow the prompts to enter your referral code, address to transfer token and the number of accounts you want to create, and dont forget too choice your solve captcha too.

  3. If this is your first time running the bot, you will be prompted to authorize the application to access your Gmail account. Follow the instructions to complete the authorization.

Output

  • The created accounts will be saved in accounts.txt.

Notes

  • If you get error invalid creds you can delete token in src/json/token.json
  • Make sure to use valid proxies to avoid IP bans.
  • The bot will attempt to verify the email up to 5 times before giving up.

Stay Connected

Donation

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

  • Solana: FPDcn6KfFrZm3nNwvrwJqq5jzRwqfKbGZ3TxmJNsWrh9
  • EVM: 0xae1920bb53f16df1b8a15fc3544064cc71addd92
  • BTC: bc1pnzm240jfj3ac9yk579hxcldjjwzcuhcpvd3y3jdph3ats25lrmcsln99qf

Disclaimer

This tool is for educational purposes only. Use it at your own risk.

Languages

  • JavaScript 100.0%