Press start and the page fetches one PoW job from the node, hashes it locally in a Web Worker, and submits the solution. No auto-polling. One worker only to stay light on a weak VPS.
| Step | Action |
|---|---|
| 1 | Download the CLI miner from tools/miner.go |
| 2 | Run: go run ./tools/miner.go --node https://eel.best/rpc --address eel1... |
| 3 | Keep it running to receive jobs and submit shares automatically |
| 4 | Use difficulty 24 on 1 GB RAM; keep one worker / one process |