System information
nohup java -Xms20G -Xmx59G -XX:ReservedCodeCacheSize=256m
-XX:MetaspaceSize=256m -XX:MaxMetaspaceSize=512m
-XX:MaxDirectMemorySize=1G -XX:+PrintGCDetails
-XX:+PrintGCDateStamps -Xloggc:gc.log
-XX:+UseConcMarkSweepGC -XX:NewRatio=2
-XX:+CMSScavengeBeforeRemark -XX:+ParallelRefProcEnabled
-XX:+HeapDumpOnOutOfMemoryError
-XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=70
-jar FullNode.jar -c main_net_config.conf --es >> start.log 2>&1 &
1. What did you do?
I want using my fullnode to retrieve data like:
https://apilist.tronscanapi.com/api/transaction-info?hash=[trx]
I have used mongo event plugin and also wallet/gettransactioninfobyid HTTP API but nothing have output like tronscan. How can I achieve to this.
2. What did you expect to see?
output of https://apilist.tronscanapi.com/api/transaction-info?hash=[trx]
3. What did you see instead?
some transaction info wont appear in the fullnode mongodb plugin
System information
nohup java -Xms20G -Xmx59G -XX:ReservedCodeCacheSize=256m
-XX:MetaspaceSize=256m -XX:MaxMetaspaceSize=512m
-XX:MaxDirectMemorySize=1G -XX:+PrintGCDetails
-XX:+PrintGCDateStamps -Xloggc:gc.log
-XX:+UseConcMarkSweepGC -XX:NewRatio=2
-XX:+CMSScavengeBeforeRemark -XX:+ParallelRefProcEnabled
-XX:+HeapDumpOnOutOfMemoryError
-XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=70
-jar FullNode.jar -c main_net_config.conf --es >> start.log 2>&1 &
1. What did you do?
I want using my fullnode to retrieve data like:
https://apilist.tronscanapi.com/api/transaction-info?hash=[trx]
I have used mongo event plugin and also wallet/gettransactioninfobyid HTTP API but nothing have output like tronscan. How can I achieve to this.
2. What did you expect to see?
output of https://apilist.tronscanapi.com/api/transaction-info?hash=[trx]
3. What did you see instead?
some transaction info wont appear in the fullnode mongodb plugin