Skip to content

Commit da579b4

Browse files
committed
cardano node resources
1 parent 7218b8c commit da579b4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

docs/get-started/technical-concepts/consensus-staking.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
22
id: consensus-staking
33
title: Consensus & Staking
4-
sidebar_label: Consensus & Staking
4+
sidebar_label: (Re)introduction to Cardano
55
description: Learn about consensus and staking on Cardano including the Ouroboros protocol, stake pools, and block production.
66
image: /img/og/og-getstarted-technical-concepts.png
77
---
88

9+
<iframe width="100%" height="325" src="https://www.youtube-nocookie.com/embed/zJUJG6V0Y1o" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
10+
911
### Understanding Consensus
1012

1113
Consensus is the process by which a majority opinion is reached by everyone who is involved in running the blockchain. Agreement must be made on which blocks to produce, which chain to adopt, and to determine the single state of the network. The consensus protocol determines how individual nodes assess the current state of the ledger system and reach a consensus. It has three main responsibilities; to perform a leader check and decide if a block should be produced, to handle chain selection, and to verify blocks that are produced.

docs/operate-a-stake-pool/node-operations/installing-cardano-node.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Binaries for the **latest** version of the node may be downloaded from the [card
1717

1818
Alternatively, one can build `cardano-node` from source code locally.
1919

20+
:::tip Cardano Node Course
21+
For a comprehensive video course on using the Cardano Node and Cardano-CLI as an end user, stake pool operator, and governance actor, check out the [Cardano Node Course](https://www.youtube.com/playlist?list=PLNEK_Ejlx3x2ut-Pq-hi0NFVsgKB3EddR) video series.
22+
:::
23+
2024
## Building from source
2125

2226
The preferred way of building `cardano-node` is via Nix, but the node is

docs/operate-a-stake-pool/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Best practices should always be a key consideration when running a stake pool. S
3939
The basic category starts with learning about [relay and block producer topology](stake-pool-networking), what the [hardware requirements](hardware-requirements) are, which [keys are available](cardano-key-pairs), which are hot and sensitive, and which you should never save on a server, no matter how convenient it is.
4040

4141
:::tip info
42-
If you would like to do a deep dive on technical concepts please visit [Consensus](docs/get-started/technical-concepts/consensus-staking.md) and [Network & Communication](docs/get-started/technical-concepts/network-communication.md)
42+
If you would like to do a deep dive on technical concepts please visit [Consensus & Staking](../get-started/technical-concepts/consensus-staking) and [Core Concepts](../get-started/technical-concepts/)
4343
:::
4444

4545
## Stake pool operator resources

0 commit comments

Comments
 (0)