# TAIKO NODE RUN PART 2 **Published by:** [Bipin Yadav](https://paragraph.com/@massa1234/) **Published on:** 2023-01-02 **URL:** https://paragraph.com/@massa1234/taiko-node-run-part-2 ## Content 1. CREATE WALLET2 COPY PRIVATE KEY AND ADRESS YOU WILL NEED IT FURTHERInstall Node Tools And Materials INSTALL DOCKER # sudo apt autoremove docker* container* -y sudo apt install jq curl wget tar zip unzip -y curl -sSL https://get.docker.com | bash - sudo curl -SL https://github.com/docker/compose/releases/download/v2.14.2/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose sudo chmod +x /usr/local/bin/docker-compose /usr/bin/docker-compose sudo systemctl restart docker.service 1 Copy One One Command Above Then Paste Into Your Vps# a.Clone repository taiko# git clone https://github.com/taikoxyz/simple-taiko-node.git cd simple-taiko-node b.Mencopy File .env# cp .env.sample .env c. Mengedit File .env# nano .env AFTER ABOVE COMMAND YOU WILL GET THIS PICTURE THEN ENTER DETAILS LIKE THE PICTURE BELOW#change ENABLE_PROPOSER=false to ENABLE_PROPOSER=trueAT L1_PROPOSER_PRIVATE_KEY = Enter your Private Key AtIn L2_SUGGESTED_FEE_RECIPIENT= Enter your address in the example below See Example BelowIf It's Like The Picture Above Press On Keyboard CTRL+X then press Y then ENTER Running Nodes# sudo docker-compose up -d AFTER THIS CHECK LOGS BY THE COMMAND BELOWsudo docker-compose logs -f WAIT FOR SOME TIME AND CHECK THE BLOCK VALIDATED PASTE YOUR WALLET ADRESS AND CHECKDONE CLOSE THE TERMINAL ## Publication Information - [Bipin Yadav](https://paragraph.com/@massa1234/): Publication homepage - [All Posts](https://paragraph.com/@massa1234/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@massa1234): Subscribe to updates - [Twitter](https://twitter.com/Bipin15012001): Follow on Twitter