BLOCWallet Command Line Arguments
Use the form below to generate a configuration file and start BLOCWallet
This section describes BLOCWallet starting process with correct arguments enabling access to the BLOCWallet Command line options.
BLOCWallet can accept settings through a configuration file and/or command line. Once BLOCWallet is started you are ready to use the Command line options described on this page.
To generate your custom configuration file simply select the desired option and then enter then requested input. You can select more than one option. Once you are ready scroll up to the top of this page and click GENERATE CONFIG FILE button.
Download the file, place it next to BLOCWallet and start it like this: ./BLOCWallet --config-file=myconf.conf
Almost all of the command line options can be defined through the configuration file. If a parameter is defined in the config and was also indicated in the command line, two behaviors are possible:
- If the parameter accepts one value only, the command line value will be used, since it has a higher priority
- If the parameter accepts several values, then command line and configuration file values will be merged
- If some of the options are not defined in the config, the default values will be applied
You are now ready to use the BLOCWallet Command line options