Removed rpcuser / pass and went to cookie file
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user