geth

geth

screen geth --authrpc.addr localhost --authrpc.port 8551 --authrpc.vhosts=* --authrpc.jwtsecret /home/livid/Developer/geth/jwt.hex --syncmode=full --cache 65536 --http --http.api "eth,net,web3" --http.vhosts=* --ws --ws.api "eth,web3,net" --datadir /data2/ethereum

lighthouse

cd Developer/lighthouse
screen ./target/release/lighthouse bn --network mainnet --checkpoint-sync-url https://mainnet.checkpoint.sigp.io --execution-endpoint http://localhost:8551 --execution-jwt /home/livid/Developer/geth/jwt.hex