diff options
Diffstat (limited to 'bitcoind/templates/bitcoin.conf.j2')
| -rw-r--r-- | bitcoind/templates/bitcoin.conf.j2 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bitcoind/templates/bitcoin.conf.j2 b/bitcoind/templates/bitcoin.conf.j2 index dd5b5d5..960d0bd 100644 --- a/bitcoind/templates/bitcoin.conf.j2 +++ b/bitcoind/templates/bitcoin.conf.j2 @@ -3,9 +3,12 @@ uacomment={{bitcoind_comment}} datadir={{bitcoind_data_dir}} logdir={{bitcoind_log_dir}} -debug=rpc + +disablewallet=1 +maxuploadtarget=5000 server=1 +rpcallowip=127.0.0.1 rpcuser={{bitcoind_rpc_user}} rpcpassword={{bitcoind_rpc_pass}} |
