-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbsvm.json.example
More file actions
37 lines (37 loc) · 996 Bytes
/
Copy pathbsvm.json.example
File metadata and controls
37 lines (37 loc) · 996 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
{
"data_dir": "/data/bsvm",
"genesis": "genesis.json",
"overlay": {
"coinbase": "0x0000000000000000000000000000000000000000",
"block_gas_limit": 30000000,
"max_batch_size": 128,
"max_batch_flush_delay": "2s",
"min_gas_price": "1000000000",
"max_speculative_depth": 16
},
"rpc": {
"http_addr": ":8545",
"ws_addr": ":8546",
"_comment_cors_origins": "List the exact origins your UI is served from. An empty array disables cross-origin requests. Use [\"*\"] ONLY for local development; it allows any website in the user's browser to hit this RPC.",
"cors_origins": [],
"get_logs_max_range": 1000
},
"prover": {
"mode": "mock",
"workers": 1
},
"network": {
"listen_addr": "/ip4/0.0.0.0/tcp/9945",
"bootstrap_peers": [],
"max_peers": 50
},
"bridge": {
"min_deposit_satoshis": 10000,
"min_withdrawal_satoshis": 10000,
"bsv_confirmations": 6
},
"log": {
"level": "info",
"format": "text"
}
}