Added TODOs re building bitcoin.conf

This commit is contained in:
FIRSTNAME LASTNAME 2017-02-06 17:38:08 -08:00
parent 8bfdca150a
commit b35dd2f8c5
No known key found for this signature in database
GPG Key ID: F8D36C91357405ED

View File

@ -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 # 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: need to test rpcpassword random below using EOF 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? # TODO: since these are largely the same, maybe another technique to build bitcoin.conf?
if [ "$BTCTYPE" == "Mainnet" ]; then if [ "$BTCTYPE" == "Mainnet" ]; then