Skip to content

Commit 008629e

Browse files
committed
remove stray closing tag
1 parent 91fe95a commit 008629e

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

src/content/staking/solo/index.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,37 +40,36 @@ Solo staking comes with more responsibility but provides you with maximum contro
4040
As much as we wish that solo staking was accessible and risk free to everyone, this is not reality. There are some practical and serious considerations to keep in mind before choosing to solo stake your ETH.
4141

4242
<InfoGrid>
43-
<ExpandableCard title="Required reading" eventCategory="SoloStaking" eventName="clicked required reading">
44-
When operating your own node you should spend some time learning how to use the software you've chosen. This involves reading relevant documentation and being attune to communication channels of those dev teams.
43+
<ExpandableCard title="Required reading" eventCategory="SoloStaking" eventName="clicked required reading">
44+
When operating your own node you should spend some time learning how to use the software you've chosen. This involves reading relevant documentation and being attune to communication channels of those dev teams.
4545

4646
The more you understand about the software you're running and how proof-of-stake works, the less risky it will be as a staker, and the easier it will be to fix any issues that may arise along the way as a node operator.
4747
</ExpandableCard>
48+
4849
<ExpandableCard title="Comfortable with computers" eventCategory="SoloStaking" eventName="clicked comfortable with computers">
4950
Node setup requires a reasonable comfort level when working with computers, although new tools are making this easier over time. Understanding of the command-line interface is helpful, but no longer strictly required.
5051

5152
It also requires very basic hardware setup, and some understanding of minimum recommended specs.
5253
</ExpandableCard>
53-
<ExpandableCard title="Secure key management" eventCategory="SoloStaking" eventName="clicked secure key management">
5454

55+
<ExpandableCard title="Secure key management" eventCategory="SoloStaking" eventName="clicked secure key management">
5556
Just like how private keys secure your Ethereum address, you will need to generate keys specifically for your validator. You must understand how to keep any seed phrases or private keys safe and secure.
5657

5758
<a href="/security/">Ethereum security and scam prevention</a>
58-
5959
</ExpandableCard>
60+
6061
<ExpandableCard title="Maintenance" eventCategory="SoloStaking" eventName="clicked maintenance">
6162
Hardware occasionally fails, network connections error out, and client software occasionally needs upgrading. Node maintenance is inevitable and will occasionally require your attention. You'll want to be sure you stay aware of any anticipated network upgrades, or other critical client upgrades.
6263
</ExpandableCard>
64+
6365
<ExpandableCard title="Reliable uptime" eventCategory="SoloStaking" eventName="clicked reliable uptime">
6466
Your rewards are proportional to the time your validator is online and properly attesting. Downtime incurs penalties proportional to how many other validators are offline at the same time, but <a href="#faq">does not result in slashing</a>. Bandwidth also matters, as rewards are decreased for attestations that are not received in time. Requirements will vary, but a minimum of 10 Mb/s up and down is recommended.
6567
</ExpandableCard>
66-
<ExpandableCard title="Slashing risk" eventCategory="SoloStaking" eventName="clicked slashing risk">
6768

69+
<ExpandableCard title="Slashing risk" eventCategory="SoloStaking" eventName="clicked slashing risk">
6870
Different from inactivity penalties for being offline, <em>slashing</em> is a much more serious penalty reserved for malicious offenses. By running a minority client with your keys loaded on only one machine at time, your risk of being slashed is minimized. That being said, all stakers must be aware of the risks of slashing.
6971

7072
<a href="https://medium.com/prysmatic-labs/eth2-slashing-prevention-tips-f6faa5025f50/">More on slashing and validator lifecycle</a>
71-
72-
</ExpandableCard>
73-
7473
</ExpandableCard>
7574
</InfoGrid>
7675

0 commit comments

Comments
 (0)