Update Bitcoin Core
Update Bitcoin Core to newer version
bitcoind --versioncd ~/bitcoingit fetch --allgit describe --tags `git rev-list --tags --max-count=20`git checkout -f <version-tag>make clean./autogen.sh./configure --without-gui # OPTION 1: Wallet functionalty enabled
./configure --without-gui --disable-wallet # OPTION 2: Wallet functionality disabledmake -j $(nproc)Last updated
Was this helpful?