Disable wallet functionality for bitcoind

pull/297/head
vlddm 2019-08-19 17:23:02 +03:00 committed by Martin
parent 1bc9feb7fe
commit 86a0b5783d
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ server=1
{{if .Backend.Mainnet}}mainnet=1{{else}}testnet=1{{end}}
nolisten=1
txindex=1
disablewallet=1
zmqpubhashtx={{template "IPC.MessageQueueBindingTemplate" .}}
zmqpubhashblock={{template "IPC.MessageQueueBindingTemplate" .}}