NebulousLabs / Sia-Ant-Farm

A tool for setting up small testnets for Sia.
MIT License
24 stars 16 forks source link

add wallet `bigsupplier` and `littlespender` jobs #58

Closed avahowell closed 7 years ago

avahowell commented 7 years ago

This PR adds the bigsupplier and littlespender wallet jobs, used to simulate heavily fragmented wallets like the ones used by Poloniex.

There is some ugly code here, since one job requires data (wallet addresses) only available once the other job starts. This logic is handled by the new startJobs func.