Substrate 一键发链极简教程(三)- 如何加入 Alexander 测试网

栏目: 编程工具 · 发布时间: 6年前

内容简介:本文介绍如何通过 Docker 安装最新版的 Polkadot,并连接测试网 AlexanderDocker的安装方式不需要下载代码和编译,比较简单快捷具体步骤根据操作系统查看

本文介绍如何通过 Docker 安装最新版的 Polkadot,并连接测试网 Alexander

Docker的安装方式不需要下载代码和编译,比较简单快捷

安装 Docker

具体步骤根据操作系统查看 https://docs.docker.com/install/

查看最新的 Polkadot Docker 文件

访问 https://hub.docker.com/r/chevdor/polkadot/tags/

在本文中我们使用的 0.4.4 版本

Substrate 一键发链极简教程(三)- 如何加入 Alexander 测试网

安装该版本的 Polkadot

docker run --rm -it chevdor/polkadot:0.4.4 polkadot --version

完成后,可以使用下面的命令开始运行节点,记得把 YourNodeName 改成自己想要的名字

docker run --rm -i -p 30333:30333 -p 9933:9933 -v /tmp/polkadot-data/:/data chevdor/polkadot:0.4.4 polkadot --name "YourNodeName"

在 Telemetry 监控节点情况

如果一些顺利,打开下面的网址就可以找到你的节点了

https://telemetry.polkadot.io/#/Alexander

Substrate 一键发链极简教程(三)- 如何加入 Alexander 测试网


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Beginning iPhone and iPad Web Apps

Beginning iPhone and iPad Web Apps

Chris Apers、Daniel Paterson / Apress / 2010-12-15 / USD 39.99

It seems that everyone and her sister has developed an iPhone App—everyone except you, the hard-working web professional. And now with the introduction of the iPad, you may even feel farther behind. B......一起来看看 《Beginning iPhone and iPad Web Apps》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码