Search content
Sort by

Showing 3 of 3 results by bitkali
Post
Topic
Board Bitcoin Discussion
Re: I'm so tired of this bullshit.
by
bitkali
on 15/07/2025, 19:25:02 UTC
I just wrote half an essay about how and why Reddit sucks, and this is the reason I don't go on it, but then I remembered Luke Smith's video "Yes, Everyone on the Internet Is a Loser." (https://youtu.be/RH3D1cpm6do), and I realized I am really just a Reddit user but I think I'm better.
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin and blockchain encryption is easily broken by new computer.
by
bitkali
on 06/07/2025, 18:36:28 UTC
I don't exactly claim to know all stuff cryptography, but I've done a fair bit of studying on the topic recently.

1. Just because it can solve a problem however many times faster, doesn't mean that it can break 256-bit ECC.
2. These kinds of stories are always overhyped. Not only do the creators of this computer want to seem asif they're the best to attract investors, but also YouTube videos are often clickbait.

Don't get me wrong, diversify all you want, but this kind of feels like an uneducated overreaction.
Post
Topic
Board Development & Technical Discussion
Merits 3 from 2 users
Topic OP
What exactly is the maximum message length in OP_RETURN?
by
bitkali
on 18/06/2025, 16:32:48 UTC
⭐ Merited by ABCbits (2) ,stwenhao (1)
Title. I know the controversies about OP_RETURN, and how you can adjust the maximum size to be relayed in bitcoin knots, but what is the maximum amount where any block containing it would be considered simply invalid? I was originally thinking more specifically about the size allowed in the coinbase transaction of a block, but I'm not sure that matters. Either way I was very confused when trying to find the value, because I remembered that in the bitcoin developer guide, the maximum was 80 bytes, however some sources say that it's 75 or even 40 (those last ones seem to be just outdated) and there's also d29c9c0e8e4d2a9790922af73f0b8d51f0bd4bb19940d9cf910ead8fbe85bc9b  , which seems to completely defy any limit. Is there even a limit that would make a transaction invalid, and therefor make any block containing it invalid?