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
77
88文档对应版本:
99
10- covenantsql/covenantsql 84b7da393152
10+ covenantsql/covenantsql e87bfd412293
1111
1212本教程可以为中国测试网(testnet cn)或者国外测试网(testnet w) 部署 miner 节点,注意区分网络环境。
1313
@@ -381,7 +381,7 @@ CovenantSQL 提供了一个方便的 Explorer 来展示数据库子链上的块
381381
382382```shell
383383docker run -d -v $(pwd)/client_config/:/app/config/ \
384- -e COVENANT_ROLE=observer \
384+ -e COVENANT_ROLE=explorer \
385385 -e COVENANT_CONF=/app/config/config.yaml \
386386 -e COVENANTSQL_OBSERVER_ADDR=0.0.0.0:4661 \
387387 --name "<explorer_name>" \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ title: Deploy custom miner
77
88文档对应版本:
99
10- covenantsql/covenantsql 84b7da393152
10+ covenantsql/covenantsql e87bfd412293
1111
1212本教程可以为中国测试网(testnet cn)或者国外测试网(testnet w) 部署 miner 节点,注意区分网络环境。
1313
@@ -381,7 +381,7 @@ CovenantSQL 提供了一个方便的 Explorer 来展示数据库子链上的块
381381
382382```shell
383383docker run -d -v $(pwd)/client_config/:/app/config/ \
384- -e COVENANT_ROLE=observer \
384+ -e COVENANT_ROLE=explorer \
385385 -e COVENANT_CONF=/app/config/config.yaml \
386386 -e COVENANTSQL_OBSERVER_ADDR=0.0.0.0:4661 \
387387 --name "<explorer_name>" \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ original_id: deploy_miner
88
99文档对应版本:
1010
11- covenantsql/covenantsql 84b7da393152
11+ covenantsql/covenantsql e87bfd412293
1212
1313本教程可以为中国测试网(testnet cn)或者国外测试网(testnet w) 部署 miner 节点,注意区分网络环境。
1414
@@ -382,7 +382,7 @@ CovenantSQL 提供了一个方便的 Explorer 来展示数据库子链上的块
382382
383383```shell
384384docker run -d -v $(pwd)/client_config/:/app/config/ \
385- -e COVENANT_ROLE=observer \
385+ -e COVENANT_ROLE=explorer \
386386 -e COVENANT_CONF=/app/config/config.yaml \
387387 -e COVENANTSQL_OBSERVER_ADDR=0.0.0.0:4661 \
388388 --name "<explorer_name>" \
You can’t perform that action at this time.
0 commit comments