Flexible multi-arch (amd & amd64) Bitcoin Core Docker image

Crypting

Dockerfile

lncm/bitcoind image

Yo, check it out! The crew over at LNCM has cooked up something sweet for all you Bitcoin enthusiasts out there. They've whipped up this slick Docker image for Bitcoin Core that's flexible as all get-out, supporting both AMD and ARM64 architectures. Talk about covering all your bases! This bad boy is built with transparency in mind. Every step of the build process is out in the open, so you can see exactly what's going down. They're using Alpine as the base, which keeps things nice and lean. And get this - they're cross-compiling builds using their own auditable QEMU setup. How's that for attention to detail? Now, let's break down some of the killer features: 1. Git tags and commits are signed and timestamped for extra security. 2. Builds spit out binaries for AMD64, ARM64v8, and ARM32v7. Something for everyone! 3. They've got this nifty Docker Manifest that makes using different architectures a breeze. 4. Every successful build of a git tag gets pushed straight to Docker Hub. 5. They're keeping things slim by stripping binaries and basing final images on Alpine. But wait, there's more! They've set up ZMQ ports for block and transaction notifications (28332 and 28333 respectively). And if you're worried about losing old versions, don't sweat it. Even when they update to a new Bitcoin Core version, the previous images stick around on Docker Hub. Getting started is easy as pie. Just pull the image from Docker Hub, set up your config file, and you're off to the races. They've even included some sample commands to help you get your feet wet. For all you Docker Compose fans out there, they've got you covered with a sample YAML file to get you up and running on mainnet in no time. So whether you're a Bitcoin newbie or a seasoned pro, this Docker image has got something for everyone. It's flexible, it's secure, and it's ready to roll. Why not give it a spin and see what all the fuss is about?

Check out site
Back to all products