You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bitcoin Core v22.0 Guix build on a Digital Ocean $160/mo VPS
Debian 9 x64 Memory-Optimized
4 CPUs / 32 GB Memory / 100 GB Disk / FRA1
More than 50 GB disk space is required or you'll get a Performing a Bitcoin Core Guix build for the selected HOSTS requires 44 GiB, however, only 41 GiB is available. Please free up some disk space before performing the build.
Estimated cost to perform a build: ~$2
Install base packages required for consecutive steps
# Run in screen so we can detach and come back in two hours
# and don't have to worry about losing connectivity
screen
pushd bitcoin
git fetch
git checkout "v${VERSION}"
# Expect the first time Guix setup to last for 1-2 hours to compile all dependencies
# and then build the bitcoin binaries
./contrib/guix/guix-build
# Sign binary
./contrib/guix/guix-codesign
# Exit screen with CTRL + a + d
# Come back at any time and resume with screen -D -r
popd
Verify binaries
# Downloading binary to compare hash against
curl -O https://bitcoincore.org/bin/bitcoin-core-22.0/bitcoin-22.0-osx-signed.dmg
shasum -a 256 bitcoin-22.0-osx-signed.dmg bitcoin/guix-build-22.0/output/x86_64-apple-darwin18-codesigned/bitcoin-22.0-osx-signed.dmg