diff --git a/docs/build-with-powerloom/snapshotter-node/lite-node-v2/getting-started.md b/docs/build-with-powerloom/snapshotter-node/lite-node-v2/getting-started.md index c6ec211..8762845 100644 --- a/docs/build-with-powerloom/snapshotter-node/lite-node-v2/getting-started.md +++ b/docs/build-with-powerloom/snapshotter-node/lite-node-v2/getting-started.md @@ -561,6 +561,10 @@ Learn more: * [libp2p circuit relay](/docs/Protocol/Protocol_v2/relay.md) ::: +:::info +Read more about monitoring and verifying the simulation mode submissions on the [`Monitoring and Troubleshooting`](/docs/build-with-powerloom/snapshotter-node/lite-node-v2/monitoring.md) page. +::: + ### Regular snapshot submissions Once you can verify the simulation mode submissions, you will have log messagse similar to the one shown below that will ensure that your node is capturing epoch releases and submitting snapshots to the sequencer. diff --git a/docs/build-with-powerloom/snapshotter-node/lite-node-v2/monitoring.md b/docs/build-with-powerloom/snapshotter-node/lite-node-v2/monitoring.md index 6323d2f..d83b012 100644 --- a/docs/build-with-powerloom/snapshotter-node/lite-node-v2/monitoring.md +++ b/docs/build-with-powerloom/snapshotter-node/lite-node-v2/monitoring.md @@ -12,13 +12,7 @@ This section will guide you through the process of Monitoring and Troubleshootin ### Monitoring Node Activity with the Snapshotter Dashboard Our Snapshotter Dashboard enables you to verify if your node slot is actively submitting snapshots. -![Snapshotter-node-dashboard](/images/snapshot-lite-v2-dashboard.png) - -#### Eligible for simulation bonus rewards - -You will see a 'Claim Reward' button next to your slot if you have passed the eligibility criteria of 300 submissions. - -![Bonus rewards claim button](/images/node_simulation_bonus_claim.png) +![Snapshotter-node-dashboard](/images/snapshot-lite-v2-daily-dashboard.png) ### Terminal Status Check - The primary method to verify node status is through the terminal, which displays log responses from the node. @@ -36,19 +30,6 @@ You will see a 'Claim Reward' button next to your slot if you have passed the el ![Snapshotter-First-Simulation](/images/snapshot-lite-v2-node-simulation-first-time.png) -#### Verifying success of simulation run - - - To verify the success of the same, make use of the utility script bundled within here by running the following on a MacOS/Linux command line terminal. - - - This will work only after you have set up the node correctly with the right `.env` variables and run it successfully. - ```bash - ./check_simulation.sh - ``` - ![Snapshotter-check-simulation](/images/snapshot-lite-v2-check-submission.png) - -If you observe `submissionCount` and `lastPing` in the above response to be greater than 0, your node's simulation run was successful. - - ## Troubleshooting and Support This section provides guidance on troubleshooting your node in case of encountered issues. The steps outlined below are designed to help identify and resolve common problems efficiently. @@ -85,7 +66,7 @@ The `.env` file contains essential configuration details such as `SOURCE_RPC_URL Change to the directory where your Powerloom Snapshotter Lite Node V2 is located: ```bash - cd powerloom-pre-mainnet-simulation + cd powerloom-pre-mainnet ``` 3. **Editing the .env File:** @@ -96,7 +77,7 @@ The `.env` file contains essential configuration details such as `SOURCE_RPC_URL ``` Inside, you will find configurations similar to those shown in the provided screenshot. -![EnvScreen](/images/snapshot-lite-v2-env.png) +![EnvScreen](/images/snapshot-lite-v2-daily-env.png) 4. **Modifying Variables:** Update the variables as needed. To save and exit, press `CTRL+X`. @@ -126,13 +107,13 @@ For your RPC provider, you have several reliable options, including: If you wish to perform a complete reset of your node or start afresh with the Snapshotter Lite Node V2, the following steps will guide you through the process: 1. **Locate the Existing Directory:** - Begin by opening your terminal. Locate the `powerloom-pre-mainnet-simulation` directory by entering the following command: + Begin by opening your terminal. Locate the `powerloom-pre-mainnet` directory by entering the following command: ```bash ls ``` - This command lists all files and directories, allowing you to confirm the presence of the `powerloom-pre-mainnet-simulation` directory. + This command lists all files and directories, allowing you to confirm the presence of the `powerloom-pre-mainnet` directory. :::warning Warning @@ -140,10 +121,10 @@ If you wish to perform a complete reset of your node or start afresh with the Sn ::: 2. **Remove the Directory:** - To delete the `powerloom-pre-mainnet-simulation` directory and all its contents, use the command: + To delete the `powerloom-pre-mainnet` directory and all its contents, use the command: ```bash - rm -rf powerloom-pre-mainnet-simulation + rm -rf powerloom-pre-mainnet ``` This action cannot be undone, so ensure that you wish to proceed with the reset. @@ -160,7 +141,7 @@ If you're experiencing issues or simply wish to restart your node, the process i Open a terminal window and navigate to the directory of your Powerloom Snapshotter Node by executing: ```bash - cd powerloom-pre-mainnet-simulation + cd powerloom-pre-mainnet ``` 2. **Execute the Build Script:**