-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_dev_regtest.toml
More file actions
97 lines (83 loc) · 1.69 KB
/
config_dev_regtest.toml
File metadata and controls
97 lines (83 loc) · 1.69 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# Dogecoin Configuration Example for man-indexer-v2
protocolID = "6d6574616964"
module = ["mrc20"]
syncHost = ["*"]
blockedHost = []
cacheUrl = ""
syncDB = ""
adminToken = ""
[sync]
syncAllData = false
syncProtocols = []
syncBeginTime = ""
syncEndTime = ""
reSyncNum = 0
isFullNode = false
mrc20Only = true
# Bitcoin Configuration (Regtest)
[btc]
initialHeight = 0
mrc20Height = 1
rpcHost = "192.168.1.24:18443"
rpcUser = "test"
rpcPass = "test"
rpcHttpPostMode = true
rpcDisableTLS = true
zmqHost = "tcp://192.168.1.24:28333"
popCutNum = 0
# MVC Configuration
[mvc]
initialHeight = 86500
mrc20Height = 0
rpcHost = "127.0.0.1:9882"
rpcUser = "mvc"
rpcPass = "password"
zmqHost = "tcp://127.0.0.1:28882"
rpcHttpPostMode = true
rpcDisableTLS = true
popCutNum = 21
# Dogecoin Configuration
[doge]
#initialHeight = 6005461 # Set your initial block height
initialHeight = 0
mrc20Height = 1
# For Dogecoin Regtest (active):
rpcHost = "192.168.1.24:18332"
rpcUser = "dogeuser"
rpcPass = "dogepass"
rpcHttpPostMode = true
rpcDisableTLS = true
zmqHost = "tcp://192.168.1.24:28444"
popCutNum = 0
# For Dogecoin Mainnet, use:
#rpcHost = "47.242.142.8:23116"
#rpcUser = "dxllzyll"
#rpcPass = "kjgoep61xjg1i5u3"
#rpcHttpPostMode = true
#rpcDisableTLS = true
#zmqHost = "tcp://47.242.142.8:15533"
#popCutNum = 21
# For Dogecoin Testnet, use:
# rpcHost = "127.0.0.1:44555"
# zmqHost = "tcp://127.0.0.1:44556"
[pebble]
dir = "./man_base_data_pebble"
num = 2
[web]
port = "0.0.0.0:7777"
pemFile = ""
keyFile = ""
host = "localhost"
[metaSo]
pubkey = ""
prikey = ""
mongoNodeURI = ""
syncMode = ""
onlyHost = ""
feeRateHost = ""
feeLimit = 0
notifcationBlackedHost = []
[statistics]
metaChainHost = ""
allowHost = []
allowProtocols = []