Skip to content

Deployment

Current Setup

All services run on a single server. The PoT-O validator uses PEER_NETWORK_MODE=local_only.

Future: Multi-Node VPN

  1. Build the same Docker image on external servers
  2. Set PEER_NETWORK_MODE=vpn_mesh and configure VPN_PEER_ADDRESSES
  3. The VpnMeshNetwork implementation handles peer discovery over WireGuard
  4. No changes to the mining core are needed

Sync Scripts

  • make sync-to-vserver -- push config to production
  • make sync-from-vserver -- pull config from production
  • make compare-configs FILE=docker-compose.yml -- diff local vs remote

TribeWarez Blockchain Ecosystem