Author

Topic: I can't create child inscription I got error (Read 74 times)

legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
February 09, 2025, 01:45:15 PM
#4
I don't know if Casey Rodarmor still works on Ordinals, but it wouldn't hurt to shoot an issue to the Ordinals github repository: https://github.com/rodarmor/ord

Generally speaking, it is better to use a specialized program for inscribing Ordinals. What you are doing is equivalent to creating multiple bitcoin transactions by hand.
member
Activity: 239
Merit: 53
New ideas will be criticized and then admired.
February 05, 2025, 07:14:43 PM
#3
I can't create child inscription Embarrassed Embarrassed
I got error sendrawtransaction RPC error: {"code":-26,"message":"mandatory-script-verify-flag-failed (Invalid Schnorr signature)"}
my question https://bitcoin.stackexchange.com/questions/125518/i-cant-create-child-inscriptionnft-in-bitcoin-network-mandatory-script-ver

I don't know where I have mistake

I get code here https://github.com/leionion/bitcoinjs-lib-inscription-service-skeleton/blob/main/Image_Child_Inscription.ts

I think your script fails because the child's inscription is in Entry 1's token instead of Entry 0, which is where the parent's inscription is spent. This breaks the Ordinals protocol requirement and Bitcoin cannot verify the parent-child link because the child's data is in a different Entry than the one that spends the parent's UTXO.
?
Activity: -
Merit: -
February 03, 2025, 01:04:29 PM
#1
I can't create child inscription Embarrassed Embarrassed
I got error sendrawtransaction RPC error: {"code":-26,"message":"mandatory-script-verify-flag-failed (Invalid Schnorr signature)"}
my question https://bitcoin.stackexchange.com/questions/125518/i-cant-create-child-inscriptionnft-in-bitcoin-network-mandatory-script-ver

I don't know where I have mistake

I get code here https://github.com/leionion/bitcoinjs-lib-inscription-service-skeleton/blob/main/Image_Child_Inscription.ts
Jump to: