-
Notifications
You must be signed in to change notification settings - Fork 12
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
Reveal function #7
Comments
He should be called the respected Mr. Founder of ordiBots. |
The key problem for a reveal mechanism is to ensure that the collection creator is not aware of the reveal order, so he can not cheat on the distribution reserving the rarest for himself. |
In fact, the current mint way can not prevent this situation, we can only hope that the launch platform could automate the generation of inscription data(mint&deploy) |
I think it may work, but that def need some testing. So you'll need to:
That's a really interesting proposal. Allowing mints of not-revealed collection could bring much more attention to the standard. Feel free to explore this, I'll try to take a look as well on how to do step 1 and 2. |
About hiding, a simple symmetric encryption would do the job (AES256 or similar). But without a way to distribute collectibles fairly, the reveal mechanism would only provide more power to collection creators/teams. Yes, in this way they could protect themselves from any unfair behavior of the minting platform, but there is the possibility for the team to choose the collectibles to keep, as they can chose, while the buyer can not. |
Hey,jerry.
Is it possible to generate the transaction hash in advance (without broadcasting), get the inscription id and use this feature to make the reveal inscription
1.Make a raw transaction of reveal inscription and get inscription id. Reveal inscription is the current version of deploy inscription
Deploy an initial inscription contain a reveal key point to the reveal inscription, and add a pre-reveal image to the deployment inscription, if the program does not detect the reveal inscription, the current image will be displayed, otherwise the display will be differentiated by the reveal inscription
Mint inscriptions cannot reveal specific features, maybe replaced by numbers
The NFT creator broadcasts the reveal inscription at a certain time as needed
Reference: https://bitcoin.stackexchange.com/questions/32765/how-do-i-calculate-the-txid-of-this-raw-transaction
Just an idea, not sure if it's feasible. if it is, it should be compatible with the current rules
The text was updated successfully, but these errors were encountered: