Modified run script to use specified volume directory .bitcoin

This commit is contained in:
b0xxer 2024-02-09 06:52:20 -06:00
parent f4d4ac5963
commit d338b83925

View File

@ -4,6 +4,6 @@
#
podman pod create --name bitcoin-pod -p 8333:8333 -p 127.0.0.1:8332:8332
podman volume create --name=bitcoind-data
podman run -v bitcoind-data:/bitcoin/.bitcoin --pod bitcoin-pod --name=bitcoind-node -d \
git.b0xxy.net/b0xxer/bitcoin:26
#podman volume create --name=bitcoind-data
mkdir ~/.bitcoin
podman run -v ~/.bitcoin:/bitcoin/.bitcoin:Z --pod bitcoin-pod --name=bitcoind-node -d git.b0xxy.net/b0xxer/bitcoin:26