1199
17 years* (thelemmy.club)
you are viewing a single comment's thread
view the rest of the comments
[-] neatchee@piefed.social 187 points 1 month ago

sigh

Once again:

Blockchain is not synonymous with cryptomining

Blockchain does not require proof of work

Cryptocurrency and NFT grifting does not devalue blockchain as an immutable distributed ledger

I swear to god people just copy paste whatever makes them feel good without any effort at understanding

[-] prole@lemmy.blahaj.zone 94 points 1 month ago

True... But Satoshi did invent Bitcoin, which is proof of work, and is everything in OP

load more comments (12 replies)
[-] Cenotaph@mander.xyz 32 points 1 month ago

Immutable so long as no one party or group owns more than half of the coins on a given blockchain... then the ledger is whatever they say it is and it propagates down because they can manufacture their own "consensus".

https://www.investopedia.com/terms/1/51-attack.asp

and most use cases around things like "smart contracts" end up still requiring a trusted third party at some point

https://pluralistic.net/2022/01/30/the-inevitability-of-trusted-third-parties/

[-] endless_nameless@lemmy.world 12 points 1 month ago

It's not 51% of the coins, it's 51% of the computing power on the network. Both of which are virtually impossible in the case of Bitcoin, though not entirely impossible. I just wouldn't consider a 51% attack even remotely a threat to the network compared to something like government crackdown

[-] mattyroses@lemmy.today 12 points 1 month ago

That's PoW. With PoS, it is coin ownership.

Which is much more distributed than computing power.

load more comments (5 replies)
[-] qwerty@discuss.tchncs.de 7 points 1 month ago

Immutable so long as no one party or group owns more than half of the coins on a given blockchain... then the ledger is whatever they say it is and it propagates down because they can manufacture their own "consensus".

No, the community controls the consensus through their nodes. A 51% attack only allows the attacker to perform:

  1. A double spend attack - sending a transaction, receiving the goods and then reorganizing the chain to undo the transaction.
  2. Censoring transactions.

In the event of a 51% attack the community can fork the chain - change the consensus and implement preventive measures like changing the mining algorithm, changing to PoW/PoS, banning all of the attackers coins, implementing a finality layer or a checkpoiting system etc.

load more comments (8 replies)
[-] Fedizen@lemmy.world 27 points 1 month ago

I swear to god people just copy paste whatever makes them feel good without any effort at understanding

Why do you think LLMs are so popular?

[-] infinitesunrise@slrpnk.net 13 points 1 month ago

This is a good comment that makes all good points. But I just wanna say let's stop saying "blockchain" singular and with no preceding article like we're tech CEOs and it's some immutable god. They're blockchains, plural, like any other data structure there can be more than one and there are. eg The blockchain of ethereum is distinct from the blockchain for bitcoin but they are both blockchains.

[-] neatchee@piefed.social 9 points 1 month ago

Valid point! But then how do you refer to the data structure/architecture/model concept? Sometimes we want a concise term (like bittorrent or ActivityPub) for the abstraction

[-] infinitesunrise@slrpnk.net 7 points 1 month ago* (last edited 1 month ago)

It's a novel data structure, we can refer to it like we do other data structures: Linked lists, hash tables, primitives. The branded implementation of these things is what we typically make singular: Bitcoin, ethereum, monero (bittorrent, activitypub...)

Bittorrent implements a torrent swarm, activitypub implements a federated social network.

[-] Bleys@lemmy.world 9 points 1 month ago

The only alternative to proof of work is proof of stake. And if the world ever ran on proof of stake crypto, it would make today’s wealth inequality look like a Marxist paradise.

[-] mattyroses@lemmy.today 6 points 1 month ago

There's other alternatives. But PoS does not reward just by ownership either.

Check out Gnosis, especially Circles, which is creating a UBI type thing.

[-] Bleys@lemmy.world 4 points 1 month ago

I just looked at Circles’ webpage, and respectfully, that is a Ponzi scheme.

[-] mattyroses@lemmy.today 3 points 1 month ago

How exactly is it a Ponzi scheme, when you don't need to pay to get a share?

[-] Knock_Knock_Lemmy_In@lemmy.world 5 points 1 month ago

Why? If the rewards are fixed and independent of the amount staked then there is no issue.

load more comments (8 replies)
load more comments (8 replies)
[-] ayyy@sh.itjust.works 5 points 1 month ago

Then why hasn’t a better blockchain based currency gained any popularity? If they don’t have critical mass then your distinction is meaningless. It turns out there is just zero real world need for an untrusted distributed ledger. Databases and governments solve the problem much better.

