I am trying to compile the latest cgminer for S3.
I spent some time to configure my environment and now I can build and run some old cgminer versions.
But I do not have enough time to understand cgminer code and I could not build the latest, 4.6 cgminer
driver-bitmain.c depends on a few deprecated but important functions:
- clone_queued_work_byid
- inc_work_stats
- submit_nonce_direct
It there anybody who can explain how can I replace these functions with the new cgminer api?