Documentation

RustMinerSystem installation guide

Download, start, and verify the RustMinerSystem server package.

Installation

Download

Download the package that matches your system architecture from the release center.

# Linux example: replace with the real download URL
wget https://example.com/rustminersystem-linux.tar.gz
tar -xzf rustminersystem-linux.tar.gz
cd rustminersystem

Start

# Example command, adjust it to match the actual release package
./rustminersystem --config ./config.toml

Verify

After startup, check the following:

  • The service process is running normally.
  • Logs do not show configuration errors or connection failures.
  • The pool connection is successful.
  • Test miners can submit valid data.