找到约 15 条结果

文章 go实现区块链(Bitcoin)系列3-持久化和命令行接口

...chain_go/tree/part_3) - [Building Blockchain in Go. Part 3: Persistence and CLI](https://jeiwan.cc/posts/building-blockchain-in-go-part-3/) 源码:https://github.com/Jeiwan/blockchain_go 转自: [https://github.com/liuchengxu/blockchain-tutorial](https://github.com/liuchengxu/blockchain-t...

文章 Nibiru拉格朗日点:高性能多虚拟机区块链的新标准

...,这在简单的 all-to-all 方案中是不可能的。 同样,Algorand 和 Polkadot 采用分类或指定的子组来限制通信,因为参与者数量会增加。 研究表明,分层或基于委员会的 BFT 可以将验证器数量增加一个数量级或更多,而不会影响吞吐...

文章 SUI Move官方示例合约实践——DeFi类:第三方托管(escrow)

...t escrowed: T, } // Error codes /// The `sender` and `recipient` of the two escrowed objects do not match const EMismatchedSenderRecipient: u64 = 0; /// The `exchange_for` fields of the two escrowed objects do not match const EMismatchedExchangeObject: u64 = ...

文章 使用 FullDASv2 加速 blob 扩容(包含 getBlobs、内存池编码,以及可能的 RLC)- 网络

...构建者和使用 getBlobs 的节点的计算负担。 - 使用 **RLNC (Random Linear Network Coding)** 而不是 2D RS 码是一种选择,但它**带来了一些妥协**,因为我们可能会失去行/列修复的优势,从托管到采样的单元级别流水线的延迟优势,甚至无法...

文章 第三章 Bitcoin Core客户端:参考实现

...。 ``` $ bitcoind -printtoconsole Bitcoin version v0.15.0 Using the 'standard' SHA256 implementation Using data directory /home/ubuntu/.bitcoin/ Using config file /home/ubuntu/.bitcoin/bitcoin.conf ... [a lot more debug output] ... ``` 找到配置文件的位置后,可以使用``Ctrl-C``退出...

文章 Vitalik: 我对“AI 2027”的回应

...提供的反馈和审查_ 今年四月,Daniel Kokotajlo、Scott Alexander 等人[发布](https://ai-2027.com/)了他们所描述的“一个情景,代表了我们对[未来 5 年内,超人 AI 的影响]的最佳猜测”。该情景预测,到 2027 年,我们将创造出超人 AI,而...

文章 构建一个无服务器Twitter机器人以跟踪流动性池与QuickNode

...ction createTweet(pool) { return ` LP Tracker Bot, by QuickNode's Streams and Functions 🚀 Base 上新创建的 ${pool.type} 流动性池! 🔹 代币 0: ${pool.token0Symbol || pool.token0} (${ pool.token0Name || '未知' }) 🔹 代币 1: ${pool.token1Symbol || pool.token1} (${ pool.toke...

文章 Staking:风险与收益

...的一次性减少。这个想法最初是由以太坊基金会研究员 Anders Elowsson 提出的。在 Dietrichs 和 Schilling 的最新帖子中,研究人员建议将质押收益减少 30%。但是,此数字受以太坊质押率的影响,即 ETH 的质押总量。鉴于自 2 月以来质押...

文章 比特币二层网络

...arch 报告](https://www.galaxy.com/insights/research/bitcoin-inscriptions-and-ordinals/)。 下表重点介绍了将封装 BTC 存入以太坊上的借贷协议和 DEX 池中的收益。 ![BTC 链上收益 - 借贷和 DEX LP - 表格](https://img.learnblockchain.cn/2025/06/09/71691703_image.j...

文章 以太七日谈 • 2022/9/6

...https://www.walmart.com/ip/Proof-of-Stake-Essays-on-the-Making-of-Ethereum-and-the-Future-of-the-Internet-Paperback-9781644212486/678274718)、[Books-A-Million](https://www.booksamillion.com/p/9781644212486) 等网站可以预定实体书。 - 也可以选择在发布日期前输入任意数额的 ...

文章 对稳定币的五种看法

...hy Massad 撰写的[文章](https://www.brookings.edu/articles/stablecoins-and-national-security-learning-the-lessons-of-eurodollars/),标题是《稳定币与国家安全:学习欧洲美元的教训》。我鼓励你通读全文。 Massad 的文章是迄今为止对稳定币最为显著的讨...

文章 手把手教你从0到1构建Uniswap V1:part1

.../learnblockchain.cn/article/11677) 6、[Automated Market Making: Theory and Practice](http://reports-archive.adm.cs.cmu.edu/anon/2012/CMU-CS-12-123.pdf) ## 最后 写文章不易,如果文章对您有帮助,欢迎点个赞,您的支持是我写作的最大动力。 相关资料、...

文章 以太七日谈 • 2022/7/19

...ium.com/zkx-raises-4-5m-in-seed-round-f19f4b15b832 **区块链网游 Mandala 基于 Immutable 构建** L2 NFT 平台 Immutable 宣布与元宇宙游戏平台 Mandala 达成合作,将为其提供支持。Mandala 是一个建在区块链之上的大型多人在线角色扮演游戏 (MMORPG)...

文章 BetterHash:使用新的挖矿协议推动比特币挖矿去中心化

> _作者:StopAndDecrypt_ > > _来源: [https://medium.com/hackernoon/betterhash-decentralizing-bitcoin-mining-with-new-hashing-protocols-291de178e3e0](https://medium.com/hackernoon/betterhash-decentralizing-bitcoin-mining-with-new-hashing-protocols-291de178e3e0)_ > > _原文出版于 2019 年...

文章 Solidity合约中重入攻击的广泛概述

...3-sdks/how-to-build-your-dapp-using-the-modern-ethereum-tech-stack-hardhat-and-ethersjs)。 #### 我们喜欢反馈! 你可能对这份重入指南有些问题或反馈,[告诉我们](https://airtable.com/shrKKKP7O1Uw3ZcUB?prefill_Guide+Name=A%20Broad%20Overview%20of%20Reentrancy%20Attack%20in...