Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sloth committed Oct 18, 2024
1 parent 8b24bf9 commit 7002209
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@ With strong tooling and support, building on Fractal is straightforward.
1. Download the release:

```bash
wget https://github.com/fractal-bitcoin/fractald-release/releases/download/v0.2.1/fractald-0.2.1-x86_64-linux-gnu.tar.gz
wget https://github.com/fractal-bitcoin/fractald-release/releases/download/v0.2.2/fractald-0.2.2-x86_64-linux-gnu.tar.gz
```

2. Extract the files:

```bash
tar -zxvf fractald-0.2.1-x86_64-linux-gnu.tar.gz
tar -zxvf fractald-0.2.2-x86_64-linux-gnu.tar.gz
```

3. Navigate to the directory:

```bash
cd fractald-0.2.1-x86_64-linux-gnu
cd fractald-0.2.2-x86_64-linux-gnu
```

4. Set up the data directory:
Expand All @@ -42,7 +42,7 @@ cp ./bitcoin.conf ./data
5. Run the Bitcoin daemon:

```bash
./bin/bitcoind -datadir=./data/ -maxtipage=504576000
./bin/bitcoind -datadir=./data/
```

**Using Docker:**
Expand Down
2 changes: 1 addition & 1 deletion fractald-docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
bitcoind:
image: fractalbitcoin/fractal:v0.2.1
image: fractalbitcoin/fractal:v0.2.2
entrypoint: ["bitcoind", "-datadir=/data/"]
healthcheck:
test: ["CMD", "bitcoin-cli", "-datadir=/data/", "getblockchaininfo"]
Expand Down

0 comments on commit 7002209

Please sign in to comment.