Setup a Bitcoin node

Learn how to setup a Bitcoin node to run a local devnet.

To run a local devnet, run the clarinet devnet start command.

Terminal
clarinet devnet start
Common errors

If you are getting error: clarinet was unable to create network, make sure you have Docker (or a similar service) installed and running locally. Check out the Docker installation guide for more details.

Last updated on