ruimarinho / docker-bitcoin-core

A bitcoin-core docker image
https://hub.docker.com/r/ruimarinho/bitcoin-core/
MIT License
370 stars 208 forks source link

Add Bitcoin Core 0.19.1 #92

Closed torkelrogstad closed 4 years ago

torkelrogstad commented 4 years ago

Closes #91.

I could not get the Alpine version to build, it kept failing with g++: fatal error: Killed signal terminated program cc1plus. I believe this is caused by the Docker build running out of memory. I tried increasing this with CLI parameters, to no avail.

ruimarinho commented 4 years ago

Many thanks @torkelrogstad. It does compile locally so I'll check if there's a way to increase the machine's memory limit.