diff --git a/stage2/08-configure-bitcoind/01-run.sh b/stage2/08-configure-bitcoind/01-run.sh index b7c4cb3..0399e3c 100755 --- a/stage2/08-configure-bitcoind/01-run.sh +++ b/stage2/08-configure-bitcoind/01-run.sh @@ -1,3 +1,5 @@ +# TODO: configure username and password (internally) + chmod 644 files/bitcoin.conf mkdir ${ROOTFS_DIR}/home/${FIRST_USER_NAME}/bitcoin cp files/bitcoin.conf ${ROOTFS_DIR}/home/${FIRST_USER_NAME}/bitcoin/bitcoin.conf