Testnet4 Docker Setup
Last updated
Was this helpful?
Last updated
Was this helpful?
Using the available Docker image is fairly easy to run a Bitcoin Testnet4 node.
Follow instructions to install Docker .
Pull the correct Bitcoin image and run:
Bitcoin Testnet4 node should be running in your system. You can check it with the following commmand:
--user
& password asked are the rpcuser
and rpcpassword
fields that you used to run the docker command above.
Now you can proceed to run the Citrea client from .
If you do not want to use Docker to setup Bitcoin node, you can build it from the source code .