-
Notifications
You must be signed in to change notification settings - Fork 292
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic update generated for go-algorand: v3.19.0-stable and indexe…
…r: 2.15.4
- Loading branch information
Showing
13 changed files
with
227 additions
and
87 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v3.18.0-stable | ||
v3.19.0-stable |
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
title: goal network pregen | ||
--- | ||
## goal network pregen | ||
|
||
|
||
|
||
Pregenerate private network | ||
|
||
|
||
|
||
### Synopsis | ||
|
||
|
||
|
||
Pregenerates the root and participation keys for a private network. The pregen directory can then be passed to the 'goal network create' to start the network more quickly. | ||
|
||
|
||
|
||
``` | ||
goal network pregen [flags] | ||
``` | ||
|
||
|
||
|
||
### Options | ||
|
||
|
||
|
||
``` | ||
-h, --help help for pregen | ||
-p, --pregendir string Specify the path to the directory to export genesis.json, root and partkey files. This should only be used on private networks. | ||
-t, --template string Specify the path to the template file for the network | ||
``` | ||
|
||
|
||
|
||
### Options inherited from parent commands | ||
|
||
|
||
|
||
``` | ||
-d, --datadir stringArray Data directory for the node | ||
-k, --kmddir string Data directory for kmd | ||
-r, --rootdir string Root directory for the private network directories | ||
``` | ||
|
||
|
||
|
||
### SEE ALSO | ||
|
||
|
||
|
||
* [goal network](../../network/network/) - Create and manage private, multi-node, locally-hosted networks | ||
|
||
|
||
|
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
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
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
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
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
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
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
Oops, something went wrong.