Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions docs/PlatON命令行工具.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ NAME:
USAGE:
platon [options] command [command options] [arguments...]

VERSION:
1.5.0-unstable

COMMANDS:
account Manage accounts
attach Start an interactive JavaScript environment (connect to node)
Expand Down
3 changes: 1 addition & 2 deletions docs/在线PlatON MTool使用手册.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ There are differences in the use of environment variables for the PlatON MTool d
## PlatON MTool Command Details

> Note: The follow-up command is the command format under Ubuntu. Under Windows, you need to modify `$PLATON_MTOOLDIR` to `%PLATON_MTOOLDIR%`.
> - Original Devnet1 (ChainID:210309) has been disabled, please change it to Devnet2 (ChainID:20250407) if needed.
> - If you are connecting to the Development 2 network, you need to modify the domainid of the config.properties configuration file in the PlatON MTool installation directory to 20250407.
> - If you are connecting to the Devnet3, you need to modify the domainid of the config.properties configuration file in the PlatON MTool installation directory to 20250407.

### Create A Wallet

Expand Down
16 changes: 8 additions & 8 deletions docs/成为主网验证节点.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,22 +64,22 @@ ntpq -4c rv | grep leap_none
Ubuntu 18.04:

```bash
sudo wget https://download.platon.network/platon/platon/1.5.0/platon -O /usr/bin/platon
sudo wget https://download.platon.network/platon/platon/1.5.0/platonkey -O /usr/bin/platonkey
sudo wget https://download.platon.network/platon/platon/1.5.1/platon -O /usr/bin/platon
sudo wget https://download.platon.network/platon/platon/1.5.1/platonkey -O /usr/bin/platonkey
```

Ubuntu 20.04:

```bash
sudo wget https://download.platon.network/platon/platon/ubuntu20.04/1.5.0/platon -O /usr/bin/platon
sudo wget https://download.platon.network/platon/platon/ubuntu20.04/1.5.0/platonkey -O /usr/bin/platonkey
sudo wget https://download.platon.network/platon/platon/ubuntu20.04/1.5.1/platon -O /usr/bin/platon
sudo wget https://download.platon.network/platon/platon/ubuntu20.04/1.5.1/platonkey -O /usr/bin/platonkey
```

Ubuntu 22.04:

```bash
sudo wget https://download.platon.network/platon/platon/ubuntu22.04/1.5.0/platon -O /usr/bin/platon
sudo wget https://download.platon.network/platon/platon/ubuntu22.04/1.5.0/platonkey -O /usr/bin/platonkey
sudo wget https://download.platon.network/platon/platon/ubuntu22.04/1.5.1/platon -O /usr/bin/platon
sudo wget https://download.platon.network/platon/platon/ubuntu22.04/1.5.1/platonkey -O /usr/bin/platonkey
```

