This guide does not require advanced Linux knowledge.
-
Install Ubuntu Server 14.04 (Digital Ocean is a good provider of VPS)
-
Install Bitcoin
sudo apt-get install python-software-properties sudo add-apt-repository ppa:bitcoin/bitcoin sudo apt-get update sudo apt-get install bitcoind -
Configuring Bitcoin NOTE: Type: "mkdir ~/.bitcoin/" to create this directory.
Edit the file: nano ~/.bitcoin/bitcoin.conf
server=1 daemon=1 rpcuser=usernamehere rpcpassword=SuperSecretPassword -
Starting Bitcoind
bitcoind bitcoind help
The blockchain download will begin now, typically takes a day or so to complete.