πCustom Port (Optional)
This step is to resolve port conflicts, as the algorand node uses the default port of 8080. You can skip this step if you want to use default port.
Last updated
This step is to resolve port conflicts, as the algorand node uses the default port of 8080. You can skip this step if you want to use default port.
If your 8080 port is already using on other apps, you can using custom with this following command.
cd /var/lib/algorandcp config.json.example config.jsonnano config.jsonSearch EndpointAddress and here is the example.

Then change the port from 127.0.0.1:0 to 127.0.0.1:8980 or you can use port you want. Next step is save your config using CTRL +X , CTRL + Y and then press enter.
Check your node status to make sure your port is already changed. Here is the example.

Don't forget to remember which port you're using for algorand node to run goracle node later.
Now your algorand node is ready to use.
Last updated
systemctl restart algorandsystemctl status algorand