Citrea Binary Executable
We've complied an executable for you to run a Citrea Full Node directly in MacOS / Linux. For the following steps, we assume that you have a Bitcoin Testnet4 node running. If not, please visit here.
Step 0: Make a separate folder and move in
To tidy things up, you can run the following and make a separate folder:
Step 1: Download the binary executable
We're hosting our binary in the Citrea repository. Please download the suitable executable for your configuration.
Step 2: Download genesis & testnet config
To sync correctly, config & genesis files should be provided correctly. You can download & extract them using the following:
Step 3: Run!
First, let's grant running permission to our executable (may require sudo
):
Then, based on your operating system, run one of the following:
Mac:
Linux:
If the paths are correct, the full node will start to sync. You can check the status with the following command (assuming the rollup_config.toml
is the same as provided):
A sample response (fields may vary based on the sync status):
If you do not want to use the provided binary executable to setup a Citrea node, you can also build it from the source code here.
Last updated