Sign inSign up

vishy12/bitcoind-regtest

By vishy12

•Updated over 6 years ago

Bitcoin Daemon for regtest network

Image
0

211

vishy12/bitcoind-regtest repository overview

⁠Description

Regtest daemon that auto-mines transactions every 5 sec.

Blocks get mined to the following account:

            ADDRESS                |                     PRIVATE KEY

mnJQyeDFmGjNoxyxKQC6MMFdpx77rYV3Bo | cVVGgzVgcc5S3owCskoneK8R1BNGkBveiEcGDaxu8RRDvFcaQaSG

⁠Run instructions

Start docker using: docker run -d --name bitcoind-regtest -p 8332:8332 vishy12/bitcoind-regtest:latest

⁠RPC Access

RPC is enabled on the port 8332.

  • RPC Username - root
  • RPC Password - bitcoin

For e.g., you could do: curl -u root:bitcoin -X GET http://localhost:8332/getblockchaininfo

Tag summary

Content type

Image

Digest

Size

46.3 MB

Last updated

over 6 years ago

docker pull vishy12/bitcoind-regtest