Prepare the system
Update the system and install dependencies before compiling Bitcoin Core.
Update the system
sudo apt update && sudo apt upgrade -yDisable SSH Password Login
sudo cat /etc/ssh/sshd_config | grep PasswordAuthenticationSetup a firewall
sudo apt install ufwsudo ufw allow 22/tcpsudo ufw enablesudo ufw statusInstall Tor
Install Bitcoin Core dependencies
Install Node.js
Install Rust and Cargo
Last updated
Was this helpful?