-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathconfig.advanced.example.json
More file actions
72 lines (62 loc) · 1.95 KB
/
Copy pathconfig.advanced.example.json
File metadata and controls
72 lines (62 loc) · 1.95 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
{
"_docs": "Reference for every config.json key, each shown with its default value. Copy ONLY the keys you actually want to change into config.json; any key you omit keeps the default below. The string \"auto\" means 'let the stack decide' (default path / hostname / donor id), and blank node_username/node_password on a local node means 'auto-generate the RPC credentials'. Full descriptions: https://github.com/p2pool-starter-stack/pithead/blob/main/docs/configuration.md#configuration-reference",
"monero": {
"mode": "local",
"wallet_address": "your_monero_wallet_address",
"node_username": "",
"node_password": "",
"prune": true,
"clearnet_initial_sync": false,
"prep_blocks_threads": "auto",
"rpc_lan_access": false,
"data_dir": "auto",
"mem_limit": "auto",
"remote": {
"host": "node.remote-monero-host.com",
"rpc_port": 18081,
"zmq_port": 18083
}
},
"tari": {
"wallet_address": "your_tari_wallet_address",
"clearnet_initial_sync": false,
"data_dir": "auto",
"mem_limit": "auto"
},
"p2pool": {
"pool": "main",
"stratum_bind": "0.0.0.0",
"stratum_password": "",
"clearnet": false,
"data_dir": "auto"
},
"proxy": {
"donate_level": 0
},
"xvb": {
"enabled": true,
"url": "na.xmrvsbeast.com:4247",
"donor_id": "auto",
"donation_level": "auto",
"tor": true
},
"tor": {
"data_dir": "auto"
},
"dashboard": {
"secure": true,
"host": "auto",
"timezone": "auto",
"data_dir": "auto",
"tari_required": true,
"check_for_updates": true,
"auth": {
"username": "admin",
"password": ""
}
},
"network": {
"subnet": "172.28.0.0/24",
"tor_egress_firewall": true
}
}