I’m trying to upload a file on https://web3.storage/ and save the same one on my server.
However, the cid generated on the site is different from the one generate on my server.
Below are the two cids:
I checked them on https://cid.ipfs.io/. They have everything in common except sha256 hex.
These are the same files. After ipfs get, they came with the same sha256sum.
Thanks.
By the way, can we get the chunk size directly from the cid and can users get the file from all the servers using one of the two different cids?