内容简介:本文介绍如何通过 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 版本
安装该版本的 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
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Windows 10 测试版加入颜文字支持
- 欢迎加入 Cassandra 技术社区
- 不要为了期权加入创业公司,不值得
- 微软加入 OpenJDK,向 Java 靠拢
- Keka 1.2.11 发布,加入终端支持
- SpringBoot 如何加入 Prometheus & Grafana 監控
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
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》 这本书的介绍吧!