找到约 14 条结果

文章 揭秘NFT:从基础到区块链

...无二的 [\[2\]](https://www.nftically.com/blog/difference-between-nfts-and-cryptocurrency/)。 ### NFT 和加密货币之间的区别 虽然 NFT 和加密货币都建立在区块链技术之上,但它们的用途不同,并且具有独特的特征。主要区别在于其价值的性质。加...

文章 NFT经典 - Sonal Chokshi

...有利的经济 作者:Chris Dixon [https://a16z.com/2021/02/27/nfts-and-a-thousand-true-fans/](https://a16z.com/2021/02/27/nfts-and-a-thousand-true-fans/?__hstc=242610141.66223666586f65333592761cab3a413f.1741401795242.1741401795242.1741401795242.1&__hssc=242610141.1.1741401795243&__hsfp=8034434...

文章 Web3 Devops with Azure Devops pipeline 2

...ract.networks[0] | Get-Member -MemberType NoteProperty | Select-Object -ExpandProperty name $address = $contract.networks.$networkId.address if($address) { Write-Host "##[section]Contract address: $address" } else { Write-Host "##vso[task.logissue...

文章 多签和拆分备份:让你的比特币更安全

...*来源:* ![img](https://res.btcstudy.org/btcstudy/images/multisig-and-split-backups-two-ways-to-make-your-bitcoin-more-secure/tEEC6lA.png) 随着比特币价格回暖,高水准的安全保管也变得愈发重要。多签地址和拆分备份(例如,Shamir 的密钥分割方案)...

文章 ROP-9:抗审查性/FOCIL

...们的构建。这可能会导致贿赂或敲诈勒索攻击,如“ [Fun and games with inclusion lists](https://ethresear.ch/t/fun-and-games-with-inclusion-lists/16557)”中所述。 通过将构建包含集的责任分配给委员会而不是单个领导者,我们不再依赖于单个参与...

文章 量子安全的 Lamport 签名

...名](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/12/Constructing-Digital-Signatures-from-a-One-Way-Function.pdf)”,诞生于 1979 年。这种方案非常简单,相较于比特币所用的基于椭圆曲线的方案简单很多很多。而且,因为它只依赖于哈希...

文章 加密货币质押中的关键 Slashing 预防策略

...为的关键威慑。根据 [Consensys](https://consensys.io/blog/understanding-slashing-in-ethereum-staking-its-importance-and-consequences),触发 **罚没** 的常见违规行为包括: - 双重签署区块 - 验证不正确的交易 - 长期停机 - 网络操纵企图 惩罚可能是巨大...

文章 保护隐私的机器学习:同态加密和联邦学习

...eorg/education/tree/main/examples/credit_card) ]: ``` ---- Loading Data and Model ---- ---- Data Loaded! ---- ---- Model Loaded! ---- CKKS is using ring dimension 16384 Input pt_weights: (1.89376, -0.0995155, 1.3739, 0.565907, ... ); Estimated precision: 50 bits Input pt_bias: (0.161167, ... )...

文章 深入探讨 Solana 的 AccountsDB

...**生成账户索引** 使用 AccountsDB 元数据,验证者使用 `reconstruct_accountsdb_from_fields` 函数 **构建 AccountsDB 结构**。然后,使用 `AccountsDB :: initialize` 将账户文件加载到数据库,并使用 `AccountsDB :: generate_index` 生成索引。 索引的架...

文章 Solidity中的事件和日志

*原文链接:https://blog.chain.link/events-and-logging-in-solidity-zh/* Solidity事件对于智能合约开发者来说是不可或缺的,它允许我们对智能合约中特定变量进行测试,以自动化的方式改变前端等。总的来说,知道如何在Solidity中使用事件...

文章 图灵转向副驾驶:减少认知负荷

...nA.png) ### 参考文献 \[1] Larry Zhiming Xu, Kambiz Saffarizadeh, and Jungmin Lee. Fast forward, as copilot becomes the pilot: Examining genai dependence and problematic use. 2024. \[2] Giuseppe Russo Latona, Manoel Horta Ribeiro, Tim R Davidson, Veni- amin Veselovsky, and Robert West...

文章 SegWit 及其后继者:Taproot、UASF 和闪电网络

> _作者:SatoshiLabs_ > > _来源: [https://blog.trezor.io/segwit-and-its-legacy-taproot-uasfs-and-lightning-82ce40e94fe2](https://blog.trezor.io/segwit-and-its-legacy-taproot-uasfs-and-lightning-82ce40e94fe2)_ ![1](https://img.learnblockchain.cn/2025/07/13/29ce3aaaafb64ff783d31fe7d3265cc2.png...

文章 每周以太坊进展,2020/06/28

...ch/t/regenesis-resetting-ethereum-to-reduce-the-burden-of-large-blockchain-and-state/7582):来自 Alexey Akhunov 的提议,像 Cosmos 那样重启区块链来降低节点负担 * [通过节点发现和自适应范围过滤器来分片状态](https://ethresear.ch/t/sharding-state-with-discovery-...

文章 什么是内存池?

... page has been blocked by an extension ![]()![]() Get free Ethereum RPCs and developer tools [Get your API key](https://dashboard.alchemy.com/signup/?a=overviews%252Fwhat-is-a-mempool) 📚 Table of contents * * * - Ethereum Transaction Flow - Purpose of a mempool - Access a mempool - Conclusio...