以太坊网络每天的平均气价(Gas)是变化,有一张价格表:https://etherscan.io/chart/gasprice 然后你可以知道 1 Gas = xx Gwei,再换算一下 1 ETH = xx Gas 即可。 1 ETH = 1e9 Gwei = 1e18 wei Link:http ...
分类:
其他好文 时间:
2020-03-14 11:00:30
阅读次数:
141
思路:一种方式是使用 ethereum-alarm-clock,另一种是合约实现当前过去了多少时间,外部进行不间断调用获得。 Any else? Link:https://www.cnblogs.com/farwish/p/12424187.html ...
分类:
其他好文 时间:
2020-03-08 22:00:29
阅读次数:
109
Installation $ npm install -g truffle Choose ethereum client (Ganache OR truffle build in `truffle develop`) https://www.trufflesuite.com/docs/truffle ...
分类:
其他好文 时间:
2020-02-18 14:43:23
阅读次数:
86
<本实验是在 腾讯云服务器 centos 环境 上进行的> 1. 配置 GO 语言环境 参考 菜鸟教程 go 2. 下载 编译 go-ethereum git clone https://github.com/ethereum/go-ethereum 之后进入 go-ethereum 目录下,执行 ...
分类:
其他好文 时间:
2020-02-13 17:17:33
阅读次数:
197
前言 本文使用系统:centos7。 以太坊客户端:geth 安装 下载geth: 官方下载地址:https://geth.ethereum.org/downloads 直接下载: wget https://gethstore.blob.core.windows.net/builds/geth-li ...
分类:
其他好文 时间:
2020-01-20 15:05:59
阅读次数:
220
一、浏览器打开https://remix.ethereum.org 地址 点击"+"新建一个sol文件,命名为faucet.sol 然后在代码区输入solidity代码 选择相关插件 将Solidity compiler、Deploy & run transactions插件激活,选择编译 编译成功 ...
分类:
其他好文 时间:
2019-12-11 00:12:05
阅读次数:
262
关于以太坊公开的4个测试网络的区别: A. Morden(已退役) Morden是以太坊官方提供的测试网络,自2015年7月开始运行。到2016年11月时,由于难度炸弹已经严重影响出块速度,不得不退役,重新开启一条新的区块链。Morden的共识机制为PoW。 B. Ropsten(区块链浏览器) R ...
分类:
其他好文 时间:
2019-12-04 22:18:27
阅读次数:
158
0x01 同步模式简介 安装好 geth 之后,运行 geth --help, 你就可以看到下面的命令行说明 ... ETHEREUM OPTIONS: ... --syncmode "fast" Blockchain sync mode ("fast", "full", or "light") . ...
分类:
其他好文 时间:
2019-12-04 21:44:14
阅读次数:
183
根据需求下载自己的版本(我是geth-linux-amd64-1.9.7) 版本地址: https://ethereum.github.io/go-ethereum/downloads/ 进入mnt目录(可以自己选择目录)创建以太坊目录并进入该目录 # cd mnt # mkdir ethereum ...
分类:
系统相关 时间:
2019-11-23 17:53:51
阅读次数:
252
ENS(Ethereum Name Service)是以太坊域名服务,是一个基于以太坊区块链的分布式、开放和可扩展的命名系统。 ...
分类:
其他好文 时间:
2019-11-22 10:31:26
阅读次数:
80