Git Product home page Git Product logo

Comments (7)

xeniacx avatar xeniacx commented on July 21, 2024

BitcoinLib has not been tested against blockchain.info's API.

A request to provide us with further info has just been made to blockchain.info. Should they respond in timely manner we'll get to track down what the issue really is.

In the meantime I would suggest debugging the RPC calls with Fiddler: http://www.telerik.com/fiddler (switch the calls on the right hand side to JSON).

You can also use the raw RPC connector class provided by this library for debugging (and only): https://github.com/GeorgeKimionis/BitcoinLib/blob/master/CoinWrapper/RPC/Connector/RawRpcConnector.cs

BTW a quick search revealed that this is a rather old problem: https://bitcointalk.org/index.php?topic=139620.0 so let's wait and see what will be blockchain.info's response.

from bitcoinlib.

xeniacx avatar xeniacx commented on July 21, 2024

FYI Blockchain.info's response:

response

There is a significant amount of work to be done to make BitcoinLib compatible with Blockchain.info's API which cannot be provided at the moment, I am aware of a few developers from the community though who could perform these changes in exchange for some bounty.

from bitcoinlib.

spudwebb avatar spudwebb commented on July 21, 2024

I'm confused, blockchain.info has an API which is supposed to be a "Bitcoind compatible RPC api" https://blockchain.info/en/api/json_rpc_api
and in facts most of the call I have tested already work with BitcoinLib, it is only the calls for which a second password is needed that I could not make work.
So could you tell me more about what needs to be done to make BitcoinLib fully compatible, and why is it a significant amount of work?

from bitcoinlib.

xeniacx avatar xeniacx commented on July 21, 2024

I requested an API key on https://blockchain.info/api/api_create_code on June 19th, stating explicitly that it is for making this library compatible with their API, however I never received any code from them, so that is a bit of a problem. I just opened a new ticket to their support, stating the above.

There are structural changes that need to be performed for this library to be able to deal with the second password parameter. For instance, the credentials are being encapsulated into a NetworkCredential instance which is then broadcasted over an HttpWebRequest, however NetworkCredential doesn't have an option for a second password, so it will have to be fit to the domain parameter or another approach must be used, and this is just one of the parts that will need refactoring. Modifying core components will require us to perform all tests all over again, which is a significant amount of work.

from bitcoinlib.

xeniacx avatar xeniacx commented on July 21, 2024

I throw in the towel.

response

from bitcoinlib.

spudwebb avatar spudwebb commented on July 21, 2024

Actually I just tested again and BitcoinLib already works with blochaininfo RPC API.

Previously I was confused, I thought the second password of your blockchain info wallet should be set as the walletPassword (4th parameter) of the BitcoinService constructor, but it turns out that this second password should actually be used as a wallet passphrase. So if you want to use methods such as SendToAddress you need to call WalletPassphrase method just before that.

from bitcoinlib.

xeniacx avatar xeniacx commented on July 21, 2024

That's great news, thanks for the update.

from bitcoinlib.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.