Skip to content

Run mempool on Docker using bitcoind on a separate container.

License

Notifications You must be signed in to change notification settings

mu373/docker-mempool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-mempool

Run mempool on Docker using bitcoind on a separate container.

Setup

Setup environment variables

cp .api.sample.env .api.env
vim .api.env # Edit the configuration to fit your needs

Start the container

# Make sure to start bitcoind container *before* starting this mempool container
docker compose up -d

Your Mempool instance should be running at http://localhost:8181.

About

Run mempool on Docker using bitcoind on a separate container.

Topics

Resources

License

Stars

Watchers

Forks