Skip to content

Commit

Permalink
update importblock link (neo-project#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
Celia18305 committed Nov 13, 2019
1 parent badc37b commit 6ade6bf
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 30 deletions.
18 changes: 9 additions & 9 deletions docs/en-us/exchange/2.10.3/deploynode.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@

Since NEO-CLI 2.9.0 some additional functionalities are individually encapsulated in plug-ins for the purpose of improving node security, stability, and flexibility. For more information, refer to [Installing plugins](../../node/cli/setup.md).

Exchanges need to install the following plugins to get the complete functionality of transaction log API and automatic synchronization with the offline package:
Go to [here](https://github.com/neo-project/neo-plugins/releases/) to download plugins. Exchanges need to install the following plugins to get the complete functionality of transaction log API and automatic synchronization with the offline package:

- [ApplicationLogs](https://github.com/neo-project/neo-plugins/releases/download/v2.10.2/ApplicationLogs.zip)
- [ImportBlocks](https://github.com/neo-project/neo-plugins/releases/download/v2.10.2/ImportBlocks.zip)
- [RpcWallet](https://github.com/neo-project/neo-plugins/releases/download/v2.10.2/RpcWallet.zip)
- [SimplePolicy](https://github.com/neo-project/neo-plugins/releases/download/v2.10.0/SimplePolicy.zip)
- [RpcSystemAssetTracker](https://github.com/neo-project/neo-plugins/releases/download/v2.10.2/RpcSystemAssetTracker.zip) (Recommended)
- [CoreMetrics](https://github.com/neo-project/neo-plugins/releases/download/v2.10.2/CoreMetrics.zip) (Recommended)
- [RpcNep5Tracker](https://github.com/neo-project/neo-plugins/tree/master/RpcNep5Tracker) (Recommended)
- ApplicationLogs
- ImportBlocks
- RpcWallet
- SimplePolicy
- RpcSystemAssetTracker (Recommended)
- CoreMetrics (Recommended)
- RpcNep5Tracker(Recommended)

Create a new Plugins folder (The first letter is capitalized) under the NEO-CLI root directory and copy the unzipped plugins into it.
Copy the unzipped plugins into the NEO-CLI root directory, as shown below.

![PluginsForExchange.png](../../assets/PluginsForExchange.png)

Expand Down
6 changes: 3 additions & 3 deletions docs/en-us/node/cli/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,17 +227,17 @@ Following are examples for Installing a plugin. The uninstallation operation is

```
neo>install ImportBlocks
Downloading from https://github.com/neo-project/neo-plugins/releases/download/v2.9.4/ImportBlocks.zip
Downloading from https://github.com/neo-project/neo-plugins/releases/download/v2.10.3/ImportBlocks.zip
Install successful, please restart neo-cli.
```

```
neo>install ApplicationLogs
Downloading from https://github.com/neo-project/neo-plugins/releases/download/v2.9.4/ApplicationLogs.zip
Downloading from https://github.com/neo-project/neo-plugins/releases/download/v2.10.3/ApplicationLogs.zip
Install successful, please restart neo-cli.
```

For information about all plugins refer to [Install Plug-ins](setup.md).
For information about all plugins refer to [Install Plug-ins](setup.md).

## View the node information

Expand Down
6 changes: 3 additions & 3 deletions docs/en-us/node/gui/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Download [NEO-GUI](https://neo.org/download) and extract the files to a location
## Installing plugin

You need to install the [ImportBlocks](https://github.com/neo-project/neo-plugins/releases/download/v2.9.4/ImportBlocks.zip) plugin to enable NEO-GUI to synchronize with the offline package.
You need to install the ImportBlocks plugin to enable NEO-GUI to synchronize with the offline package.

1. Download [ImportBlocks](https://github.com/neo-project/neo-plugins/releases/download/v2.9.4/ImportBlocks.zip) and unzip it.
2. Create a new Plugins folder (The first letter is capitalized) under the NEO-GUI root directory and copy the unzipped plugin into it.
1. Download [ImportBlocks](https://github.com/neo-project/neo-plugins/releases/download/v2.10.3/ImportBlocks.zip) and unzip it.
2. Under the NEO-GUI root directory copy the unzipped plugin into it.

## Synchronizing blockchain data

Expand Down
18 changes: 9 additions & 9 deletions docs/zh-cn/exchange/2.10.3/deploynode.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@

从 NEO-CLI 2.9.0 开始,一些附加功能被独立封装在插件中用以调用,提升了节点的安全性,稳定性和灵活性。关于插件的详细信息,请参见 [安装插件](../../node/cli/setup.md)

交易所需要安装以下插件,以保证 API 的正常使用和自动读取离线包的完整性:
交易所需要在[这里](https://github.com/neo-project/neo-plugins/releases/)下载安装以下插件,以保证 API 的正常使用和自动读取离线包的完整性:

- [ApplicationLogs](https://github.com/neo-project/neo-plugins/releases/download/v2.10.2/ApplicationLogs.zip)
- [ImportBlocks](https://github.com/neo-project/neo-plugins/releases/download/v2.10.2/ImportBlocks.zip)
- [RpcWallet](https://github.com/neo-project/neo-plugins/releases/download/v2.10.2/RpcWallet.zip)
- [SimplePolicy](https://github.com/neo-project/neo-plugins/releases/download/v2.10.0/SimplePolicy.zip)
- [RpcSystemAssetTracker](https://github.com/neo-project/neo-plugins/releases/download/v2.10.2/RpcSystemAssetTracker.zip)(推荐)
- [CoreMetrics](https://github.com/neo-project/neo-plugins/releases/download/v2.10.2/CoreMetrics.zip)(推荐)
- [RpcNep5Tracker](https://github.com/neo-project/neo-plugins/tree/master/RpcNep5Tracker) (推荐)
- ApplicationLogs
- ImportBlocks
- RpcWallet
- SimplePolicy
- RpcSystemAssetTracker(推荐)
- CoreMetrics(推荐)
- RpcNep5Tracker(推荐)

在 neo-cli 根目录新建 Plugins 文件夹(注意首字母大写),然后将解压出来的插件拷贝到其中
将解压出来的插件拷贝到neo-cli 根目录即可,如下所示

![PluginsForExchange.png](../../assets/PluginsForExchange.png)

Expand Down
4 changes: 2 additions & 2 deletions docs/zh-cn/node/cli/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,13 +220,13 @@ SimplePolicyPlugin

```
neo>install ImportBlocks
Downloading from https://github.com/neo-project/neo-plugins/releases/download/v2.9.4/ImportBlocks.zip
Downloading from https://github.com/neo-project/neo-plugins/releases/download/v2.10.3/ImportBlocks.zip
Install successful, please restart neo-cli.
```
```
neo>install ApplicationLogs
Downloading from https://github.com/neo-project/neo-plugins/releases/download/v2.9.4/ApplicationLogs.zip
Downloading from https://github.com/neo-project/neo-plugins/releases/download/v2.10.3/ApplicationLogs.zip
Install successful, please restart neo-cli.
```
Expand Down
4 changes: 2 additions & 2 deletions docs/zh-cn/node/gui/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

要使客户端能够进行离线同步,需要安装 ImportBlocks 插件:

1. 下载 [ImportBlocks](https://github.com/neo-project/neo-plugins/releases/download/v2.9.4/ImportBlocks.zip) 插件并解压。
2. 在 NEO-GUI 根目录新建 Plugins 文件夹(注意首字母大写),将解压出来的插件拷贝到其中
1. 下载 [ImportBlocks](https://github.com/neo-project/neo-plugins/releases/download/v2.10.3/ImportBlocks.zip) 插件并解压。
2. 将解压出来的插件拷贝到NEO-GUI 根目录下

## 快速同步区块数据

Expand Down
2 changes: 1 addition & 1 deletion faq/en-us/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Read the instructions in [Synchronizing the blockchain faster](../../docs/en-us/

- You have downloaded the proper package
- You have directly placed the downloaded file (chain.0.acc.zip or chain.xxx.acc.zip) under the root directory of NEO-CLI or NEO-GUI without modifying the file name
- You have installed the [ImportBlocks](https://github.com/neo-project/neo-plugins/releases/download/v2.9.0/ImportBlocks.zip) plugin.
- You have installed the [ImportBlocks](https://github.com/neo-project/neo-plugins/releases/download/v2.10.3/ImportBlocks.zip) plugin.

## How do I know my client has been fully synchronized?

Expand Down
2 changes: 1 addition & 1 deletion faq/zh-cn/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ NEO-GUI需要下载整个区块链数据到你的电脑,而轻钱包使用API
- 您下载了正确的离线包
- 下载的压缩包文件( chain.0.acc.zip 或 chain.xxx.acc.zip) 直接放置到了客户端 NEO-CLI 或 NEO-GUI 根目录下
- 您没有修改离线包文件名
- 您已安装了 [ImportBlocks](https://github.com/neo-project/neo-plugins/releases/download/v2.9.2/ImportBlocks.zip) 插件
- 您已安装了 [ImportBlocks](https://github.com/neo-project/neo-plugins/releases/download/v2.10.3/ImportBlocks.zip) 插件

## 如何确认客户端已经完全同步?

Expand Down

0 comments on commit 6ade6bf

Please sign in to comment.