ethereum
几个网址
https://github.com/ethereum/go-ethereum/wiki
http://ethfans.org
windows下安装以太币钱包
从下面网址下载钱包,不用安装是绿色版
http://ethfans.org/wikis/Wallet-Mirror
Ethereum-Wallet-win64-0-8-1.zip
更改钱包的数据目录
1、我的区块链文件存储目录是C:\Users\Administrator\AppData\Roaming\Ethereum,准备转移到D:\blockchain\Ethereum。
2、剪切文件夹C:\Users\Administrator\AppData\Roaming\Ethereum,存储到 D:\etherrumdata\
3、打开命令行窗口CMD,敲入命令:
mklink /J C:\Users\Administrator\AppData\Roaming\Ethereum D:\blockchain\Ethereum
Building Geth (command line client)
Clone the repository to a directory of your choosing:
git clone https://github.com/ethereum/go-ethereum
Install latest distribution of Go (v1.7) if you don't have it already:
Building geth
requires Go and C compilers to be installed:
sudo apt-get install -y build-essential golang
Finally, build the geth
program using the following command.
cd go-ethereum
make geth
You can now run build/bin/geth
to start your node.
以太坊的geth就是客户端,相当于比特币的bitcoind
直接启动geth,程序就会去同步数据库
geth --testnet,进入测试链模式(私有链)
geth console ,进入终端交互模式
testnet id
https://ethereum.stackexchange.com/questions/10311/what-is-olympic-frontier-morden-homestead-and-ropsten-ethereum-blockchain
Each network version gets a name (id). Here is an overview.
Olympic(0), is often also referred to as Ethereum 0.9, it launched early 2015 and was the first public Testnet. Deprecated in mid 2015 and replaced by Morden.Frontier(1), the official 1.0 release was launched as public main network in summer 2015. Forked to Homestead in early 2016.Morden(2) is the Frontier-equivalent testnet, launched with Frontier, and basicly replaces Olympic. Deprecated in late 2016 and replaced by Ropsten.- Homestead (1) was the first major upgrade (1.1) of the Frontier network in March 2016. This did not replace but upgrade Frontier.
Ropsten(3) is a new Homestead-equivalent testnet launched in late 2016 due to multiple issues in the old testnet and finally replaced Morden. Ropsten was attacked in Februrary 2016 and declared dead.- Kovan (42) is the first proof-of-authority (PoA) testnet issued by Ethcore, Melonport, and Digix after the Ropsten attacks.
- Rinkeby, another PoA testnet is currently being drafted.
The current protocol version is Homestead. The Ropsten testnet is broken and there is no public Homestead equivalent testnet available.
Despite the differences in name, Olympic, Morden and Ropsten have the network ids 0
, 2
and 3
. Frontier, Homestead are the main network with id 1
. You can run your own chain by specifying a network id other than 0, 1, 2, or 3.
https://github.com/ethereum/go-ethereum/wiki/Private-network
创建创始块
ethereum的更多相关文章
- 02-windows 安装以太坊 ethereum 客户端 (win7-64)-大叔思维
以太坊(Ethereum)是一个运行智能合约的去中心化平台(Platform for Smart Contract),平台上的应用按程序设定运行,不存在停机.审查.欺诈.第三方人为干预的可能.以太坊平 ...
- 关于centos版本安装ethereum钱包
安装go wget https://studygolang.com/dl/golang/go1.9.linux-amd64.tar.gz --no-check-certificatetar -zxvf ...
- The Ethereum devp2p and discv4 protocol Part II
描述 本文章主上下两篇 上篇:讲述以太坊devp2p与disc4节点发现协议 下篇:实践篇,实现如何获取以太坊所有节点信息(ip,port,nodeId,client) 正文 本片为下篇:实践篇,主要 ...
- The Ethereum devp2p and discv4 protocol Part I
描述 本文章分上下两篇 上篇:讲述以太坊devp2p与disc4节点发现协议 下篇:实践篇,实现如何获取以太坊所有节点信息(ip,port,nodeId,client,type,os) 正文 devp ...
- Ethereum(1)—— 基本介绍
1 环境安装 安装Ethereum 协议的Go语言的最新实现. git clone https://github.com/ethereum/go-ethereum.git make all cd bu ...
- go ethereum源码分析 PartIV Transaction相关
核心数据结构: core.types.transaction.go type Transaction struct { data txdata // caches hash atomic.Value ...
- [转]How to Send Ethereum with Web3.js and Node
原文:https://davekiss.com/ethereum-web3-node-tutorial/ Ethereum took the web and cryptocurrency worl ...
- 【转】干货 | 【虚拟货币钱包】从 BIP32、BIP39、BIP44 到 Ethereum HD Wallet
虚拟货币钱包 钱包顾名思义是存放$$$.但在虚拟货币世界有点不一样,我的帐户资讯(像是我有多少钱)是储存在区块链上,实际存在钱包中的是我的帐户对应的 key.有了这把 key 我就可以在虚拟货币世界证 ...
- 区块链使用Java,以太坊 Ethereum, web3j, Spring Boot
Blockchain is one of the buzzwords in IT world during some last months. This term is related to cryp ...
- ethereum/EIPs-1271 smart contract
https://github.com/PhABC/EIPs/blob/is-valid-signature/EIPS/eip-1271.md Standard Signature Validation ...
随机推荐
- 简单说说什么是Restful
在确定要把自己的服务创建成RESTFUL之前,要明白什么样的服务什么是RESTFUL service(https://en.wikipedia.org/wiki/Representational_st ...
- Git 中文教程
以下内容转载自:http://www.open-open.com/lib/view/open1328928294702.html Git是一个分布式的版本控制工具,本篇文章从介绍Git开始,重点 在于 ...
- [转载]Unicode中对中文字符的编码
以前写过一篇贴子是写中文在unicode中的编码范围 unicode中文范围,但写的不是很详细,今天再次研究了下unicode,并给出详细的unicode取值范围. 本次研究的unicode对象是un ...
- HihoCoder 1055 : 刷油漆 树形DP第一题(对象 点)
刷油漆 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 上回说到,小Ho有着一棵灰常好玩的树玩具!这棵树玩具是由N个小球和N-1根木棍拼凑而成,这N个小球都被小Ho标上了 ...
- Loj 504 ZQC的手办
Loj 504 ZQC的手办 用线段树维护,每个节点存储区间内最小值 \(val\) 以及最小值出现的一个位置 \(pos\) . 对操作 \(1\) ,只需打标记即可,因为我们不维护其他的信息(如区 ...
- Codeforces 28C Bath Queue 【计数类DP】*
Codeforces 28C Bath Queue LINK 简要题意:有 n 个人等概率随机进入 m 个房间,一个房间可以有多个人,第 i 个房间有 ai 个水龙头,在一个房间的人要去排队装水,他们 ...
- BZOJ2936 Codevs3634 POI1999 积水 【并查集】*
BZOJ2936 Codevs3634 POI1999 积水 题目描述 有这样一块土地,它可以被划分成N×M个正方形小块,每块面积是一平方英寸,第i行第j列的小块可以表示成P(i,j).这块土地高低不 ...
- flask第八篇——url_for【1】
我们已经知道,知道了url就可以找到对应的视图函数,那么现在问题来了,如果我们知道了视图函数,要怎么找到url呢?这时候我们就需要url_for函数了. # coding: utf-8 from fl ...
- simulink pi的方法产生锁相环
pi方法就是比例积分方法,关于pi方法介绍参考http://www.elecfans.com/dianzichangshi/20120909287851.html 锁相环pi方法原理参考http:// ...
- python调用rpc实现分布式系统
rpc 一般俗称,远程过程调用,把本地的函数,放到远端去调用. 通常我们调用一个方法,譬如: sumadd(10, 20),sumadd方法的具体实现要么是用户自己定义,要么存在于该语言的库函数中,也 ...