- Clone the repository to your local machine.
- Navigate to the project directory.
- Create a
.envfile in the root directory of the project. This file should contain the following environment variables:ReplaceEMAIL=your_email@example.com PASSWORD=your_password
your_email@example.comandyour_passwordwith your actual GoMining email and password.
To run the bot, use the following command:
npm startTo start the bot with Docker Compose, use the following command:
docker-compose up -d