Skip to content

hasanfd/bitcoin-regtest-rpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

bitcoin-regtest-rpc

build

docker build -t mybitcoind .

run

docker run -p 127.0.0.1:18332:18332 -dit mybitcoind

You can access bitcoin blockchain in docker through port 18332 by using RPC calls(check out https://github.com/jgarzik/python-bitcoinrpc).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages