I was searching info on a crypto scam and saw that now reddit has jumped on the crypto bandwagon too? Everything must be on a blockchain for some reason

  • chaogomu@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Except that if you control the majority of computers that said blockchain is stored on, you can just edit the chain. And now that’s the “official” story.

    • FaceDeer@kbin.social
      link
      fedilink
      arrow-up
      3
      ·
      1 year ago

      No, you can’t just “edit the chain.” You’d need to fork it with new rules to have it accept whatever arbitrary transaction you wanted to insert. Furthermore, even if the blockchain was set up in such a way as to make that easy, it would be obvious to everyone what had happened. The blockchain is a public database. Reddit’s back end is currently a private database. If Reddit changes a karma score or whatever over on their current private database, how can you tell? How can you prove it? If they try to do something like that with a blockchain everyone will see it.

      Assuming it even works - you speak of “controlling the majority of computers” as if it’s something that’s easy to do. Reddit’s “Community Points” tokens are on the Ethereum blockchain. Under its current consensus algorithm you’d need to control 66% of the stake. The current amount staked is 21921671 Ether, which at current prices is 41.4 billion US dollars. You would have to buy on the order of 50 million Ether to overcome the existing stake, and there simply isn’t that much available for sale so the price is literally incalculable. They’ve made it a very hard blockchain to break.

      • whatsarefoogee@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        You can edit a blockchain without introducing new rules. The most obvious way would be to already have rules that allow you to edit it. If someone made a comment containing illegal content, Reddit would need to edit that previous block, they can’t just mark it as deleted in a new block since they would still be hosting illegal content in that case. Another way is a blockchain re-org. If you keep all signed transactions, you can rebuild the blockchain while excluding unwanted transactions. That’s what a 51% attack is essentially used for.

        Blockchains don’t have to be public any more than any other databases have to be public. Git repositories are technically blockchains, and are often private.

        If reddit made their traditional database public, it would be just as possible to tell any changes they made by comparing it to the previous state. A blockchain would make it a lot easier, but not any more possible.

        I think he was talking about reddit keeping karma scores and comments on a blockchain, not about the community points. Just from a practical standpoint, Ethereum would not be able to handle the volume of reddits data even if 100% capacity was dedicated to reddit.

        But coming back to the community points, I can nearly guarantee even without looking that it’s a token on ethereum blockchain. Tokens are custom coded, they can and often do have functions for admins such as issuing tokens, removing tokens, freezing addresses and pausing all token transactions. They also very often include an “upgrade” mechanism where the token code can be essentially rewritten.

        • FaceDeer@kbin.social
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          If you don’t want the blockchain you use to have those features then don’t use a blockchain with those features in it. Ethereum doesn’t. Token contracts or rollups don’t have to have those features, and when they do have them they can be locked behind conditions that prevent unilateral changes. IIRC community points are on an Arbitrum rollup, which is currently in beta but which will be removing its own update functionality once it is mature.

          I doubt anyone is seriously proposing to store the actual contents of posts or comments on the blockchain directly, blockchain space is far too expensive and inefficient for that. This is just about storing karma or community points, a simple numeric value for each user.

      • chaogomu@kbin.social
        link
        fedilink
        arrow-up
        3
        ·
        1 year ago

        Actually, you just need 51%. That’s it. With 51% you can out mine everyone else, and then write whatever you want to the blockchain.