freewil / bitcoin-testnet-box

Create your own private bitcoin testnet
MIT License
593 stars 273 forks source link

bitcoin-qt: not found #29

Closed dicristomanuel closed 5 years ago

dicristomanuel commented 7 years ago

When running make start-gui I get this error /bin/sh: 1: bitcoin-qt: not found.

Previous steps taken: docker pull freewil/bitcoin-testnet-box docker run -t -i -p 19001:19001 -p 19011:19011 freewil/bitcoin-testnet-box and then I try to run start-gui right away.

I have Bitcoin-Qt installed locally, version 0.14.1.

freewil commented 5 years ago

It sounds like you may have Bitcoin-Qt installed locally, but are trying to run it within the Docker container that doesn't have it installed?