区块链实验室(32) - 下载arm64的Prysm

Prysm是Ethereum的共识层。

1. 下载prysm.sh

bash 复制代码
curl https://raw.githubusercontent.com/prysmaticlabs/prysm/master/prysm.sh --output prysm.sh && chmod +x prysm.sh

2. 下载x86版prysm共识客户端

bash 复制代码
./prysm.sh beacon-chain --download-only

3.下载arm64版prysm共识客户端

prysm.sh检测操作系统类型,然后下载相应版本的共识客户端。因此在x86 linux操作系统里,默认下载x86版。为了下载arm64版,如下修改prysm.sh。在173行添加一句,修改arch变量。



相关推荐
阿里云大数据AI技术1 小时前
阿里云 EMR AI 助手正式发布:从问答工具到全栈智能运维助手
运维·人工智能
orion5719 小时前
Missing Semester Class1:course overview and introduction of shell
linux
apocelipes21 小时前
常用编程语言和库的正则表达式性能对比
c语言·c++·python·性能优化·golang·开发工具和环境
SkyWalking中文站1 天前
认识 Horizon UI · 6/17:Trace 探索器
运维·监控·自动化运维
用户120487221611 天前
Linux驱动编译与加载
linux·嵌入式
火车叼位1 天前
写给初级开发者:SSL、SSH、HTTPS 与证书体系全解析
运维
用户805533698031 天前
Input 子系统架构:Core、Handler、Driver 三层是怎么协作的
linux·嵌入式
用户805533698031 天前
RK-Forge外设系列开篇 - 把板子从「能启动」变成「能用」:Ethernet/SPI/MMC 三个纯接线外设
linux·github·嵌入式
小猿姐2 天前
唯品会大规模数据库云原生实践:基于 KubeBlocks 管理数千实例的统一运维之路
运维·elasticsearch·云原生
七歌杜金房2 天前
我终于又有了自己的 Linux 电脑
linux·debian·mac