bitpay / insight

A bitcoin blockchain explorer and API
https://insight.bitpay.com/
MIT License
1.19k stars 1.11k forks source link

Broadcast TX interface on test-bch-insight.bitpay.com unresponsive #907

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi,

The broadcast TX feature at https://test-bch-insight.bitpay.com/ is completely unresponsive.

I am trying to send the following transaction, but don't receive any visual indication that anything happened.

0100000001fccf6f80010410c7a11b1447801e61ce2c11dae0c60f6952ecfa9e4a4f6c2ff0010000006a47304402201030c0e1e59b799d2cd49bfec5ea86925537a1b28a7add6b29ba315dd6ec057802205068b5962ee57c77512984f67725967bb34e4adc25cab26e7e8325171d4fdc5f4121033d5c2875c9bd116875a71a5db64cffcb13396b163d039b1d9327824891804334ffffffff0210270000000000001976a914e7c1345fc8f87c68170b3aa798a956c2fe6a9eff88acfaa9b704000000001976a914990ef60d63b5b5964a1c2282061af45123e93fcb88ac00000000

Thank you!

PS: As per https://github.com/sporestack/bitcash/issues/5

ghost commented 6 years ago

This does work fine with curl:

curl https://test-bch-insight.bitpay.com/api/tx/send -d rawtx=0100000001fccf6f80010410c7a11b1447801e61ce2c11dae0c60f6952ecfa9e4a4f6c2ff0010000006a47304402201030c0e1e59b799d2cd49bfec5ea86925537a1b28a7add6b29ba315dd6ec057802205068b5962ee57c77512984f67725967bb34e4adc25cab26e7e8325171d4fdc5f4121033d5c2875c9bd116875a71a5db64cffcb13396b163d039b1d9327824891804334ffffffff0210270000000000001976a914e7c1345fc8f87c68170b3aa798a956c2fe6a9eff88acfaa9b704000000001976a914990ef60d63b5b5964a1c2282061af45123e93fcb88ac00000000

saritvakrat commented 6 years ago

@teran-mckinney Can you please share code example? I'm trying with axios and its not working

ghost commented 6 years ago

This is pretty old, I think the issue was that I could curl the endpoint and broadcast a transaction, but if you send any TX in the page via browser, there's no visual indication that it sent. Or maybe nothing even happens. So the API works but the page to API seems broken, or was at the time.