To setup a Bitcoin node on Ubuntu 18.04 follow these steps:
- Copy repository to server (i.e. SFTP via Filezilla)
- Run the below commands
chmod +x ./setup.sh && ./setup.sh <RPC-USERNAME> <RPC-PASSWORD>
You can find some useful commands on the post below:
https://medium.com/@danielmontoyahd/cheat-sheet-parity-and-bitcoin-core-c370163fca44