AzureKn1ght / Alpha365-Presale

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Presale Sniper Bot

Snipes presale NFTs

ALPHA365 PRESALE

URL: https://alpha365.finance/presale/?ref=0xab951ec23283ee00ae0a575b89ddf40df28e23ab

ENV Variables

You will need to create a file called .env in the root directory, copy the text in .env.example and fill in the variables. If you want to use the emailer, then you will need Google App Passwords.

How to Run

You could run it on your desktop just using Node.js in your terminal. However, on a production environment, it is recommended to use something like PM2 to run the processes to ensure robust uptime and management.

npm install
pm2 start main.js -n "PRESALE"
pm2 save

Donate: 0xbaee15e7905874ea5e592efee19b2d0082d538b8

About

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 100.0%