Shuji Utsumi, Sega’s co-CEO, comments in a new statement that there is no point in implementing blockchain technology if it doesn’t make games ‘fun’.

  • Saledovil@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I typed that right after I got home from a long hike, and i fell and hit my knee on the way back, so I was rather tired when I last replied to you.

    The point being is that since some trust in a central authority is required, the central authority can handle verification. And because of the cryptographic signatures, the only way they could cheat would by ommitting transactions. Invalid transactions, either because its unsigned or because the numbers don’t add up, can be detected trivially. So if we just give all stakeholders a copy of the transaction, they’d be able to prove that the transaction has been ommitted.

    • sugar_in_your_tea@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      I hope your knee is okay. :)

      I’m more concerned about what happens when the central authority disappears. I think everyone has experienced a game being dropped by the studio, and if it’s an MMO or something, you could lose valuable items you’ve purchased even if third party servers exist.

      Externalizing transactions means individual servers can decide which transactions (i.e. which central authorities they recognize). So if the game devs act poorly, the community can switch to another authority they prefer. It also gives devs less of a reason to discard transactions between version releases because the community would expect those transactions to remain valid (they are separate from the game after all).

      So I think they are a lot of good ways it could be used to players’ benefit, but unfortunately it’s usually a gimmick or scam.

      • Saledovil@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        My knee is doing better now. Thanks for your concern.

        I’m more concerned about what happens when the central authority disappears. I think everyone has experienced a game being dropped by the studio, and if it’s an MMO or something, you could lose valuable items you’ve purchased even if third party servers exist.

        Well, under my model, somebody else could take over for the central authority, as they just need the most recent version of the ledger. Since stakeholders of transactions are supposed to retain copies, that shouldn’t be too difficult.

        The moment work needs to be done off chain, be that hosting servers or enforcing the law, the blockchain loses its one advantage. I suppose the best verification mechanism would be proof of identity, where key players are known and can’t get a new pseudonym.

        • sugar_in_your_tea@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 year ago

          And that could work, depending on how the ledger is implemented. It needs to be such that the dev can’t just “force push” and get away with it. As long as the public (meaning the playerbase) has a high confidence in the ledger being accurate and immutable, and the public can take over the ledger, I think it’s worth pursuing. Blockchain is one possible solution, and I’m sure there are plenty more.