Skip to main content

运营方需求 (Operator Requirements)

余额推荐 (Balance Recommendations)

First, you must be registered in Solana, which involves creating an account with a balance for storing SOL tokens, and getting the public and private keys. There is no strict minimum amount of SOL required to run as an operator on the Neon EVM. However, you should take into account that you will need tokens to create accounts for new users, deploy contracts, and execute transactions.

首先,您必须在 Solana 中注册,主要是创建一个带有余额的帐户,用于存储 SOL 代币,并获取公钥和私钥。在 Neon EVM 上作为运营方运行所需的 SOL ,并没有严格的最低要求。但是,您应该考虑到,需要代币来为新用户创建账户、部署合约和执行交易。

In addition to the balance for storing SOL tokens, an operator must also have the NEON_TOKEN_MINT balance for storing value tokens. These tokens are used to pay funds from users to an operator for the successful execution of transactions. Depending on the chosen configuration, specific values for NEON_TOKEN_MINT are indicated in the table

除了用于存储 SOL 代币余额外,运营商还必须拥有用于存储价值代币的NEON_TOKEN_MINT 余额。这些代币用于将用户的资金支付给运营商,来促使交易成功执行。根据选择的配置,NEON_TOKEN_MINT的具体值在总表中列出

To create the NEON_TOKEN_MINT balance, you can use the following command: 创建NEON_TOKEN_MINT余额,您可以使用下列命令。

spl-token -u <Solana RPC node URL> create-account <NEON_TOKEN_MINT>

硬件推荐 (Hardware Recommendations)

We do not have strict hardware recommendations. The device specifications below are based on information obtained from official Solana documentation.

我们没有严格的硬件建议。以下设备规格基于Solana官方 文档 的信息。

The specifications recommended for your Neon EVM proxy are:

最低 Minimum最优 Optimal关键 Points
CPU核心 (CPU cores)816>=2.8 GHz
内存 GB (RAM GB)1632
硬盘 GB (Disk GB)100100
运营秘钥 (Operator keys)10-20>20

Do not use a public or shared Solana RPC node for your Neon EVM proxy. Use only a device that you control.

不要让Neon EVM 代理使用公共或共享的 Solana RPC 节点。仅使用您控制的设备。

In addition to the Neon EVM proxy, you need a Solana RPC node. It should be a dedicated RPC node with low latency to interact with your Neon EVM proxy.

除了 Neon EVM 代理之外,您还需要一个 Solana RPC 节点。它应该是与 Neon EVM 代理交互的,低延迟专用 RPC 节点。

The minimum specifications recommended to your Solana RPC node are: Solana RPC节点的最低推荐配置是:

  • CPU
    • 16 cores 16核心
    • EPYC Gen 2 or Gen 3
    • Core isolation 核心隔离
  • 内存 (RAM)
  • 硬盘空间 (Disk space)
    • Depends on the transaction history required for storage 取决于存储所需的交易历史

软件推荐 (Software Recommendations)

The following software should be installed on your Neon EVM proxy: 您的 Neon EVM 代理上应安装以下软件:

  • 操作系统 (OS)
    • Ubuntu 20.04或更新 (Ubuntu 20.04 or later)
    • macOS Darwin 10.12或更新 (macOS Darwin 10.12 or later)
  • Docker
  • Docker Compose

Solana集群需求(可选) Solana Cluster Requirements (optional)

If you want to use a local Solana cluster, you need to meet the following requirements:

如果要使用本地 Solana 集群,需要满足以下要求:

  • Solana cluster with --enable-rpc-transaction-history enabled.
    Solana 集群启用了 --enable-rpc-transaction-history

  • Solana cluster with --enable-rpc-bigtable-ledger-storage enabled.
    Solana 集群启用了 --enable-rpc-bigtable-ledger-storage

网络 (Networking)

Internet service should be at least 300 Mbps Internet 服务应至少为 300 Mbps。