-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmempool-config-testnet.sample.json
55 lines (55 loc) · 1.2 KB
/
mempool-config-testnet.sample.json
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
{
"MEMPOOL": {
"NETWORK": "testnet",
"BACKEND": "esplora",
"ENABLED": true,
"HTTP_PORT": 8997,
"MINED_BLOCKS_CACHE": 144,
"SPAWN_CLUSTER_PROCS": 0,
"API_URL_PREFIX": "/api/v1/",
"INDEXING_BLOCKS_AMOUNT": -1,
"AUDIT": true,
"ADVANCED_GBT_AUDIT": true,
"ADVANCED_GBT_MEMPOOL": true,
"POLL_RATE_MS": 1000,
"DISK_CACHE_BLOCK_INTERVAL": 1
},
"CORE_RPC": {
"HOST": "127.0.0.1",
"PORT": 19573,
"USERNAME": "user",
"PASSWORD": "password",
"TIMEOUT": 60000
},
"ESPLORA": {
"REST_API_URL": "http://127.0.0.1:3011"
},
"DATABASE": {
"ENABLED": true,
"HOST": "127.0.0.1",
"PORT": 3306,
"SOCKET": "/var/run/mysqld/mysqld.sock",
"DATABASE": "mempool_testnet",
"USERNAME": "mempool",
"PASSWORD": "mempool"
},
"SYSLOG": {
"MIN_PRIORITY": "info"
},
"STATISTICS": {
"ENABLED": true,
"TX_PER_SECOND_SAMPLE_PERIOD": 150
},
"SOCKS5PROXY": {
"ENABLED": false,
"USE_ONION": true,
"HOST": "127.0.0.1",
"PORT": 9050,
"USERNAME": "",
"PASSWORD": ""
},
"EXTERNAL_DATA_SERVER": {
"MEMPOOL_API": "https://ferritecoin.com/api/v1",
"MEMPOOL_ONION": "http://REPLACEME.onion/api/v1"
}
}