Process Jobs Locally

Download our Docker container and start earning credits by processing jobs

Quick Start

# Pull the Docker image
docker pull serverbids/processor:latest

# Run the container
docker run -d \
  --name serverbids-processor \
  -e SERVERBIDS_API_KEY=your_api_key \
  -e SERVERBIDS_USER_ID=your_user_id \
  serverbids/processor:latest
Get API Key

System Requirements

  • Docker 20.10 or later
  • 4GB RAM minimum (8GB recommended)
  • 2 CPU cores minimum (4+ recommended)
  • 10GB free disk space
  • Stable internet connection

Setup Guide

1

Create an Account

Sign up for a ServerBids account and get your API key from the dashboard.

2

Install Docker

Make sure you have Docker installed on your system. Visit Docker's website for installation instructions.

3

Run the Container

Use the commands from the Quick Start section to run the container with your API key.

4

Monitor Progress

Check your dashboard to see your earnings and processing statistics.

Frequently Asked Questions

How much can I earn?

Earnings depend on your hardware capabilities and the number of jobs processed. We charge only a 5% fee on your earnings.

What models are supported?

Our container supports all Ollama models. The system will automatically select jobs based on the models you have available.

Can I run multiple instances?

Yes, you can run multiple instances on different machines using the same API key. Each instance will be treated as a separate worker.

How do I update the container?

Simply pull the latest image and restart the container. Your settings and API key will be preserved.