Last updated
Last updated
~20-60 minutes
The installation time depends on many factors, such as your skills, resources and characteristics of your server, the most important: disk speed, internet connection, server load CPU, RAM, so this value may differ from the one indicated by us.
With the help of a one-line script, all the necessary commands will be executed automatically, you only need to specify the value of your Private Key
, which is unique for everyone and will identify you on the network.
Step-by-step copy and paste the commands on your server following the instructions and hints provided in the instructions.
When asked for Rust installation options, choose the default. Press 1
and Enter
to continue.
The installation process will take some time, so wait for the download to complete before continuing.
If you want to use JSON-RPC Endpoint vlans, then find out the address with the following command:
If you want to use our public JSON-RPC, use the command below.
This command uses our public RPC , if you have your own validator node RPC you can replace this value with yours, otherwise we recommend not to change anything.
Replace YOUR PRIVATE KEY with yours, if you don't have it, you need to create a wallet and import the private key from the wallet.
The private key is your wallet key that you created in the validator node and exported via the private key command line, here are some useful commands and tips that may come in handy.
Only if you haven't exported your private key before
1. Create a wallet on your validator node:
0gchaind keys add wallet --eth
2.
Export your private key
0gchaind keys unsafe-export-eth-key wallet
An example of what your log should look like if you installed the node correctly.