> For the complete documentation index, see [llms.txt](https://validators.spicenet.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://validators.spicenet.io/configuring-your-validator-node/3.1-binaries-configuration.md).

# 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
```
