For the complete documentation index, see llms.txt. This page is also available as Markdown.

Presearch on StackOS

Presearch app deployment from the StackOS AppStore.

Locate the most recent tag

Go to:

https://hub.docker.com/r/presearch/node/tags

And copy the most recent "version numbered" tag. Have this on hand for the pod configuration:

We assume you already have your PreSearch API Key and account set up.

If you need more details on that reference this:

https://docs.presearch.org/nodes/api

Go to your dashboard:

https://nodes.presearch.org/dashboard

And have your PreSearch Node Registration Code ready:

✅ Fund your StackOS Account:

✅ Go to the AppStore

✅ Launch your PreSearch Node

✅ Configure your PreSearch Node

Update the Image Name to have the latest tag:

For example: "presearch/node:1.0.1"

Configure your environment with the Node Registration Code:

REGISTRATION_CODE = 123123123123123

✅ Verify Operation

Check https://nodes.presearch.org/dashboard and verifiy your node appears

Look for green connection icon

✅ Troubleshooting

If your node is not starting properly for some reason, consider opening a WebTTY and checking the logs:

Create WebTTY

✅ Get the name of the presearch-0x... pod

kubectl get pods

✅ Show the logs for the pod

kubectl logs -f presearch-0xYOURETHADDRESS-RANDOM

✅ Expect to see something like this

Last updated