diff --git a/build_0.1.6/avatar.png b/build_0.1.6/avatar.png deleted file mode 100644 index 34a272b..0000000 Binary files a/build_0.1.6/avatar.png and /dev/null differ diff --git a/build_0.1.6/bitcoin.dnp.dappnode.eth_0.1.6.tar.xz b/build_0.1.6/bitcoin.dnp.dappnode.eth_0.1.6.tar.xz deleted file mode 100644 index 73ae95e..0000000 Binary files a/build_0.1.6/bitcoin.dnp.dappnode.eth_0.1.6.tar.xz and /dev/null differ diff --git a/build_0.1.6/bitcoin.dnp.dappnode.eth_0.1.6_linux-amd64.txz b/build_0.1.6/bitcoin.dnp.dappnode.eth_0.1.6_linux-amd64.txz deleted file mode 100644 index 73ae95e..0000000 Binary files a/build_0.1.6/bitcoin.dnp.dappnode.eth_0.1.6_linux-amd64.txz and /dev/null differ diff --git a/build_0.1.6/dappnode_package.json b/build_0.1.6/dappnode_package.json deleted file mode 100644 index afa3460..0000000 --- a/build_0.1.6/dappnode_package.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "bitcoin.dnp.dappnode.eth", - "version": "0.1.6", - "upstreamVersion": "v23.0", - "upstreamRepo": "bitcoin/bitcoin", - "upstreamArg": "UPSTREAM_VERSION", - "shortDescription": "Support the Bitcoin network, run your own node", - "description": "The Bitcoin Core daemon. Bitcoind is a program that implements the Bitcoin protocol for remote procedure call (RPC) use.", - "type": "service", - "chain": "bitcoin", - "author": "DAppNode Association (https://github.com/dappnode)", - "contributors": [ - "Abel Boldú (@vdo)", - "Eduardo Antuña (https://github.com/eduadiez)", - "Loco del Bitcoin " - ], - "categories": ["Blockchain"], - "keywords": ["bitcoin", "btc"], - "links": { - "homepage": "https://github.com/dappnode/DAppNodePackage-bitcoin#readme" - }, - "repository": { - "type": "git", - "url": "https://github.com/dappnode/DAppNodePackage-bitcoin.git" - }, - "bugs": { - "url": "https://github.com/dappnode/DAppNodePackage-bitcoin/issues" - }, - "license": "GPL-3.0" -} diff --git a/build_0.1.6/docker-compose.yml b/build_0.1.6/docker-compose.yml deleted file mode 100644 index 9787ac7..0000000 --- a/build_0.1.6/docker-compose.yml +++ /dev/null @@ -1,19 +0,0 @@ -version: "3.4" -services: - bitcoin.dnp.dappnode.eth: - image: "bitcoin.dnp.dappnode.eth:0.1.6" - volumes: - - "bitcoin_data:/root/.bitcoin" - ports: - - "8340:8340" - environment: - - BTC_RPCUSER=dappnode - - BTC_RPCPASSWORD=dappnode - - BTC_TXINDEX=1 - - BTC_PRUNE=0 - - BTC_DISABLEWALLET=1 - - BTC_RPCALLOWIP=172.33.0.0/16 - - P2P_PORT=8340 - restart: always -volumes: - bitcoin_data: {} diff --git a/docker-compose.yml b/docker-compose.yml index 6e81639..e46c16a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,6 @@ services: - BTC_PRUNE=0 - BTC_DISABLEWALLET=1 - BTC_RPCALLOWIP=172.33.0.0/16 - - BTC_RPCPORT=8333 - P2P_PORT=8340 restart: always volumes: