This document is an attempt to collect some of the questions frequently asked by the users of the LACChain Besu Network.
- Frequently Asked Questions
- Table of Contents
- General Questions
- How to change the name of my organization in the ethStats?
- How to name my node in ethStats?
- I see my node name on the dashboard with a weird suffix "xxx"
- How to see Orion logs?
- Where are the Besu logs located?
- How do I get the enode?
- Why is my node not connecting to the lacchain?
- Why did my node stop syncing blocks?
- How do I change the log level in Besu
- How much is the price of gas in LACChain?
To change the name of your node you can follow this instructions to set the new name (different from the previous one) in the "--node_name" flag.
Before installing the node in the inventory file, you can set the name of the node in the "node_name" variable. More information here.
To eliminate the suffix it is necessary that you send us an email to [email protected] indicating that you require that the current name generated for the node be reset.
Execute the following command to see the logs generated by Orion:
$ journalctl -fu orion.service
Besu's log files are located in the /root/lacchain/logs
folder divided into INFO
, DEBUG
and ERROR
To obtain the enode you can follow the instructions here.
Check the following:
- If the node was not permissioned, you can see the instructions to get your node permissioned here.
- Verify that the input and output IP is the same with which the node was permissioned.
- Verify the firewall allows connections UDP and TCP through port 60606
First check that your node is connected to the LACChain network, if so then consider the following:
- Verify that the
IP
has not changed and the firewall allows TCP and UDP connections through port 60606. - In case the node is deployed in a private data center, verify that the
NTP server
is synchronized with the Google, Amazon or Microsoft cloud servers. - Verify that the list of bootnodes is the same as the
bootnodes
parameter in this file. - Please verify that you have enough disk space with the following command:
$ \df -TH
- Open the
log.xml
file located in the /root/lacchain folder with a text editor - Now in the last lines you can change the level property to info, debug, error, trace or all.
<Root level="all">
<AppenderRef ref="infoLog" />
<AppenderRef ref="debugLog" />
<AppenderRef ref="errorLog" />
</Root>
Note: Getting the trace log will slow down the behavior of the node
Gas price is 0. You do not need to buy a token or pay a transaction fee to deploy contracts or send transactions.