wip
This commit is contained in:
parent
f47a3e3a3b
commit
02684c451f
@ -3,19 +3,19 @@
|
|||||||
"port": 3001,
|
"port": 3001,
|
||||||
"datadir": "/tmp",
|
"datadir": "/tmp",
|
||||||
"services": [
|
"services": [
|
||||||
"bitcoind",
|
"p2p",
|
||||||
"db",
|
"db",
|
||||||
|
"header",
|
||||||
|
"block",
|
||||||
"transaction",
|
"transaction",
|
||||||
"timestamp",
|
"timestamp",
|
||||||
"address",
|
|
||||||
"mempool",
|
"mempool",
|
||||||
"wallet-api",
|
"address"
|
||||||
"web"
|
|
||||||
],
|
],
|
||||||
"servicesConfig": {
|
"servicesConfig": {
|
||||||
"bitcoind": {
|
"p2p": {
|
||||||
"connect": [
|
"peers": [
|
||||||
{ "rpcconnect": "127.0.0.1", "rpcport": 8332, "rpcuser": "bitcoin", "rpcpassword": "local321", "zmqpubrawtx": "tcp://127.0.0.1:28332" }
|
{ "ip": { "v4": "<some trusted full node>" } }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user