A web app for monitoring P2Pool Mini mining operations. Track your mining stats, view pool information, and monitor your wallet performance in real-time.
Requirements: Node.js 18+
# Clone and install
git clone <repository-url>
cd fun
npm install
# Run the app
npm run devOpen http://localhost:3000 in your browser.
- Enter your Monero wallet address in the tracker
- Click "Track" to view your mining dashboard
- Monitor your stats - shares, blocks found, estimated rewards
The app automatically connects to the P2Pool Mini network and refreshes data every 30 seconds.
- Real-time pool and miner statistics
- Individual wallet tracking
- Dark/light theme support
- Responsive design
- Auto-refresh every 30 seconds
Built with Next.js 15, TypeScript, Tailwind CSS 4, and Shadcn/ui components.