diff --git a/podman/bitcoin/run.sh b/podman/bitcoin/run.sh index 5023b0e..0bca251 100644 --- a/podman/bitcoin/run.sh +++ b/podman/bitcoin/run.sh @@ -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