Skip to content

Commit

Permalink
Replace deprecated block explorer links (#709)
Browse files Browse the repository at this point in the history
* Update ledger-management.md

Replacing NanoCrawler links with BlockLattice.io and Nano.community

* Update voting-as-a-representative.md

Replacing deprecated block explorer links

* Update beta-network.md

Update beta block explorer links

* Update voting-as-a-representative.md

Adding NanoCharts.info

* Update ledger-management.md

Adding NanoCharts.info
  • Loading branch information
qwahzi authored Sep 13, 2024
1 parent 312652d commit f9be5e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions docs/running-a-node/beta-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ A list of beta tags can be found at the official [Nano Currency Docker Hub](http

| URL | Description |
| | |
| https://beta.nanocrawler.cc/ | Beta Explorer |
| https://beta.nanoticker.info/ | Beta node details and stats |
| https://b.repnode.org/ | Beta node details and stats |
| https://beta.nanobrowse.com | Beta Explorer |
| https://nanoticker.bnano.info/ | Beta node details and stats |

## Differences from the main network

Expand Down
2 changes: 1 addition & 1 deletion docs/running-a-node/ledger-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Blocks are confirmed using the voting weight of representatives and these weight
If looking to use a downloaded ledger there is a risk of it providing inaccurate representative voting weights. Although the potential impacts of this are minimal, below are some recommended steps to take which can help provide additional confidence the ledger can be used.

1. **Scan the ledger for integrity using the [`--debug_validate_blocks`](/commands/command-line-interface/#-debug_validate_blocks) CLI command**. If issues are found they should be inspected carefully and alternative sources of a ledger may need to be considered as failures with this command have a high chance of indicating potentially malicious behavior.
1. **Review the differences in representative voting weights by running the [`--compare_rep_weights`](/commands/command-line-interface/#-compare_rep_weights) CLI command** (_v21.0+ only)_ with the new ledger in the default data directory (old ledger backed up) or in a different data directory by using the optional `--data_path` argument. This will compare the new ledger voting weights against the hardcoded values in the node (set at the time of release). See the [CLI command](/commands/command-line-interface/#-compare_rep_weights) for details on the output with special attention paid to entries in the `outliers` and `newcomers` sections. By inspecting those addresses in public explorers such as [Nanocrawler.cc](https://nanocrawler.cc), this can help to determine if voting weight may have been manipulated in the downloaded ledger.
1. **Review the differences in representative voting weights by running the [`--compare_rep_weights`](/commands/command-line-interface/#-compare_rep_weights) CLI command** (_v21.0+ only)_ with the new ledger in the default data directory (old ledger backed up) or in a different data directory by using the optional `--data_path` argument. This will compare the new ledger voting weights against the hardcoded values in the node (set at the time of release). See the [CLI command](/commands/command-line-interface/#-compare_rep_weights) for details on the output with special attention paid to entries in the `outliers` and `newcomers` sections. By inspecting those addresses in public explorers such as [BlockLattice.io](https://blocklattice.io/), [Nano.community](https://nano.community/), or [NanoCharts.info](https://nanocharts.info/), this can help to determine if voting weight may have been manipulated in the downloaded ledger.

If you need support with this process or need help in evaluating some of the CLI command results, join the [Node and Representative Management category](https://forum.nano.org/c/node-and-rep/8) on the [Nano Forums](https://forum.nano.org).

Expand Down
6 changes: 3 additions & 3 deletions docs/running-a-node/voting-as-a-representative.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Open the account - until you do [account_info](../commands/rpc-protocol.md#accou

Before the node will vote, the representative account configured above must have at least 1000 Nano delegated to it. This is done by changing the representative of other accounts in your wallet with [account_representative_set](../commands/rpc-protocol.md#account_representative_set). If you do not control over 1000 Nano, you will need to have others delegate their weight to your representative.

Once you have enough weight, after a few minutes you can search for your representative account on the [mynano.ninja](https://mynano.ninja/) site to verify it is voting.
Once you have enough weight, after a few minutes you can search for your representative account on [BlockLattice.io](https://blocklattice.io/), [Nano.community](https://nano.community/), or [NanoCharts.info](https://nanocharts.info/) to verify it is voting.

--8<-- "warning-multiple-node-setups.md"

Expand All @@ -80,11 +80,11 @@ Once you are comfortable with your node setup and want to connect it to the broa

### Setup monitoring

Details for setting up a popular monitoring service for the node can be found at https://github.com/NanoTools/nanoNodeMonitor. Not only can this provide a website for viewing the status and promoting your representative, but it also provides metrics to popular services in the ecosystem who help monitor the broader network status and performance, such as [NanoCrawler.cc](https://nanocrawler.cc) and [MyNano.ninja](https://mynano.ninja).
Details for setting up a popular monitoring service for the node can be found at https://github.com/NanoTools/nanoNodeMonitor. Not only can this provide a website for viewing the status and promoting your representative, but it also provides metrics to popular services in the ecosystem who help monitor the broader network status and performance, such as [BlockLattice.io](https://blocklattice.io/), [Nano.community](https://nano.community/), and [NanoCharts.info](https://nanocharts.info/).

### Connect with community services

At [MyNano.ninja](https://mynano.ninja) you can also verify your representative and share additional details about your social accounts. Many community members use this service to evaluate representatives which can help you get additional weight if your setup is reliable and well maintained.
At nano.community [[1]](https://github.com/mistakia/nano-community/blob/main/data/nano-reps.csv)[[2]](https://nano.community/cli) you can also verify your representative and share additional details about your social accounts. Many community members use this service to evaluate representatives which can help you get additional weight if your setup is reliable and well maintained.

### Ongoing maintenance and support

Expand Down

0 comments on commit f9be5e1

Please sign in to comment.