From b35dd2f8c5351ef4db6fb32c9847efef10de94ae Mon Sep 17 00:00:00 2001 From: FIRSTNAME LASTNAME Date: Mon, 6 Feb 2017 17:38:08 -0800 Subject: [PATCH] Added TODOs re building bitcoin.conf --- Linode_Bitcoin-Core_VPS_Setup.stackscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Linode_Bitcoin-Core_VPS_Setup.stackscript b/Linode_Bitcoin-Core_VPS_Setup.stackscript index 611ee28..6bc61ee 100644 --- a/Linode_Bitcoin-Core_VPS_Setup.stackscript +++ b/Linode_Bitcoin-Core_VPS_Setup.stackscript @@ -287,8 +287,8 @@ sudo -u user1 /bin/mkdir ~user1/.bitcoin # The only variation between Regular and Pruned is that Pruned has the "prune=550" variable, which is the smallest possible prune # TODO: need to test rpcpassword random below using EOF technique - -# TODO: since these are largely the same, maybe another technique? +# TODO: there are other more modern ways to set up rpc authentication — to investigate and document. +# TODO: since these are largely the same, maybe another technique to build bitcoin.conf? if [ "$BTCTYPE" == "Mainnet" ]; then