Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.03 KB

README.md

File metadata and controls

64 lines (41 loc) · 1.03 KB

Atlas Network Auto Ref

This bot will automatically create a new wallet, register it, and set a referral code to earn NPs.

Bot Features

  • Automatically create a new wallet
  • Automatically register it and set a referral code
  • Support Proxy

Prerequisites

  • Make sure you have Node.js installed on your machine
  • proxy.txt file containing your proxy lists (Optional)

Installation

  1. Clone the repository:
git clone https://github.com/rinkashimee/atlas-autoref.git
cd atlas-autoref
  1. Install the required dependencies:
npm install
  1. Optional, you can use proxy:
  • Input your proxy lists in proxy.txt file, Format http://username:password@ip:port || socks5://username:password@ip:port
nano proxy.txt
  1. Add screen:
screen -S atlas-bot
  1. Run the script:
npm run start
  1. Detach Screen:
press ctrl a + d

All wallets information saved at wallets.json

License: MIT

This project uses the MIT License, details of which can be found in the LICENSE file.