taikoxyz / taiko-mono

A based rollup. 🥁
https://taiko.xyz
MIT License
4.43k stars 2.08k forks source link

docs(website):Add the Taiko node construction procedure for beginners. #15625

Closed araokaman closed 1 month ago

araokaman commented 4 months ago

Describe the feature request

As one example, the current construction guide describes using the nano command to open a text editor and set the value of the endpoint portion, as shown in the attachment.

image

However, beginners in node construction are not accustomed to using text editors such as nano, and they are confused. They also have trouble finding the appropriate line among multiple lines, so we would like to recommend a simpler procedure using replace.

Describe alternatives you've considered

We propose to replace the target character using the sed command.

The following command is used in the above endpoint configuration. ※{} part is replaced by the user sed -e "s|L1_ENDPOINT_HTTP=|L1_ENDPOINT_HTTP={Use http}|" -e "s|L1_ENDPOINT_WS=|L1_ENDPOINT_WS={Use websockets}|" .env > .env

This eliminates the need for tedious editing in a text editor.

Additional context

The above procedure can also be diverted to enable Proposer and Prover.

rajatj86 commented 4 months ago

i want to run the holesky node on my VPS do u have codes to run on VPS?

araokaman commented 4 months ago

i want to run the holesky node on my VPS do u have codes to run on VPS?

Instructions for building the Holesky node can be found in the official guide. If you are building on a VPS, simply follow these steps on the VPS. https://docs.taiko.xyz/guides/run-a-holesky-node/

paulallensuxs commented 3 months ago

Hello,

I noticed that this issue pertains to a different repo. Nevertheless, I've taken the initiative to address the suggested changes and have opened a pull request in the correct repository where the modifications are applicable: PR #46 on taikoxyz/docs.

araokaman commented 3 months ago

Hello.

Thank you for your response. I am glad you even made a pull request.

So I don't have to create a pull request on my end for this case, right? Am I still eligible to receive GitPOAP as a contributor?

paulallensuxs commented 3 months ago

@araokaman According to what's outlined in the CONTRIBUTING.md file, once the pull request is merged it is mentioned that opening a good new issue (not a spam issue) is also eligible for receiving a GitPOAP:

Opening a good new issue (not a spam issue) is also eligible for a GitPOAP, just leave a comment and we will manually invoke a GitHub bot that will send the GitPOAP.

araokaman commented 3 months ago

@paulallensuxs I see.

You created a pull request instead. Thanks. I hope the merge goes well.

Harshal9900 commented 3 months ago

facing the error while runnning node, showing dispatch error , i dont know what the glitch but its randering multiple times

jay3183 commented 3 months ago

I would like to help with this problem

github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 month ago

This issue was closed because it has been inactive for a week since being marked as stale.