-
Notifications
You must be signed in to change notification settings - Fork 645
Description
I'm using Coinb.in and so far from Create Raw Transaction up to Sign Transaction, everything is okay except for Broadcast Transaction as I received the above-mentioned error code --> scriptsig-not-pushonly (code 64)
Okay this is the encoded bitcoin transaction which I've input under the Broadcast section:
0100000001000000000000000000000000000000000000000000000000000000000000000000000000210330e40ac3f32626310b0c265600d054b554060be3c9512cc0067da60db5353e14feffffff0100c39dd0000000001976a914ddca50bf194b13f3174073790c0fb62d84e3167188ac00000000
scriptsig-not-pushonly (code 64)
Okay before that, I'm creating a New Transaction so which means by logic, I don't have a Transaction ID, which is why I put all zeros. Also, throughout this transaction, I'm using the Segwit and Normal generated address in CoinB.in itself and there is no external wallet or private key here.
Any advice? Appreciate your kind advice to resolve this. Show me the mistakes, thanks in advance.