[-] papertowels@mander.xyz 12 points 1 month ago* (last edited 1 month ago)

Questioning the technical virtues of an alternative product based on lack of critical mass adoption is pretty funny, when you consider we're on the fediverse. I know that doesn't defray your argument, but just an amusing observation.

load more comments (4 replies)
[-] neatchee@piefed.social 8 points 1 month ago

Blockchain is not synonymous with crypto. Why are you bringing up crypto specifically? Crypto is garbage. But Blockchain is not crypto

[-] fishos@lemmy.world 7 points 1 month ago

People bring up crypto because it is the only use of blockchain that isn't worse than already established methods. And crypto is only "better" because it's unregulated and allowed a bunch of scams to be pulled.

load more comments (4 replies)
[-] ayyy@sh.itjust.works 3 points 1 month ago

If [other applications of the blockchain, which has now existed for an extremely long time] don’t have critical mass then your distinction is meaningless.

[-] neatchee@piefed.social 7 points 1 month ago

Critical mass is not required for internal systems. Not all implementations of blockchain are intended for public use.

I'm really tired of this. Blockchain. Is not. Crypto.

Here's the research I did for everyone four months ago: https://lemmy.world/post/36683795/19677963

[-] scratchee@feddit.uk 7 points 1 month ago

I'm not convinced there's any internal use for blockchain. Internal implies under a specific umbrella, some overarching organisation, who can then be the central trusted server that makes blockchain unnecesary.

That said, non-public but open uses, such as tracking dealings between companies in markets with little trust and no single governments (the shipping example in your referenced comment) is indeed the thin slither of a plausible use-case.

