Don

1.9K posts

Don

Don

@DonCryptowan

Unknown crypto legend since ‘16

Entrou em Şubat 2021
111 Seguindo82 Seguidores
Parody Jeff
Parody Jeff@Parodyjeffx·
RABBI TURNS FLIGHT INTO A LIVING HELL 🚨 A Jewish rabbi stood up many times in the middle of a flight in the US and started blasting a Jewish horn through the cabin. Passengers had nowhere to go, no chance to rest, and were forced to sit through it. He didn’t give a fuck.
English
2K
3K
10.9K
995.4K
Don retweetou
Common Knowledge Base Association (CKBA)
Over the past week, two negative developments hit the ecosystem. If you follow the project closely, you’re already aware: the USDI stablecoin is being discontinued, and ViaBTC announced that it will wind down its CKB mining pool. These are real setbacks, and we are not here to minimize them. Every bear market in crypto has been difficult, but this one feels particularly brutal. Across the industry, almost every important metric has been moving in the wrong direction. -User activity is down. -The talent pool is shrinking. -Venture capital has dried up significantly. -Project shutdowns are becoming more common. And on top of everything, the industry continues to get hit by exploits, with new AI tools like Mythos 5 making the attack surface even harder to manage. Building in this industry has never been easy, especially through prolonged market cycles. Despite the IPN team’s best efforts, over the last 2 years USDI unfortunately did not reach the scale needed to sustain operations, and ViaBTC has determined that operating a CKB mining pool doesn’t fit with the economics of their business. These events are setbacks for the ecosystem, but they are not a referendum on CKB. We have always taken a low-time-preference approach, we are well equipped to keep building through difficult cycles, and our conviction in CKB remains unchanged. Bear markets are brutal, but they have also historically been the periods when the most important infrastructure work gets done. And that is exactly what we are seeing. Over the last six months, community developer activity around CKB has increased substantially. The CKBuilders program under @NervosCatalyst has grown to over 60 developers at different stages of learning, practicing, and building on CKB. talk.nervos.org is full of posts about use cases for Fiber and discussions about improving its utility. Through CKBA, communication and ecosystem coordination efforts are ramping up. In short: we are still here, still building, and still committed to CKB’s long-term mission. Onward 👷
English
6
13
58
2.4K
Don retweetou
Quantum Purse
Quantum Purse@quantumpurse·
Our conviction in CKB remains unchanged!
Common Knowledge Base Association (CKBA)@ckba_build

Over the past week, two negative developments hit the ecosystem. If you follow the project closely, you’re already aware: the USDI stablecoin is being discontinued, and ViaBTC announced that it will wind down its CKB mining pool. These are real setbacks, and we are not here to minimize them. Every bear market in crypto has been difficult, but this one feels particularly brutal. Across the industry, almost every important metric has been moving in the wrong direction. -User activity is down. -The talent pool is shrinking. -Venture capital has dried up significantly. -Project shutdowns are becoming more common. And on top of everything, the industry continues to get hit by exploits, with new AI tools like Mythos 5 making the attack surface even harder to manage. Building in this industry has never been easy, especially through prolonged market cycles. Despite the IPN team’s best efforts, over the last 2 years USDI unfortunately did not reach the scale needed to sustain operations, and ViaBTC has determined that operating a CKB mining pool doesn’t fit with the economics of their business. These events are setbacks for the ecosystem, but they are not a referendum on CKB. We have always taken a low-time-preference approach, we are well equipped to keep building through difficult cycles, and our conviction in CKB remains unchanged. Bear markets are brutal, but they have also historically been the periods when the most important infrastructure work gets done. And that is exactly what we are seeing. Over the last six months, community developer activity around CKB has increased substantially. The CKBuilders program under @NervosCatalyst has grown to over 60 developers at different stages of learning, practicing, and building on CKB. talk.nervos.org is full of posts about use cases for Fiber and discussions about improving its utility. Through CKBA, communication and ecosystem coordination efforts are ramping up. In short: we are still here, still building, and still committed to CKB’s long-term mission. Onward 👷

English
0
5
22
786
Common Knowledge Base Association (CKBA)
We’re very happy to see crypto-agility being taken seriously by others in the industry. Native account abstraction for EOAs is clearly the right path for Ethereum. Right now, Ethereum EOAs are tightly linked to ECDSA keys. In practice, that means regular user accounts are bound to one cryptographic signature system. EIP-8141 tries to move Ethereum closer to full native account abstraction, where user authorization is decoupled from one protocol-defined signature path. In simple terms, the proposal introduces a new Ethereum transaction type that breaks a transaction into separate “frames” and allows accounts to define their own validation logic. Think of a normal Ethereum transaction today as one bundled action: “Here is my ECDSA signature. I am the sender. I pay gas. Now execute this action.” EIP-8141 wants to split that into modular steps: “First, run this validation logic.” “Then approve who is allowed to act.” “Then decide who pays gas.” “Then execute one or more actions.” This would make Ethereum EOAs far more flexible — or, as we would put it in @NIST terms, more crypto-agile. And crypto-agility is the key to post-quantum readiness. The deeper problem is not simply choosing a new post-quantum signature scheme. It is giving accounts the ability to use different signature schemes, and allowing multiple schemes to coexist at the same time. This is also why we think CKB’s architecture is worth studying in this context. On CKB, transaction authorization already lives in programmable Lock Scripts, not in a hardcoded signature scheme at the protocol layer. That means new signature algorithms can be deployed at the script, or “application,” layer; coexist with existing schemes; and be adopted permissionlessly. SPHINCS+ is already live on CKB mainnet. @quantumpurse already uses it. Other post-quantum schemes can follow the same path. If Ethereum adopts EIP-8141, it will be moving toward crypto-agility through native account abstraction. CKB was designed around cryptographic flexibility from the start. Survival favors the chains best able to adapt to a changing environment. This is why we CKB ✊
vitalik.eth@VitalikButerin

