nodejs-pool
nodejs-pool copied to clipboard
Architecture for Multiple Coins
What is the proper architecture for creating a pool site that supports multiple coins? Should multiple instances be made for each coin supported? How about the MySQL database - how should that be managed?
I'm still struggling to work out how the contents of the coin.js should look to support other coins :( I don't mind multiple pool servers.
Any pointers on how to work it out would be appreciated.