A simple CoinHive miner using libcryptohive.
Important note:
This thing is just a test to see if my lib works, I do not guarantee that it is bug-free or could run correctly.
It is not suitable for business mining due to it's instability.
pip install websocket-client
- Get libcryptohive (link above) and compile it
- Modify
HiveMiner.py
, changeSITEKEY
andLIBCH
as you wish python HiveMiner.py
A half-complete CoinHive protocol example is also presented (seeCoinHiveProtocol.json
)