fix rand pw length value

This commit is contained in:
Jeffrey Paul 2019-09-18 14:22:39 -07:00
parent 6eeae74519
commit 0584911403
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
export HOME="/var/lib/bitcoind"
# gen random pw for rpc server
RANDOMPW=$(openssl rand -hex 20)
RANDOMPW=$(openssl rand -hex 10)
cat <<EOF > $HOME/bitcoin.conf
rpcuser=${BITCOIND_RPCUSER:-rpcuser}