this post was submitted on 30 Sep 2025
934 points (97.8% liked)
Programmer Humor
26691 readers
2031 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Show one use case of Blockchain outside cryptocurrency. It must also be a better solution than a traditional database.
Immutable ledger for inter-branch bank transaction synchronization.
This is already in use at multiple financial institutions with significant value. It has increased the speed at which transactions can be verified and distributed across large networks of bank branches so that, for example, when you deposit your money at one bank branch it becomes available elsewhere on the network immediately without waiting for the end-of-day ledger reconciling. Previously, banks had to send just the transaction details and trust that it would be valid during reconciling (the "pending" status).
Want some more?
EDIT: Went ahead and added several examples to my original reply. ๐
That's not better. Between two banks block chain adds nothing. Either side could alter it just as easily as they could alter a regular transmission, and more easily than they could for a signed encrypted transmission
You need many nodes to make block chain immutable
You only need a sender and receiver to make signed data packets immutable
You've misunderstood. They're not using this for inter-bank transfers. They're using it for inter-branch/intra-bank communication. And most major banks - certainly the ones investing in blockchain - have hundreds to thousands of branches.
Not to mention signing+encryption and blockchain are not mutually exclusive. You can have signed and encrypted blocks on a chain