Prerequisites

  • Solana devnet account containing at least 0.1 SOL

    • Use the Solana Faucet to request a free airdrop of SOL to your wallet address on devnet.

  • Browser-based wallet extension implementing the Solana Wallet Standard

    • Phantom wallet was used to test these steps

    • Set your wallet to use Solana's devnet.

  • A supported 64-bit operating system (see below)

  • An Internet connection with a stable IP address

  • Recommended: set up port-forwarding for UDP port 39065

The following system specifications are recommendations, not hard minimums.

The worker node can function on systems with fewer resources, but its functionality may be limited.

These are the platforms we've chosen to support for the Alpha release. Support for more platforms and processor architectures will be added in the future.

If you're interested in running worker nodes but we don't currently support your platform, we'd love to talk about it. Join our Discord and let's chat.

Linux 64-bit

  • Multi-core Intel or AMD x86-64 processor

  • 4 GB RAM

  • Recommended distribution: Ubuntu or Debian

    • These instructions may require adjustment for other distributions.

  • bash (default on most Linux distributions) or a compatible shell likezsh

  • Install one of these supported container runtimes:

Windows 64-bit (Windows Subsystem for Linux)

  • Multi-core Intel or AMD x86-64 processor

  • 4 GB RAM

  • Set up Windows Subsystem for Linux

    • Recommended distribution: Ubuntu or Debian

  • Set up a supported container runtime as listed above under Linux 64-bit.

macOS (Intel Silicon)

  • Only Intel-based Macs are currently supported. Apple Silicon may be supported in a future release.

  • bash or zsh

Last updated