Add a transaction generated offline to the official client

4

I have a transaction that I generated/signed using a custom tool. I'd like to make sure it was generated correctly by submitting it to the official client and watching the logs to see if it is accepted.

What is the best way to manually submit a transaction to the official client (either json or binary)? Thanks!

Brian Armstrong

Posted 2012-08-26T01:19:42.337

Reputation: 727

Answers

3

In version 0.7 you will be able to send it to bitcoind through a "sendrawtransaction" JSON API call.

ThePiachu

Posted 2012-08-26T01:19:42.337

Reputation: 41 594