Giter Site home page Giter Site logo

blockcypher's People

Contributors

bscheiman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

blockcypher's Issues

Bad Request in Send

When using latest https://www.nuget.org/packages/BlockCypher/1.0.22 package and calling
Blockcypher.Send() I'm getting following error:

System.Net.Http.HttpRequestException
Response status code does not indicate success: 400 (Bad Request).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at BlockCypher.Blockcypher.d__26`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at BlockCypher.Blockcypher.d__21.MoveNext()

After downloading sources from this repo I can send transaction to blockchain without any issues.

Sending not working, problems with signing

First of all - thanks for great library. I'm trying to use it to send BTC - but whenever I try your Send method I end up with HTTP error 400.

I haven't added anything to the code so you should be able to reproduce it by simply running the library - probably BlockCypher changes something on the backend.

Let me know if you are willing to help - if needed I can provide logs of HTTP calls and responses.

Thanks again!

Request Time out error.

I am send bitcoin using this code but it given error request timeout.
var token = "";
Blockcypher b = new Blockcypher(token, Endpoint.BtcMain);
var fromAddress = new AddressInfo("19pp71hz86nMhcNdjnFGBxdUyaBX7LexW", // TESTNET
"649c1ab75fc2a506efb166d0be397bf3b25f039c41fc6af21ead93abd2830294", // HEX
"03ed37ba981bbf9bb33b55a5e2d3eb59980ed69e2acc23b0c6d4c874b6113d8040"); // COMPRESSED
var toAddress = new AddressInfo("1feist3NVh9e49x5itjYWGSxSrWsApgBc", // TESTNET
"", // HEX
""); // COMPRESSED

        Console.WriteLine(b.Send(fromAddress, toAddress, 100000).Result.ToString());

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.