Compare commits
No commits in common. "9bb7fdd037744ebca431d3f6fb9deaaacf89f3b8" and "58b38ffebb0dee6b07fbe614b225c90ccd25c6a1" have entirely different histories.
9bb7fdd037
...
58b38ffebb
@ -33,6 +33,7 @@ dustrelayfee=0.00000001
|
|||||||
minrelaytxfee=0.00000001
|
minrelaytxfee=0.00000001
|
||||||
prune=0
|
prune=0
|
||||||
signetchallenge=0020341c43803863c252df326e73574a27d7e19322992061017b0dc893e2eab90821
|
signetchallenge=0020341c43803863c252df326e73574a27d7e19322992061017b0dc893e2eab90821
|
||||||
|
walletdir=/home/bitcoin/.bitcoin/wallets
|
||||||
wallet=mining
|
wallet=mining
|
||||||
wallet=watchonly
|
wallet=watchonly
|
||||||
maxtxfee=1
|
maxtxfee=1
|
||||||
|
@ -15,16 +15,15 @@ services:
|
|||||||
- tor
|
- tor
|
||||||
volumes:
|
volumes:
|
||||||
- bitcoin_data:/home/bitcoin/.bitcoin
|
- bitcoin_data:/home/bitcoin/.bitcoin
|
||||||
- ./bitcoin/bitcoin.conf:/home/bitcoin/.bitcoin/bitcoin.conf
|
- ./bitcoin/bitcoin.conf:/home/bitcoin/.bitcoin/bitcoin.conf:ro
|
||||||
networks:
|
networks:
|
||||||
btcnet:
|
btcnet:
|
||||||
aliases:
|
aliases:
|
||||||
- bitcoin
|
- bitcoin
|
||||||
user: root
|
|
||||||
entrypoint: >
|
entrypoint: >
|
||||||
/bin/sh -c "
|
/bin/sh -c "
|
||||||
chown -R bitcoin:bitcoin /home/bitcoin/.bitcoin &&
|
mkdir -p /home/bitcoin/.bitcoin/wallets &&
|
||||||
su-exec bitcoin bitcoind -conf=/home/bitcoin/.bitcoin/bitcoin.conf -signet -printtoconsole"
|
bitcoind -conf=/home/bitcoin/.bitcoin/bitcoin.conf -signet -printtoconsole"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "bitcoin-cli", "-conf=/home/bitcoin/.bitcoin/bitcoin.conf", "getblockchaininfo"]
|
test: ["CMD", "bitcoin-cli", "-conf=/home/bitcoin/.bitcoin/bitcoin.conf", "getblockchaininfo"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
@ -90,7 +89,7 @@ services:
|
|||||||
image: git.4nkweb.com/4nk/lecoffre-back-mini:latest
|
image: git.4nkweb.com/4nk/lecoffre-back-mini:latest
|
||||||
container_name: lecoffre-back
|
container_name: lecoffre-back
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "3001:3001"
|
||||||
networks:
|
networks:
|
||||||
btcnet:
|
btcnet:
|
||||||
aliases:
|
aliases:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user