Skip to content

jeffpeng3/GoMining-Bot

 
 

Repository files navigation

GoMining Bot

Setup

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Create a .env file in the root directory of the project. This file should contain the following environment variables:
    EMAIL=your_email@example.com
    PASSWORD=your_password
    Replace your_email@example.com and your_password with your actual GoMining email and password.

Running the Bot

To run the bot, use the following command:

npm start

Docker

To start the bot with Docker Compose, use the following command:

docker-compose up -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 93.1%
  • Dockerfile 6.9%