Skip to content

Commit

Permalink
Merge pull request #78 from oracleNetworkProtocol/worry-free
Browse files Browse the repository at this point in the history
update docs and logo
  • Loading branch information
soooc authored Sep 2, 2022
2 parents c6dae0f + 02b9799 commit cbbea44
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 449 deletions.
Binary file modified client/images/logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified client/images/plugchain-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
167 changes: 0 additions & 167 deletions docs/cli-client/nft.md

This file was deleted.

5 changes: 2 additions & 3 deletions docs/concepts/fees.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ The gas usage of PVM and EVM is calculated in the same way, but the PVM `gas` us

* PVM transactions must first meet the minimum handling fee required by `fees` greater than Cosmos SDK` (currently the minimum handling fee is 0.0001*200000=20uplugcn)`
* The gas provided by the transaction should be greater than or equal to the gas sum calculated according to the [gas table](https://github.com/ethereum/go-ethereum/blob/master/params) transaction bytes /protocol_params.go)
* Minimum gasPrice is `7`
* EQ: fees = `math.Ceil( (gas*gasPrice) / 1000 )` (Proposal [v1.5.0](https://www.plugchain.network/v2/communityDetail?id=9) algorithm after upgrade)
* For example: `gas=654321`,`gasPrice=7`,`fees=4581uplugcn`
* `gasPrice` 最低为 `7`
* 公式: `fees = gas * gasPrice / 1000000` (Proposal [v1.7.0](https://www.plugchain.network/v2/communityDetail?id=10) algorithm after upgrade)
29 changes: 0 additions & 29 deletions docs/features/nft.md

This file was deleted.

18 changes: 8 additions & 10 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 All @@ -45,8 +45,7 @@ Depending on the snapshot height, lock the `plugchaind` binary version to use

| Block height | Database | plugchaind version | Download address | Desc |
| ---- | --------- | -------- | ----| ----- |
| 5205489 | goleveldb (default) | [v1.5](https://github.com/oracleNetworkProtocol/plugchain/releases/tag/v1.5.0) | [mainnet-5205489-20220802-goleveldb.zip](https://snapshot-node-mainnet.oss-cn-hangzhou.aliyuncs.com/mainnet-5205489-20220802-goleveldb.zip) | (68.864GB)crop data |
| 5098752 | goleveldb (default) | [v1.5](https://github.com/oracleNetworkProtocol/plugchain/releases/tag/v1.5.0) | [mainnet-5098752-archive-20220726-goleveldb.zip](https://snapshot-node-mainnet.oss-cn-hangzhou.aliyuncs.com/mainnet-5098752-archive-20220726-goleveldb.zip) | (153.079GB)Archive data - for use by archive nodes only|
| 5633285 | goleveldb (default) | [v1.7](https://github.com/oracleNetworkProtocol/plugchain/releases/tag/v1.5.0) | [mainnet-5633285-20220830-goleveldb.zip](https://snapshot-node-mainnet.oss-cn-hangzhou.aliyuncs.com/mainnet-5633285-20220830-goleveldb.zip) | (77.709GB)crop data |

1. Download snapshot data

Expand All @@ -70,11 +69,10 @@ Next, your node will perform all chain upgrade procedures. Between each upgrade,

| Proposal | Starting Height | Upgrade Height | plugchaind Version |
| -------- | ------------ | -------------- | ----- |
| [v1.0](https://www.plugchain.network/v2/communityDetail?id=7) | 3000000 | | [v1.1.0](https://github.com/oracleNetworkProtocol/plugchain/tree/v1.1.0) |
| [v1.2.1](https://www.plugchain.network/v2/communityDetail?id=8) | 3349542 | 3576853 | [v1.2.1](https://github.com/oracleNetworkProtocol/plugchain/tree/v1.2.1) |
| [v1.5.0](https://www.plugchain.network/v2/communityDetail?id=9) | 3935641 | 4152263 | [v1.5.0](https://github.com/oracleNetworkProtocol/plugchain/tree/v1.5.0) |


| [v1.0](https://www.plugchain.network/v2/communityDetail?id=7) | 3000000 | | [v1.1.0](https://github.com/oracleNetworkProtocol/plugchain/releases/tag/v1.1.0) |
| [v1.2.1](https://www.plugchain.network/v2/communityDetail?id=8) | 3349542 | 3576853 | [v1.2.1](https://github.com/oracleNetworkProtocol/plugchain/releases/tag/v1.2.1) |
| [v1.5.0](https://www.plugchain.network/v2/communityDetail?id=9) | 3935641 | 4152263 | [v1.5.0](https://github.com/oracleNetworkProtocol/plugchain/releases/tag/v1.5.0) |
| [v1.7](https://www.plugchain.network/v2/communityDetail?id=10) | 5420512 | 5633000 | [v1.7.0](https://github.com/oracleNetworkProtocol/plugchain/releases/tag/v1.7.0) |



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
Loading

0 comments on commit cbbea44

Please sign in to comment.