自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 go ethereum private net 在miner.start()后返回null及停止挖矿的问题

查了好久在go ethereum社区查到一个情况相同的提问why-does-miner-start-return-null-does-not-start-in-private-testchain提问者也是在miner.start()后进入了非常久的停滞,log如下> miner.start(1)INFO [08-06|10:07:12] Updated mining threads ...

2018-03-06 00:02:10 4651 1

原创 以太坊智能合约部署——一个简单的投票系统

首先在Remix上进行测试代码如下pragma solidity ^0.4.16;/// @title Voting with delegation.contract Ballot { // This declares a new complex type which will // be used for variables later. // It will re...

2018-03-02 20:08:50 4933 1

翻译 基于以太坊的投票系统(Solidity by Example —— Voting)

原文如下pragma solidity ^0.4.16;/// @title Voting with delegation.contract Ballot { // This declares a new complex type which will // be used for variables later. // It will represent a sin...

2018-03-02 15:48:36 3884 1

原创 以太坊geth区块链私链建立

以太坊geth区块链私链建立geth的github https://github.com/ethereum/go-ethereum下载最新(1.8)的geth,windows下安装很简单关于私链在geth的github wiki上private network一章有指南,下面进行部分翻译和整合(In this context private only means reserved or isola...

2018-02-21 21:10:00 3101 1

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除