No description
Find a file
Живко Георгиев 79330be49c Initial commit
2025-12-18 15:45:37 +02:00
src Initial commit 2025-12-18 15:45:37 +02:00
.eslintrc.json Initial commit 2025-12-18 15:45:37 +02:00
.gitignore Initial commit 2025-12-18 15:45:37 +02:00
CHANGELOG.md Initial commit 2025-12-18 15:45:37 +02:00
IMPROVEMENTS.md Initial commit 2025-12-18 15:45:37 +02:00
index.html Initial commit 2025-12-18 15:45:37 +02:00
INTEGRATION_GUIDE.md Initial commit 2025-12-18 15:45:37 +02:00
INTEGRATION_PLAN.md Initial commit 2025-12-18 15:45:37 +02:00
INTEGRATION_SUMMARY.md Initial commit 2025-12-18 15:45:37 +02:00
package-lock.json Initial commit 2025-12-18 15:45:37 +02:00
package.json Initial commit 2025-12-18 15:45:37 +02:00
QUICKSTART.md Initial commit 2025-12-18 15:45:37 +02:00
README.md Initial commit 2025-12-18 15:45:37 +02:00
STATUS.md Initial commit 2025-12-18 15:45:37 +02:00
TESTING.md Initial commit 2025-12-18 15:45:37 +02:00
tsconfig.json Initial commit 2025-12-18 15:45:37 +02:00
tsconfig.node.json Initial commit 2025-12-18 15:45:37 +02:00
vite.config.ts Initial commit 2025-12-18 15:45:37 +02:00

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