Skip to content

Commit

Permalink
Remove sidecar section.
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv committed Jun 17, 2024
1 parent 919b4e2 commit 9742dfa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ Learn how to receive a delegation from Mina Foundation.

**PLEASE READ:** This affects the submission of uptime data and the Performance Score results for receiving a delegation.

The current sidecar tracking system is being phased out to be replaced by the SNARK-work-based uptime tracking system. <u>Until further notice, continue running the sidecar AND SNARK-based tracking system on the SAME node.</u>
The sidecar tracking system was **discontinued on June 14th 2024**. Please use the **SNARK-work-based** uptime tracking system.

- [Instructions for the sidecar tracking system](./bp-sidecar)
- [Instructions for the SNARK-work-based uptime system](./uptime-tracking-system)

Please follow the latest updates and post questions in the [#delegation-program](https://discord.com/channels/484437221055922177/808895957978447882) channel on Mina Protocol Discord.
Expand Down Expand Up @@ -71,18 +70,13 @@ Review the [Mina Foundation Delegation Policy](https://minaprotocol.com/blog/min

#### Step 2: Run the Uptime Tracking System

Next, run **BOTH** the SNARK-based system and sidecar on the **SAME** node.
Next, run the SNARK-based system on the node.

The uptime tracking system sends recent blockchain data from your block producer node's perspective to a service. This service verifies whether this recent data is synced with the chain. If it is synced, it means your node is online.

Instructions for how to run the uptime tracking system:
- [SNARK-based Uptime System](./uptime-tracking-system)

:::info

The SNARK-based system and sidecar are two different uptime tracking systems. The SNARK-based system will be replacing the sidecar system. <u>Until further notice during this transition, it is required to run BOTH the SNARK-based system and sidecar on the same node for the current cycle.</u>
:::

#### Step 3: Pass the KYC/AML requirement (only if selected for delegation)

In order to receive a delegation, you must also meet the KYC/AML requirements of Mina Foundation.
Expand Down
3 changes: 1 addition & 2 deletions docs/node-operators/delegation-program/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ Learn how to receive a delegation from Mina Foundation.

**PLEASE READ:** This affects the submission of uptime data and the Performance Score results for receiving a delegation.

The current sidecar tracking system is being phased out to be replaced by the SNARK-work-based uptime tracking system. <u>Until further notice, continue running the sidecar AND SNARK-based tracking system on the SAME node.</u>
The sidecar tracking system was **discontinued on June 14th 2024**. Please use the **SNARK-work-based** uptime tracking system.

- [Instructions for the sidecar tracking system](/node-operators/delegation-program/bp-sidecar)
- [Instructions for the SNARK-work-based uptime system](/node-operators/delegation-program/uptime-tracking-system)

Please follow the latest updates and post questions in the [#delegation-program](https://discord.com/channels/484437221055922177/808895957978447882) channel on Mina Protocol Discord.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ Learn how to set up the uptime tracking system for the Mina Foundation Delegatio
**PLEASE READ:** This affects the submission of uptime data and the Performance Score results for receiving a delegation.


The current sidecar tracking system is being phased out to be replaced by the SNARK-work-based uptime tracking system. Until further notice, <u>please continue running the sidecar AND SNARK-based tracking system on the SAME node.</u>
The sidecar tracking system was **discontinued on June 14th 2024**. Please use the **SNARK-work-based** uptime tracking system.

- [Instructions for the sidecar tracking system](./bp-sidecar)
- [Instructions for the SNARK-work-based uptime system](./uptime-tracking-system)

Please follow the latest updates and post questions in the [#delegation-program](https://discord.com/channels/484437221055922177/808895957978447882) channel on Mina Protocol Discord.
Expand Down
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -1497,7 +1497,7 @@ module.exports = {
items: [
'node-operators/delegation-program/foundation-delegation-program',
'node-operators/delegation-program/delegation-tiebreak',
'node-operators/delegation-program/bp-sidecar',
// 'node-operators/delegation-program/bp-sidecar',
'node-operators/delegation-program/uptime-tracking-system',
],
},
Expand Down

0 comments on commit 9742dfa

Please sign in to comment.