Skip to content

Commit

Permalink
update testnet node and update mainnet dir
Browse files Browse the repository at this point in the history
  • Loading branch information
seedlings-calm committed Aug 30, 2022
1 parent 62e33d0 commit 4195506
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions docs/get-started/mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ plugchaind init <moniker> --chain-id=plugchain_520-1
2. Download the `genesis.json`, `app.toml`, `config.toml` public on the mainnet:

```bash
curl -o ~/.plugchain/config/genesis.json https://raw.githubusercontent.com/oracleNetworkProtocol/mainnet/main/v1/genesis.json
curl -o ~/.plugchain/config/app.toml https://raw.githubusercontent.com/oracleNetworkProtocol/mainnet/main/v1/app.toml
curl -o ~/.plugchain/config/config.toml https://raw.githubusercontent.com/oracleNetworkProtocol/mainnet/main/v1/config.toml
curl -o ~/.plugchain/config/genesis.json https://raw.githubusercontent.com/oracleNetworkProtocol/mainnet/main/version/v1/genesis.json
curl -o ~/.plugchain/config/app.toml https://raw.githubusercontent.com/oracleNetworkProtocol/mainnet/main/version/v1/app.toml
curl -o ~/.plugchain/config/config.toml https://raw.githubusercontent.com/oracleNetworkProtocol/mainnet/main/version/v1/config.toml
```
3. Before starting, if you want to modify the service port, seed information, peering point, sentinel mode, etc., you can modify the file yourself, and then synchronize the block.

Expand Down
8 changes: 4 additions & 4 deletions docs/get-started/testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ Need to [install plugchaind](install.md) first
:::
## public endpoint

- [Cosmos-GRPC:47.108.75.227:9090]()
- [Cosmos-REST:http://47.108.75.227:1317/](http://47.108.75.227:1317/)
- [Tendermint-RPC:http://47.108.75.227:26657/](http://47.108.75.227:26657/)
- [JSON-RPC:http://47.108.75.227:8545/](http://47.108.75.227:8545/)
- [Cosmos-GRPC:47.243.255.151:9090]()
- [Cosmos-REST:http://47.243.255.151:1317/](http://47.243.255.151:1317/)
- [Tendermint-RPC:http://47.243.255.151:26657/](http://47.243.255.151:26657/)
- [JSON-RPC:http://47.243.255.151:8545/](http://47.243.255.151:8545/)


## run a full node
Expand Down
6 changes: 3 additions & 3 deletions docs/zh/get-started/mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ plugchaind init <moniker> --chain-id=plugchain_520-1
2. 下载主网公开的 `genesis.json`,`app.toml`,`config.toml`:

```bash
curl -o ~/.plugchain/config/genesis.json https://raw.githubusercontent.com/oracleNetworkProtocol/mainnet/main/v1/genesis.json
curl -o ~/.plugchain/config/app.toml https://raw.githubusercontent.com/oracleNetworkProtocol/mainnet/main/v1/app.toml
curl -o ~/.plugchain/config/config.toml https://raw.githubusercontent.com/oracleNetworkProtocol/mainnet/main/v1/config.toml
curl -o ~/.plugchain/config/genesis.json https://raw.githubusercontent.com/oracleNetworkProtocol/mainnet/main/version/v1/genesis.json
curl -o ~/.plugchain/config/app.toml https://raw.githubusercontent.com/oracleNetworkProtocol/mainnet/main/version/v1/app.toml
curl -o ~/.plugchain/config/config.toml https://raw.githubusercontent.com/oracleNetworkProtocol/mainnet/main/version/v1/config.toml
```
3. 启动之前如果想修改服务端口,种子信息,对等点,哨兵模式等,可自行修改文件,然后再同步区块。

Expand Down
8 changes: 4 additions & 4 deletions docs/zh/get-started/testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ order: 4
:::
## 公共端点

- [Cosmos-GRPC:47.108.75.227:9090]()
- [Cosmos-REST:http://47.108.75.227:1317/](http://47.108.75.227:1317/)
- [Tendermint-RPC:http://47.108.75.227:26657/](http://47.108.75.227:26657/)
- [JSON-RPC:http://47.108.75.227:8545/](http://47.108.75.227:8545/)
- [Cosmos-GRPC:47.243.255.151:9090]()
- [Cosmos-REST:http://47.243.255.151:1317/](http://47.243.255.151:1317/)
- [Tendermint-RPC:http://47.243.255.151:26657/](http://47.243.255.151:26657/)
- [JSON-RPC:http://47.243.255.151:8545/](http://47.243.255.151:8545/)


## 运行全节点
Expand Down

0 comments on commit 4195506

Please sign in to comment.