This repo will help manage all public contributions to Etho Protocol public RPC services on the Etho Protocol Network.
- Install Etho Protocol Node (Geth) From Latest Releases .
- Install Example System Service Below
- Open Pull-Request In This Repo & Add Your Public IP Address to ipaddresses.json
[Unit]
Description=Etho Protocol RPC Node
[Service]
Type=simple
User=ethonode
Group=ethonode
ExecStart=/usr/sbin/geth --rpc --rpcaddr 127.0.0.1 --rpcport 8545 --rpcapi "web3,eth,net,utils" --rpccorsdomain "*" --rpcvhosts "*"
Restart=always
[Install]
WantedBy=default.target