1

Tron main net (TRC20) is about 500GB nowadays and needs much server config! I'm searching for a way to prune the network like the pruning method in Bitcoin nodes or light or fast sync modes in Ethereum Blockchain.

Does anybody know a way to do that?

Amin
  • 421
  • 5
  • 7

1 Answers1

0

You should stop your node then you can use the tools provided by Tron, e.g:

java -jar LiteFullNodeTool.jar -o split -t snapshot --fn-data-path output-directory/database --dataset-path liteDatabase/output-directory/

You can also refer to this issue about this subject for more information.

Hope it was helpful.

AlirezaO
  • 1
  • 2
  • You might want to consider formatting your answer in a more clear and concise manner, @AlirezaO. – DSDmark Dec 23 '22 at 12:34