https://github.com/domi-btnr/gomining-bot
https://github.com/domi-btnr/gomining-bot
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/domi-btnr/gomining-bot
- Owner: domi-btnr
- Created: 2024-06-13T17:35:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:18:25.000Z (7 months ago)
- Last Synced: 2025-03-18T12:21:42.479Z (2 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```env
[email protected]
PASSWORD=your_password
```
Replace `[email protected]` and `your_password` with your actual GoMining email and password.## Running the Bot
To run the bot, use the following command:
```sh
npm start
```## Docker
To start the bot with Docker Compose, use the following command:
```sh
docker-compose up -d
```