Fully automated node installation

hello there !

I created a bash script that fully automates the process of configuration, installation and running a Taiko node, either prover, proposer, or both. I also created a PR to be included in the official repo, currently waiting for that. Until then, here s the script
https://github.com/tudorpintea999/TaikoNodeAutomation

IF you re not curious about the script and you only want to use it, copy and paste the next command in your linux terminal to start the installation

git clone https://github.com/tudorpintea999/TaikoNodeAutomation.git && cd TaikoNodeAutomation && sudo chmod +x taikoinstaller.sh && sudo /bin/bash taikoinstaller.sh
4 Likes