Another limitation is that blockchain loses its benefits if anyone tries to design over the complexity of using it directly (using a ui that under the hood uses blockchain is no different to using a ui that talks to a central database, you're trusting the central ui provider, you need to (at least be able to) build your own interface to realise the benefits of blockchain.

That means blockchain basically will never benefit individuals, it can't. Sure, you could have multiple compatible uis shared around, but that's no different security-wise to multiple central banks with an interoperable transfer system.

The only place blockchain has real benefits is when multiple large corporations/governments are interacting and don't trust eachother/anyone.

[-] neatchee@piefed.social 2 points 1 month ago* (last edited 1 month ago)

See the link in my other replies for some examples of internal uses that still benefit from immutable, distributed ledgers.

Large organizations still have loss and risk from individual bad actors. Operating a central authority that validates every single transaction in a ledger, and validates ledger history and consistency, can be prohibitively complicated. A well designed blockchain implementation can resolve most of these issues.

A great example is a pharma/healthcare company that wants to manage medicine batch and expiration tracking, as well as distribution/patient assignment. With a traditional infrastructure every participant needs to phone home to a central authority. In a blockchain setup, peers can report ledger events one hop up and propagate it through the chain.

That's a very simple example but I hope it gets my point across

[-] ayyy@sh.itjust.works 2 points 1 month ago

Identifying anomalous behavior from bad actors is already a solved problem with databases and governing bodies.

load more comments (1 replies)
[-] DomeGuy@lemmy.world 7 points 1 month ago

Two points:

Then why hasn’t a better blockchain based currency gained any popularity?

https://www.forbes.com/digital-assets/categories/proof-of-stake-pos/

Etherium and virtually the whole rest of the crypto scene that is "not bitcoin" has pretty soundly rejected the wasteful Bitcoin design. There was even a fork of Bitcoin that would have used the much more efficient proof-of-stake, but since that would be bad for everyone with a proof-of-work "mining" rig it didn't take over.

It turns out there is just zero real world need for an untrusted distributed ledger

https://git-scm.com/

An "untrusted distributed ledger" is literally the backbone of modern software development. While you could plausibly split hairs and assert that git requires "trust", I don't think you'd wind up in a spot that both supports your assertion and a cognizable difference for anyone but mathematicians and security nerds. (And even if you did, the exact same sort of non-scam usages of blockchains are ones that operate like git, with the ledger used for something else.)

[-] _Nico198X_@europe.pub 2 points 1 month ago

would you recommend any crypto in particular?

[-] qwerty@discuss.tchncs.de 4 points 1 month ago
[-] _Nico198X_@europe.pub 2 points 1 month ago* (last edited 1 month ago)

thanks! looking into it and syncing up. care to share why you're positive about it?

[-] qwerty@discuss.tchncs.de 4 points 1 month ago

The most distinguishing feature is that it's private by default, the sender, receiver and the amounts are cryptographically hidden from uninvolved parties. Other than that

  • Tiny fees - fees are only used to prevent spam, not to replace block rewards.
  • Tail emissions - every block rewards the miner with 0.6 XMR ensuring chain security, keeping the fees low and the inflation predictable and small - forever approaching 0 but never reaching it.
  • Variable block sizes - the block size grows and shrinks with the demand, allowing for more transactions when demand is high but still limiting spam.
  • RandomX mining algorithm - ASIC resistant mining algorithm best mined with the CPU ensures fair access to mining and prevents big minig firms from taking over the mining process.
  • Community and culture - the focus of most other cryptos is investing and speculation while monero's focus is on being the best private, uncensored, p2p money. Because of this while other cryptos encourage their users to HODL their coins, monero users are encouraged to save and also spend their coins, treat them like digital cash rather than something who's only purpose is to go up in price. In my opinion this culture leads to several things:
  1. Business acceptance - many privacy centric services like VPN, VPS, e-sim, phone top up, gift card providers etc. accept monero. Usually any service that does, sees it at the top of the chart as the most used crypto, often more than all the other coins combined. Many open source projects accept it for donations as well, with similar findings.

  2. Community built infrastructure - the monero community focuses on building the infrastructure around the idea of monero being digital cash. Things like xmrbazaar.com, a monero based e-bay/craigslist like market where you can buy/sell things for monero, kuno a monero based gofundme alternative for fundraisers, retoswap.com an instance of haveno, a decentralized, p2p monero exchange, monerica.com a repository of monero accepting business and other monero related things are designed with the idea of treating monero as money.

  3. Price stability - because of the fact that monero is actually used for payments it's price is established through adoption rather than speculation which makes it fairly stable in comparison to the rest of the crypto market, thanks to this you can safely spend and receive monero without worrying that a month from now it will loose 50% of it's value. Of course, there are peaks and valleys often caused by the macro market movements like the recent few day pump to $800 and crash back to $400 but that's an exception rather than the rule, for the most part (excluding stable coins) it's one of the most stable cryptos out there with a slight long-term uptrend.

5 Years

All time

load more comments (2 replies)
[-] infinitesunrise@slrpnk.net 4 points 1 month ago* (last edited 1 month ago)

Cryptocurrency development makes a whole bunch of arbitrary value-guided decisions during creation, all of these decisions have tradeoffs such that nobody has figured out a way to feature them all at the same time, or would they want to.

For example, bitcoin is fully auditable. Anyone with a copy of the bitcoin blockchain can review every single transaction in bitcoin's history, and trace the flow of every last satoshi from it's mining to today. This is because the developers of bitcoin place a high value on verifiable auditability and security. Conversely monero was developed for the purpose of being a completely untraceable, unauditable currency that still has a knowable supply. And ethereum was created in a manner that intentionally supported scripting, so that it could be used as a platform for novel applications and contracts. None of these primary features could be ported to either of the other two without breaking them completely, because of the deep programmatic implications of the requirements.

It's not really a question of better or worse, but of use case. The fact of the matter is that the reason these three examples are the leading currencies for their use case is literally because nobody has yet been able to do a better job. And for bitcoin at least, at this point it's security rests just as much in it's wide adoption and interest as it's design intent, so it's unlikely that anyone ever will.

load more comments (4 replies)
this post was submitted on 02 Feb 2026
1199 points (93.4% liked)

Microblog Memes

11105 readers
2046 users here now

A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.

Created as an evolution of White People Twitter and other tweet-capture subreddits.

RULES:

  1. Your post must be a screen capture of a microblog-type post that includes the UI of the site it came from, preferably also including the avatar and username of the original poster. Including relevant comments made to the original post is encouraged.
  2. Your post, included comments, or your title/comment should include some kind of commentary or remark on the subject of the screen capture. Your title must include at least one word relevant to your post.
  3. You are encouraged to provide a link back to the source of your screen capture in the body of your post.
  4. Current politics and news are allowed, but discouraged. There MUST be some kind of human commentary/reaction included (either by the original poster or you). Just news articles or headlines will be deleted.
  5. Doctored posts/images and AI are allowed, but discouraged. You MUST indicate this in your post (even if you didn't originally know). If an image is found to be fabricated or edited in any way and it is not properly labeled, it will be deleted.
  6. Absolutely no NSFL content.
  7. Be nice. Don't take anything personally. Take political debates to the appropriate communities. Take personal disagreements & arguments to private messages.
  8. No advertising, brand promotion, or guerrilla marketing.

RELATED COMMUNITIES:

founded 2 years ago
MODERATORS