Skip to content

Commit

Permalink
Add private-chain3.md (neo-project#818)
Browse files Browse the repository at this point in the history
* Add private-chain3.md

* Update toc.yml

* Update private-chain3.md
  • Loading branch information
chenzhitong authored and Celia18305 committed May 31, 2019
1 parent 711dc70 commit 886c197
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 7 deletions.
4 changes: 0 additions & 4 deletions zh-cn/network/private-chain/private-chain2.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,3 @@
## 提取私有链中的 NEO/GAS

请参考 [提取 NEO 和 GAS](private-chain.md#提取-neo-和-gas)

最后:

[https://github.com/chenzhitong/NEO-Private-Net](https://github.com/chenzhitong/NEO-Private-Net) 这个项目中是已经配置好的私有链,已提取了 NEO 和 GAS,节点版本为 2.9.4,可以下载后直接使用。
26 changes: 26 additions & 0 deletions zh-cn/network/private-chain/private-chain3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# 使用单节点搭建私有链

NEO-CLI 2.10.2 支持单节点模式下正常生成区块,只需一个节点即可正常运行私有链。

## 第一步

下载 [NEO-Private-Net](https://github.com/chenzhitong/NEO-Private-Net) 项目

## 第二步

安装运行环境(Windows 10 系统)

运行 NEO-CLI 需要安装 [.NET Core 2.1](https://www.microsoft.com/net/download/thank-you/dotnet-runtime-2.1.3-windows-hosting-bundle-installer)

运行 NEO-GUI 需要安装 [.NetFramework 4.7.1](https://www.microsoft.com/net/download/dotnet-framework-runtime) 以及 [VC++ 2010 Redist x64](https://www.microsoft.com/en-us/download/details.aspx?id=14632) / [x86](https://www.microsoft.com/en-us/download/details.aspx?id=5555)

## 第三步

启动私有链

解压下载好的文件,进入 neo-cli 2.10.2 目录,双击 `neo-cli.exe`

![img](https://github.com/chenzhitong/NEO-Private-Net/raw/master/img/privatechain_demo.png)



8 changes: 5 additions & 3 deletions zh-cn/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -401,10 +401,12 @@
- name: 搭建私有链
href: network/private-chain/private-chain.md
items:
- name: 搭建私有链
- name: 使用虚拟机搭建
href: network/private-chain/private-chain.md
- name: 快速搭建私有链
- name: 使用单台 Windows 主机搭建
href: network/private-chain/private-chain2.md
- name: 使用单节点快速搭建
href: network/private-chain/private-chain3.md
- name: 快速搭建本地网络
href: network/neolocal.md
- name: 快速同步区块
Expand Down Expand Up @@ -555,4 +557,4 @@
- name: v2.8.0
href: exchange/v2.8.0.md
- name: v2.7.6
href: exchange/v2.7.6.md
href: exchange/v2.7.6.md

0 comments on commit 886c197

Please sign in to comment.