Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove sidecar section. #1004

Merged
merged 2 commits into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,11 @@ 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.

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
Loading