Skip to content

Commit 6970a52

Browse files
authored
update download link (#1802)
1 parent 7c5bb8e commit 6970a52

15 files changed

+30
-30
lines changed

2.x/docs/articles/3_features/36_cryptographic/national_cryptography_features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
buildchain.sh脚本的-g为国密编译选项,使用成功后会生成国密版的节点。默认从GitHub下载最新稳定版本可执行程序,操作方式:
7575

7676
```bash
77-
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.9.1/build_chain.sh && chmod u+x build_chain.sh
77+
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.11.0/build_chain.sh && chmod u+x build_chain.sh
7878
```
7979

8080
```eval_rst

2.x/docs/articles/4_tools/five_step_to_develop_application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
(请先在home目录创建fisco目录,接下来都在这个目录操作)
1515

1616
```bash
17-
$ curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.9.1/build_chain.sh && chmod u+x build_chain.sh
17+
$ curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.11.0/build_chain.sh && chmod u+x build_chain.sh
1818
```
1919

2020
```eval_rst

2.x/docs/articles/7_practice/build_chain_with_wsl_on_windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ wsl
9191
cd ~
9292
sudo apt install -y openssl curl
9393
cd ~ && mkdir -p fisco && cd fisco
94-
curl -#LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.9.1/build_chain.sh && chmod u+x build_chain.sh
94+
curl -#LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.11.0/build_chain.sh && chmod u+x build_chain.sh
9595
bash build_chain.sh -l 127.0.0.1:4 -p 30300,20200,8545
9696
```
9797

2.x/docs/articles/7_practice/kunpeng_platform_compiles_and_runs_fisco-bcos-2.6.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ cp ${HOME}/FISCO-BCOS/build/bin/fisco-bcos bin
197197
### 3. 下载 build_chain.sh 脚本
198198

199199
```
200-
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/v2.9.1/build_chain.sh && chmod u+x build_chain.sh
200+
curl -LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/v2.11.0/build_chain.sh && chmod u+x build_chain.sh
201201
```
202202

203203
### 4. 运行一键搭建2群组3机构6节点底层FISCO-BCOS联盟链服务脚本

2.x/docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ sudo yum install -y openssl openssl-devel
6464
cd ~ && mkdir -p fisco && cd fisco
6565

6666
## 下载脚本
67-
curl -#LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.9.1/build_chain.sh && chmod u+x build_chain.sh
67+
curl -#LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.11.0/build_chain.sh && chmod u+x build_chain.sh
6868
```
6969

7070
```eval_rst
7171
.. note::
72-
- 如果因为网络问题导致长时间无法下载build_chain.sh脚本,请尝试 `curl -#LO https://osp-1257653870.cos.ap-guangzhou.myqcloud.com/FISCO-BCOS/FISCO-BCOS/releases/v2.9.1/build_chain.sh && chmod u+x build_chain.sh`
72+
- 如果因为网络问题导致长时间无法下载build_chain.sh脚本,请尝试 `curl -#LO https://osp-1257653870.cos.ap-guangzhou.myqcloud.com/FISCO-BCOS/FISCO-BCOS/releases/v2.11.0/build_chain.sh && chmod u+x build_chain.sh`
7373
```
7474

7575
![](./../images/installation/download_build_chain.gif)

2.x/docs/manual/group_use_cases.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ mkdir -p ~/fisco && cd ~/fisco
7979
- 获取build_chain.sh脚本
8080

8181
```bash
82-
curl -#LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.9.1/build_chain.sh && chmod u+x build_chain.sh
82+
curl -#LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.11.0/build_chain.sh && chmod u+x build_chain.sh
8383
```
8484

8585
```eval_rst
@@ -499,7 +499,7 @@ $ cd ~/fisco/nodes/127.0.0.1 && bash stop_all.sh
499499
```bash
500500
$ mkdir -p ~/fisco && cd ~/fisco
501501
# 获取build_chain.sh脚本
502-
$ curl -#LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.9.1/build_chain.sh && chmod u+x build_chain.sh
502+
$ curl -#LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.11.0/build_chain.sh && chmod u+x build_chain.sh
503503

504504
# 若因为网络问题导致长时间无法执行上面的命令,请尝试以下命令:
505505
$ curl -#LO https://gitee.com/FISCO-BCOS/FISCO-BCOS/raw/master-2.0/tools/build_chain.sh && chmod u+x build_chain.sh
@@ -647,11 +647,11 @@ $ cp ~/fisco/console/conf/config-example.toml ~/fisco/console/conf/config.toml
647647
# 修改控制台连接节点的端口为20100和20101
648648
# linux系统使用如下命令:
649649
$ sed -i 's/127.0.0.1:20200/127.0.0.1:20100/g' ~/fisco/console/conf/config.toml
650-
$ sed -i 's/127.0.0.1:20201/127.0.0.1:20101/g' ~/fisco/console/conf/config.toml
650+
$ sed -i 's/127.0.0.1:20201/127.0.0.1:20101/g' ~/fisco/console/conf/config.toml
651651

652652
# mac系统使用如下命令:
653653
$ sed -i .bkp 's/127.0.0.1:20200/127.0.0.1:20100/g' ~/fisco/console/conf/config.toml
654-
$ sed -i .bkp 's/127.0.0.1:20201/127.0.0.1:20101/g' ~/fisco/console/conf/config.toml
654+
$ sed -i .bkp 's/127.0.0.1:20201/127.0.0.1:20101/g' ~/fisco/console/conf/config.toml
655655
```
656656

657657
**通过控制台向群组发交易**

2.x/docs/manual/guomi_crypto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sudo apt install -y openssl curl
1616
# 准备环境
1717
cd ~ && mkdir -p fisco && cd fisco
1818
# 下载build_chain.sh脚本
19-
curl -#LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.9.1/build_chain.sh && chmod u+x build_chain.sh
19+
curl -#LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.11.0/build_chain.sh && chmod u+x build_chain.sh
2020

2121
# 若因为网络问题导致长时间无法执行上面的命令,请尝试以下命令:
2222
curl -#LO https://gitee.com/FISCO-BCOS/FISCO-BCOS/raw/master-2.0/tools/build_chain.sh && chmod u+x build_chain.sh

2.x/docs/manual/storage_security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 存储加密
22

3-
标签:``存储安全`` ``存储加密`` ``落盘加密``
3+
标签:``存储安全`` ``存储加密`` ``落盘加密``
44

55
----
66

@@ -25,7 +25,7 @@
2525

2626
下载`build_chain.sh`脚本
2727
``` shell
28-
curl -#LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.9.1/build_chain.sh && chmod u+x build_chain.sh
28+
curl -#LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.11.0/build_chain.sh && chmod u+x build_chain.sh
2929
```
3030

3131
```eval_rst

2.x/docs/sdk/nodejs_sdk/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 快速安装
22

3-
标签:``安装Node.js`` ``命令行工具``
3+
标签:``安装Node.js`` ``命令行工具``
44

55
----
66
## 环境要求
@@ -80,7 +80,7 @@ Node.js SDK内嵌CLI工具,供用户在命令行中方便地与区块链进行
8080

8181
```bash
8282
# 获取开发部署工具build_chain.sh脚本
83-
curl -#LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.9.1/build_chain.sh && chmod u+x build_chain.sh
83+
curl -#LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.11.0/build_chain.sh && chmod u+x build_chain.sh
8484
```
8585

8686
```eval_rst

2.x/docs/tutorial/cdn.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ get_gm_account.sh脚本用于生成sm2私钥,依赖于TASSL。如果从GitHub
6363
### 下载开发部署工具
6464

6565
```bash
66-
curl -#LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.9.1/build_chain.sh
66+
curl -#LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.11.0/build_chain.sh
6767
```
6868

69-
如果下载失败请尝试`curl -#LO https://osp-1257653870.cos.ap-guangzhou.myqcloud.com/FISCO-BCOS/FISCO-BCOS/releases/v2.9.1/build_chain.sh`
69+
如果下载失败请尝试`curl -#LO https://osp-1257653870.cos.ap-guangzhou.myqcloud.com/FISCO-BCOS/FISCO-BCOS/releases/v2.11.0/build_chain.sh`
7070

7171
### 下载二进制程序
7272

@@ -110,7 +110,7 @@ FISCO BCOS在编译时会自动下载依赖包,每个依赖包有多个源。
110110
1. 创建编译目录
111111

112112
```bash
113-
cd FISCO-BCOS
113+
cd FISCO-BCOS
114114
# 切换到2.0版本
115115
git checkout master-2.0
116116
mkdir build && cd build

2.x/docs/tutorial/docker.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sudo yum install -y curl openssl openssl-devel
3232
cd ~ && mkdir -p fisco && cd fisco
3333

3434
## 下载脚本
35-
curl -#LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.9.1/build_chain.sh && chmod u+x build_chain.sh
35+
curl -#LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.11.0/build_chain.sh && chmod u+x build_chain.sh
3636
```
3737

3838
```eval_rst
@@ -129,10 +129,10 @@ Status: Image is up to date for fiscoorg/fiscobcos:v2.7.2
129129
c27dcaa0adfbf45820506f659913e6dacb8a148425801ea80ab078100a8d57b7 # 启动节点的 CONTAINER ID
130130
e66fe7c68d3a8db5d8c18fe5749eba25fd41350ebbaa7accbc8374e03bfba690 # 启动节点的 CONTAINER ID
131131
2bb7b89e2a46b9a4f92fbf9b48b39023540fccdae14de52e091fa17ea219905e # 启动节点的 CONTAINER ID
132-
node0 start successfully
133-
node2 start successfully
134-
node3 start successfully
135-
node1 start successfully
132+
node0 start successfully
133+
node2 start successfully
134+
node3 start successfully
135+
node1 start successfully
136136
```
137137

138138
## 5. 检查容器

2.x/docs/tutorial/enc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
[```build_chain.sh```](../tutorial/installation.md)脚本,用普通的操作方法,先生成节点。
2525

2626
``` shell
27-
curl -#LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.9.1/build_chain.sh && chmod u+x build_chain.sh
27+
curl -#LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.11.0/build_chain.sh && chmod u+x build_chain.sh
2828
```
2929

3030
```eval_rst

2.x/docs/tutorial/multihost.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
mkdir -p ~/fisco && cd ~/fisco
3232

3333
# 下载开发部署工具build_chain
34-
curl -#LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.9.1/build_chain.sh && chmod u+x build_chain.sh
34+
curl -#LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.11.0/build_chain.sh && chmod u+x build_chain.sh
3535
```
3636

3737
```eval_rst
@@ -45,9 +45,9 @@ curl -#LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.9.1/buil
4545
# 这里所有区块链节点均属于agencyA,并仅启动了群组1
4646
# (注: 下面的ip信息需要根据真实的机器IP填写)
4747
cat >> ipconf << EOF
48-
196.168.0.1 agencyA 1
49-
196.168.0.3 agencyA 1
50-
196.168.0.4 agencyA 1
48+
196.168.0.1 agencyA 1
49+
196.168.0.3 agencyA 1
50+
196.168.0.4 agencyA 1
5151
196.168.0.2 agencyA 1
5252
EOF
5353
```

2.x/docs/tutorial/mysql_node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ sudo yum install -y openssl openssl-devel curl
137137
mkdir -p ~/fisco && cd ~/fisco
138138

139139
## 下载脚本
140-
curl -#LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.9.1/build_chain.sh && chmod u+x build_chain.sh
140+
curl -#LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.11.0/build_chain.sh && chmod u+x build_chain.sh
141141
```
142142

143143
```eval_rst

2.x/en/docs/manual/storage_security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Each agency has a Key Manager. For specific deployment steps, please refer to [K
1616
Use the script [```build_chain.sh```] (../installation.md) to build a node with normal operations.
1717

1818
``` shell
19-
curl -#LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.9.1/build_chain.sh && chmod u+x build_chain.sh
19+
curl -#LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.11.0/build_chain.sh && chmod u+x build_chain.sh
2020
```
2121

2222
```eval_rst

0 commit comments

Comments
 (0)