GymCoin is a lightweight blockchain-style project that simulates browser-based mining. It is designed for educational and experimental purposes, demonstrating how mining logic can work without requiring high-end hardware.
You can "mine" GymCoin using just a browser and a standard computer. Performance depends on your system.
⚠️ Note: This project is experimental and not intended for real financial or commercial use.
- Browser-based mining simulation
- Lightweight Python backend
- Designed to run on low-end systems
- Educational blockchain concept implementation
- Python 3.7+
- pip
Install dependencies:
pip install -r requirements.txt