# Endpoint for P2P node to listen on
# P2P nodes to connect to on startup (may specify multiple times)
# JSON array of P2P nodes to connect to on startup
## Empty seed nodes means new network
## Connect to other SON nodes
# Pairs of [BLOCK_NUM,BLOCK_ID] that should be enforced as checkpoints.
# Endpoint for websocket RPC to listen on
rpc-endpoint = 0.0.0.0:8090
# Endpoint for TLS websocket RPC to listen on
# The TLS certificate file for this server
# Password for this certificate
# File to read Genesis State from
genesis-json = /peerplays/son-genesis.json
# Block signing key to use for init witnesses, overrides genesis file
# JSON file specifying API permissions
# Space-separated list of plugins to activate
plugins = witness account_history market_history accounts_list affiliate_stats bookie peerplays_sidechain
# ==============================================================================
# peerplays_sidechain plugin options
# ==============================================================================
# ID of SON controlled by this node (e.g. "1.27.5", quotes are required)
# IDs of multiple SONs controlled by this node (e.g. ["1.27.5", "1.27.6"], quotes are required)
# Tuple of [PublicKey, WIF private key] (may specify multiple times)
# peerplays-private-key = ["", ""]
# IP address of Bitcoin node
bitcoin-node-ip = 172.0.0.1
# ZMQ port of Bitcoin node
bitcoin-node-zmq-port = 11111
# RPC port of Bitcoin node
bitcoin-node-rpc-port = 8332
bitcoin-node-rpc-user = 1
bitcoin-node-rpc-password = 1
bitcoin-wallet = son-wallet
# Bitcoin wallet password
bitcoin-wallet-password = ""
# Tuple of [Bitcoin public key, Bitcoin private key] (may specify multiple times)
# This should be the public and private keys of the Bitcoin wallet you'll use. You already entered the private key in the .env file above.
bitcoin-private-key = ["", ""]