找到约 14 条结果

文章 docker 部署以太坊私链v1.10.5

... cap=50,000,000 INFO [07-16|20:09:52.944] Allocated cache and file handles database=/root/.ethereum/geth/chaindata cache=16.00MiB handles=16 INFO [07-16|20:09:52.954] Writing custom genesis block INFO [07-16|20:09:52.955] Persisted trie from memory database nodes=1 s...

文章 每周以太坊进展 2021/02/22

...有助于控制拥堵](https://barnabe.substack.com/p/congestion-control-and-eip1559) ## 权益证明 * Eth PoS [日期与 slot 换算工具](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=a211036e42c9726bfbbbcdf5a58ad086) * 新版本的 Lighthouse [将帮助整个网...

文章 使用 BIP-329 标准导入和导出钱包标签

> _作者:Sebastian_ > > _来源: [https://blog.bitbox.swiss/en/import-and-export-wallet-labels-with-bip-329/](https://blog.bitbox.swiss/en/import-and-export-wallet-labels-with-bip-329/)_ ![wallet-labels-header](https://img.learnblockchain.cn/2025/07/14/wallet-labels-header.png) 随着不同...

文章 数字黄金:理解由实物黄金支持的加密货币

目录 [Toggle](https://blockapps.net/blog/digital-gold-understanding-cryptocurrency-backed-by-physical-gold/#) ## 数字黄金加密货币的崛起 近年来,一种新的资产类别在加密货币世界中涌现:**黄金支持的加密货币**。这些数字资产旨在将黄金的稳定性...

文章 Meme币成功案例:市场中的 triumph 与损失故事

...案例。 目录 [Toggle](https://blockapps.net/blog/stories-of-success-and-loss-in-the-meme-coin-market/#) ## 什么是模因币? 模因币是一种独特的加密货币,诞生于异想天开的互联网模因和笑话世界。与通常具有明确用例或技术创新的传统加密货币...

文章 (十三)深入浅出Move语言的动态字段 (Dynamic Fields):从基础到实践

... ) { let object_addr = object.to_address(); let hash = hash_type_and_key(object_addr, name); assert!(!has_child_object(object_addr, hash), EFieldAlreadyExists); let field = Field { id: object::new_uid_from_hash(hash), name, value, }; add_child...

文章 每周以太坊进展 2020/05/24

... demo](https://www.reddit.com/r/CryptoCurrency/comments/gonjm3/tldr_moons_and_bricks_go_brrr/),可将交易手续费降低 60 倍 * Loopring 的 zk rollup 侧链[在上线 3 个月以内执行超过 100 万笔交易](https://medium.com/loopring-protocol/one-millionth-trade-on-loopring-exchange-a-...

文章 Rust 异步实战:从0到1,用 Tokio 打造一个高性能并发聊天室

....clone(); tokio::spawn(async move { if let Err(e) = handle_client(state_cloned, addr, stream).await { warn!("Failed to handle client {}: {}", addr, e); } }); } } async fn handle_client(state: Arc, addr: SocketAddr, stream: TcpStre...

文章 逐行代码解读Solana的Hello world程序

...unt { /// number of greetings pub counter: u32, } // Declare and export the program's entrypoint entrypoint!(process_instruction); // Program entrypoint's implementation pub fn process_instruction( program_id: &Pubkey, // Public key of the account the hello world program was ...

文章 Commons Stack的可信种子

...m.com/giveth/the-commons-stack-scaling-the-commons-to-re-prioritize-people-and-the-planet-fdc076aec4eb),以帮助这些社区成功建立价值并使这一新的合作经济范式成熟。 ![](https://img.learnblockchain.cn/2025/03/02/18518780_image.jpg) _Trusted Seed 通过帮助管理这些生...

文章 跟我学 Solidity :开发环境

...击“Activate”将其激活,并执行相同的操作以添加“Deploy and run transactions(部署并运行交易)”插件。 “ Solidity compiler(编译器)”选项卡将允许你配置编译器参数并编译智能合约,而“Deploy and run transactions(部署并运行交易...

文章 基于以太坊的序列化与预确认

...遵守他们的承诺。 ### 前瞻预确认构建 ![Look-ahead preconf construction](https://img.learnblockchain.cn/2025/03/29/lookahead-preconfs.png) _图:预确认的前瞻机制,致谢 Justin Drake_ - **前瞻期:** 在以太坊 Beacon chain 上,有一个前瞻期,在这里即将...

文章 姚期智 - 姚氏百万富翁

...J =4 I =5 ``` 接下来,我们选择一个随机数 U: ``` U=randint(0,2000) ``` 并计算 C 值(这是 RSA 加密过程): ![](https://img.learnblockchain.cn/2025/04/27/0VZewm7sQDp3PzHdk.png) 现在 Alice 计算: ``` C - J + 1 ``` 她与 Bob 分享这个,然...

文章 02.slither基本使用

...mary, inheritance, inheritance-graph, slithir, slithir-ssa, pausable, vars-and-auth, require, variable-order ``` https://github.com/crytic/slither/wiki/Printer-documentation 这里使用7个基本的打印模块进行演示。 - 合约摘要 contract-summary - 函数摘要 function-s...