SillyCoins Harvester is an automated tool designed to interact with the panel.sillydev.co.uk website, periodically earning coins and monitoring account balance.
- Automated login and session management
- Periodic coin earning requests
- Real-time balance monitoring
- Customizable banner styles
- Express server for status monitoring
- Node.js (v14 or higher)
- npm (Node Package Manager)
-
Clone the repository:
git clone https://github.com/mra1k3r0/sillycoins-harvester.git cd sillycoins-harvester
-
Install dependencies:
npm install
-
Set up the environment variables:
- Copy the
.env.example
file to.env
:cp .env.example .env
- Edit the
.env
file and replaceyour_cookies_here
with your actual cookies from panel.sillydev.co.uk - Optionally, you can change the
PORT
if you want the server to run on a different port
- Copy the
You can customize the behavior of SillyCoins Harvester by modifying the src/constants.js
file:
heartbeatInterval
: Time between heartbeat checks (default: 5000ms)displayInterval
: Time between displaying status updates (default: 60000ms)sessionRefreshInterval
: Time between session refreshes (default: 900000ms)earnRequestInterval
: Time between coin earning requests (default: 60000ms)bannerStyle
: Choose the banner style ('ASCII_ART', 'SIMPLE', or 'MINIMAL')debugMode
: Set totrue
to enable debug logs (default: false)
To start the SillyCoins Harvester:
npm start
For development with auto-restart on file changes:
npm run dev
GET /
: Returns a simple message indicating that the harvester is runningGET /status
: Returns the current status of the harvester
- This tool is designed for educational purposes only. Use it responsibly and in accordance with the terms of service of the target website.
- Keep your cookie information secure and do not share it with others.
- The tool uses a custom logging system. Check the console output for real-time updates and any error messages.
This project is licensed under the MIT License.
This project is not affiliated with or endorsed by panel.sillydev.co.uk. Use at your own risk.