How to run local Tron Nile node for development porpuses?

70 views Asked by At

What I have done:

I have run fullnode jar with command

$ java -Xmx10g -jar FullNode.jar -c nile_config.conf
  1. nile_config.conf taken from here https://nileex.io/join/getJoinPage without any changes

  2. 2000 TRX transferred from faucet

  3. I am connected tronlink wallet to local node to this ports { fullNodePort = 8090 solidityPort = 8091 }

Problem is that when I am using default Nile node from internet, I am able to see both balance and transactions history. But when I am switching to local node I am able to see only balance, but not transactions history. And I am unable to send any transactions whem I am using local node because I got an error that first I need to receive some TRX (which I have in fact).

I guess I am lack some of the APIs for tronlink to use, question which exactly? Any help please?

0

There are 0 answers