Bitcoin Forum
May 06, 2024, 12:41:42 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Upgrade full node to 0.16.0  (Read 176 times)
gxsuk759 (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
February 27, 2018, 06:04:01 PM
 #1

I'm running a full node (v0.15.1) on my Raspberry Pi 3 with Rasbian and I want to upgrade my node to 0.16.0. The bitcoin.org description on how to upgrade Bitcoin Core was not rly helpfull ("just copy over bitcoind" - very user friendly ^^).
Anyway, I looked for an answer on Google and also in this forum but nothing rly helped me.

For the first installation i used the following lines (from this description: https://github.com/MrChrisJ/fullnode/blob/master/Setup_Guides/Setup_Jessie_Bitcoin_Core_0.13.2.md):

cd ~/bin
git clone -b v0.15.1 https://github.com/bitcoin/bitcoin
cd bitcoin/
./autogen.sh
./configure CPPFLAGS="-I/usr/local/BerkeleyDB.4.8/include -O2" LDFLAGS="-L/usr/local/BerkeleyDB.4.8/lib" --enable-upnp-default --with-gui=qt4
make -j2
sudo make install

First I thought about to just run the same code again (with v0.16.0 instead of v0.15.1) but at bitcoin.org they wrote that I have to "just copy over bitcoind" so idk want is meant by that.

So if someone can send me a (noob-userfriendly) solution I would rly appreciate that.
1714999302
Hero Member
*
Offline Offline

Posts: 1714999302

View Profile Personal Message (Offline)

Ignore
1714999302
Reply with quote  #2

1714999302
Report to moderator
1714999302
Hero Member
*
Offline Offline

Posts: 1714999302

View Profile Personal Message (Offline)

Ignore
1714999302
Reply with quote  #2

1714999302
Report to moderator
"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714999302
Hero Member
*
Offline Offline

Posts: 1714999302

View Profile Personal Message (Offline)

Ignore
1714999302
Reply with quote  #2

1714999302
Report to moderator
1714999302
Hero Member
*
Offline Offline

Posts: 1714999302

View Profile Personal Message (Offline)

Ignore
1714999302
Reply with quote  #2

1714999302
Report to moderator
1714999302
Hero Member
*
Offline Offline

Posts: 1714999302

View Profile Personal Message (Offline)

Ignore
1714999302
Reply with quote  #2

1714999302
Report to moderator
aleksej996
Sr. Member
****
Offline Offline

Activity: 490
Merit: 389


Do not trust the government


View Profile
February 27, 2018, 07:47:32 PM
Merited by achow101 (2)
 #2

Like most things you can do this in multiple ways. What you did last time was compiling from source.
There is no need not to do this again, except you don't need to clone the whole repository again.

So just type
Code:
cd ~/bin/bitcoin
git fetch
git checkout v0.16.0
./autogen.sh
./configure CPPFLAGS="-I/usr/local/BerkeleyDB.4.8/include -O2" LDFLAGS="-L/usr/local/BerkeleyDB.4.8/lib" --enable-upnp-default --with-gui=qt4
make -j2
sudo make install
gxsuk759 (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
February 28, 2018, 11:29:24 AM
 #3

Thank you, upgrade was successful! Smiley
twinboost
Newbie
*
Offline Offline

Activity: 7
Merit: 4


View Profile
March 01, 2018, 02:52:44 AM
 #4

Like most things you can do this in multiple ways. What you did last time was compiling from source.
There is no need not to do this again, except you don't need to clone the whole repository again.

So just type
Code:
cd ~/bin/bitcoin
git fetch
git checkout v0.16.0
./autogen.sh
./configure CPPFLAGS="-I/usr/local/BerkeleyDB.4.8/include -O2" LDFLAGS="-L/usr/local/BerkeleyDB.4.8/lib" --enable-upnp-default --with-gui=qt4
make -j2
sudo make install


Thank you. This also helped me update my node
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!