> For the complete documentation index, see [llms.txt](https://docs.roomit.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roomit.xyz/mainnet/blockx/infrastructures/genesis.md).

# Genesis

#### Genesis

{% embed url="<https://roomit.xyz/genesis/mainnet/blockx/>" %}

#### How to Deploy

Stop Your Service Blockchain

```bash
sudo systemctl stop blockx-node
```

> > Notes : for systemd init blockchain, adjust with your name of service. **systemctl stop blockxd**

Download And Deploy

```
curl -Ls  https://roomit.xyz/genesis/mainnet/blockx/genesis.json > $HOME/.blockxd/config/genesis.json 
```

Start Your Service Blockchain

```bash
sudo systemctl start blockx-node
```
