Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner]- Powerful Windows GUI to manage and monitor up to 5000 miners
by
cryos75
on 05/01/2018, 21:11:56 UTC
I am interested in the custom C# scripting features as well, but it's unclear from the documentation how to do this. I've search for resources or examples beyond the AM docs on how to create and implement the scripts. Any help is appreciated. Maybe we could even start a Git project to house some useful scripts with docs on how to use. I'm interested in creating some custom logging of mining activities and events.

How do we run the c# scripts? Should we put them in a specific directory to be interpreted by awesome miner or should we develop an executable using those interfaces? If second option, which dll's should we reference?

Ok, I solved it by adding reference to am executable.
Were you actually able to get that to work? I was not successful.

Yes, just add a reference to AwesomeMiner.exe and import required namespaces like "AwesomeMiner.Infrastructure.Contracts.Miner" and "AwesomeMiner.Components.Intelligence.Scripting".
But apart from that it didn't fulfill my expectations because the interface does not contain methods like creating a new pool.
Thanks for the info. Yeah I'm finding I cannot create new or update custom coins via the API which is extremely frustrating and disappointing.