OCEAN NODES is a critical component of decentralised networks supporting blockchain-based projects, often within ecosystems focused on sharing data, computing power and various other decentralised services. In short, another blockchain for AI.
Nearly $40,000,000 of investment from Fabric Ventures, DCG, IOSG Ventures. Node requirements are 1CPU/2RAM/4SSD.
The point of the rewards is high uptime of the server (node). Every week the rewards are given out in the form of $FET tokens.
- Server on Ubuntu 22.04
- EVM wallet
1st Step Quick Install of Node by curl
curl -O https://raw.githubusercontent.com/oceanprotocol/ocean-node/main/scripts/ocean-node-quickstart.sh && chmod +x ocean-node-quickstart.sh && ./ocean-node-quickstart.sh
After installation, press Y and Enter. After that insert our privat key from EVM wallet into the terminal.( Format: 0x). Then insert the address of EVM wallet. Press Enter 5 times.
Next, you will need to enter the IP of the server on which the node will be installed.
docker-compose up -d
docker-compose logs -f
Noda has been launched, congrats.
To access the dashboard, write into your browser :
YOUR_SERVER_IP:8000/dashboard/
Connect your EVM node wallet, copy your node id. You can trace your node here, the node id should be inserted into the search https://nodes.oceanprotocol.com



