NG
Oasys

Oasys

Setup Guide

Install

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

Additional

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
Stuck? Ask!

By continuing to use our website, you consent to our use of cookies in accordance with our cookie policy