Now, the quantum resistance roadmap. Today, four things in Ethereum are quantum-vulnerable: * consensus-layer BLS signatures * data availability (KZG commitments+proofs) * EOA signatures (ECDSA) * Application-layer ZK proofs (KZG or groth16) We can tackle these step by step: ## Consensus-layer signatures Lean consensus includes fully replacing BLS signatures with hash-based signatures (some variant of Winternitz), and using STARKs to do aggregation. Before lean finality, we stand a good chance of getting the Lean available chain. This also involves hash-based signatures, but there are much fewer signatures (eg. 256-1024 per slot), so we do not need STARKs for aggregation. One important thing upstream of this is choosing the hash function. This may be "Ethereum's last hash function", so it's important to choose wisely. Conventional hashes are too slow, and the most aggressive forms of Poseidon have taken hits on their security analysis recently. Likely options are: * Poseidon2 plus extra rounds, potentially non-arithmetic layers (eg. Monolith) mixed in * Poseidon1 (the older version of Poseidon, not vulnerable to any of the recent attacks on Poseidon2, but 2x slower) * BLAKE3 or similar (take the most efficient conventional hash we know) ## Data availability Today, we rely pretty heavily on KZG for erasure coding. We could move to STARKs, but this has two problems: 1. If we want to do 2D DAS, then our current setup for this relies on the "linearity" property of KZG commitments; with STARKs we don't have that. However, our current thinking is that it should be sufficient given our scale targets to just max out 1D DAS (ie. PeerDAS). Ethereum is taking a more conservative posture, it's not trying to be a high-scale data layer for the world. 2. We need proofs that erasure coded blobs are correctly constructed. KZG does this "for free". STARKs can substitute, but a STARK is ... bigger than a blob. So you need recursive starks (though there's also alternative techniques, that have their own tradeoffs). This is okay, but the logistics of this get harder if you want to support distributed blob selection. Summary: it's manageable, but there's a lot of engineering work to do. ## EOA signatures Here, the answer is clear: we add native AA (see eips.ethereum.org/EIPS/eip-8141 ), so that we get first-class accounts that can use any signature algorithm. However, to make this work, we also need quantum-resistant signature algorithms to actually be viable. ECDSA signature verification costs 3000 gas. Quantum-resistant signatures are ... much much larger and heavier to verify. We know of quantum-resistant hash-based signatures that are in the ~200k gas range to verify. We also know of lattice-based quantum-resistant signatures. Today, these are extremely inefficient to verify. However, there is work on vectorized math precompiles, that let you perform operations (+, *, %, dot product, also NTT / butterfly permutations) that are at the core of lattice math, and also STARKs. This could greatly reduce the gas cost of lattice-based signatures to a similar range, and potentially go even lower. The long-term fix is protocol-layer recursive signature and proof aggregation, which could reduce these gas overheads to near-zero. ## Proofs Today, a ZK-SNARK costs ~300-500k gas. A quantum-resistant STARK is more like 10m gas. The latter is unacceptable for privacy protocols, L2s, and other users of proofs. The solution again is protocol-layer recursive signature and proof aggregation. So let's talk about what this is. In EIP-8141, transactions have the ability to include a "validation frame", during which signature verifications and similar operations are supposed to happen. Validation frames cannot access the outside world, they can only look at their calldata and return a value, and nothing else can look at their calldata. This is designed so that it's possible to replace any validation frame (and its calldata) with a STARK that verifies it (potentially a single STARK for all the validation frames in a block). This way, a block could "contain" a thousand validation frames, each of which contains either a 3 kB signature or even a 256 kB proof, but that 3-256 MB (and the computation needed to verify it) would never come onchain. Instead, it would all get replaced by a proof verifying that the computation is correct. Potentially, this proving does not even need to be done by the block builder. Instead, I envision that it happens at mempool layer: every 500ms, each node could pass along the new valid transactions that it has seen, along with a proof verifying that they are all valid (including having validation frames that match their stated effects). The overhead is static: only one proof per 500ms. Here's a post where I talk about this: ethresear.ch/t/recursive-st… firefly.social/post/farcaster…

