From 05849114038980869921ced4120720aac42edda5 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Wed, 18 Sep 2019 14:22:39 -0700 Subject: [PATCH] fix rand pw length value --- bitcoind.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitcoind.run b/bitcoind.run index 8f0abd3..85b6b78 100644 --- a/bitcoind.run +++ b/bitcoind.run @@ -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 < $HOME/bitcoin.conf rpcuser=${BITCOIND_RPCUSER:-rpcuser}