ruimarinho / docker-bitcoin-core

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

add bitcoin core version 0.19.0.1 #89

Closed octobocto closed 4 years ago

octobocto commented 4 years ago

In This PR we add support for bitcoin core version 0.19.0.1.

I just duplicated the 0.18 folder to a 0.19 folder, and replaced any version 0.18 with 0.19.0.1. I have no idea if this is all that needs to be done, but at least it's a starting point.

Fixes #88

guggero commented 4 years ago

Nice! Don't forget to update the README and link to the new docker files. Also move the latest tag in the README.

octobocto commented 4 years ago

Nice! Don't forget to update the README and link to the new docker files. Also move the latest tag in the README.

Thanks, fixed!

ruimarinho commented 4 years ago

This look great, thanks @bjornoj!