File tree Expand file tree Collapse file tree 1 file changed +31
-22
lines changed Expand file tree Collapse file tree 1 file changed +31
-22
lines changed Original file line number Diff line number Diff line change @@ -8,32 +8,41 @@ _Requirements_:
8
8
9
9
```
10
10
{
11
- "pruneSpentScripts": true,
12
- "chains": {
13
- "BTC": {
14
- "mainnet": {
15
- "trustedPeers": [
16
- {
17
- "host": "127.0.0.1",
18
- "port": 8333
11
+ "bitcoreNode": {
12
+ "pruneSpentScripts": true,
13
+ "chains": {
14
+ "BTC": {
15
+ "regtest": {
16
+ "chainSource": "p2p",
17
+ "trustedPeers": [
18
+ {
19
+ "host": "127.0.0.1",
20
+ "port": 30000
21
+ }
22
+ ],
23
+ "rpc": {
24
+ "host": "127.0.0.1",
25
+ "port": 30001,
26
+ "username": "bitpaytest",
27
+ "password": "local321"
28
+ }
29
+ },
30
+ "testnet": {
31
+ "chainSource": "p2p",
32
+ "trustedPeers": [
33
+ {
34
+ "host": "127.0.0.1",
35
+ "port": 20000
36
+ }
37
+ ],
38
+ "rpc": {
39
+ "host": "127.0.0.1",
40
+ "port": 30001
41
+ }
19
42
}
20
- ]
21
- }
22
- },
23
- "BCH": {
24
- "mainnet": {
25
- "parentChain": "BTC",
26
- "forkHeight": 478558,
27
- "trustedPeers": [
28
- {
29
- "host": "127.0.0.1",
30
- "port": 9333
31
- }
32
- ]
33
43
}
34
44
}
35
45
}
36
- }
37
46
38
47
```
39
48
You can’t perform that action at this time.
0 commit comments