# TAIKO NODE RUN PART 2

By [Bipin Yadav](https://paragraph.com/@massa1234) · 2023-01-02

---

1\. CREATE WALLET

![](https://storage.googleapis.com/papyrus_images/001189b25688a474f51faf7dbf58c2fb64a5260ac64a5790f2129320c95e0e2c.png)

2 COPY PRIVATE KEY AND ADRESS YOU WILL NEED IT FURTHER

![](https://storage.googleapis.com/papyrus_images/d7958a114d0701e2f183d1eb37cfa5dd98c315c3ffe4bdbe1c8ebef372f9405d.png)

`Install 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#**

![](https://storage.googleapis.com/papyrus_images/10cdb6a87ac4c6abed8c236ec0b5a6e77f9c3f29e886b9244189f15bb7ab8ada.png)

1.  change ENABLE\_PROPOSER=false to **ENABLE\_PROPOSER=true**
    
2.  AT L1\_PROPOSER\_PRIVATE\_KEY = **Enter your Private Key At**
    
3.  In L2\_SUGGESTED\_FEE\_RECIPIENT= **Enter your address in the example below**
    
    See Example Below
    

![](https://storage.googleapis.com/papyrus_images/6f37faa55d2b46615566f7ad5bf0f0662f20765685f1b9219fd2cef2073dd165.png)

**If 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 BELOW**

![](https://storage.googleapis.com/papyrus_images/831638a37b3d6362ec324e7d18ebd66a3133f557dcf70e2b12eaf19d51856b9c.png)

`sudo docker-compose logs -f`

**WAIT FOR SOME TIME AND CHECK THE BLOCK VALIDATED**

**PASTE YOUR WALLET ADRESS AND CHECK**

![](https://storage.googleapis.com/papyrus_images/9284a5891f3b0452d918a3a2ea7da981f291b494728f98b519d5281f77067091.png)

**DONE CLOSE THE TERMINAL**

---

*Originally published on [Bipin Yadav](https://paragraph.com/@massa1234/taiko-node-run-part-2)*
