Skip to content

Commit e4110bb

Browse files
author
Micah Riggan
committed
README update
1 parent 7826864 commit e4110bb

File tree

1 file changed

+31
-22
lines changed

1 file changed

+31
-22
lines changed

README.md

Lines changed: 31 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,41 @@ _Requirements_:
88

99
```
1010
{
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+
}
1942
}
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-
]
3343
}
3444
}
3545
}
36-
}
3746
3847
```
3948

0 commit comments

Comments
 (0)