# 3.1 Binaries Configuration

{% hint style="info" %}
This option can be found in our latest testnet repo [here](https://github.com/pepper-research/testnet-canary)
{% endhint %}

Once you have downloaded the required binaries from releases of the repo, we will be configuring it to work in a specific file system structure

* App
  * spicenet-ubuntu-latest
  * configs
    * celestia

`configs` can be found in the testnet repo at the root.

{% hint style="info" %}
Set up connection to celestia in the file `configs/celestia/rollup.toml` in the fields `celestia_rpc_address` and `celestia_rpc_auth_token`

&#x20;Make sure your celestia bridge node runs on the mocha testnet. Refer to celestia's guide on running and maintaining a celestial bridge node [here](https://docs.celestia.org/how-to-guides/bridge-node)
{% endhint %}

Run the binary with

```sh
chmod +x spicenet-ubuntu-latest
./spicenet-ubuntu-latest
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://validators.spicenet.io/configuring-your-validator-node/3.1-binaries-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
