Set up a private chain environment based on the ether block chain
Source: Internet
Author: User
First, learn the following simple command-line actions:
Geth Build private chain: http://m.blog.csdn.net/vinsuan1993/article/details/75208203 After learning, you will learn some Geth developer model to test the concept of mining, transfer, intelligent contract, and then do the following blog to build a private chain:
Other reference address: Based on the development of the Etheric Square FAQ: http://blog.csdn.net/xiabing082/article/details/77368385 Geth's use primer: http://blog.csdn.net/ chenyufeng1991/article/details/53458175 use Geth to build a private chain: http://blog.csdn.net/chenyufeng1991/article/details/ 53471576
As a result, I've built three accounts and can transfer between accounts.
Note: 1. Because the geth of Bowen is relatively old, the creation block file to add Config configuration, and the contents of the JSON to use the hexadecimal value of 2.geth to run up after the creation of an account, do not create an account will prompt error 3. With Mist Wallet and Ethereum-wallet.exe can see the private chain 4. When digging, if you do not want to stop, but want to execute a command, you can open a terminal, and then input Geth attach, will be connected to the mining terminal, input miner.stop () can also stop digging mine.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.