在做一些测试工作的时候, 为了方便控制以及更快的进入真正的测试工作,可能需要搭建一个私有的以太坊网络. 而以太坊节点之间能够互相链接需要满足1)相同的协议版本2)相同的networkid,所以搭建私有网络最方便的方法就是通过geth命令中的--networkid选项,设置一个与主网不同的networ ...
分类:
Web程序 时间:
2017-05-17 00:49:23
阅读次数:
2101
零、概述版本号:Ubuntu-16.04ethereum-1.6.0-stablego-1.7.4一、Ubuntu下安装gethsudoapt-getinstallsoftware-properties-common
sudoadd-apt-repository-yppa:ethereum/ethereum
sudoapt-getupdate
sudoapt-getinstallethereum二、创建初始化文件vimgenesis.json{
"config":{..
分类:
其他好文 时间:
2017-05-03 01:10:50
阅读次数:
1187
Remix 如果你只是想尝试用solidity编写小的合约,你可以使用Remix, 不需要安装。如果你想使用离线版本,可以到 https://github.com/ethereum/browser-solidity/tree/gh-pages 下载zip文件使用。 Npm/ Node.js 这是最快 ...
分类:
其他好文 时间:
2017-05-01 12:05:29
阅读次数:
6985
现在区块链概念是炒的火热,而这其中Bitcoin是功不可没的。数字货币这个概念和前几年大火的物联网概念一样都是上个世纪就已经被人提出了,到了现在才火了起来。
数字货币在计算机网络刚刚兴起的时候就被人提...
分类:
其他好文 时间:
2017-04-16 19:35:49
阅读次数:
214
网站: 01: https://bobsummerwill.files.wordpress.com/2017/02/enterprise-ethereum-technical-roadmap-slides-final.pdf 02: https://www.ethereum.org 03:https ...
分类:
Web程序 时间:
2017-03-08 00:53:58
阅读次数:
244
转摘于:http://me.tryblockchain.org/eea-EnterpriseEthereumAllianceTechnicalRoadmapPPT.html 以太坊企业联盟 以太坊企业联盟,EEA1,是Enterprise Ethereum Alliance的缩写。是基于以太坊建立的 ...
分类:
其他好文 时间:
2017-03-08 00:17:29
阅读次数:
230
geth的全称是go-ethereum,是一个以太坊客户端,用go语言编写,应该是目前最常用的客户端。当然以太坊客户端还有用C++,Ruby,Python,Java等其他多种语言编写的,不同类型的客户...
分类:
其他好文 时间:
2016-12-05 12:00:39
阅读次数:
530
以太坊是区块链开发领域最好的编程平台,而truffle是以太坊(Ethereum)最受欢迎的一个开发框架,这是我们第一篇区块链技术文章介绍truffle的原因,实战是最重要的事情,这篇文章不讲原理,只搭建环境,运行第一个区块链程序(Dapp)。 安装truffle $ npm install -g ...
分类:
其他好文 时间:
2016-10-29 18:27:42
阅读次数:
355
IntroductionHistoryThere is a payment called P2SH( pay to script hash) in bitcoin. With this feature, you can compile many interesting scripts( the original form of contract) like this wiki and this. H...
分类:
其他好文 时间:
2016-08-18 16:01:56
阅读次数:
254
RLP(Recursive Length Prefix, 递归长度前缀编码),是Ethereum中对象序列化的一个主要的编码方式,其目的是对任意嵌套的二进制数据的序列进行编码。本文描述了RLP的具体编码方式和实现 ...
分类:
其他好文 时间:
2016-06-07 01:19:12
阅读次数:
227