mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
Added TODOs re building bitcoin.conf
This commit is contained in:
parent
8bfdca150a
commit
b35dd2f8c5
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user