Skip to content

Commit

Permalink
fix: Minimum system requirements for signer
Browse files Browse the repository at this point in the history
  • Loading branch information
aldur authored and wileyj committed Jul 19, 2024
1 parent 2a55c97 commit 7cb12bb
Showing 1 changed file with 13 additions and 8 deletions.
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

0 comments on commit 7cb12bb

Please sign in to comment.