```bash
Expand All @@ -92,8 +92,8 @@ After executing the commands above, `platon` and` platonkey` binary should be s
After you execute the platon version, please double check whether your Git Commit value is consistent with the following, if it is consistent, it means that it has been installed correctly:

> PlatON<br />
> Version: 1.5.0-unstable<br />
> Git Commit: <font color='red'>7b22c9351d5ff63a9ac8d143e75f9044914077f7</font><br />
> Version: 1.5.1-unstable<br />
> Git Commit: <font color='red'>a8468d02836130c1fa4d928f0731f40f5ab4add0</font><br />
> Git Commit Date: 20250307<br />
> Architecture: amd64<br />
> Go Version: go1.22.8<br />
Expand Down
6 changes: 3 additions & 3 deletions docs/成为开发网验证节点.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ntpq -4c rv | grep leap_none
devnet3:

```bash
sudo wget https://download.platon.network/platon/devnet3/platon/1.5.0/platon -O /usr/bin/platon
sudo wget https://download.platon.network/platon/devnet3/platon/1.5.1/platon -O /usr/bin/platon
sudo wget https://download.platon.network/platon/devnet3/platon/1.4.0/platonkey -O /usr/bin/platonkey
```

Expand Down Expand Up @@ -126,7 +126,7 @@ The development network provides a development test environment for the develope

#### Develop network related resources

> - platon: devnet3:https://download.platon.network/platon/devnet3/platon/1.5.0/platon
> - platon: devnet3:https://download.platon.network/platon/devnet3/platon/1.5.1/platon
>
> - platonkey: devnet3:https://download.platon.network/platon/devnet3/platon/1.4.0/platonkey
>
Expand All @@ -150,7 +150,7 @@ The development network provides a development test environment for the develope
devnet3:

```bash
cd ~/platon-node && wget https://download.platon.network/platon/devnet3/platon/1.5.0/genesis.json
cd ~/platon-node && wget https://download.platon.network/platon/devnet3/platon/1.5.1/genesis.json
```

- Initialize the genesis block file
Expand Down
2 changes: 1 addition & 1 deletion docs/接入开发网.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ https://devnet3openapi.platon.network/rpc or wss://devnet3openapi.platon.network
#### Access method 1: Connect to the DevNet via the local PlatON node
on the ubuntu 18.04 server, download and install the PlatON binary with the following command:
```bash
sudo wget https://download.platon.network/platon/platon/1.5.0/platon -P /usr/bin
sudo wget https://download.platon.network/platon/platon/1.5.1/platon -P /usr/bin
```
Connect to the development network by.
```bash
Expand Down
3 changes: 1 addition & 2 deletions docs/离线PlatON MTool使用手册.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ There are differences in the use of environment variables for the PlatON MTool d
## Detailed explanation of PlatON MTool wallet commands

> Note: The follow-up command is the command format under Ubuntu. Under Windows, you need to modify `$PLATON_MTOOLDIR` to `%PLATON_MTOOLDIR%`.
> - Original Devnet1 (ChainID:210309) has been disabled, please change it to Devnet3 (ChainID:20250407) if needed.
> - If you are connecting to the Development 2 network, you need to modify the domainid of the config.properties configuration file in the PlatON MTool installation directory to 20250407.
> - If you are connecting to the Devnet3, you need to modify the domainid of the config.properties configuration file in the PlatON MTool installation directory to 20250407.

### Create a cold wallet

Expand Down
2 changes: 0 additions & 2 deletions docs/网络说明.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ If you want to connect to the development network as a validator, please refer t

If you need to use test LAT on the development network, you have to obtain it through the faucet at

devnet1:Original Devnet1 (ChainID:210309) has been disabled, please change it to Devnet3 (ChainID:20250407) if needed.

devnet3:https://devnet3faucet.platon.network/faucet/


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ Windows和Ubuntu下PlatON MTool目录使用环境变量有所区别:
> **注意:**
>
> - 后续命令是Ubuntu下的命令格式,Windows下需要把`$PLATON_MTOOLDIR`修改成`%PLATON_MTOOLDIR%`;
> - 原开发1网(ChainID:210309)已停用,如有需要请更换为开发2网(ChainID:20250407);
> - 如果连接的是开发2网,需要修改PlatON MTool安装目录下的config.properties配置文件的chainid为20250407。
> - 如果连接的是开发3网,需要修改PlatON MTool安装目录下的config.properties配置文件的chainid为20250407。

### 创建钱包

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,22 +63,22 @@ ntpq -4c rv | grep leap_none
Ubuntu 18.04:

```bash
sudo wget https://download.platon.network/platon/platon/1.5.0/platon -O /usr/bin/platon
sudo wget https://download.platon.network/platon/platon/1.5.0/platonkey -O /usr/bin/platonkey
sudo wget https://download.platon.network/platon/platon/1.5.1/platon -O /usr/bin/platon
sudo wget https://download.platon.network/platon/platon/1.5.1/platonkey -O /usr/bin/platonkey
```

Ubuntu 20.04:

```bash
sudo wget https://download.platon.network/platon/platon/ubuntu20.04/1.5.0/platon -O /usr/bin/platon
sudo wget https://download.platon.network/platon/platon/ubuntu20.04/1.5.0/platonkey -O /usr/bin/platonkey
sudo wget https://download.platon.network/platon/platon/ubuntu20.04/1.5.1/platon -O /usr/bin/platon
sudo wget https://download.platon.network/platon/platon/ubuntu20.04/1.5.1/platonkey -O /usr/bin/platonkey
```

