Stratum client implemented in Go (WIP)
This is an extremely primitive stratum client implemented in Golang. Most of the code was implemented by going through the sources of cpuminer-multi and xmrig.
- Connect to pool
- Authenticate
- Receive jobs
- Submit results
- Keepalive
- Reconnect on error
- Whatever else the stratum protocol specifies
Yes! Please send me PRs that can fix bugs, clean up the implementation and improve it.
I will find it and I will merge it.