Author

Topic: C++ sources needed (Read 817 times)

legendary
Activity: 2058
Merit: 1452
April 26, 2013, 11:23:15 AM
#4
bitcoind provides API through json-rpc. just search for json-rpc code samples.
member
Activity: 60
Merit: 10
April 26, 2013, 07:26:30 AM
#3
you can download the source code of reaper, which is written in c++ and cmake creates a sln file for you...
There are some examples how to use it in Curl.cpp/Curl.h , App.h/App.cpp ... you will need the jansson lib which reaper is using Wink

That is my first guess, i am sure there are some apps written in c++ which you can strip down to the rpc command part.


happy coding

hynodeva.com mining pool
legendary
Activity: 1862
Merit: 1011
Reverse engineer from time to time
April 26, 2013, 07:23:30 AM
#2
Sadly no, at most you can get is some code of C miners with MinGW. Visual C++? Not that I am aware of, since Bitcoin is compiled with MinGW and mostly under Linux, people have not bothered with Visual C++ about anything, especially in C++.

There are some PHP dev kits which are mostly platform independent.
sr. member
Activity: 344
Merit: 250
April 26, 2013, 07:14:16 AM
#1
Hi,
I am looking for C++ (preferably - Visual C++, ideally - an archive contaiing a sln and ready to be built) example(s) of SIMPLE code, communicating with bitcoind.
It should do same things we can do with bitcoind from command line.

Is it out there?
Jump to: