An open API service indexing awesome lists of open source software.

https://github.com/gregdhill/bitcoin-docker

₿ 🐳
https://github.com/gregdhill/bitcoin-docker

bitcoin docker docker-compose

Last synced: about 2 months ago
JSON representation

₿ 🐳

Awesome Lists containing this project

README

          

# Bitcoin - Docker

Easily run a four node chain in regression test mode.

```shell
docker-compose up

docker build -t bitcoin .
address=$(docker run --network="host" bitcoin bitcoin-cli -rpcpassword=admin -rpcuser=admin -regtest getnewaddress)
docker run --network="host" bitcoin bitcoin-cli -rpcpassword=admin -rpcuser=admin -regtest generatetoaddress 100 "${address}"
```