Difference between revisions of "Template:Bitcoind ports"

From wikieduonline
Jump to navigation Jump to search
(Created page with " EXPOSE 8080 # REST interface EXPOSE 8333 18333 18444 # P2P network (mainnet, testnet & regnet respectively) EXPOSE 8332 18332 18443 # R...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
  [[EXPOSE]] 8080              # [[REST]] interface
 
  [[EXPOSE]] 8080              # [[REST]] interface
  EXPOSE [[8333]] 18333 18444  # [[P2P]] network (mainnet, testnet & regnet respectively)
+
  EXPOSE [[8333]] 18333 18444  # [[P2P]] network ([[mainnet]], [[testnet]] & [[regnet]] respectively)
  EXPOSE [[8332]] 18332 18443  # [[RPC]] interface (mainnet, testnet & regnet respectively)
+
  EXPOSE [[8332]] 18332 18443  # [[RPC]] interface (mainnet, testnet & [[regnet]] respectively)
  EXPOSE 28332 28333      # [[ZMQ]] ports (for transactions & blocks respectively)
+
  EXPOSE [[28332]] [[28333]]       # [[ZMQ]] ports (for transactions & blocks respectively)

Latest revision as of 13:10, 29 May 2023

EXPOSE 8080              # REST interface
EXPOSE 8333 18333 18444  # P2P network (mainnet, testnet & regnet respectively)
EXPOSE 8332 18332 18443  # RPC interface (mainnet, testnet & regnet respectively)
EXPOSE 28332 28333       # ZMQ ports (for transactions & blocks respectively)

Advertising: