Skip to content

Tag: async.js

Calling external function from async.waterfall

I’m somewhat new to JS and working with an existing forked library (which is very complicated and poorly documented) – so please bear with me. I’m working on a mining pool system, and specifically adding a feature where users can set a custom payout amount instead of the lower pool limit. I&…