Ubuntu 22.04:

```bash
sudo wget https://download.platon.network/platon/platon/ubuntu22.04/1.5.0/platon -O /usr/bin/platon
sudo wget https://download.platon.network/platon/platon/ubuntu22.04/1.5.0/platonkey -O /usr/bin/platonkey
sudo wget https://download.platon.network/platon/platon/ubuntu22.04/1.5.1/platon -O /usr/bin/platon
sudo wget https://download.platon.network/platon/platon/ubuntu22.04/1.5.1/platonkey -O /usr/bin/platonkey
```

```bash
Expand All @@ -91,8 +91,8 @@ platon version
当您执行完platon version后,请您仔细检查您的Git Commit值是否与下面一致,若一致则表明已经正确安装:

> PlatON<br />
> Version: 1.5.0-unstable<br />
> Git Commit: <font color='red'>7b22c9351d5ff63a9ac8d143e75f9044914077f7</font><br />
> Version: 1.5.1-unstable<br />
> Git Commit: <font color='red'>a8468d02836130c1fa4d928f0731f40f5ab4add0</font><br />
> Git Commit Date: 20250307<br />
> Architecture: amd64<br />
> Go Version: go1.22.8<br />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ntpq -4c rv | grep leap_none
开发2网:

```bash
sudo wget https://download.platon.network/platon/devnet3/platon/1.5.0/platon -O /usr/bin/platon
sudo wget https://download.platon.network/platon/devnet3/platon/1.5.1/platon -O /usr/bin/platon
sudo wget https://download.platon.network/platon/devnet3/platon/1.4.0/platonkey -O /usr/bin/platonkey
```

Expand Down Expand Up @@ -131,11 +131,11 @@ cd ~/platon-node

### 加入PlatON开发网络

开发网为开发者或节点提供开发测试环境。可能出现不稳定,网络重置的情况。开发网络目前版本为1.5.0
开发网为开发者或节点提供开发测试环境。可能出现不稳定,网络重置的情况。开发网络目前版本为1.5.1

#### 开发网络相关资源

>- platon:3网:https://download.platon.network/platon/devnet3/platon/1.5.0/platon
>- platon:3网:https://download.platon.network/platon/devnet3/platon/1.5.1/platon
>- platonkey:3网:https://download.platon.network/platon/devnet3/platon/1.4.0/platonkey
>- mtool windows:https://download.platon.network/platon/devnet/mtool/windows/1.1.1/platon_mtool.exe
>- mtool linux:https://download.platon.network/platon/devnet/mtool/linux/1.1.1/platon_mtool.zip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ https://devnet3openapi.platon.network/rpc 或 wss://devnet3openapi.platon.networ
在ubuntu18.04服务器上,通过以下命令下载并安装PlatON二进制文件:

```
sudo wget https://download.platon.network/platon/devnet3/platon/1.5.0/platon -P /usr/bin
sudo wget https://download.platon.network/platon/devnet3/platon/1.5.1/platon -P /usr/bin
```

通过以下方式连接入开发网:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ Windows和Ubuntu下PlatON MTool目录使用环境变量有所区别:
> **注意:**
>
> - 后续命令是Ubuntu下的命令格式,Windows下需要把`$PLATON_MTOOLDIR`修改成`%PLATON_MTOOLDIR%`;
> - 原开发1网(ChainID:210309)已停用,如有需要请更换为开发2网(ChainID:20250407);
> - 如果连接的是开发2网,需要修改PlatON MTool安装目录下的config.properties配置文件的chainid为20250407。
> - 如果连接的是开发3网,需要修改PlatON MTool安装目录下的config.properties配置文件的chainid为20250407。

### 创建冷钱包

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ PlatON开发网络和主网功能一致,在版本上可能超前于主网。

如果您有在开发网络上使用测试LAT的需求,您需要通过水龙头来领取,领取地址:

开发1网:原开发1网(ChainID:210309)已停用,如有需要请更换为开发2网(ChainID:20250407)。

开发2网:https://devnet3faucet.platon.network/faucet/
开发网:https://devnet3faucet.platon.network/faucet/

> **提示**:开发网络上的LAT没有实际价值,仅用于测试使用!

Expand Down