Skip to content

Commit

Permalink
v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sloth committed Aug 27, 2024
1 parent 51cd50b commit 7b08f5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,21 @@ With strong tooling and support, building on Fractal is straightforward.
**Run on linux:**

1. Download the release:

```bash
wget https://github.com/fractal-bitcoin/fractald-release/releases/download/v0.1.7/fractald-0.1.7-x86_64-linux-gnu.tar.gz
wget https://github.com/fractal-bitcoin/fractald-release/releases/download/v0.1.8/fractald-0.1.8-x86_64-linux-gnu.tar.gz
```

2. Extract the files:

```bash
tar -zxvf fractald-0.1.7-x86_64-linux-gnu.tar.gz
tar -zxvf fractald-0.1.8-x86_64-linux-gnu.tar.gz
```

3. Navigate to the directory:

```bash
cd fractald-0.1.7-x86_64-linux-gnu
cd fractald-0.1.8-x86_64-linux-gnu
```

4. Set up the data directory:
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.1.7
image: fractalbitcoin/fractal:v0.1.8
entrypoint: ["bitcoind", "-datadir=/data/", "-maxtipage=504576000"]
command: ""
healthcheck:
Expand Down

0 comments on commit 7b08f5a

Please sign in to comment.