Quake4 / MindMiner

MindMiner - the miner manager programm with online monitoring
http://mindminer.online
GNU General Public License v3.0
108 stars 35 forks source link

Blockmasters Workername syntax #167

Closed AcharyaOne closed 6 years ago

AcharyaOne commented 6 years ago

I have been noticing when you try to mine a specified coin on blazepool, it doesn't mine that coin and it seems it is because of the syntax -p c=LTC,mc=RVN,MININGRIGSTRIX

image

Quake4 commented 6 years ago

BM isnt supported id:

"password": "c=BTC,ID=Home", "ID":""


{"currency": "BTC", "unsold": 0, "balance": 0.00041428, "unpaid": 0.00041428, "paid24h": 0.00000000, "total": 0.00041428, "miners": [{"version": "cpuminer-opt\/3.8.8.1", "password": "c=BTC,ID=Home", "ID": "", "algo": "yescryptR16", "difficulty": 1, "subscribe": 1, "accepted": 0, "rejected": 0}]}```
Quake4 commented 6 years ago

image

Quake4 commented 6 years ago

Yes its specified coin: -p c=LTC,mc=RVN,MININGRIGSTRIX Not specified: -p c=LTC,MININGRIGSTRIX

AcharyaOne commented 6 years ago

The problem is the specified coin doesn't work and it ends mining other coins, I messaged the devs at their discord about this and someone suggested the syntax for workername could be the problem

Quake4 commented 6 years ago

it ends mining other coins - its right its specified coin

Quake4 commented 6 years ago

if runnig -p c=LTC,mc=RVN only rvn mine

AcharyaOne commented 6 years ago

But it is not, at least when workername is there it ends mining other coins as well

AcharyaOne commented 6 years ago

{"currency": "BTC", "unsold": 0, "balance": 0.00041428, "unpaid": 0.00041428, "paid24h": 0.00000000, "total": 0.00041428, "miners": [{"version": "cpuminer-opt\/3.8.8.1", "password": "c=BTC,ID=Home", "ID": "", "algo": "yescryptR16", "difficulty": 1, "subscribe": 1, "accepted": 0, "rejected": 0}]}``` How do you get this?

AcharyaOne commented 6 years ago

My testing says that using mc variable simply doesn't work, for example c=LTC,mc=GBX ends mining like the following: image

I conclude this is a problem of blockmasters and nothing can be done on mindminer side unfortunately.

Quake4 commented 6 years ago

http://blockmasters.co/site/api WalletEx

Quake4 commented 6 years ago

MM doesn't support mc coins on blockmaster. Still officially isnt support "currencies" api. MC coins only on zergpool.

Quake4 commented 6 years ago

ID showed only on blazepool. All orher yiimp pool isnt supported id.

AcharyaOne commented 6 years ago

I am using previous version of blockmasters with currencies enabled, that is why I noticed the problem of mc mining which is blockmasters fault. MM is doing fine :)