-
Notifications
You must be signed in to change notification settings - Fork 12
/
.env.sample
74 lines (60 loc) · 2.15 KB
/
.env.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
#####################################################################
# Chainpoint Node Configuration
#####################################################################
# Chainpont Core Connection IP List
# A comma separated list specifying the Core IP(s) to connect to, instead of using automatic service discovery
#
CHAINPOINT_CORE_CONNECT_IP_LIST=35.188.238.186,35.245.53.181,35.245.9.90
# Aggregation and Core hash submission interval
# The aggregation and Core hash submission frequency, in seconds
#
AGGREGATION_INTERVAL_SECONDS=60
# Max Satoshi per hash submission
# The maximum amount you are willing to spend for each hash submission to Core, in Satoshi
#
MAX_SATOSHI_PER_HASH=10
# Proof expiration period
# The length of time proofs as stored on the node for retrieval before pruning, in minutes
#
# When omitted, the default value is 1440
#
PROOF_EXPIRE_MINUTES=1440
# Hash submission limit
# The maximum number of hashes accepted in a single submit request
#
# When omitted, the default value is 1000
#
POST_HASHES_MAX=1000
# Proof verification limit
# The maximum number of proofs accepted in a single verification request
#
# When omitted, the default value is 1000
#
POST_VERIFY_PROOFS_MAX=1000
# Proof retrieval limit
# The maximum number of proofs to be returned in a single request
#
# When omitted, the default value is 250
#
GET_PROOFS_MAX=250
# Network Configuration
# If manually specifying Cores using CHAINPOINT_CORE_CONNECT_IP_LIST,
# it is the Node operators responsibility to ensure that this network matches
# the network of the Cores to which it is connecting, otherwise failure will result.
#
# Valid values are 'mainnet' and 'testnet'. When omitted, the default value is 'mainnet'
#
NETWORK=mainnet
#######################################
# Lightning Configuration
#######################################
# Lightning host and port
LND_SOCKET=lnd:10009
# Public IP address for the Lightning node
LND_PUBLIC_IP=<your IP here>
# The size of each channel in satoshis
# CHANNEL_AMOUNT=200000
# The required size of the wallet
# FUND_AMOUNT=600000
# Skip LSAT authentication (lightning payments) to this comma-delimited list of IPs
# NO_LSAT_CORE_WHITELIST=