Skip to content
Daniel Roberts edited this page Aug 9, 2023 · 59 revisions

The Bitcoin Command Line Tool

About Bitcoin Explorer

BX is a general purpose Bitcoin command line utility that supports Linux, OS X and Windows. The application can be built and distributed as a single file binary with no run time dependencies apart from the operating system.

Example

$ bx seed | bx ec-new | bx ec-to-public | bx ec-to-address
13ua8RRSxLpL5WL5cKUDepUCvJZgGWuKh7

Do not use bx seed outside of examples! See Random Numbers.

If you encounter problems or have suggestions please use the issues board.

Download Here

BX Menu

Clone this wiki locally