How do I run the bitcoin bx tool in my terminal

0

I am reading the book Mastering Bitcoin. At some point, I came accross the bx command and tried to run it in the same way as bitcoin-cli (I've got a bitcoin core node running). But I just get the command not found message. How should I go about it?

Kelli

Posted 2019-03-17T10:10:58.877

Reputation: 3

Answers

0

bx is found here: libbitcoin-explorer. There are copious notes there about how to install.

Can I also recommend noting btcdeb for assisting in debugging bitcoin script, should you get that deep.

Alistair Mann

Posted 2019-03-17T10:10:58.877

Reputation: 522