Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Minimum system requirements for signer #1631

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 13 additions & 8 deletions nakamoto-upgrade/signing-and-stacking/running-a-signer.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# How to Run a Signer

### Minimum System Requirements to Run a Signer
### Minimum System Requirements

* 8 vcpu
* 32GB memory
* 1 TB storage for Bitcoin node, 350 GB for Stacks node, and 1 GB for signer
#### Signer, Stacks node and Bitcoin nodes

* 4 vcpu
* 4GB memory
* 1+ TB storage (1TB for Bitcoin node, 350GB for Stacks node, and 100 MB for `stacks-signer`)

#### Signer only

* 1 cpu
* 250MB memory
* 100MB storage

### Background and High-Level Process

Expand All @@ -28,10 +36,7 @@ Detailed steps for each of these are laid out below, but this checklist is being

**Pre-Launch Setup**

* [ ] Ensure your system meets the following requirements:
* 4 vCPU
* 8GB memory
* 150 GB storage (350 GB if running a Stacks node)
* [ ] Ensure your system meets the [minimum system requirements](#minimum-system-requirements).
* [ ] Acquire Docker and basic knowledge of Stacks accounts, stacking, and the Nakamoto stacking flow (links provided below).

**Preflight Setup**
Expand Down
Loading