Skip to content

dev573/ETH_node_setup_2023

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

ETH_node_setup_2023 Cloud / Local

installing Packages

sudo apt update

sudo add-apt-repository -y ppa:ethereum/ethereum

sudo apt-get update

sudo apt-get install ethereum

Connecting to Consensus Clients

mkdir prysm && cd prysm

curl https://raw.githubusercontent.com/prysmaticlabs/prysm/master/prysm.sh --output prysm.sh && chmod +x prysm.sh

./prysm.sh beacon-chain generate-auth-secret

starting geth server/node

geth --http --http.api eth,net,engine,admin --authrpc.jwtsecret /root/prysm/jwt.hex

starting Consensus Client

./prysm.sh beacon-chain --execution-endpoint=http://localhost:8551 --jwt-secret=/root/prysm/jwt.hex --suggested-fee-recipient=0x01234567722E6b0000012BFEBf6177F1D2e9758D9

add your address in above cmmand insted of "0x01234567722E6b0000012BFEBf6177F1D2e9758D9"


if you dont have Vultr account use below link to create new onw and get 100$ free credit. https://m.do.co/c/8f7b157b0fa2

Vultr Referral Badge

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published