From 62747e486165133e795a30bde5fbccf5f2cda365 Mon Sep 17 00:00:00 2001 From: Paul <107915078+PaulSff@users.noreply.github.com> Date: Sat, 27 Jul 2024 00:04:57 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9120ccc9..12dd477b 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Start the Node with the following command: ```bash ./target/release/poscan-consensus --base-path ~/3dp-chain/ --chain mainnetSpecRaw.json --name MyNodeName --validator --telemetry-url "wss://submit.telemetry.3dpscan.io/submit 0" --author --threads 2 --no-mdns ``` -Make sure you can see your node in the [list](https://telemetry.3dpscan.io/). Explore additional details with this [tutorial](https://3dpass.org/mainnet#linux-mac). +Make sure you can see your node in the [list](https://telemetry.3dpscan.io/). Explore additional details with this [tutorial](https://3dpass.org/mainnet#linux-mac-run). ### Run miner 1. Install [Bun](https://bun.sh/)