From 1e6df8c19670de0ec35b4cc409195bcef3d77a4c Mon Sep 17 00:00:00 2001 From: onionjake Date: Fri, 21 Jun 2024 08:43:12 -0600 Subject: [PATCH 1/4] Update page.md (#403) --- app/node/get-started/prerequisites/page.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/node/get-started/prerequisites/page.md b/app/node/get-started/prerequisites/page.md index b0fe22f8d..2e544d0a6 100644 --- a/app/node/get-started/prerequisites/page.md +++ b/app/node/get-started/prerequisites/page.md @@ -12,7 +12,7 @@ Proceeding constitutes acceptance of our [Terms and conditions](https://www.stor ### Recommended * One processor core for each storage node process -* One hard drive (JBOD) per storage node process +* One hard drive, JBOD, per storage node process. NO SMR. * 2 TB of available space per storage node process * 1.5 TB of transit per TB of storage node capacity; unlimited preferred * 3 Mbps upload bandwidth per TB of capacity @@ -22,7 +22,7 @@ Proceeding constitutes acceptance of our [Terms and conditions](https://www.stor ### Minimum * One processor core for each storage node process -* One hard drive (JBOD) per storage node process +* One hard drive, JBOD, per storage node process. NO SMR. * 500 GB of available space per storage node process * 1.5 TB of transit per TB of storage node capacity * 1 Mbps upload bandwidth per TB of capacity From 28f1083ba6795f583e1634fc1885e3d6a8efc1cb Mon Sep 17 00:00:00 2001 From: Dan Willoughby Date: Tue, 25 Jun 2024 11:50:12 -0600 Subject: [PATCH 2/4] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e657b2af7..356175d63 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,7 +36,7 @@ The front matter is a section at the beginning of each Markdown file (page.md) t **title:** The title of the article or page. This is typically displayed at the top of the page. -**docId:** A unique identifier for the document. This can be used for internal tracking and linking. See [Internal Linking](/CONTRIBUTING.md#internal-linking) +**docId:** A unique identifier for the document. This can be used for internal tracking and linking. See [Internal Linking](/CONTRIBUTING.md#internal-linking). If you're making a new page, generate a new unique ID with `pwgen -1 16` or something similar. **redirects:** A list of URLs that should redirect to this page. This is useful for maintaining links when a page's URL changes or for creating aliases for a page. From 01c57c34500bdcdbf4c85acca841fddfb046ac7f Mon Sep 17 00:00:00 2001 From: "Alexey A. Leonov" Date: Thu, 27 Jun 2024 11:05:17 +0700 Subject: [PATCH 3/4] added zkSync Era and warning that zkSync Lite is not supported (#405) --- app/learn/concepts/limits/page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/learn/concepts/limits/page.md b/app/learn/concepts/limits/page.md index c8fbbbc7e..9604a256a 100644 --- a/app/learn/concepts/limits/page.md +++ b/app/learn/concepts/limits/page.md @@ -41,7 +41,7 @@ Adding a credit card as a payment method will result in your per-project limits Adding $10 or more worth of STORJ tokens to your account deposit address will automatically upgrade your account to PRO and you will also receive a bonus of 10% of the deposit amount on your balance. {% callout type="info" %} -Please note: The deposit address currently only accepts ERC20 STORJ token transactions on the Ethereum mainnet. +Please note: The deposit address currently only accepts transactions with ERC20 STORJ tokens on Ethereum mainnet or zkSync Era (note that **zkSync Lite is not supported**). {% /callout %} ## Rationales behind limits From 563c1e41be898cff575380860b9088f204d0d064 Mon Sep 17 00:00:00 2001 From: "Alexey A. Leonov" Date: Thu, 27 Jun 2024 11:37:01 +0700 Subject: [PATCH 4/4] fixed styling (#406) --- app/node/faq/storing-more-data/page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/node/faq/storing-more-data/page.md b/app/node/faq/storing-more-data/page.md index 68a9f22b3..b27f556cb 100644 --- a/app/node/faq/storing-more-data/page.md +++ b/app/node/faq/storing-more-data/page.md @@ -5,7 +5,7 @@ redirects: - /node/resources/faq/storing-more-data --- -The most important aspect to increase the amount of data stored on your Node (and thus maximizing payout) is to build reputation of your Node’s ID over an extended period of time**.** +The most important aspect to increase the amount of data stored on your Node (and thus maximizing payout) is to build reputation of your Node’s ID over an extended period of time. When a Node first joins the network, there is a probationary period, during which the Node has to prove itself (e.g. maintaining a certain uptime and performance levels, passing all content audits). During that vetting period, the Node only receives as small amount of non-critical data (but still gets paid for this data). Once vetted, a Node can start receiving more data (and not just test data), but must continue to maintain uptime and audit requirements to avoid disqualification.