Pick your machine. Both paths run the same node, keep 80% of every job (85% on 16 GB+ cards), and are boosted up to 10x when the network is busy. NVIDIA or AMD, 8 GB VRAM or more.
The app makes one outbound connection to BREAD Console and talks to the model runtime on your PC. Prompts in as text, answers out as text. It has no access to your files.
docker run -d --name bread-node --gpus all --restart unless-stopped \
-v bread-node:/data -e BREAD_WALLET=YourSolanaAddress \
breadaiio/node:latestdocker logs -f bread-node. The model downloads into the volume on the first start.breadaiio/node:rocm tag and --device /dev/kfd --device /dev/dri instead of --gpus all.Update: docker pull breadaiio/node:latest, remove the container, run the command again. No Docker? The plain bundle and a systemd unit are on the releases page.
The container reaches the GPU and its own data volume, nothing else on the host. One outbound connection to BREAD Console; prompts in as text, answers out as text.