this post was submitted on 23 Oct 2023
84 points (97.7% liked)

Games

16407 readers
1432 users here now

Video game news oriented community. No NanoUFO is not a bot :)

Posts.

  1. News oriented content (general reviews, previews or retrospectives allowed).
  2. Broad discussion posts (preferably not only about a specific game).
  3. No humor/memes etc..
  4. No affiliate links
  5. No advertising.
  6. No clickbait, editorialized, sensational titles. State the game in question in the title. No all caps.
  7. No self promotion.
  8. No duplicate posts, newer post will be deleted unless there is more discussion in one of the posts.
  9. No politics.

Comments.

  1. No personal attacks.
  2. Obey instance rules.
  3. No low effort comments(one or two words, emoji etc..)
  4. Please use spoiler tags for spoilers.

My goal is just to have a community where people can go and see what new game news is out for the day and comment on it.

Other communities:

Beehaw.org gaming

Lemmy.ml gaming

lemmy.ca pcgaming

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 12 points 11 months ago* (last edited 11 months ago) (1 children)

Unless you specifically don't trust Blizzard not to intentionally create items on their servers, that shouldn't be be necessary. Blockchain is just a costly way to be able to do transactions in a distributed environment. But you don't need distributed operation. You just need correct transaction code.

I mean, if Blizzard has broken code for transactions in a centralized environment, it's not as if they're more-likely to have correct code in a distributed environment. If anything, the other way around, as distributed systems are harder to make correct.

[โ€“] [email protected] 1 points 11 months ago* (last edited 11 months ago)

Blockchain is a means of tracking information, typically virtual balances, usually with full history - but it varies in its level of decentralization.

While one of the big uses of blockchain is distributed trustless consensus, that is by far not the only use. It's also great for inventory tracking - virtual or otherwise. Decentralization is just a kind-of bonus for redundancy, in such a case.

Systems already exist for blockchains - fast ones, too. They can use existing open-source code.

What benefit it provides is that only official Blizzard tokens are on the chain - each one signed (in batches, of course) offline by Blizzard in an official 'printing'.

Someone discovers an exploit that gives them more tokens? The answer is 'from where, and who signed them?'

Now, this doesn't prevent someone who has a hacked system from getting screwed and losing all their items. But it does prevent magic item gain just because you fiddled with the interface in a certain way, and a counter went up.

It also means that, if you did somehow find a way to steal, the history of that is there, and the transactioms can be reversed.