Author

Topic: C++ CG/SGminer API calls? (Read 1205 times)

legendary
Activity: 1862
Merit: 1011
Reverse engineer from time to time
August 28, 2014, 08:35:12 AM
#2
CGminer includes a file called api.c, it exports some functions you use in your project to call the cgminer APIs, if you want to do it yourself you will need to learn about sockets.
full member
Activity: 326
Merit: 100
August 28, 2014, 06:12:21 AM
#1
I'm in the process of screwing around trying to learn c++ in a bitcoin related environment. I've so far made, in QT, a gui application to essentially write the batch files for me. Now all I need is for it to display rpc/api things (speed, a/r etc...).

I've got no idea how to do this, other than it requires JSON.

Could someone show me some example code or something along those lines? I've found python and c# examples but I'm not really sure how to convert those...

I'm looking for something that I can use as a string (so I can set a label to it easily Smiley  )

Thanks,

nuggetbram

Jump to: