https://geth.ethereum.org/docs/getting-started/installing-gethInstalling Geth Docs: https://geth.ethereum.org/docs
mkdir MyFolderName
geth --datadir MyFolderName account new * Enter Password (Dont Forget!) Note Here: LOCALADDRESS
geth init --datadir NamaFolderSaya genesis.json Open Firewall Ports sudo ufw allow 31313 sudo ufw allow 8551
geth --identity Validator3 --datadir data --unlock LOCALADDRESS --allow-insecure-unlock --syncmode "snap" --port 40606 --authrpc.port 8551 --verbosity 3 consoleConnect Network: admin.addPeer('ENODE')
eth.getBlock("latest")* If you have the latest block according to Explorerexit (enter)
geth --datadir data --unlock LOCALADDRESS --allow-insecure-unlock --mine --miner.etherbase LOCALADDRESS --syncmode "snap" --port 31313 --authrpc.port 8551 --verbosity 3 console
See the status of the proposal {clique.status()}
Allow New Validator {clique.propose("LOCALADDRESS", true)}