phBot Crypto
  • Introduction
  • Disclaimer
  • Purchasing
  • Download
  • Updating
  • Supported Operating Systems
  • Wallets
  • Tax
  • Frequently Asked Questions
  • DCA Calculator
  • Configuration
    • Introduction
    • Main
    • Pairs
    • Proxy
    • Examples
  • Exchanges
    • Introduction
    • Binance
    • Coinbase
    • Gemini
    • Alpaca (stocks/crypto)
    • Kraken
  • Python
    • Introduction
    • API
    • Functions
    • Example
    • Libs
Powered by GitBook
On this page
  1. Configuration

Proxy

Proxy

Proxies are supported in v1.1.1 and onward.

Example

SOCKS 5

socks5://127.0.0.1:1080

SOCKS 5 w/authentication

socks5://user:pass@127.0.0.1:1080

SOCKS 4a

socks4a://127.0.0.1:1080

HTTP

http://127.0.0.1:80

HTTPS

https://127.0.0.1:443

Last updated 4 months ago