Created
April 30, 2021 09:01
-
-
Save aleohl/92a32d712f76ab5978f23b1e2e89301f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chia.exe configure -h | |
Usage: chia.exe configure [OPTIONS] | |
Options: | |
--set-node-introducer TEXT Set the introducer for node - IP:Port | |
--set-farmer-peer TEXT Set the farmer peer for harvester - IP:Port | |
--set-fullnode-port TEXT Set the port to use for the fullnode, useful | |
for testing | |
-log-level, --set-log-level, --log-level [CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET] | |
Set the instance log level | |
-upnp, --enable-upnp, --upnp [true|t|false|f] | |
Enable or disable uPnP | |
-h, --help Show this message and exit. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment