Signer and Stacking documentation refactor and review#1849
Draft
fabrizio-stacks wants to merge 4 commits intostacks-network:masterfrom
Draft
Signer and Stacking documentation refactor and review#1849fabrizio-stacks wants to merge 4 commits intostacks-network:masterfrom
fabrizio-stacks wants to merge 4 commits intostacks-network:masterfrom
Conversation
|
|
wileyj
reviewed
Mar 23, 2026
Comment on lines
+189
to
+193
| Check their status at any time: | ||
|
|
||
| ```bash | ||
| sudo systemctl status stacks-signer.service | ||
| sudo systemctl status stacks-node.service |
Contributor
There was a problem hiding this comment.
nit: good idea to share how to check logs as well
journalctl -xefu stacks-signer etc
wileyj
reviewed
Mar 23, 2026
| This guide is a step-by-step walkthrough for setting up and running a signer. It covers only the signer infrastructure: the signer software and the Stacks node it connects to. | ||
|
|
||
| This guide is a step-by-step walkthrough for setting up and running a signer. If you need to troubleshoot your signer setup, see the Signer Troubleshooting section. If you need to Stack your STX, or have questions about how that process works, check out the Stack STX guide. | ||
| If you are not familiar with the concept of signing, be sure to check out the [Stackers and Signing concept guide](https://app.gitbook.com/s/H74xqoobupBWwBsVMJhK/block-production/signing). |
Contributor
There was a problem hiding this comment.
better to link to relative doc link vs the gitbook link
wileyj
reviewed
Mar 23, 2026
| ### Running the Signer as a Binary | ||
|
|
||
| Download the pre-built binaries from the [Stacks Core releases page on Github](https://github.com/stacks-network/stacks-core/releases), unzip the archive for your architecture — inside is a `stacks-signer` binary. | ||
| Download the pre-built binaries from the [Stacks Core releases page on Github](https://github.com/stacks-network/stacks-core/releases), unzip the archive for your architecture. It includes the `stacks-signer` binary. |
Contributor
There was a problem hiding this comment.
should this link to the latest release?
i.e.
https://github.com/stacks-network/stacks-core/releases/latest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR restructure signer and stacking sections in order to achieve more clarity.
It adds some extra content to improve the content