Issue: Currently the investors setup is only suitable for pooled nodes given that every node is assumed to be associated with every investor.
For this to be useful to node providers I would suggest two improvements:
- segregate the nodes to individual investor accounts. Each investor should have a one to many relationship with their own nodes.
- if we can't pull this info/relationship from a database, I would like to import it via CSV rather than manually load an .env file. CSV import would make it simple for providers to export from their own db.
Issue: Currently the investors setup is only suitable for pooled nodes given that every node is assumed to be associated with every investor.
For this to be useful to node providers I would suggest two improvements: