forked from KeychainMDIP/kc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.env
More file actions
44 lines (40 loc) · 934 Bytes
/
sample.env
File metadata and controls
44 lines (40 loc) · 934 Bytes
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
# General
KC_UID=1000
KC_GID=1000
KC_NODE_NAME=mynodeName
KC_NODE_ID=mynodeID
# Gatekeeper
KC_DEBUG=false
KC_GATEKEEPER_DB=json
KC_GATEKEEPER_REGISTRIES=hyperswarm,TBTC,TFTC
KC_GATEKEEPER_PORT=4224
KC_GATEKEEPER_VERIFY_DB=true
# CLI
KC_GATEKEEPER_URL=http://localhost:4224
# KC_KEYMASTER_URL=http://localhost:4226
# Bitcoin testnet4 mediator
KC_TBTC_HOST=localhost
KC_TBTC_CHAIN=TBTC
KC_TBTC_NETWORK=testnet
KC_TBTC_START_BLOCK=38000
KC_TBTC_PORT=48332
KC_TBTC_USER=testnet4
KC_TBTC_PASS=testnet4
KC_TBTC_WALLET=mdip
KC_TBTC_IMPORT_INTERVAL=1
KC_TBTC_EXPORT_INTERVAL=1
KC_TBTC_FEE_MIN=0.00000200
KC_TBTC_FEE_MAX=0.00000600
KC_TBTC_FEE_INC=0
# Feathercoin testnet mediator
KC_TFTC_HOST=localhost
KC_TFTC_START_BLOCK=0
KC_TFTC_PORT=19337
KC_TFTC_USER=feathercoin
KC_TFTC_PASS=feathercoin
KC_TFTC_WALLET=mdip
KC_TFTC_IMPORT_INTERVAL=1
KC_TFTC_EXPORT_INTERVAL=1
KC_TFTC_FEE_MIN=0.00000300
KC_TFTC_FEE_MAX=0.00003000
KC_TFTC_FEE_INC=0