From 773a32b5d24b605162a52c43cb0a21735f171ac0 Mon Sep 17 00:00:00 2001 From: d1onys1us <13951458+d1onys1us@users.noreply.github.com> Date: Tue, 1 Aug 2023 22:38:40 -0400 Subject: [PATCH 1/2] chore(website): update node troubleshooting (#14337) --- .../website/pages/docs/reference/node-troubleshooting.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/website/pages/docs/reference/node-troubleshooting.mdx b/packages/website/pages/docs/reference/node-troubleshooting.mdx index a1539e85186..35cb481d1e2 100644 --- a/packages/website/pages/docs/reference/node-troubleshooting.mdx +++ b/packages/website/pages/docs/reference/node-troubleshooting.mdx @@ -133,3 +133,7 @@ If you do not want to delete the node folder, please follow one of these steps b + +#### `dial tcp: connect: connection refused` + +This means that you are not able to connect to the RPC endpoint. Check if you have a firewall up and that you are allowing those ports. For Ubuntu, this would be checked with "sudo ufw status". From 4120e0771afa119024c6d9eca98582559281cce7 Mon Sep 17 00:00:00 2001 From: d1onys1us <13951458+d1onys1us@users.noreply.github.com> Date: Tue, 1 Aug 2023 22:44:01 -0400 Subject: [PATCH 2/2] chore(website): update receive token docs (#14330) --- .../docs/guides/build-on-taiko/receive-tokens.mdx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/packages/website/pages/docs/guides/build-on-taiko/receive-tokens.mdx b/packages/website/pages/docs/guides/build-on-taiko/receive-tokens.mdx index 3771e382046..6da3eb73a84 100644 --- a/packages/website/pages/docs/guides/build-on-taiko/receive-tokens.mdx +++ b/packages/website/pages/docs/guides/build-on-taiko/receive-tokens.mdx @@ -31,15 +31,13 @@ This guide will help you receive testnet tokens. You can see all the deployed to Repeat the previous step for receiving HORSE, except select "BLL" from the dropdown. ### Receive TTKO - TTKO has been distributed to all proposers and provers from the alpha-1 and alpha-2 testnets and you can see those transactions [here](https://sepolia.etherscan.io/address/0x19B4F9C381C7927FE33D853e48b560141A380C44). - - It's possible more will be distributed, especially considering those that did not run a proposer/prover in alpha1/alpha2, and those who are new to the Taiko community. + TTKO has been distributed to all proposers and provers from the alpha-1 and alpha-2 testnets and you can see those transactions [here](https://sepolia.etherscan.io/address/0x19B4F9C381C7927FE33D853e48b560141A380C44). You can see the script used [here](https://github.com/taikoxyz/operations). Otherwise, you can obtain TTKO by successfully [proving blocks](/docs/guides/enable-a-prover) (the protocol rewards you in TTKO) or from [Swap](https://swap.test.taiko.xyz). - By the way, TTKO is specific to Grimsvotn testnet, you won't earn any TTKO for proving Eldfell blocks (you will earn TTKOe, see below). - ### Receive TTKOe - TTKOe has not been distributed yet, but will be soon! + TTKOe has been distributed to all proposers and provers from the alpha-1 and alpha-2 testnets and you can see those transactions [here](https://explorer.test.taiko.xyz/address/0x7532Cd98ED13c0C164dBC7a92D872955c8C99bD3). You can see the script used [here](https://github.com/taikoxyz/operations). + + Otherwise, you can obtain TTKOe by successfully [proving blocks](/docs/guides/enable-a-prover) (the protocol rewards you in TTKOe) or from [Swap](https://swap.l3test.taiko.xyz).