edit: I misinterpret query however listed here are directions to improve Bitcoin Core utilizing the binaries on bitcoincore.org.
You may must shut down bitcoind first.
New Bitcoin Core variations are introduced on bitcoincore.org.
Then the precise instructions to improve are going to rely in your working system.
The binaries for a selected launch might be accessible on that website e.g. for v26 they’re right here.
You’ll be able to enter on Linux/Gnu:
wget https://bitcoincore.org/bin/bitcoin-core-26.0/bitcoin-26.0-x86_64-linux-gnu.tar.gz
You’ll be able to untar utilizing:
tar xzf bitcoin-26.0-x86_64-linux-gnu.tar.gz
The brand new untarred binaries will then be saved in /usr/bin
or /usr/native/bin
and it is advisable copy bitcoind
, bitcoin-cli
and bitcoin-qt
into your ./bitcoin
listing and take away the previous bitcoind
, bitcoin-cli
and bitcoin-qt
binaries from that listing.
e.g. sudo mv bitcoind bitcoin-cli bitcoin-qt ./bitcoin
from inside /usr/bin
A few video tutorials from 402 Fee Required on upgrading Bitcoin Core are right here (1, 2)