You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to set up an RPC node on mainnet and followed the instructions posted here. and also the Github repo steps for installing a node. All the steps were successful: cloning the repo, changing the directory and installing docker, copying and editing the .env file with the correspondent information. as shown below:
I have edited the start-node.sh to enable 0x prefix and saved the file. I have also edited the .env file that contains the following information:
Once I run the command to start the node, I get the following error:
Steps I have taken:
I have changed the .env file to reflect "full" instead of "archive"
I have checked that I was inside the right directory /XinFin-Node/mainnet
I have wipe the server and start fresh
I have stopped, checked all the files, start the node again with no success env file.txt
NOTES: I also want to add that I did not manually typed the commands. I copied and pasted from source (Github, Gitbook) line by line to avoid any typos.
The text was updated successfully, but these errors were encountered:
After speaking with Rohit, he shared his .env file and I added the last two lines that my env file was missing. The version of the node is 1.5.0 and copying the template .env file does not add the last two lines in the new .env file. Adding the last two lines as posted here fixed the initial issue I was encountering:
NETWORK=mainnet
PRIVATE_KEYS=123
Next issue is that this version does not recognize "archive" and it's expecting either "full" "fast" or "light". If I am running an RPC node, which node type I should be selecting?
I am trying to set up an RPC node on mainnet and followed the instructions posted here. and also the Github repo steps for installing a node. All the steps were successful: cloning the repo, changing the directory and installing docker, copying and editing the .env file with the correspondent information. as shown below:
I have edited the start-node.sh to enable 0x prefix and saved the file. I have also edited the .env file that contains the following information:
Once I run the command to start the node, I get the following error:
Steps I have taken:
env file.txt
NOTES: I also want to add that I did not manually typed the commands. I copied and pasted from source (Github, Gitbook) line by line to avoid any typos.
The text was updated successfully, but these errors were encountered: