nicehash / NiceHashBot

NiceHash bot for automatic order management.
MIT License
171 stars 179 forks source link

Add new algorithms support #5

Closed kenshirothefist closed 9 years ago

kenshirothefist commented 9 years ago

You should add support for new algorithms (Qubit and Quark).

/src/NiceHashBotLib/APIWrapper.cs#L31 ALGORITHM_NAME

NUMBER_OF_ALGORITHMS -> 13 PRICE_DECREASE_STEP add -0.0005, -0.001

Each time new algorithms are added, this bot should be updated as well.

bitbandi commented 9 years ago

Just a tip:

public readonly static int NUMBER_OF_ALGORITHMS = ALGORITHM_NAME.Length;
nicehashdev commented 9 years ago

Added.