This guide assumes you have a basic knowledge of the command line and are familiar with the bitcoin-cli
RPC client.
While not required, this guide was written using a bendir
directory for easier testing. If you want to follow the guide without using bendir
, it's recommended you alias bitcoin-cli
to bitcoin-cli -named -signet -datadir=<your testing datadir>
so you can copy-paste the commands directly from the guide. To use bendir for your testing environment:
git clone https://github.com/josibake/bendir.git