-
-
Notifications
You must be signed in to change notification settings - Fork 768
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Libbitcoin outdated for RPCs #561
Comments
Thanks. If it no longer compiles without intervention, that's clearly a show-stopper. I've filed an issue over in our community forum and am leaving this in place as it's a major issue: |
Added a further warning in 16.1 to say that the library code will likely not compile. |
I have not tested the new version myself (yet), but it seems BlockchainCommons/Community#140 solved this. So, I believe the two warnings in the text (this and this) are adding noise since (in principle) the text points to the BlockchainCommons fork of Because of this, what's the relevance of a full review of the library as originally proposed in BlockchainCommons/Community#140? I ask because I'm attending chaincode labs' bitcoin foss program, and I'm planning to rewrite my exercises from Python to C or C++. Some involve talking to Bitcoin's RPC interface. I found no competing library for that in C. |
I'm currently in chapter 16.1 Accessing Bitcoind with C. When I went through the libbitcoin repository I discovered that it is not maintained anymore... Firstly you get an error when running
make
and even after some updating in the libbitcoin files it should - from my point of view - avoided to use such an outdated library (last update in 2016 I think).I'll look for alternatives and if I find one (and the needed time for implementation) I'll probably make a pull request for a better alternative.
The text was updated successfully, but these errors were encountered: