Disable wallet functionality for bitcoind
This commit is contained in:
parent
1bc9feb7fe
commit
86a0b5783d
@ -4,6 +4,7 @@ server=1
|
|||||||
{{if .Backend.Mainnet}}mainnet=1{{else}}testnet=1{{end}}
|
{{if .Backend.Mainnet}}mainnet=1{{else}}testnet=1{{end}}
|
||||||
nolisten=1
|
nolisten=1
|
||||||
txindex=1
|
txindex=1
|
||||||
|
disablewallet=1
|
||||||
|
|
||||||
zmqpubhashtx={{template "IPC.MessageQueueBindingTemplate" .}}
|
zmqpubhashtx={{template "IPC.MessageQueueBindingTemplate" .}}
|
||||||
zmqpubhashblock={{template "IPC.MessageQueueBindingTemplate" .}}
|
zmqpubhashblock={{template "IPC.MessageQueueBindingTemplate" .}}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user