Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lesterli committed Nov 6, 2024
1 parent 5bb1b5c commit 2364b7f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ A Bitcoin node is required to run the Babylon BTC Staker program. You will need

If you want to check the Bitcoin node logs, you can run the following command:

```bash
docker compose -f docker/docker-compose-bitcoin.yml logs -f bitcoind
```
```bash
docker compose -f docker/docker-compose-bitcoin.yml logs -f bitcoind
```

If you want to stop the Bitcoin node (and remove the synced data), you can run the following command:

```bash
make stop-bitcoin
```
```bash
make stop-bitcoin
```

## Upgrade OP-stack chain to support BTC staking

Expand Down

0 comments on commit 2364b7f

Please sign in to comment.