参与区块验证
前提
硬件配置
最低
8core
16g
ssd iops>5k
network performance > 10 Gigabit推荐
16core
32g
ssd iops>5k
network-performance > 25 Gigabit网络和端口
获取可执行节点程序
开启节点
新建账户
开启挖矿
申请节点
Last updated
Was this helpful?
合适的硬件配置和网络环境。
拥有大于最低质押数量DX的账户。
8core
16g
ssd iops>5k
network performance > 10 Gigabit16core
32g
ssd iops>5k
network-performance > 25 Gigabit公网IP
端口开放 TCP/UDP : 32668
从Github下载最新发布的可执行程序
开启您的节点,确保数据已同步到最新区块高度。为了资产安全,验证节点不建议开启 --http 服务。
进入工作目录 /directory/of/geth
或者
打开控制台 ./geth attach --datadir ./data
新建账户 personal.newAccount('password')
新建账户的keystore文件位于 /directory/of/geth 目录下的 data/keystore文件夹下。
打开控制台 ./geth attach --datadir ./data
解锁矿工账户 personal.unlockAccount("miner address","password",0)
开启挖矿 miner.start()
确保上述矿工地址账户有足够数量的DX用以申请节点。
前往 https://staking.dxchain.com/apply 发起节点申请。
申请通过之后,下一周期更新时将参与节点选举。当选之后,节点将自行按照顺序进行出块,期间请保持节点正常挖矿状态。
Last updated
Was this helpful?
Was this helpful?
$ ./geth account new --datadir ./data