English
0
13
37
1.2K
Don retweetou
Las Cloacas del Sistema
That's right. But it gets even more terrifying when you discover the connections between the Bar España case and the Zandvoort CD-ROMs... "This man is Bernard Alapetite. He also sexually abused me." "He was with Carlos Fabra when the two girls were murdered. I saw him; he killed one of the girls." A THREAD. 👇 📢PLEASE SHARE WIDELY. VERY IMPORTANT INFO. EVERYONE NEEDS TO KNOW
Michaela@MichaelaC9913

@LCDS_2 This is horrific. History repeats itself. How can humans hurt children like this? I will never understand

English
1
20
43
23.4K
Don
Don@DonCryptowan·
@aapayes Tired is seeing these weak disgusting excuses for humans (cops Jews pedophiles ) get away with murder and literal crimes against humanity
English
0
0
0
13
aapayés
aapayés@aapayes·
Mientras tanto en gringolandia Policía de EE.UU. da una golpiza a una mujer embarazada de 9 meses Imágenes de videovigilancia recién difundidas muestran a una agente de policía de Arizona golpeando brutalmente a una mujer de 21 años, con 9 meses de embarazo y esposada 2025
Español
669
7.4K
13K
777.4K
Don retweetou
CKB Community Fund DAO Updates
🔄 DAO Proposal Sync (Discussion Phase) Project: FiberLatch Access — open-source access-control layer for Fiber payments. Handles what happens after payment (what a user can access, for how long, blocking receipt reuse). Complements fiber-pay, not a competitor. Applicant: Timothy Orichi (@TicoWorld). Built the original FiberLatch backend under CKBuilder, with live Fiber testnet proof of the pay → verify → issue → grant-once → deny-reuse flow. Deliverable: A small open-source Node.js package + demo: receipt format, expiration & replay rules, signing/verification, docs + final report. Not a payment SDK or audit-ready release. Budget: $3,000, 6 weeks. Discussion Stage (7 days), 30 likes → Voting Stage. talk.nervos.org/t/10414
CKB Community Fund DAO Updates tweet media
English
0
9
29
1.6K
Ethan Ray
Ethan Ray@ItsEthanRay·
Mother Arrested Defending Son 🚨
English
231
437
4.6K
66.1K
nadaquever
nadaquever@nadaqv1_e5·
@ItsEthanRay i showed this to someone and they just stared in silence for 10 seconds ngl
English
1
0
1
488
johnnie@ balto cityman
johnnie@ balto cityman@johnniebaltoci1·
@ItsEthanRay You know what I’m gonna block your shit cause you motherfuckers are gonna run into the wrong pedophile and I’m gonna have a fucking gun and I’m gonna kill you but you guys fuck with his mother has no call for that so let me block you motherfuckers off of here and Facebook
English
3
0
0
76
Don
Don@DonCryptowan·
@NovaNOVAnova85 @ItsEthanRay Bro or dumb chick whatever the case this pedos get more rights then lgbtq community and you got the nerve to defend them this clearly a dirty job but some one has to do it
English
0
0
0
164
starnova
starnova@NovaNOVAnova85·
@ItsEthanRay These asshole dudes chasing pedals for clout is just like they’re not even assigned the task. They’re just doing it surely for the fucking like cloud of it. They don’t care about the kids. It’s entrapment and their harassing people. They’re absolute assholes.
English
63
0
33
5.2K
X TWITR USER
X TWITR USER@bigleagues·
@ItsEthanRay All these self-appointed foul-mouthed predator hunters do a disservice to the cause when they trespass and provoke often using sexist and racist language. Totally unprofessional.
English
5
0
12
764
Don
Don@DonCryptowan·
@johnniebaltoci1 @ItsEthanRay They are manly on the street unfortunately she couldn’t do much that’s why he did the hooping on and off her property at the end…
English
0
0
0
376
Don
Don@DonCryptowan·
@doodesly @ItsEthanRay That’s isn’t your state try that shit in New York if you think can you probably wouldn’t even be able to carry legally in New York and they wasn’t on her property they was off it actually she don’t own the street
English
0
0
0
23
Brandon Craig
Brandon Craig@doodesly·
@ItsEthanRay They are barring her from leaving her property. Its harassment at her home. Property damage isnt assault. Id get my gun if they did that then they can gamble
English
2
0
0
448
Don
Don@DonCryptowan·
@Type07Safety @hoplon762 It’s already in play smart devices and the car can be tracked with out camera now
English
0
0
1
8
🩺 Dr. Napervillain Bunny🐰
@hoplon762 It's illegal to mess with your plates. And it's just a matter of time until they detect your smart devices and don't need your plates.
English
3
0
4
131
🩺 Dr. Napervillain Bunny🐰
Respect. We must not allow Flock to violate our rights. If a cop demands to know your identity for no reason, you can tell him to kick rocks. Flock is a different level of surveillance that even Orwell didn't think of.
🩺 Dr. Napervillain Bunny🐰 tweet media
English
41
397
1.6K
11K