freewil / bitcoin-testnet-box

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

Update README.md with the bitcoin-cli version #55

Closed IvanVnucec closed 2 years ago

IvanVnucec commented 3 years ago

Specify which bitcoin-cli version to install in README.md:

You must have bitcoind and bitcoin-cli installed on your system and in the path unless running this within a Docker container (see below).
freewil commented 2 years ago

This is defined here: https://github.com/freewil/bitcoin-testnet-box/blob/6c4df337c5bd003db5f109ef966bd1150d9de8e1/Dockerfile#L16

IvanVnucec commented 2 years ago

This is defined here:

https://github.com/freewil/bitcoin-testnet-box/blob/6c4df337c5bd003db5f109ef966bd1150d9de8e1/Dockerfile#L16

Yes but what if user doesn't want to run with docker? User doesn't know what bitcoin version to run unless you specify it in the readme.

freewil commented 2 years ago

PRs welcome :)