摘要:
title: 公网服务器必备-ssh deny author: ivhu date: 2024-11-15 16:34:57 categories: - 计算机 - 运维 tags: - ssh description: 问题? 公网上的服务器被一群无聊的人做密码爆破(我曾经也是其中的一员😀). 阅读全文
摘要:
title: 最好的文件管理器-dolphin author: ivhu date: 2024-09-23 19:04:30 categories: - 计算机 - linux tags: - 文件管理器 description: WARN:windows没有,废话少说,直接开始 what's do 阅读全文
摘要:
title: acme+cloudflare生成免费证书(自动续期) author: ivhu date: 2024-09-23 08:42:58 categories: - 计算机 - 运维 tags: - acme证书 - cloudflare description: acme DNSapi 阅读全文
摘要:
这篇博客主要介绍了Arbitrum验证节点的架构及其工作原理,重点讨论了验证节点的功能、AVM(Arbitrum虚拟机)的状态机结构、操作码及数据结构的细节,并深入解释了交互式证明的分割协议和单步证明的实现机制。通过图示,作者详细说明了验证节点如何通过二分协议来证明某个区块的正确性,并在必要时提交单步证明。这种验证机制确保了区块链系统的安全性,避免了恶意节点的欺骗行为。 阅读全文
摘要:
title: chainLink vrf实验 author: ivhu date: 2024-09-13 14:00:42 categories: - 区块链 - 二层 tags: - solidity - ch - vrf description: 目标 用vrf写一个随机红包 数据结构 红包: 阅读全文
摘要:
title: konsole奇怪的command bar author: ivhu date: 2024-09-11 17:22:58 categories: - linux - kde tags: - konsole - command bar description: WTF 今天以打开kons 阅读全文
摘要:
title: 区块链应用与以太坊的交互 author: ivhu date: 2024-09-11 15:52:13 categories: - 区块链 - 二层 tags: - 以太访 - L2 - 合约交互 - arbitrum description: 我们要谈的交互 首先要明确一点,以太坊是 阅读全文
摘要:
title: 以太坊Rollup方案之 arbitrum(1) author: ivhu date: 2024-09-10 20:56:05 categories: - 区块链 - 以太坊 tags: - 以太坊 - L2 - arbitrum description: 什么是Rollup? 以太坊 阅读全文