Fixed dogecoin config

This commit is contained in:
Jakub Matys 2018-07-27 12:56:14 +02:00
parent c71de0a696
commit 077038e8f8

View File

@ -14,7 +14,7 @@
"ipc": { "ipc": {
"rpc_url_template": "http://127.0.0.1:{{.Ports.BackendRPC}}", "rpc_url_template": "http://127.0.0.1:{{.Ports.BackendRPC}}",
"rpc_user": "rpc", "rpc_user": "rpc",
"rpc_pass": "rpc", "rpc_pass": "rpcp",
"rpc_timeout": 25, "rpc_timeout": 25,
"message_queue_binding_template": "tcp://127.0.0.1:{{.Ports.BackendMessageQueue}}" "message_queue_binding_template": "tcp://127.0.0.1:{{.Ports.BackendMessageQueue}}"
}, },
@ -39,7 +39,9 @@
"config_file": "bitcoin.conf", "config_file": "bitcoin.conf",
"additional_params": { "additional_params": {
"whitelist": "127.0.0.1", "whitelist": "127.0.0.1",
"rpcthreads": 32 "rpcthreads": 16,
"upnp": 0,
"discover": 0
} }
}, },
"blockbook": { "blockbook": {