Get Started
A step-by-step guide to contribute GPUs to Pictor Network
Workers can join the Pictor Network through just a few simple steps:
Create Pictor Account
Visit app.pictor.network and sign in with your Google account or by connecting to a crypto wallet such as Aptos's Petra.

Set Up Worker
Currently, you can set up a Worker node in two ways, using:
Pictor Worker App
Pictor Docker Image
Set up Worker using Worker App
🔹 Create New Worker
Navigate to My Nodes, and choose
New Worker

In the "Create New Worker' page, fill in the Worker information (Worker name) as you want.
Note: Mining is the upcoming feature and will only be available on Workers running NVIDIA GPU(s).

Click the
Create Worker
button to finish creating.
🔹 Install Worker App
Download the Pictor Worker App.

Run the downloaded Pictor Worker Setup file and follow the instructions to install the app.



🔹 Configure Worker
Download the Worker’s config file (each Worker has a unique config file; make sure you download the right one).

Open the Worker app and import the downloaded config file.

After connecting successfully, the app will show your Worker status as Connected, like this:

Install Blender
During our Testnet, only Blender rendering jobs are supported.
To receive render tasks assigned from the network, your Worker must have Blender installed.
Go to the Settings tab to check if Blender is already detected on your device. If it isn’t, simply scroll down, select one of the suggested Blender versions, and follow the instructions to install it.

Notes: To ensure rendering works properly, make sure your GPU has the correct and up-to-date driver installed. Select the correct driver for your GPU model 👇
👉 NVIDIA (Studio drivers): https://www.nvidia.com/en-us/drivers/
👉 AMD: https://www.amd.com/en/support/download/drivers.html
Set up Worker using Docker Image
Besides the Worker app, you can now run Pictor Worker via a Docker image on Ubuntu Linux and Windows. To set it up, follow the steps below 👇:
Requirements:
A machine with an NVIDIA GPU.
NVIDIA Container Toolkit installed.
If you don’t have NVIDIA Container Toolkit installed, you can:
Follow the official NVIDIA guide
Alternatively, use Pictor's installation script for the NVIDIA Container Toolkit
Step 1: Download the Worker Config File
Navigate to My Workers on the sidebar >> create a new Worker.
Download the Worker config file (
.json
) to your machine.
For example, save it at /home/ubuntu/worker-config.json

Step 2: Install the Pictor Docker Image
Download Pictor's Docker Image installation script
Ex., save it at /home/ubuntu/install-worker.sh
Grant execution permissions
chmod +x /home/ubuntu/install-worker.sh
Run the installation script
/home/ubuntu/install-worker.sh
When prompted, enter the full path to your Worker config file from Step 1.
/home/ubuntu/worker-config.json
Your Pictor Worker is now running via Docker and connected to the Pictor Network, ready to process jobs.
Process Rendering Job
When you have successfully connected the Worker app or Docker Image on your device and keep it the Worker app or Docker app running, your device will be shown as an Online Worker on the Pictor network. Online workers will be chosen to distribute the rendering jobs from the network.
Once a rendering job is distributed to your Worker, it will:
First, download the job data
Then, perform the job
Below is the desktop app interface when processing a rendering task from Pictor Network.

Last updated