-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with Setting Up XDC Master Node #136
Comments
Have you tried setting up the node using the bootstrap script or manually? The bootstrap script is designed to streamline the process by setting up Docker, creating a new account, and updating its name in the .env file. We recommend exploring the bootstrap script and sharing the logs if you encounter any issues with your node setup. Here are the steps to use the bootstrap script: |
@AnilChinchawale I have tried using the Bootstrap method, and still the node isnt syncing. These are my logs This is the .env file as I need to query the historic blocks (debug_traceTransaction) too INSTANCE_NAME=XDC_COINIA |
Hi,
I am a node operator trying to set up a master node by following the official documentation(https://docs.xdc.org/build-with-xdc/deploy-an-xdc-public-masternode).
I set up the .env file using STEP 2 in the official documentation and started the container. Initially, I encountered an error indicating that the NETWORK variable was missing. I added the variable to the .env file and started the container again.
However, this time, I encountered another error indicating that the PRIVATE_KEY is missing. I have some doubts regarding the use of the private key, so I asked my questions on Discord, but I haven't received any replies. I also posted the same question on the XDC.dev site, and someone replied suggesting that the private key is not required (https://www.xdc.dev/nodeop5252/clarification-on-private-key-usage-in-master-node-setup-1a4l). Despite this, I am still getting the error that the PRIVATE_KEY is missing.
Could you please clarify the use of the private key and where it is required?
Additionally, I started the container with the default values according to GitHub(https://github.com/XinFinOrg/XinFin-Node/blob/master/mainnet/.env). The official documentation mentions that a coinbase address will be generated at xdcchain/coinbase.txt after starting the container, but it has not been generated. Furthermore, the name I provided in the .env file is not appearing in the explorer (https://xinfin.network/#stats); instead, it shows as -5cbddxxxxxxxxxxxx2eec07fb-xx.xx.xx.xx.
Could you please tell me whether the issue is on my side or yourside, and clarify the usage of the private key?
Thank you.
The text was updated successfully, but these errors were encountered: