Skip to content

Conversation

@halibobo1205
Copy link
Contributor

What does this PR do?
Add missing help message for '--keystore-factory', pre-PR #6446.
Why are these changes required?
java -jar FullNode.jar -h show --keystore-factory

 Name:
 FullNode - the java-tron command line interface

Usage: java -jar FullNode.jar [options] [seedNode <seedNode> ...]

VERSION: 
4.8.1-74118c1

TRON OPTIONS:
-v, --version                           Output code version
-h, --help                              Show help message
-c, --config                            Config file (default:config.conf)
--log-config                            Logback config file
--es                                    Start event subscribe server
--solidity                              Running a solidity node for java tron
--keystore-factory                      Running KeystoreFactory

DB OPTIONS:
-d, --output-directory                  Data directory for the databases (default:output-directory)

WITNESS OPTIONS:
-w, --witness                           Is witness node
-p, --private-key                       Witness private key

VIRTUAL MACHINE OPTIONS:
--debug                 Switch for TVM debug mode. In debug model, TVM will not check for timeout. (default: false)

This PR has been tested by:

  • Unit Tests
  • Manual Testing

Follow up

Extra details

@kuny0707 kuny0707 moved this to In Review in java-tron Sep 16, 2025
@kuny0707 kuny0707 linked an issue Sep 16, 2025 that may be closed by this pull request
@kuny0707 kuny0707 merged commit ac6bc5f into tronprotocol:release_v4.8.1 Sep 18, 2025
7 checks passed
@github-project-automation github-project-automation bot moved this from In Review to Done in java-tron Sep 18, 2025
halibobo1205 added a commit to halibobo1205/java-tron that referenced this pull request Oct 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Enrich FullNode command-line-options

5 participants