Run a Chainlink node from scratch without Ethereum node
This guide will explain how you easily can run a Chainlink node from scratch using the Fiews EaaS on Ethereum Mainnet, Ropsten or Rinkeby
1. Install Docker
sudo amazon-linux-extras install docker
sudo systemctl start docker
sudo gpasswd -a $USER docker
exit
# log in againcurl -sSL https://get.docker.com/ | sh
sudo systemctl start docker
sudo usermod -aG docker $USER
exit
# log in againcurl -sSL https://get.docker.com/ | sh
sudo usermod -aG docker $USER
exit
# log in againcurl -sSL https://get.docker.com/ | sh
sudo systemctl start docker
sudo usermod -aG docker $USER
exit
# log in againcurl -sSL https://get.docker.com/ | sh
sudo usermod -aG docker $USER
exit
# log in againClient:
Version: 18.06.0-ce
API version: 1.38
[...]2. Get a Fiews EaaS subscription
3. Set up the Chainlink node
Final thoughts
Next steps
Last updated
Was this helpful?