NOTES 310 B

12345678
  1. use this node https://github.com/btcsuite/btcd and run with the --addrindex option
  2. https://gist.github.com/davecgh/2992ed85d41307e794f6
  3. # DOCKER_BUILDKIT=1 docker build --progress plain -f Dockerfile -t foo .
  4. % docker run -it -v `pwd`:`pwd` -w `pwd` foo bash
  5. kubectl exec -it btc-0 -c btc-node -- /bin/bash