摘要: # blockchain | Ethernaut 03 coin flip 投硬币合约,用区块哈希来当随机数。 合约代码: ```solidity // SPDX-License-Identifier: MIT pragma solidity ^0.8.0; contract CoinFlip { 阅读全文
posted @ 2023-08-31 21:52 Mz1 阅读(23) 评论(0) 推荐(0) 编辑
摘要: # Blockchain | geth1.12的一些问题 最近重装了geth,是最新的geth version 1.12.2-stable-bed84606 但是这个版本似乎挖不了矿了,不再PoW了。 ![image](https://img2023.cnblogs.com/blog/2154950 阅读全文
posted @ 2023-08-31 15:15 Mz1 阅读(111) 评论(0) 推荐(0) 编辑