Skip to content

Commit

Permalink
Merge pull request #152 from Hecate2/patch-2
Browse files Browse the repository at this point in the history
Fix DBFTPlugin download links
  • Loading branch information
Celia18305 authored Oct 15, 2024
2 parents 78ab483 + 6095aaf commit 4fff367
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/n3/develop/network/private-chain/private-chain2.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ If the plugin RpcServer is installed, you also need to modify the port numbers i

## Installing consensus plugin

Download [DBFTPlugin]("https://github.com/neo-project/neo-modules/releases/download/v3.1.0/DBFTPlugin.zip") and place four copies to the `Plugins` folder under each node CLI root path. Modify the file `config.json` as follows:
Download [DBFTPlugin](https://github.com/neo-project/neo-modules/releases/latest) and place four copies to the `Plugins` folder under each node CLI root path. Modify the file `config.json` as follows:

- Set `Network` the same value as `Network` in `config.json`.
- Set `AutoStart` to `true` so as to automatically start consensus as running CLI.
Expand Down
2 changes: 1 addition & 1 deletion docs/n3/develop/network/private-chain/solo.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Alternatively, you can build a private chain with one node from scratch, which w

## Prerequisites

1. Refer to [Installation of NEO-CLI](../../../node/cli/setup.md) to install Neo-CLI. (Make sure you install the [DBFTPlugin](https://github.com/neo-project/neo-modules/releases/download/v3.1.0/DBFTPlugin.zip)
1. Refer to [Installation of NEO-CLI](../../../node/cli/setup.md) to install Neo-CLI. (Make sure you install the [DBFTPlugin](https://github.com/neo-project/neo-modules/releases/latest)
2. Run Neo-CLI and enter the command `create wallet <path>` to create a wallet, e.g. `create wallet consensus.json`

3. Specify the wallet password and confirm.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@

## 安装共识插件

下载 [共识插件]("https://github.com/neo-project/neo-modules/releases/download/v3.1.0/DBFTPlugin.zip"), 并放入四个节点 `CLI` 根目录的`Plugins`目录下。修改其配置文件`config.json`
下载 [共识插件(DBFTPlugin)](https://github.com/neo-project/neo-modules/releases/latest), 并放入四个节点 `CLI` 根目录的`Plugins`目录下。修改其配置文件`config.json`

-`Network` 与私有链`config.json`中的`Network`设为相同数值。
- `AutoStart`:设为`true`以方便在启动 CLI 时自动开启共识。
Expand Down Expand Up @@ -341,4 +341,4 @@ start cmd /k "cd c4 &&ping localhost -n 3 > nul&& dotnet neo-cli.dll"
![image](../assets/balance.png)
参考前面提取 NEO 进行的多方签名操作,同样可以提取 GAS 到目标地址。
参考前面提取 NEO 进行的多方签名操作,同样可以提取 GAS 到目标地址。
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Neo-CLI 支持单节点模式下正常生成区块,只需一个节点即可正
## 准备工作

1. 首先安装 Neo-CLI,安装过程请参考 [Neo 节点的安装部署](../../../node/cli/setup.md)
2. 安装插件 [DBFTPlugin](https://github.com/neo-project/neo-modules/releases/download/v3.1.0/DBFTPlugin.zip)
2. 安装插件 [DBFTPlugin](https://github.com/neo-project/neo-modules/releases/latest)
3. 运行 Neo-CLI,输入 `create wallet <path>` 命令创建一个钱包,如 `create wallet consensus.json`
4. 设置钱包密码(password),并确认密码。
5. 记录钱包公钥(pubkey),后面会用到。
Expand Down

0 comments on commit 4fff367

Please sign in to comment.