以太坊2.0-上海升级节点详细搭建文档

一、配置 JWT 认证

使用执行客户端生成jwt.hex文件。

# wget https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.11.5-a38f4108.tar.gz
# tar zxvf geth-linux-amd64-1.11.5-a38f4108.tar.gz 

#  cd geth-linux-amd64-1.11.5-a38f4108

# /mnt/eth/geth/geth --datadir=/mnt/eth --authrpc.jwtsecret /mnt/eth/jwt.h

猜你喜欢

转载自blog.csdn.net/cljdsc/article/details/129795639