lian / bitcoin-ruby

bitcoin utils and protocol in ruby.
Other
922 stars 322 forks source link

How to convert transaction to hex format? #289

Open yegor256 opened 5 years ago

yegor256 commented 5 years ago

I'm going to relay my transaction through this gateway: https://www.blockchain.com/btc/pushtx They want me to send them hex data. How can I convert what build_tx produces into hex? Please, update the README.

azuchi commented 5 years ago

build_tx returns tx object and you can do that by the following code.

tx.to_payload.bth
yegor256 commented 5 years ago

@azuchi thanks, I submitted a pull request.

77088 commented 4 years ago

https://yolodice.com/r?pHbs-Pwq