Skip to content

Commit a0c5195

Browse files
bloxsterBloxsterAskAlexSharovdependabot[bot]
authored
3.1 updates (#35)
* 3.1 updates * fixed disk size for mainnet * updated disk sizes and upgrading * updated upgrading, compiling, ver., sizes * updated shutter and persist.receipts in nodes * updated size for gno and eth minimal node * cleared instructions * updated with port flags * updated formatting * save * save * HW requirements, downloader and RPC, upgrading * removed duplicate info * updated data managing * small corrections * repetitions cleaning * Revert "save" This reverts commit 996b976. * clr shutter's encrypted mempool for consistency * Bump actions/checkout from 4 to 5 (#33) Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * remove `batchSize` from `performance.md` recommendations (#34) * correction on docker cli * updated disk size for archive node --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Bloxster <[email protected]> Co-authored-by: alex <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Sharov <[email protected]>
1 parent 2387b87 commit a0c5195

File tree

3 files changed

+13
-15
lines changed

3 files changed

+13
-15
lines changed

src/advanced/shutter.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,20 @@
55
[Shutter Network](https://www.shutter.network) is a privacy-focused protocol that provides encrypted transaction pools using threshold encryption. The main objective is to protect users from malicious MEV (Miner Extractable Value) attacks such as front-running and sandwich attacks by encrypting transactions until they are included in a block.
66

77
The key advantages of Shutter Network are:
8-
- **Protection against MEV attacks:** By encrypting transactions, the network prevents malicious actors from exploiting transaction ordering.
9-
- **Threshold encryption:** Transactions are only decrypted when enough key holders (keypers) participate, ensuring security and decentralization.
10-
- **Support on Gnosis Chain:** Shutter encrypted transaction pools are currently available on [Gnosis Chain](https://docs.gnosischain.com/shutterized-gc/), with plans for Ethereum support.
11-
12-
> Shutter Network is now available only for Gnosis Network and Chiado testnet.
13-
14-
### Why Use Shutter?
15-
8+
- **Protection against MEV attacks**: By encrypting transactions, the network prevents malicious actors from exploiting transaction ordering.
9+
- **Threshold encryption**: Transactions are only decrypted when enough key holders (keypers) participate, ensuring security and decentralization.
10+
- **Censorship resistance**: Threshold encryption prevents censorship and manipulation, ensuring fair and transparent transactions in a decentralized system.
1611
- **Access to Extra Transactions:** Shutterized validators can include shielded transactions not available in the public transaction pool, leading to potentially higher block rewards.
17-
- **User Protection:** Help protect users against MEV attacks, improving the fairness of the chain.
12+
13+
> Shutter encrypted mempool is currently available on [Gnosis Chain](https://docs.gnosischain.com/shutterized-gc/), with plans for Ethereum support.
1814
1915
## How to Run Erigon as a Shutterized Validator
2016

21-
To participate in the Shutter encrypted transaction pool as a validator using Erigon, follow these steps:
17+
To participate in the Shutter encrypted mempool as a validator using Erigon, follow these steps:
2218

2319
1. **Set Up Your Validator**
2420

25-
Deposit your stake and register your validator on Gnosis Chain reby following the [Gnosis Chain Validator Setup](https://docs.gnosischain.com/node/manual/validator/deposit).
21+
Deposit your stake and register your validator on Gnosis Chain by following the [Gnosis Chain Validator Setup](https://docs.gnosischain.com/node/manual/validator/deposit).
2622

2723
2. **Register as a Shutterized Validator**
2824

src/getting-started/hw-requirements.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Full nodes maintain full state with standard pruning and all recent data. (`--p
4646

4747
| Network | Disk Size (Required) | Disk Size (Recommended) | RAM (Required) | RAM (Recommended) |
4848
|-----------|----------------------|-------------------------|----------------|-------------------|
49-
| Mainnet | 920 GB | 1 TB | 16 GB | 32 GB |
49+
| Mainnet | 920 GB | 2 TB | 16 GB | 32 GB |
5050
| Polygon | 3.3 TB | 4 TB | 16 GB | 32 GB |
5151
| Gnosis | 462 GB | 1 TB | 8 GB | 16 GB |
5252

@@ -57,9 +57,9 @@ Archive nodes retain **all** historical state and require significantly more dis
5757

5858
| Network | Disk Size (Required) | Disk Size (Recommended) | RAM (Required) | RAM (Recommended) |
5959
|-----------|----------------------|-------------------------|----------------|-------------------|
60-
| Mainnet | 1.6 TB | 4 TB | 32 GB | 64 GB |
61-
| Polygon | 4.6 TB | 8 TB | 64 GB | 128 GB |
62-
| Gnosis | 550 GB | 2 TB | 16 GB | 32 GB |
60+
| Mainnet | 1.77 TB | 4 TB | 32 GB | 64 GB |
61+
| Polygon | 4.85 TB | 8 TB | 64 GB | 128 GB |
62+
| Gnosis | 539 GB | 1 TB | 16 GB | 32 GB |
6363

6464
## Bandwidth Requirements
6565

src/staking.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ Erigon is a comprehensive execution and consensus layer that also supports staki
77
- Using a [external consensus client as validator](advanced/bp-ext.md);
88

99
- Using [Caplin as validator](advanced/bp-caplin.md).
10+
11+
Additionally, you can configure Erigon to work with [Shutter Network](../advanced/shutter.md).i

0 commit comments

Comments
 (0)