EEL PoW โ€ข Miner

Browser work-flow mining and programmatic mining guide.

Real browser miner

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.

โ› one worker
๐Ÿ EEL address input
๐ŸงŠ low-RAM friendly
๐Ÿงพ CLI miner guide

Miner control

Idle
Hashrateโ€”
Accepted rewards0.00
Timer30:00
Progress0 / 24
The miner only requests work after you press Start. One worker keeps memory use low. On the node side you need /api/v1/mining/work and /api/v1/mining/submit.

Work / logs

current task
Work previewloaded only on demand
No work loaded yet.

Programmatic mining guide

CLI
The recommended serious-mining path is a small CLI miner. The browser miner is convenient, but a native miner will be faster and more stable.
StepAction
1Download the CLI miner from tools/miner.go
2Run: go run ./tools/miner.go --node https://eel.best/rpc --address eel1...
3Keep it running to receive jobs and submit shares automatically
4Use difficulty 24 on 1 GB RAM; keep one worker / one process