Skip to content

Commit

Permalink
Merge pull request #46 from ar-io/batch-spawn
Browse files Browse the repository at this point in the history
chore: spawn scripts for process ids
  • Loading branch information
dtfiedler authored Oct 2, 2024
2 parents 206e028 + 3cbc511 commit 2f6c12b
Show file tree
Hide file tree
Showing 13 changed files with 3,717 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ node_modules
/lua
/lua_modules
/.luarocks
*.csv
wallet.json
.DS_Store
luacov-html
Expand Down
4 changes: 4 additions & 0 deletions tools/README.md
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.
Loading

0 comments on commit 2f6c12b

Please sign in to comment.