Removed rpcuser / pass and went to cookie file

This commit is contained in:
2024-02-11 19:30:35 -06:00
parent 7cd72b6f87
commit 8db286b34b
3 changed files with 7 additions and 5 deletions
+5 -4
View File
@@ -58,14 +58,15 @@ server=${SERVER:-1}
listen=${LISTEN:-1}
listenonion=${LISTENONION:-0}
daemon=${DAEMON:-0}
txindex=${TXINDEX:-1}
prune=${PRUNE=-0}
txindex=${TXINDEX:-0}
prune=${PRUNE:-0}
disablewallet=${DISABLEWALLET:-1}
printtoconsole=${PRINTTOCONSOLE:-1}
# rpc
rpcuser=${RPCUSER:-bitcoinrpc}
rpcpassword=${RPCPASSWORD:-`dd if=/dev/urandom bs=33 count=1 2>/dev/null | base64`}
#rpcuser=${RPCUSER:-bitcoinrpc}
#rpcpassword=${RPCPASSWORD:-`dd if=/dev/urandom bs=33 count=1 2>/dev/null | base64`}
rpccookiefile=.cookie
#rpcconnect=${RPCCONNECT:-127.0.0.1}
#rpcport=${RPCPORT:-8332}
#rpcauth=${RPCAUTH:-xxx}