Skip to content

vfhrr/docker-bitcoin-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Dockerized - bitcoin-tool

A dockerized version of bitcoin-tool

Usage

Build docker image:

docker build -t bitcoin-tool .

Run bitcoin-tool:

docker run -it bitcoin-tool \
 --network bitcoin \
 --input-type address \
 --input-format base58check \
 --output-type all \
 --input "1Gu4VHM17SGHBN748k4ohNKy8BegySzyUF"

For more options read bitcoin-tool help:

docker run -it bitcoin-tool --help

About

A dockerized version of bitcoin-tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published