Skip to content

Instantly share code, notes, and snippets.

@storopoli
Created April 30, 2024 20:34
Show Gist options
  • Save storopoli/ed9d5eaeae6c25059f50789bc29adf6e to your computer and use it in GitHub Desktop.
Save storopoli/ed9d5eaeae6c25059f50789bc29adf6e to your computer and use it in GitHub Desktop.
Running a simple instance of `bitcoind`
  1. Spin the container: docker run --rm --name bitcoin jaonoctus/bitcoind:v26.0 -maxconnections=0
  2. Use the bitcoin-cli from another terminal: docker exec -it bitcoin bitcoin-cli decoderawtransaction <HEX> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment