forked from neo-project/neo
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add private-chain3.md (neo-project#818)
* Add private-chain3.md * Update toc.yml * Update private-chain3.md
- Loading branch information
1 parent
711dc70
commit 886c197
Showing
3 changed files
with
31 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters