Skip to content

Network

Rick edited this page May 6, 2019 · 8 revisions

Zero.conf Guide

Network-Related Settings

Below contains information for additional configuration of the zero.conf file.


testnet

  • Run on the test network instead of the real Zero network.
  • testnet=1

regtest

  • Run a regression test network
  • regtest=0

proxy

  • Connect via a SOCKS5 proxy
  • proxy=127.0.0.1:9050

bind

  • Bind to given address and always listen on it. Use [host]:port notation for IPv6
  • bind=<addr>

whitebind

  • Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6
  • whitebind=<addr>

Clone this wiki locally