Skip to content

Commit

Permalink
Merge pull request #307 from benbaley/master
Browse files Browse the repository at this point in the history
Update binary file download patch
  • Loading branch information
biganxin authored Dec 24, 2024
2 parents 73db249 + d7a069f commit 36dea66
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/PlatON命令行工具.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ USAGE:
platon [options] command [command options] [arguments...]
VERSION:
1.4.2-unstable
1.4.4-unstable
COMMANDS:
account Manage accounts
Expand Down
10 changes: 5 additions & 5 deletions docs/成为主网验证节点.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ ntpq -4c rv | grep leap_none
Ubuntu 18.04:

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

Ubuntu 20.04 or higher:

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

Expand All @@ -85,11 +85,11 @@ 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.4.2-unstable<br />
> Git Commit: <font color='red'>382e9431034c9a3a2e9d748598d6770242743f54</font><br />
> Version: 1.4.4-unstable<br />
> Git Commit: <font color='red'>af1168d0b62febf53913cb1ceebaa6413d3ba9b3</font><br />
> Git Commit Date: 20230719<br />
> Architecture: amd64<br />
> Go Version: go1.18.10<br />
> Go Version: go1.22.8<br />
> Operating System: linux<br />
> ...<br />
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://devnet2openapi.platon.network/rpc or wss://devnet2openapi.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.4.2/platon -P /usr/bin
sudo wget https://download.platon.network/platon/platon/1.4.4/platon -P /usr/bin
```
Connect to the development network by.
```bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ ntpq -4c rv | grep leap_none
Ubuntu 18.04:

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

Ubuntu 20.04 or higher:

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

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

> PlatON<br />
> Version: 1.4.2-unstable<br />
> Git Commit: <font color='red'>382e9431034c9a3a2e9d748598d6770242743f54</font><br />
> Version: 1.4.4-unstable<br />
> Git Commit: <font color='red'>af1168d0b62febf53913cb1ceebaa6413d3ba9b3</font><br />
> Git Commit Date: 20230719<br />
> Architecture: amd64<br />
> Go Version: go1.18.10<br />
> Go Version: go1.22.8<br />
> Operating System: linux<br />
> ...<br />
Expand Down

0 comments on commit 36dea66

Please sign in to comment.