Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners
by
patrike
on 30/05/2021, 16:48:08 UTC
hello patrike,

I have a question about C# API, in the recent betas you've changed the initializer for PredefinedPool class
now it is declared as
Code:
PredefinedPoolProvider(AwesomeMiner.Infrastructure.Intelligence.OnlineServiceType, string, AwesomeMiner.Infrastructure.Mining.Pools.MiningRegion)
can you please describe what MiningRegions are available?
I've tried to guess but didn't succeed.
thank you.


Depends on your pool. You can find the regions at the pools or in awesomeminer options in profit switching section.
I appreciate your desire to help, but I'm sure you didn't understand what I'm asking. I use Nicehash EU North server in my C# script. have tried every possible name that could be used. using NicehashRegion.EU results in incompatible type assignment warning.

also, script editor complains that AwesomeMiner.Infrastructure.Mining assembly is missing, so type MiningRegion is undefined.

hope that's enough details to find the issue. patiently waiting for a fixed build, @patrike. thanks again.
This specific class has not changed in about two years. The available MiningRegions for Nicehash did however change a few months ago, when they introduced new regions (where the MiningRegion can be one of: USAWest, USAEast, EuropeWest,EuropeNorth) like MiningRegion.USAWest.

Can you share some context how you use it and in what way it changed/broke in the latest development release? You can send the details via PM if you want. Thanks!