# Open the door

## **Minimum hardware requirement**

2 core, 4G Ram, 80 SSD

Open port : 8545&#x20;

## Auto Install

```
sudo apt install curl -y && source <(curl -s https://nodesync.top/autonity/auto_rpc)
```

## Check logs

```
sudo journalctl -u autonityd -f -o cat
```

## Import Nodekey

```
aut account import-private-key /root/autonity-client/autonity-chaindata/autonity/nodekey
```

Copy all result logs, you can see ex:&#x20;

**/root/.autonity/keystore/UTC--2023-12-xxxxxxxxx-xxxxxxxx-c12877d91300e7a**

## Config Aut

```
nano .autrc
```

Paste all info bellow and change it with your keystore.

```
[aut]
rpc_endpoint=http://0.0.0.0:8545/
keyfile=/root/.autonity/keystore/UTC--2023-xxxxxxxxxxx
```

<figure><img src="/files/IqCvWELt4vot7U6Unlan" alt=""><figcaption></figcaption></figure>

## Signature of the message "public rpc"

```
aut account sign-message "public rpc"
```

Save all result logs

#### Get enode

```
aut node info
```

Ex: enode://2xxxx5308e9141912b5504b9b9f83d61eexxx1bfd3342d729b\@x.x.x.x:30303

#### Get <mark style="color:red;">your\_ip</mark>

```
curl ipv4.icanhazip.com
```

Config "RPC NODE ENDPOINT" is :  http\://<mark style="color:red;">your\_ip</mark>:8545

## Register a node

<https://game.autonity.org/awards/register-node.html>

## Backup nodekey

File nodekey in folder: **/root/.autonity/keystore/**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://services.nodesync.top/testnet-running/autonity/open-the-door.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
