Difference between revisions of "Agd testnet"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} <pre> necessary files (private validator, genesis, config, etc.). Note, strict routability for addresses is turned off in the config file. Example: gaiad testnet --...")
 
(Replaced content with "{{lc}} agd testnet --help {{agd}}")
Tag: Replaced
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
  
<pre>
+
[[agd testnet --help]]
necessary files (private validator, genesis, config, etc.).
 
 
 
Note, strict routability for addresses is turned off in the config file.
 
 
 
Example:
 
gaiad testnet --v 4 --output-dir ./output --starting-ip-address 192.168.10.2
 
 
 
Usage:
 
  agd testnet [flags]
 
 
 
Flags:
 
      --algo string                  Key signing algorithm to generate keys for (default "secp256k1")
 
      --chain-id string              genesis file chain-id, if left blank will be randomly created
 
  -h, --help                         help for testnet
 
      --keyring-backend string      Select keyring's backend (os|file|test) (default "os")
 
      --minimum-gas-prices string    Minimum gas prices to accept for transactions; All fees in a tx must meet this minimum (e.g. 0.01photino,0.001stake) (default "0.000006stake")
 
      --node-daemon-home string      Home directory of the node's daemon configuration (default "agd")
 
      --node-dir-prefix string      Prefix the directory name for each node with (node results in node0, node1, ...) (default "node")
 
  -o, --output-dir string            Directory to store initialization data for the testnet (default "./mytestnet")
 
      --starting-ip-address string  Starting IP address (192.168.0.1 results in persistent peers list [email protected]:46656, [email protected]:46656, ...) (default "192.168.0.1")
 
      --v int                        Number of validators to initialize the testnet with (default 4)
 
 
 
Global Flags:
 
      --home string        directory for config and data (default "/Users/mcebollada/.agoric")
 
      --log_format string  The logging format (json|plain) (default "plain")
 
      --log_level string    The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
 
      --trace              print out full stack trace on errors
 
</pre>
 
 
 
  
 
{{agd}}
 
{{agd}}

Revision as of 09:28, 10 August 2022

Advertising: