1. Genesis JSON File
To set up your Etherify node, start by downloading the Genesis JSON file from the official repository:
https://github.com/etherify-org/genesis/blob/main/etherify.json
2. Connect to Peers
Use the following commands to connect your node to the Etherify network. Run these in your Geth console:
admin.addPeer(
"enode://f63dda6960c7fe758552fb9e25283445dd0f5726db56eab6a3dd9560230b357d50e33c449da632ce977b42f48b9159e09355e567862a266f5c2532148727cc52@139.180.145.179:22202"
);
admin.addPeer(
"enode://0cba91a27b0b4ec4ef77cfca9b5d6edd89d10f241b175be903ccbb0e70d4889e01579200583627408e6c05b19209fd71bfca36baddeb0d702750bb728b88fd7a@140.82.8.255:22202"
);
3. Download Geth v15.0.5
Ensure you have the correct version of Geth to run your Etherify node. Download it here:
https://github.com/etherify-org/etherify-chain/releases/tag/v15.0.5
More infomation for Initialize the Genesis Block and Start the Node in Fullsync Mode at:
https://github.com/etherify-org/genesis