Don't worry about no result after running that command.
Setup Your Node
In this step you need to setup your node with all requirement needed to run goracle node. Make sure your Algorand Node is running with same machine Or if you're using Algonode/Purestake API, you can answer yes if you get the question about API service.
This tutorial is using own algorand node. Make sure your Algorand Node is fully synced.
If you want to run goracle node using own algorand node, you can do by the following command below.
./goracle init
Continue? [y/N]? y
Use Algonode Algorand API service (recommended)? [Y/n]? n
Use a Purestake account for Algorand API service? [y/N]? n
Enter full Algorand node API URL (e.g. http://example.com:4001): http://127.0.0.1:8080
Don't forget to add http:// in the beginning of your server ip. example http://127.0.0.1:8080 . Don't put the server like this 127.0.0.1:8080 . Make sure your port is same as from the algod.net output.
Enter Algorand API auth token, or press enter for default: yourtoken
If you confuse how to get API URL and auth token, you can follow this link below.