A clarified set of Linux install steps:
Linux wallet install guide
Dependencies you will need can be had with this:
sudo aptitude install bitcoind python-software-properties screen git python-rrdtool python-pygame python-scipy python-twisted python-twisted-web python-imaging build-essential libglib2.0-dev libglibmm-2.4-dev libqt4-dev python-dev libssl-dev libdb5.1++-dev libboost1.55-all-dev dh-autoreconf libcurl4-openssl-dev libminiupnpc-dev ufw
git clone
https://github.com/BigUps/wallet.gitwhen it is done
cd wallet (recomend first doing ' mv wallet Bigup ' to rename the wallet
cd src
make -f makefile.unix
strip Bigupd
cp Bigupd to whatever directory you wish to launch it from
nano /root/.Bigup/Bigup.conf
add this stuff to it(change user and password of course):
rpcuser=your_user_name
rpcpassword=littlebit of key mashing here
rpcallowip=127.0.0.1
addnode=216.189.153.244:61609
addnode=52.26.37.254:61609
addnode=51.254.181.195:61609
addnode=54.191.50.172:61609
addnode=45.55.236.105:35459
addnode=193.192.37.135:58444
addnode=173.206.135.249:54054
addnode=82.74.207.217:49207
addnode=24.37.68.94:31745
addnode=104.55.5.73:49686
Save it and exit
run the wallet and let it sync.