Skip to content

Commit

Permalink
A little more
Browse files Browse the repository at this point in the history
  • Loading branch information
imikushin committed Jan 20, 2024
1 parent b95564f commit e233836
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ FROM ubuntu:latest
RUN apt update; apt install -y nodejs npm; npm install -g snarkjs@latest

COPY --link --from=build /app/target/release/zkbtc /usr/local/bin/
COPY --link ./examples ./examples

WORKDIR /app

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ specifying the following inputs:

Other inputs will be automatically filled in (for example, it will use the zkapp's state as `prev_state` input).

## Run an MPC committee node with Docker
## Run an MPC node with Docker

If you're using the DigitalOcean Docker droplet (or any Linux server protected with UFW), you need to open the port first:

Expand Down Expand Up @@ -165,6 +165,10 @@ The node is now running in the background and listening on port 8891, and you ca
nc -zv ${SERVER_IP} 8891
```

### Updating the MPC node software



## Tell me more

You can read more about zkBitcoin in [our whitepaper](./whitepaper.pdf), [our documentation](docs/), and about advanced usage in [our developer documentation](DEVELOPER.md).

0 comments on commit e233836

Please sign in to comment.