-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bad-txns-vin-empty on segwit tx #924
Comments
I have the same issue trying to broadcast SegWit |
Any luck? Have the same issue? Will it be improve to support segwit inputs? |
I am also currently facing this issue when trying to publishing a transaction with a segwit input (and a normal p2sh input). |
The bitcore node seems to only support v0.12, which is why it doesn't recognize the segwit version bits being locked in. @Soyoudie Trezor dropped insight as it's API recently.. No point relying on bitpay any more. Their OSS software has been struggling since 2016. |
@afk11 Hey there, I'm basically abandoning Insight due to lack of SegWit support but before recoding for another API, just wanted to check in with you and make there wasn't come SegWit/Bech32 capability right around the corner (e.g. within next couple weeks or so). Kind of a shame. It was a nice API but they just sort of let it drift into obsolescence for some reason. Similar downward path for BlockCypher. BlockChair seems solid, also looking at chain.so and btc.com. Any others you'd recommend ? |
Depending on which type of data you need, you might find what you are looking for in electrum nodes? https://electrumx.readthedocs.io/en/latest/protocol-methods.html You could do something like this project to interface with the electrum nodes via TLS sockets to get data from them. There are very little alternatives for some of the functionality provided by electrum. |
The current Bitcore runs on top of the latest bitcoin core.
…On Mon, Jan 14, 2019, 8:00 PM lacksfish ***@***.*** wrote:
Depending on which type of data you need, you might find what you are
looking for in electrum nodes?
https://electrumx.readthedocs.io/en/latest/protocol-methods.html
You could do something [
https://github.com/btccom/wallet-recovery-data-bridge](like this project)
to interface with the electrum nodes via TLS sockets to get data from them.
There are very little alternatives for some of the functionality provided
by electrum.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#924 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAGCHP4ocTzfMMPRzlvNc0D_kd_tOSg2ks5vDQwggaJpZM4TmK3w>
.
|
I can take an encoding like below and have it decoded and transmitted on other sites such as https://testnet.blockchain.info/pushtx
But on blockexplorer.com (which uses insight) and https://test-insight.bitpay.com/tx/send, I get this error:
Encoded TX Hex:
Note that I've already transmitted this transaction, after it wouldn't work on insight, with blockchain.info
The text was updated successfully, but these errors were encountered: