From 934c0eca2881de62c7a75e6d8369998632509484 Mon Sep 17 00:00:00 2001 From: kenny Date: Mon, 19 Feb 2024 21:06:59 +0000 Subject: [PATCH] GITBOOK-22: Update signer requirements --- nakamoto-upgrade/running-a-signer.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/nakamoto-upgrade/running-a-signer.md b/nakamoto-upgrade/running-a-signer.md index 45f2ab4b00..72a18cc3db 100644 --- a/nakamoto-upgrade/running-a-signer.md +++ b/nakamoto-upgrade/running-a-signer.md @@ -137,6 +137,12 @@ CMD ["stacks-signer", "run", "--config", "/config/signer.toml"] ### System Requirements to Run a Signer -[https://github.com/stacksfoundation/miner-docs/blob/main/stacks-blockchain.md ](https://github.com/stacksfoundation/miner-docs/blob/main/stacks-blockchain.md)[https://github.com/stacksfoundation/miner-docs/blob/main/scripts/install\_stacks.sh](https://github.com/stacksfoundation/miner-docs/blob/main/scripts/install\_stacks.sh) +* 4 vcpu +* 8GB memory +* 150 GB storage (250 GB if running a Stacks node) + + run a full node, run the signer binary. 1 cpu, 4gb of ram, 150GB of storage as a minimum. -Minimum Requirements: run a full node, run the signer binary. 1 cpu, 4gb of ram, 150GB of storage as a minimum. +If you are also running a Stacks node, the following guides will provide information on how to do that: + +[https://github.com/stacksfoundation/miner-docs/blob/main/stacks-blockchain.md ](https://github.com/stacksfoundation/miner-docs/blob/main/stacks-blockchain.md)[https://github.com/stacksfoundation/miner-docs/blob/main/scripts/install\_stacks.sh](https://github.com/stacksfoundation/miner-docs/blob/main/scripts/install\_stacks.sh)