Cash

Cash

Actual physical cash is still the most private option, with no chance of leaving any transactional records.

Cash Docker

Container Info

cashpilot

Self-hosted passive income orchestrator for bandwidth sharing, DePIN, storage, and GPU compute services

#Tools#Monitoring drumsergio/cashpilot:latest

Run Command

docker run -d \
  -p 8080:8080/tcp \
  -e TZ=${TZ} \
  -e CASHPILOT_SECRET_KEY=${CASHPILOT_SECRET_KEY} \
  -e CASHPILOT_API_KEY=${CASHPILOT_API_KEY} \
  -v /data \
  --restart=unless-stopped \
  drumsergio/cashpilot:latest

Compose File

version: 3.8
services:
  cashpilot:
    image: "drumsergio/cashpilot:latest"
    ports:
      - "8080:8080/tcp"
    environment:
      TZ: UTC
      CASHPILOT_SECRET_KEY: 
      CASHPILOT_API_KEY: 
    volumes:
      - /data
    restart: unless-stopped

Environment Variables

  • Var Name Default
  • TZ UTC
  • CASHPILOT_SECRET_KEY null
  • CASHPILOT_API_KEY null

Port List

  • 8080:8080/tcp

Volume Mounting

  • /data

Cash Reviews

More Other Payment Methods

About the Data: Cash

API

You can access Cash's data programmatically via our API. Simply make a GET request to:

https://api.awesome-privacy.xyz/v1/services/cash

The REST API is free, no-auth and CORS-enabled. To learn more, view the API Docs or read the API Usage Guide.

Share Cash

Help your friends compare Other Payment Methods, and pick privacy-respecting software and services.
Share Cash and Awesome Privacy with your network!

View Other Payment Methods (3)