-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from ar-io/batch-spawn
chore: spawn scripts for process ids
- Loading branch information
Showing
13 changed files
with
3,717 additions
and
0 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 |
---|---|---|
|
@@ -8,6 +8,7 @@ node_modules | |
/lua | ||
/lua_modules | ||
/.luarocks | ||
*.csv | ||
wallet.json | ||
.DS_Store | ||
luacov-html | ||
|
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,4 @@ | ||
To spawn ants for existing records do the following: | ||
|
||
- `node spawn-ants-for-records.mjs --testnet --dry-run --file <path-to-csv-file>` - confirm the total number of process ids that will be created | ||
- `node spawn-ants-for-records.mjs --testnet --file <path-to-csv-file>` - spawn the ants, this will update the file. If errors occur, re-run and it will resume from where it left off. |
Oops, something went wrong.