Ethereum fullnode
Commands
./prysm.sh beacon-chain --execution-endpoint=http://localhost:8551 --mainnet --jwt-secret=/home/eidf086/eidf086/zeeshan/ethereum/consensus/jwt.hex --checkpoint-sync-url=https://beaconstate.info --genesis-beacon-api-url=https://beaconstate.info
geth --syncmode full --authrpc.addr 0.0.0.0 --authrpc.port 8551 --authrpc.vhosts localhost --authrpc.jwtsecret ~/ethereum/consensus/jwt.hex --http --http.addr 0.0.0.0 --http.port 8545 --http.api eth,net,web3