From 6310a846a3e53ed183e54415b56317bd36b08c89 Mon Sep 17 00:00:00 2001
From: Keith Millette <keith@xx.network>
Date: Thu, 23 Jan 2025 11:39:33 +0900
Subject: [PATCH] Update text to read current min. stake and tarball hashes

---
 website/docs/gateway/8-gateway-tarballs.md | 2 +-
 website/docs/node/8-node-tarballs.md       | 2 +-
 website/docs/staking/3-accounts.md         | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/website/docs/gateway/8-gateway-tarballs.md b/website/docs/gateway/8-gateway-tarballs.md
index 019ad9e..771612e 100644
--- a/website/docs/gateway/8-gateway-tarballs.md
+++ b/website/docs/gateway/8-gateway-tarballs.md
@@ -54,7 +54,7 @@ sha256sum /opt/gateway.tar.gz
 ```
 Below is example output and it may differ from the **current tarball's checksum**.
 ```
-5351fbbb288aedc782c8b08c2c9f818e56f15abc649d8287c08432fdc53ec06c  gateway.tar.gz
+3b61c10287c28d55f7999ad002573bdd2dc0aaa36f06adcc037a877f0ed1d1c0  gateway.tar.gz
 ```
 Please [get help](../intro.md#getting-help), if the output does not match the **current tarball's checksum** found on the [xx Network Tarball Page](https://xx.network/mainnet-tarballs)
 :::
diff --git a/website/docs/node/8-node-tarballs.md b/website/docs/node/8-node-tarballs.md
index 4b8b34b..cddad4a 100644
--- a/website/docs/node/8-node-tarballs.md
+++ b/website/docs/node/8-node-tarballs.md
@@ -57,7 +57,7 @@ sha256sum /opt/node.tar.gz
 ```
 Below is example output and it may differ from the **current tarball's checksum**.
 ```
-74787d2f2238f304b23374a6b7fd0b2ca4293c74359d3460c87ea0cac91804c9  node.tar.gz
+dcf1cbc8266ea10735df378acfa30913766bedd6106212d7ba14d4137378118b  node.tar.gz
 ```
 Please [get help](../intro.md#getting-help), if the output does not match the **current tarball's checksum** found on the [xx Network Tarball Page](https://xx.network/mainnet-tarballs)
 :::
diff --git a/website/docs/staking/3-accounts.md b/website/docs/staking/3-accounts.md
index 2e416fe..b0f2461 100644
--- a/website/docs/staking/3-accounts.md
+++ b/website/docs/staking/3-accounts.md
@@ -30,7 +30,7 @@ It is recommended to have the following minimum amounts of xx coin in the accoun
 
 ### Stash Account
 
-* Minimum Stake: 1,000 xx
+* Minimum Stake: 15,000 xx
 * Transferable for fees: 25 xx
 * On-chain Identity (Optional): approx. 21 xx
 
-- 
GitLab