From a33c3b6afbc0c84220ff6c29a420d3b64c541f56 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 19 May 2020 09:17:45 -1000 Subject: [PATCH] First version: added btcdeb TODO --- TODO.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..e184ee0 --- /dev/null +++ b/TODO.md @@ -0,0 +1,11 @@ +# TODOs + +This is a list of potential (or planned) TODO items for "Learning Bitcoin from the Command Line". Many are drawn from issues found at the previous locale of this repo. + +## Add BTCDEB Support + +Per @ChristopherA: + +> @kallewoof has written a better Bitcoin Script debugging tool at https://github.com/kallewoof/btcdeb — we should re-write chapter 7 to use it. + +`btcdeb -v` will now show you what BTC Core version it's based on in its minor version. As of now it's `0.2.19`, which is BTC Core 0.19.