If you are running an old version of bitcoin core, a full bitcoin name, please make a backup first. Please do not update OpenSSL, see more information here. You can update to bitcoin core 0.10 using these commands:
1
2
3
4
5
6
7
|
cd ~
git clone -b v0.10.0rc3 a href="https://github.com/bitcoin/bitcoin.git" target="_blank">https://github.com/bitcoin/bitcoin.git bitcoin0.10rc3
cd bitcoin0.10rc3
./autogen.sh
./configure --with-incompatible-bdb
make
make check
|
This will download the latest version of bitcoin and compile it.