Ethereum 2.0-Shanghai upgrade node detailed building documents

1. Configure JWT authentication

Generate jwt.hex file using execute client.

# 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

Guess you like

Origin blog.csdn.net/cljdsc/article/details/129795639