Replies: 2 comments
-
The simplest definition of a cursed inscription is any inscription that does not currently get indexed and identified by ord. |
Beta Was this translation helpful? Give feedback.
-
What are cursed ordinals? Since then, the serial number drama died down, with users continuing to use ordinals to create NFTs and unregistered securities in the form of BRC-20, BRC-30 and ORC-20 tokens. But it looks like serial numbers on Ordinals have come into question once again with what is being dubbed “Cursed Ordinals”. When you create an inscription, the Ordinals protocol needs to assign a satoshi a serial number, which references the file in the blockchain. When everything is going swimmingly, the inscription count will rise by the number of files inscribed. In the case of cursed inscriptions, it works in the opposite manner, where negative values are displayed and counted backwards with each inscription that is created. Cursed inscriptions have been created in the following instances.
Cursed inscriptions were found when a group of developers discovered a bug in the existing Ordinals code responsible for the standardisation of inscriptions. Casey Rodarmor, @casey the creator of Ordinals, became aware of the loophole and posted on GitHub his thoughts and potential solutions for the bug, where he mentioned: “Consider these new inscriptions “cursed” and assign them negative inscription numbers.” |
Beta Was this translation helpful? Give feedback.
-
Hi, I just want to know what is a cursed inscription
The implementation of cursed inscriptions happened on release 0.6, but there are not explicit explanation of the concept, it just says Cursed Inscriptions [1/n]
The pull request #2145 implements a way to index inscriptions that are not the first envelope of OP_IF's in the transaction and call it "cursed"
But the Ordinal Theory Handbook also says that the inscription is related to the 1st satoshi of "it's input"
So if you make multiple envelopes in multiple inputs inside a transaction, what satoshi is being inscribed?, are cursed inscriptions not being inscribed in a satoshi?
If an envelope is stored in an input of a transaction that is not a P2TR, is that a cursed inscription? if somebody makes a P2SH transaction and puts an "envelope" in the scriptsig, is that a cursed inscription?
There's no way for a new developer to understand what is a cursed inscription based on the current documentation
Beta Was this translation helpful? Give feedback.
All reactions