Skip to content

Commit

Permalink
GITBOOK-213: Add current versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kenrogers authored and gitbook-bot committed Nov 6, 2024
1 parent cf4a4d7 commit ba64698
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
6 changes: 3 additions & 3 deletions guides-and-tutorials/running-a-signer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Note that at the moment the signer should only be run on testnet using these ins

#### Running the Signer with Docker

You can run the signer as a Docker container using the [`blockstack/stacks-signer:3.0.0.0.0.1`](https://hub.docker.com/r/blockstack/stacks-signer/tags?page=1\&name=3.0.0.0.0.1) image.
You can run the signer as a Docker container using the [`blockstack/stacks-signer:3.0.0.0.1.0`](https://hub.docker.com/layers/blockstack/stacks-signer/3.0.0.0.1.0/images/sha256-3e8c05b0f7eecabfae10a4bede0a71ba99b7589a6ee32ad1c26e2672d88871ac?context=explore) image.

When running the Docker container, you’ll need to ensure a few things:

Expand All @@ -148,7 +148,7 @@ Be sure to replace the `STX_SIGNER_PATH` with the correct path to your config fi

```bash
IMG="blockstack/stacks-signer"
VER="3.0.0.0.0.1"
VER="3.0.0.0.1.0"
STX_SIGNER_PATH="./"
STX_SIGNER_DATA="$STX_SIGNER_PATH/data"
STX_SIGNER_CONFIG="$STX_SIGNER_PATH/signer-config.toml"
Expand All @@ -174,7 +174,7 @@ For example, if you are running on M1 Mac, you would add `--platform=linux/amd64
Or, with a custom Dockerfile:

```docker
FROM blockstack/stacks-signer:3.0.0.0.0.1
FROM blockstack/stacks-signer:3.0.0.0.1.0
COPY signer-config.toml /config.toml
EXPOSE 30000
CMD ["stacks-signer", "run", "--config", "/config.toml"]
Expand Down
16 changes: 16 additions & 0 deletions guides-and-tutorials/running-a-signer/signer-quickstart.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Signer Quickstart

{% hint style="info" %}
### **Current Signer and Stacks Node Versions**

**Signer - 3.0.0.0.0.1**

* Docker Image
* GitHub Release

**Stacks Node - 3.0.0.0.1**

* [Docker Image](https://hub.docker.com/layers/blockstack/stacks-core/3.0.0.0.1/images/sha256-12463e8270f51537e5b85c069c1e246c734c47cbff37b92e0ef108d7984def7b?context=explore)
* [GitHub Release](https://github.com/stacks-network/stacks-core/releases/tag/3.0.0.0.1)
{% endhint %}



If you want to get up and running as an active signer as quickly as possible. Here is a list of the commands you need to run and actions to take.

If you are not familiar with how signing works yet, be sure to check out the [Stackers and Signing](../../concepts/block-production/stackers-and-signing.md) concept guide.
Expand Down

0 comments on commit ba64698

Please sign in to comment.