# Endpoint for P2P node to listen on p2p-endpoint = 0.0.0.0:9090 # P2P nodes to connect to on startup (may specify multiple times) # seed-node = # JSON array of P2P nodes to connect to on startup # seed-nodes = # Pairs of [BLOCK_NUM,BLOCK_ID] that should be enforced as checkpoints. # checkpoint = # Endpoint for websocket RPC to listen on rpc-endpoint = 0.0.0.0:8090 # Endpoint for TLS websocket RPC to listen on # rpc-tls-endpoint = # The TLS certificate file for this server # server-pem = # Password for this certificate # server-pem-password = # File to read Genesis State from # genesis-json = # Block signing key to use for init witnesses, overrides genesis file # dbg-init-key = # JSON file specifying API permissions # api-access = # 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) # witness-id = # Tuple of [PublicKey, WIF private key] (may specify multiple times) # private-key = ["BTS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV","5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3"] # Account ID to track history for (may specify multiple times) # track-account = # Track market history by grouping orders into buckets of equal size measured in seconds specified as a JSON array of numbers # bucket-size = [15,60,300,3600,86400] bucket-size = [60,300,900,1800,3600,14400,86400] # for 1 min, 5 mins, 30 mins, 1h, 4 hs and 1 day. i think this should be the default. # How far back in time to track history for each bucket size, measured in the number of buckets (default: 1000) history-per-size = 1000 # Max amount of operations to store in the database, per account (drastically reduces RAM requirements) max-ops-per-account = 1000 # Remove old operation history # objects from RAM partial-operations = true