Bitcoin Daemon for regtest network
211
Regtest daemon that auto-mines transactions every 5 sec.
Blocks get mined to the following account:
ADDRESS | PRIVATE KEY
mnJQyeDFmGjNoxyxKQC6MMFdpx77rYV3Bo | cVVGgzVgcc5S3owCskoneK8R1BNGkBveiEcGDaxu8RRDvFcaQaSG
Start docker using:
docker run -d --name bitcoind-regtest -p 8332:8332 vishy12/bitcoind-regtest:latest
RPC is enabled on the port 8332.
For e.g., you could do:
curl -u root:bitcoin -X GET http://localhost:8332/getblockchaininfo
Content type
Image
Digest
Size
46.3 MB
Last updated
over 6 years ago
docker pull vishy12/bitcoind-regtest