diff --git a/docs/node-operators/delegation-program/foundation-delegation-program.mdx b/docs/node-operators/delegation-program/foundation-delegation-program.mdx index d35b75e21..df051b782 100644 --- a/docs/node-operators/delegation-program/foundation-delegation-program.mdx +++ b/docs/node-operators/delegation-program/foundation-delegation-program.mdx @@ -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. Until further notice, continue running the sidecar AND SNARK-based tracking system on the SAME node. +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. @@ -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. 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. -::: - #### 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. diff --git a/docs/node-operators/delegation-program/index.mdx b/docs/node-operators/delegation-program/index.mdx index 7249b96bb..63b0daa27 100644 --- a/docs/node-operators/delegation-program/index.mdx +++ b/docs/node-operators/delegation-program/index.mdx @@ -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. Until further notice, continue running the sidecar AND SNARK-based tracking system on the SAME node. +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. diff --git a/docs/node-operators/delegation-program/uptime-tracking-system.mdx b/docs/node-operators/delegation-program/uptime-tracking-system.mdx index d558fe00e..2ddef721e 100644 --- a/docs/node-operators/delegation-program/uptime-tracking-system.mdx +++ b/docs/node-operators/delegation-program/uptime-tracking-system.mdx @@ -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, please continue running the sidecar AND SNARK-based tracking system on the SAME node. +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. diff --git a/sidebars.js b/sidebars.js index cea3f7be8..3ffbbe0c5 100644 --- a/sidebars.js +++ b/sidebars.js @@ -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', ], },