当前位置:网站首页>ETH POS 2.0 Staking 测试网质押流程
ETH POS 2.0 Staking 测试网质押流程
2022-07-21 13:43:00 【linzhiji】
基础概念
执行层+Beacon Chain Node + Validator Node
首先要装环境:就是执行层,主要就是同步区块
- Nethermind
- Besu
- Geth
运行 信标链(beacon node)节点
运行 验证(validator node)节点
具体步骤
有2种节点,分别要求如下
具体流程参考:
Quickstart: Run a node and (optionally) stake ETH using Prysm | Prysmx
下载Nethermind - Downloads,我选的Rospen 测试网,并执行命令
Nethermind.Runner --config ropsten --JsonRpc.Enabled true --HealthChecks.Enabled true --HealthChecks.UIEnabled true --JsonRpc.JwtSecretFile=../consensus/jwt.hex --JsonRpc.Host=0.0.0.0 --Merge.TerminalTotalDifficulty 50000000000000000
执行成功,开始同步数据,时间可能是小时级别到一天,看网速
执行过程中,可以在浏览器里查看进度
http://localhost:8545/healthchecks-ui
参考:
边栏推荐
猜你喜欢
基于SqlSugar的开发框架循序渐进介绍(12)-- 拆分页面模块内容为组件,实现分而治之的处理
Document operation management
测试人员面试时常见问题
[并发编程基础]-集合的线程安全
Map collection traversal in multiple ways
判断一个人靠不靠谱,就看这3点
Matlab least square fitting
The ultra-low price of domestic chips, while being replaced by domestic products, has led to a large number of exports, putting pressure on American chips
获取美团,饿了么外卖cps和权益链接
Understand the domestic open source Magnolia license series agreement in simple terms
随机推荐
MySQL:MySQL客户端和服务端之间是如何连接的呢?
ES6 from getting started to mastering 02:let and const commands
GAN的发展系列二(PGGAN、SinGAN)
Map collection traversal in multiple ways
多种方式Map集合遍历
Class字节码文件
【综合笔试题】难度 3.5/5,多解法热门二叉树笔试题
20 -- 验证回文串
Short answer questions in container learning
Openai officially announced that dall-e will open its beta to 1million users
并联型模糊PID复合控制器的simulink建模与仿真
【微信小程序授权】获取用户手机号,昵称
Luogu 2089 roast chicken
C# 使用FastReport.NET打印报表
Write it down once Net analysis of the memory leakage of the background service of a fire Internet of things
这还不硬?你来打我!手把手教学!
动作活体检测能力,构建安全可靠的支付级“刷脸”体验
Operation of Py file
“中国网事·感动2022”二季度网络感动人物评选结果揭晓
814. Binary tree pruning: simple recursive problem