Skip to content

Releases: rigwild/ark-wallet-mass-generator

v2.0.0

04 May 02:04
Compare
Choose a tag to compare

Reworked the project with Node.js Worker Threads.
Uses all available CPU cores with a concurrency of 6 wallets per worker thread.
Way way faster (7x faster on my machine).

Better programmatic usage.

  • Added a nice progress bar. Old logging still available using --show-wallets.
  • Dropped --concurrency as not relevant with this version anymore.

v1.0.2

01 May 11:45
Compare
Choose a tag to compare
  • Add --network cli option