Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions psyche-book/src/development/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ To install Nix, simply run the `./setup-nix.sh` script. This will install Nix an

##### Binary cache

If you already have Nix installed, or are installing it manually,
To speed up your builds & your local dev shell, we recommend enabling the binary cache from `garnix`, our CI provider.
If you already have Nix installed, or are installing it manually, you can speed up your builds & your local dev shell by enabling the binary cache from `garnix`, our CI provider.

In order to use the cache that garnix provides, change your `nix.conf`, adding `https://cache.garnix.io` to substituters, and `cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=` to `trusted-public-keys`.

Expand Down
2 changes: 1 addition & 1 deletion psyche-book/src/enduser/join-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Before running it, you should create an environment file with some needed variab
The `.env` file should have at least this defined:

```bash
WALLET_PATH=/path/to/your/keypair.json
WALLET_PRIVATE_KEY_PATH=/path/to/your/keypair.json

# Required: Solana RPC Endpoints
RPC=https://your-primary-rpc-provider.com
Expand Down
2 changes: 1 addition & 1 deletion psyche-book/src/explain/data-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ We also support loading data from GCP as a subsection of the HTTP data provider.
The required configuration depends on the data provider implementation being used:

1. **TCP Server**:
- If the data provider is configured as a TCP server, and an additional file named `data.toml` is required.
- If the data provider is configured as a TCP server, an additional file named `data.toml` is required.
- This file contains the configuration required for the TCP server, including:
- Data location
- Token size
Expand Down
2 changes: 1 addition & 1 deletion psyche-book/src/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Psyche is built to maintain training integrity without requiring participants to

## Client Quickstart

If you are a client wanting to join an exiting training round you can refer to the [join a run documentation](./enduser/join-run.md)
If you are a client wanting to join an existing training round you can refer to the [join a run documentation](./enduser/join-run.md)