Setup Guide
Rent server onSponsored
PQ Hosting
Latitude
InterServer
Vultr
DigitalOcean
Linode
Use our script for a quick installation:
wget -q -O oasys.sh https://api.nodes.guru/oasys.sh && chmod +x oasys.sh && sudo /bin/bash oasys.sh
You can check the node logs with the command:
journalctl -u oasysd -f
Restart node:
systemctl restart oasysd
The progress of synchronization can be checked with the following command. Synchronization is complete when the output changes to false.
sudo -u geth geth attach ipc:/home/geth/.ethereum/geth.ipc --exec eth.syncing
Delete node:
systemctl stop oasysd systemctl disable oasysd rm -rf /home/geth/* rm /etc/systemd/system/oasysd.service
Ports used:
TCP/UDP port 30303 TCP port 8545
By continuing to use our website, you consent to our use of cookies in accordance with our cookie policy