Skip to content

Commit

Permalink
update to v2.4.1 (#864)
Browse files Browse the repository at this point in the history
Co-authored-by: Chenxi Li <44284897+vita-dounai@users.noreply.github.com>
  • Loading branch information
bxq2011hust and vita-dounai committed Jun 19, 2020
1 parent 3dfbf81 commit ce73c0d
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cd ~ && mkdir -p fisco && cd fisco
- 下载`build_chain.sh`脚本

```bash
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.4.0/build_chain.sh && chmod u+x build_chain.sh
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.4.1/build_chain.sh && chmod u+x build_chain.sh
```

```eval_rst
Expand Down
4 changes: 2 additions & 2 deletions docs/manual/distributed_storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ FISCO BCOS在2.0.0-rc3之后,支持节点通过连接池直连MySQL,相对
```bash
mkdir -p ~/fisco && cd ~/fisco
# 获取build_chain.sh脚本
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.4.0/build_chain.sh && chmod u+x build_chain.sh
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.4.1/build_chain.sh && chmod u+x build_chain.sh
```
#### 生成配置文件
```bash
Expand Down Expand Up @@ -369,7 +369,7 @@ mkdir -p ~/fisco && cd ~/fisco
- 获取`build_chain`脚本
```bash
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.4.0/build_chain.sh && chmod u+x build_chain.sh
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.4.1/build_chain.sh && chmod u+x build_chain.sh
```
#### 生成配置文件
Expand Down
4 changes: 2 additions & 2 deletions docs/manual/group_use_cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ mkdir -p ~/fisco && cd ~/fisco

- 获取build_chain.sh脚本
```bash
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.4.0/build_chain.sh && chmod u+x build_chain.sh
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.4.1/build_chain.sh && chmod u+x build_chain.sh
```

**生成星形区块链系统配置文件**
Expand Down Expand Up @@ -555,7 +555,7 @@ $ cd ~/fisco/nodes/127.0.0.1 && bash stop_all.sh
```bash
$ mkdir -p ~/fisco && cd ~/fisco
# 获取build_chain.sh脚本
$ curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.4.0/build_chain.sh && chmod u+x build_chain.sh
$ curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.4.1/build_chain.sh && chmod u+x build_chain.sh
# 构建本机单群组四节点区块链(生产环境中,建议每个节点部署在不同物理机上)
$ bash build_chain.sh -l "127.0.0.1:4" -o multi_nodes -p 20000,20100,7545
Generating CA key...
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/guomi_crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $ sudo apt install -y openssl curl
# 准备环境
$ cd ~ && mkdir -p fisco && cd fisco
# 下载build_chain.sh脚本
$ curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.4.0/build_chain.sh && chmod u+x build_chain.sh
$ curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.4.1/build_chain.sh && chmod u+x build_chain.sh
```

- 搭建4节点FISCO BCOS链
Expand Down
2 changes: 1 addition & 1 deletion en/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cd ~ && mkdir -p fisco && cd fisco
- Download `build_chain.sh` script

```bash
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.4.0/build_chain.sh && chmod u+x build_chain.sh
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.4.1/build_chain.sh && chmod u+x build_chain.sh
```

```eval_rst
Expand Down
4 changes: 2 additions & 2 deletions en/docs/manual/distributed_storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Before using distributed storage, you need to complete the establishment of the
```bash
mkdir -p ~/fisco && cd ~/fisco
# Download build_chain.sh script
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.4.0/build_chain.sh && chmod u+x build_chain.sh
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.4.1/build_chain.sh && chmod u+x build_chain.sh
```
#### Generate configuration file
```bash
Expand Down Expand Up @@ -339,7 +339,7 @@ mkdir -p ~/fisco && cd ~/fisco
- get `build_chain` script
```bash
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.4.0/build_chain.sh && chmod u+x build_chain.sh
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.4.1/build_chain.sh && chmod u+x build_chain.sh
```
#### Generate configuration file
Expand Down
4 changes: 2 additions & 2 deletions en/docs/manual/group_use_cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ mkdir -p ~/fisco && cd ~/fisco

- Download the build_chain.sh script
```bash
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.4.0/build_chain.sh && chmod u+x build_chain.sh
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.4.1/build_chain.sh && chmod u+x build_chain.sh
```

**Generate configuration for star networking blockchain system**
Expand Down Expand Up @@ -565,7 +565,7 @@ In a parallel multi-group scenario, node join and exit group operations are simi
```bash
$ mkdir -p ~/fisco && cd ~/fisco
# Download build_chain.sh script
$ curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.4.0/build_chain.sh && chmod u+x build_chain.sh
$ curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.4.1/build_chain.sh && chmod u+x build_chain.sh
#Build a local single-group four-node blockchain (in a production environment, it is recommended that each node be deployed on a different physical machine)
$ bash build_chain.sh -l "127.0.0.1:4" -o multi_nodes -p 20000,20100,7545
Generating CA key...
Expand Down
2 changes: 1 addition & 1 deletion en/docs/manual/guomi_crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $ sudo apt install -y openssl curl
# prepare environment
$ cd ~ && mkdir -p fisco && cd fisco
# download build_chain.sh script
$ curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.4.0/build_chain.sh && chmod u+x build_chain.sh
$ curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.4.1/build_chain.sh && chmod u+x build_chain.sh
```

- build a 4-nodes FISCO BCOS chain
Expand Down

0 comments on commit ce73c0d

Please sign in to comment.