Keychain Client Configuration
On this page, you will:
-
See an example configuration file for the Keychain Core client
[Gateway]
; Whether the gateway should try to create its first persona automatically
AutoCreatePersona = no
[Blockchain]
; Hostname/IP address of the primary blockchain full node
PrimaryHost = 13.115.198.104
; Query port of the primary blockchain full node
PrimaryQueryPort = 9091
; Heartbeat port of the primary blockchain full node
PrimaryHeartbeatPort = 9092
; Block header subscription port of the primary blockchain full node
PrimaryBlockPort = 9093
; Transaction subscription port of the primary blockchain full node
PrimaryTransactionPort = 9094
; Number of retry attempts to connect to the full node
QueryRetries = 3
; Query timeout in milliseconds
QueryTimeoutMsecs = 30000
; Subscription timeout in milliseconds
SubscribeTimeoutMsecs = 4000
[License]
; Hostname/IP address of the primary license server
PrimaryHost = 54.65.160.194
; Port of the primary license server
PrimaryPort = 3301
; License file path
FilePath = C:\Users\sundance\keychain-data\keychain.license
[Communication]
; Hostname/IP address of the primary communications server (optional)
PrimaryHost = 54.65.160.194
; Port of the primary communications server (optional)
PrimaryPort = 1883
[Faucet]
; Hostname/IP address of the primary faucet server (optional)
PrimaryHost = 54.65.160.194
; Port of the primary faucet server (optional)
PrimaryPort = 3301