Skip to content

Commit

Permalink
Merge branch 'main' into gas-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik authored Aug 2, 2023
2 parents 8499884 + 4120e07 commit 30a1db5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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).

</Steps>
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,7 @@ If you do not want to delete the node folder, please follow one of these steps b

</Tab>
</Tabs>

#### `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".

0 comments on commit 30a1db5

Please sign in to comment.