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.
This PR adds the
bigsupplier
andlittlespender
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.