amacneil / docker-bitcoin

Bitcoin images for Docker
https://hub.docker.com/r/amacneil/bitcoin/
MIT License
52 stars 76 forks source link

Fatal signal 11 / Update to the latest Bitcoin version needed #44

Open 2pac1 opened 6 years ago

2pac1 commented 6 years ago

Hello,

Was suggested due to docker having 0.14.2 that it needs to be updated to the latest. Can you please do that so docker pulls the latest version?

Thank you Related error( Fatal signal 11 received when connecting to node ) due to this: https://github.com/ElementsProject/lightning/issues/508

2pac1 commented 6 years ago

cracked it

use this instead, its latest and it sorted me out

docker run --rm --name bitcoind_mainnet -v /scratch/bitcoin/mainnet/bitcoind:/data -p 8333:8333 -p 9735:9735 idiogenes/bitcoin:latest