No description
| src | ||
| .eslintrc.json | ||
| .gitignore | ||
| CHANGELOG.md | ||
| IMPROVEMENTS.md | ||
| index.html | ||
| INTEGRATION_GUIDE.md | ||
| INTEGRATION_PLAN.md | ||
| INTEGRATION_SUMMARY.md | ||
| package-lock.json | ||
| package.json | ||
| QUICKSTART.md | ||
| README.md | ||
| STATUS.md | ||
| TESTING.md | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
ViCoin Auto - Browser Mining Simulator
Browser-based cryptocurrency mining simulator with internal ViCoin economy.
Version 0.1 (MVP)
Features
- Start/Stop mining with CPU workers
- Thread control (1..N)
- Load percentage control (duty-cycle)
- Real-time metrics (hashes/s, total hashes, shares, ViCoin balance)
- Wallet with transaction history
- Settings persistence (localStorage)
Tech Stack
- Vanilla TypeScript
- Vite
- Web Workers
Development
npm install
npm run dev
Build
npm run build