Post
Topic
Board Bitcoin Technical Support
Re: What is the minimal version of ubuntu that I need to have to run a full node?
by
ETFbitcoin
on 13/01/2019, 20:00:21 UTC
The Best and the more stable version of linux to run a masternode is UBUNTU version 16.04.

OP didn't talk about masternode, but bitcoin full node

to install linux dependencies run this commands one by one:

Just use && so you only need to run the commend once, example :

Code:
sudo apt-get update && sudo apt-get upgrade

You also can make simple run bash script to automate it rather than run the command one by one