Update dogecoin backend configuration

This commit is contained in:
Martin Boehm 2018-06-14 12:58:53 +02:00
parent a77dd7529b
commit 2faa5de164
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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