this post was submitted on 10 Nov 2023
756 points (95.7% liked)

Memes

45189 readers
1380 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 20 points 10 months ago* (last edited 10 months ago) (2 children)

I was pretty shocked when I found out that NFT pictures aren't even stored in the block chain. NFTs are just records on the block chain with links to images stored on ordinary servers.

[–] [email protected] 6 points 10 months ago* (last edited 10 months ago) (1 children)

This is because you (in theory) need the whole blockchain to validate an NFT, so you want to keep it as small as possible.

But since you store the Cryptographic Hash of the image too, you can validate that the image on the server is actually the same one referenced by the blockchain. You could even move it to another server, but it will break the link obviously

[–] [email protected] 5 points 10 months ago* (last edited 10 months ago) (1 children)

Except you don't own that server and have no control over it, and if the server owner takes the image offline you're screwed

[–] [email protected] 1 points 10 months ago

It does not really matter. You’ve still got the JPEG (or whatever else). Just calculate the hash and you can proof that it’s the one referenced.

[–] [email protected] 4 points 10 months ago (2 children)

There are now Bitcoin Ordinals, which are similar to NFTs but with a sufficient size limit to actually store the media itself.

[–] [email protected] 7 points 10 months ago

I’m pretty sure you could always store a full image in an NFT on ethereum, it’d just cost stupid high transaction fees.

[–] [email protected] 4 points 10 months ago

Interesting, but the scarcity this is trying to manufacture still doesn't apply to the image itself which can be easily and endlessly copied.