diff --git a/docs/n3/develop/network/private-chain/private-chain2.md b/docs/n3/develop/network/private-chain/private-chain2.md index 950ee89..c1be2a8 100644 --- a/docs/n3/develop/network/private-chain/private-chain2.md +++ b/docs/n3/develop/network/private-chain/private-chain2.md @@ -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. diff --git a/docs/n3/develop/network/private-chain/solo.md b/docs/n3/develop/network/private-chain/solo.md index 56ab02b..d411295 100644 --- a/docs/n3/develop/network/private-chain/solo.md +++ b/docs/n3/develop/network/private-chain/solo.md @@ -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 ` to create a wallet, e.g. `create wallet consensus.json` 3. Specify the wallet password and confirm. diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/n3/develop/network/private-chain/private-chain2.md b/i18n/zh/docusaurus-plugin-content-docs/current/n3/develop/network/private-chain/private-chain2.md index 28e805f..5b08f60 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/n3/develop/network/private-chain/private-chain2.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/n3/develop/network/private-chain/private-chain2.md @@ -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 时自动开启共识。 @@ -341,4 +341,4 @@ start cmd /k "cd c4 &&ping localhost -n 3 > nul&& dotnet neo-cli.dll" ![image](../assets/balance.png) -参考前面提取 NEO 进行的多方签名操作,同样可以提取 GAS 到目标地址。 \ No newline at end of file +参考前面提取 NEO 进行的多方签名操作,同样可以提取 GAS 到目标地址。 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/n3/develop/network/private-chain/solo.md b/i18n/zh/docusaurus-plugin-content-docs/current/n3/develop/network/private-chain/solo.md index 94a496a..48cb950 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/n3/develop/network/private-chain/solo.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/n3/develop/network/private-chain/solo.md @@ -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 ` 命令创建一个钱包,如 `create wallet consensus.json`。 4. 设置钱包密码(password),并确认密码。 5. 记录钱包公钥(pubkey),后面会用到。