Truebit Node Installation Guide
This guide will walk you through the process of setting up a Truebit Decentralized Verification Node, enabling your system to participate in verifying Truebit tasks on the network.
Last updated
Was this helpful?
Was this helpful?
name: truebit_runner_node
services:
runner-node:
image: truebitprotocol/runner-node:prod
platform: linux/amd64
container_name: runner-node
pull_policy: always
stop_signal: SIGINT
stop_grace_period: 30s
environment:
- RABBITMQ_URL=amqps://runneruser:X4uj1hbWc79vZ6@tcp.truebit.network:30010/truebit-nextgen
- FILESYSTEM_URL=https://prod-minio.truebit.network
- FILESYSTEM_ACCESS_KEY=eHSCx431M1khHMc
- FILESYSTEM_SECRET_KEY=6DnIQrM2wIyY09rT
- PRIVATE_KEY= (to be added by the user)
docker compose -f docker-compose.yml up -d docker compose -f docker-compose.yml psdocker logs runner-node -fdocker compose -f docker-compose.yml down -vdocker logs <CONTAINER_NAME> docker logs <CONTAINER_NAME> -f