# Endpoint for P2P node to listen on
p2p-endpoint = 0.0.0.0:9777
# P2P nodes to connect to on startup (may specify multiple times)
seed-node = 96.46.48.98:19777
seed-node = 96.46.48.98:29777
seed-node = 96.46.48.98:39777
seed-node = 96.46.48.98:49777
seed-node = 96.46.48.98:59777
# JSON array of P2P nodes to connect to on startup
# Pairs of [BLOCK_NUM,BLOCK_ID] that should be enforced as checkpoints.
checkpoint = ["43328076","0295224c22b145b43c6ed6d4d56390b7fddb4758"]
checkpoint = ["43328077","0295224df70e863823bc29bb171e8380cd0d5f14"]
checkpoint = ["43328078","0295224e77097787cb53a4a573ac253f27912df9"]
checkpoint = ["43328079","0295224f0cbce57e982f68420a99de051f930636"]
checkpoint = ["43333079","029535d7245f2185541980db609f83afcafba04c"]
checkpoint = ["43338079","0295495fbf60a36d3070c25df0a82ed2e37155c5"]
checkpoint = ["43343079","02955ce706c015b9fcba279e0d7d45954461f586"]
checkpoint = ["43348079","0295706f11aa31f3f99579b232e184ec3a920cd3"]
checkpoint = ["43353079","029583f7af8a0784a391cdba382016b4c01f4bce"]
checkpoint = ["43358079","0295977f1764106629878a0d6e032d22f4ebaed3"]
checkpoint = ["43361260","0295a3ece12430f3f29def8c1fe16eaca07c9e9c"]
# 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
# Block signing key to use for init witnesses, overrides genesis file
# JSON file specifying API permissions
# Whether to enable tracking of votes of standby witnesses and committee members. Set it to true to provide accurate data to API clients, set to false for slightly better performance.
# enable-standby-votes-tracking =
# Space-separated list of plugins to activate
plugins = witness account_history market_history accounts_list affiliate_stats bookie peerplays_sidechain
# ==============================================================================
# ==============================================================================
# Enable block production, even if the chain is stale.
enable-stale-production = false
# Percent of witnesses (0-99) that must be participating in order to produce blocks
required-participation = false
# ID of witness controlled by this node (e.g. "1.6.5", quotes are required, may specify multiple times)
# IDs of multiple witnesses controlled by this node (e.g. ["1.6.5", "1.6.6"], quotes are required)
# Tuple of [PublicKey, WIF private key] (may specify multiple times)
private-key = ["PPY...","5K..."]
# ==============================================================================
# peerplays_sidechain plugin options
# ==============================================================================
# ID of SON controlled by this node (e.g. "1.33.5", quotes are required)
# IDs of multiple SONs controlled by this node (e.g. ["1.33.5", "1.33.6"], quotes are required)
# Tuple of [PublicKey, WIF private key] (may specify multiple times)
peerplays-private-key = ["PPY...","5K..."]
# IP address of Bitcoin node
bitcoin-node-ip = 127.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)
bitcoin-private-key = ["02...","..."]
# Sidechain retry throttling threshold
sidechain-retry-threshold = 150