Please don’t auto downvote before reading.

A little bit ago some asked a question about why the hate of the blockchain, and that got me thinking if there even was a legitimate use case where the blockchain would be beneficial, but I couldn’t think of one outside maybe some sort of decentralized bank, but before I knew I was thinking it would instantly turn into some crypto scheme and strapped it, because crypto currencies are a scam on every level – and no they aren’t private or secret as some think either.

So I wanted to ask the community. Instead of using the blockchain for crypto, is there a better use where the blockchain could benefit society?

  • Cocodapuf@lemmy.world
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    edit-2
    11 hours ago

    No matter what this product is, it cannot affect the physical world.

    I’m going to go ahead and refute this claim.

    Blockchains can be used to affect the physical world because blockchains can be used to transmit information. One example would be if the result of a blockchain transaction is sharing important information with a user, say a password, account number, or access token.

    But there’s also the more obvious case, you can use financial blockchains to send money. If a system is designed to work with that currency, then it will presumably work with that currency. You could for instance design a vending machine to take Bitcoin, if it receives a certain amount of currency to a certain address, it dispenses a snack. Yes, there is an authority that manages this vending machine, but that’s unavoidable in any case. No matter what the scenario is, someone needs to own the machine and manage maintenance and supply for it.

    • tyler@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      4 hours ago

      Your example isn’t a blockchain, it’s just an example of an immutable database with a linked list structure. A blockchain has to have all three elements, else it’s just a previous technology that is already in use and has been for decades. Immutable databases already existed. Public ledgers already existed. Cryptographically hashed databases and audit tables already existed (CQRS with event sourcing is an example of this).

      Your examples around affecting the physical world still are not accurate. If the blockchain has a contract in it that says “dispense a snack” then it’s completely dependent on what happens in the real world. Maybe the snack doesn’t dispense, maybe there isn’t a snack to dispense, maybe the user tricks the machine into thinking it didn’t dispense a snack so it dispenses two. There is no way for the blockchain to validate the results of reality. It’s just not possible. The entire premise of the blockchain is that you can remove authority, remove government, remove all this in between and just have users validate each other. It’s just not possible. It completely ignores reality.