File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
translated_docs/zh-CN/version-0.8.0
versioned_docs/version-0.8.0 Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ title: Deploy custom miner
7
7
8
8
文档对应版本:
9
9
10
- covenantsql/covenantsql 84b7da393152
10
+ covenantsql/covenantsql e87bfd412293
11
11
12
12
本教程可以为中国测试网(testnet cn)或者国外测试网(testnet w) 部署 miner 节点,注意区分网络环境。
13
13
@@ -381,7 +381,7 @@ CovenantSQL 提供了一个方便的 Explorer 来展示数据库子链上的块
381
381
382
382
```shell
383
383
docker run -d -v $(pwd)/client_config/:/app/config/ \
384
- -e COVENANT_ROLE=observer \
384
+ -e COVENANT_ROLE=explorer \
385
385
-e COVENANT_CONF=/app/config/config.yaml \
386
386
-e COVENANTSQL_OBSERVER_ADDR=0.0.0.0:4661 \
387
387
--name "<explorer_name>" \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ title: Deploy custom miner
7
7
8
8
文档对应版本:
9
9
10
- covenantsql/covenantsql 84b7da393152
10
+ covenantsql/covenantsql e87bfd412293
11
11
12
12
本教程可以为中国测试网(testnet cn)或者国外测试网(testnet w) 部署 miner 节点,注意区分网络环境。
13
13
@@ -381,7 +381,7 @@ CovenantSQL 提供了一个方便的 Explorer 来展示数据库子链上的块
381
381
382
382
```shell
383
383
docker run -d -v $(pwd)/client_config/:/app/config/ \
384
- -e COVENANT_ROLE=observer \
384
+ -e COVENANT_ROLE=explorer \
385
385
-e COVENANT_CONF=/app/config/config.yaml \
386
386
-e COVENANTSQL_OBSERVER_ADDR=0.0.0.0:4661 \
387
387
--name "<explorer_name>" \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ original_id: deploy_miner
8
8
9
9
文档对应版本:
10
10
11
- covenantsql/covenantsql 84b7da393152
11
+ covenantsql/covenantsql e87bfd412293
12
12
13
13
本教程可以为中国测试网(testnet cn)或者国外测试网(testnet w) 部署 miner 节点,注意区分网络环境。
14
14
@@ -382,7 +382,7 @@ CovenantSQL 提供了一个方便的 Explorer 来展示数据库子链上的块
382
382
383
383
```shell
384
384
docker run -d -v $(pwd)/client_config/:/app/config/ \
385
- -e COVENANT_ROLE=observer \
385
+ -e COVENANT_ROLE=explorer \
386
386
-e COVENANT_CONF=/app/config/config.yaml \
387
387
-e COVENANTSQL_OBSERVER_ADDR=0.0.0.0:4661 \
388
388
--name "<explorer_name>" \
You can’t perform that action at this time.
0 commit comments