Update dogecoin backend configuration
This commit is contained in:
parent
a77dd7529b
commit
2faa5de164
@ -41,7 +41,7 @@ NoNewPrivileges=true
|
|||||||
PrivateDevices=true
|
PrivateDevices=true
|
||||||
|
|
||||||
# Deny the creation of writable and executable memory mappings.
|
# Deny the creation of writable and executable memory mappings.
|
||||||
MemoryDenyWriteExecute=true
|
# MemoryDenyWriteExecute=true
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
@ -2,14 +2,18 @@ daemon=1
|
|||||||
server=1
|
server=1
|
||||||
nolisten=1
|
nolisten=1
|
||||||
rpcuser=rpc
|
rpcuser=rpc
|
||||||
rpcpassword=rpc
|
rpcpassword=rpcp
|
||||||
rpcport=8038
|
rpcport=8038
|
||||||
txindex=1
|
txindex=1
|
||||||
whitelist=127.0.0.1
|
whitelist=127.0.0.1
|
||||||
|
upnp=0
|
||||||
|
discover=0
|
||||||
|
|
||||||
zmqpubhashtx=tcp://127.0.0.1:38338
|
zmqpubhashtx=tcp://127.0.0.1:38338
|
||||||
zmqpubhashblock=tcp://127.0.0.1:38338
|
zmqpubhashblock=tcp://127.0.0.1:38338
|
||||||
|
|
||||||
|
rpcthreads=32
|
||||||
|
|
||||||
rpcworkqueue=1100
|
rpcworkqueue=1100
|
||||||
maxmempool=2000
|
maxmempool=2000
|
||||||
dbcache=1000
|
dbcache=1000
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user