X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=distro-end;h=64630404c0a4806f089b25a2833124c670b4f01c;hb=b87c76c4ad04f75a7dff371c65b5f065ba2839a4;hp=c2aeec3ac4e67c772eb8b41f70c4c46e5105ba9f;hpb=18add5cd24c17a314eb671714ce251c3374f7d60;p=distro-setup diff --git a/distro-end b/distro-end index c2aeec3..6463040 100755 --- a/distro-end +++ b/distro-end @@ -2175,13 +2175,14 @@ esac ### begin bitcoin ### case $HOSTNAME in - sy) - f=$dir/bitcoin.conf - sudo install -m 0755 -o root -g root -t /usr/bin /a/opt/bitcoin-23.0/bin/* + sy|kd) + sudo install -m 0755 -o root -g root -t /usr/bin /a/opt/bitcoin-24.0.1/bin/* sgo bitcoind + # note: the bitcoin user & group are setup in fai sudo usermod -a -G bitcoin iank + # todo: make bitcoin have a stable uid/gid if [[ ! $(readlink -f /var/lib/bitcoind/wallets) == /q/wallets ]]; then - sudo lnf /q/wallets /var/lib/bitcoind + s lnf /q/wallets /var/lib/bitcoind sudo chown -h bitcoin:bitcoin /var/lib/bitcoind/wallets fi # note, there exists