How to use hashcat on multiple pc network(master-slave configuration)
#1
Lightbulb 
I have few PC with different hardware configurations, AMD, intel, nvidia etc. All connected to a single network. I want utilize the all the resources on the network in a master - slave configuration. Is there any possible way? Or should i code a script myself? 

NOTE: I want use wordlist input generated by another python script and piped to hashcat. I cant generate a huge dictionary, its exceeding terra bytes.
#2
The first three Google hits for "distributed hashcat" cover the major ones: Hashtopolis, Hashview, and Cracklord.

https://github.com/s3inlc/hashtopolis
https://github.com/hashview/hashview
https://github.com/jmmcatee/cracklord

I've only used Hashtopolis (formerly Hashtopussy, and descendants of Hashtopus). It works well for many basic attacks. I don't think Hashtopolis will support piped input, though.
~