Bitcoin Forum
May 30, 2024, 03:22:11 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 [7]
121  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.7.0 - Auto profit switching miner controller on: January 28, 2017, 05:19:26 AM
and suprnovas api key doesn't work...mininpoolhubs is working well.any help?manual request is working.

Package updated

- fixed APIs for Suprnova. Now statistics for all coins is available.
can you put here part of the code for suprnova to change?don't want to spend another few hours to delete all that i don't need=)

Problem was in type of SSL Protocol, used to receive data from Suprnova pools. Changes were made in the code of MinerControl.exe only. You should simply download and exchange it on your computer. No changes for configs and miners are needed.
122  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.7.0 - Auto profit switching miner controller on: January 27, 2017, 08:40:02 PM
and suprnovas api key doesn't work...mininpoolhubs is working well.any help?manual request is working.

Package updated

- fixed APIs for Suprnova. Now statistics for all coins is available.
123  Alternate cryptocurrencies / Pools (Altcoins) / Re: Miner Control 1.7.0 (beta) - Auto profit switching miner controller on: January 25, 2017, 08:35:32 PM
The MPH version is missing some of the miners.  



OK I tried Mining Control. I like the UI and that it takes all fees, rates, power into account. But the archive you linked only has sgminer and claymore zcash miner. It is missing claymore ETH, cryptonight, ect. Second, you mention donation time in the readme/forum but I see no mention of it in the config. Third, most importantly, it doesn't support ETH + SIA/DCR/LBRY dual mining. Dual mining makes up for fees and is the most profitable for me. Without this, the profitability rank is misleading.

So while I like knowing about current balance, rates, work, I will continue to use multipoolminer.

Thank you for testing. Indeed miners package was not completely uploaded. Reuploaded it once again. It is definitely possible to mine dual coins with adding parameters for the second coin to Ethereum string, but for the moment it corresponds to the profitability of primary coin only. So it won't show real profiability for both coins. With сhanging -dcri value in miner you always get very wide range of proportions between primary and secondary algos. It is difficult to calculate in the code.  However, i'll try to define dual mining more correctly in new update.
124  Alternate cryptocurrencies / Pools (Altcoins) / Re: Miner Control 1.7.0 (beta) - Auto profit switching miner controller on: January 25, 2017, 10:16:02 AM

Thanks for your hardwork.

Can you open the source?
Because nowadays, there's so many malware, hacking programs around crypto world, it's not safe to use/recommend actually.
I personally don't think you are a malware creator but it would be better if you open it for many miners.

Of course, I will donate to your hardworks if you announce btc address.

Really appreciated.
Thanks.

Ok, thank you. Of course, there is no any secret there, code will be uploaded to GitHub as previous mods.
I want to pass beta stage first, so I' am gathering reviews from testers now.  If there will be no critical bugs or negative reports, it will be released in 1-2 weeks.
125  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.7.0 (beta) - Auto profit switching miner controller on: January 24, 2017, 07:30:48 PM
hey.how to add sibcoin on suprnova?

Added in the last string

Code:
],

   "Suprnova": {
    "account": "YOUR_ACCOUNT",
    "worker": "1070",
    "pricemode": 0,
    "autofee": true,
    "nobalance": false,
    "nospeed": false,
    "nospeedworker": false,
    "weight": 1.0,
    "sparam1": "suprnova.cc",
    "sparam2": "-p password",
    "sparam3": "stratum+tcp://",

        "algos": [
           
            {"apikey":"YOUR_COINPOOL_APIKEY", "userid":"YOUR_COINPOOL_USERID", "cname": "zcash", "tag": "zec", "algo": "equihash", "folder": "_APARAM1_", "cweight": 1, "fee": 1, "command": "_APARAM2_", "arguments": "_APARAM3_ --server zec._SPARAM1_ --port 2142  --user _ACCOUNT_._WORKER_ --pass x","usewindow":  true },
            {"apikey":"YOUR_COINPOOL_APIKEY", "userid":"YOUR_COINPOOL_USERID", "cname": "zclassic","tag": "zcl", "algo": "equihash", "folder": "_APARAM1_", "cweight": 1, "fee": 1, "command": "_APARAM2_", "arguments": "_APARAM3_ --server zcl._SPARAM1_ --port 4042  --user _ACCOUNT_._WORKER_ --pass x","usewindow":  true },
            {"apikey":"YOUR_COINPOOL_APIKEY", "userid":"YOUR_COINPOOL_USERID", "cname": "expanse","tag": "exp","algo": "ethash", "folder": "_APARAM1_", "cweight": 1, "fee": 1, "command": "_APARAM2_", "arguments": "_APARAM3_ -S exp._SPARAM1_:3333 -O _ACCOUNT_._WORKER_ _SPARAM2_" },
            {"apikey":"YOUR_COINPOOL_APIKEY", "userid":"YOUR_COINPOOL_USERID", "cname": "lbry","tag": "lbry","algo": "lbry", "folder": "_APARAM1_", "cweight": 1,  "fee": 1, "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM3_lbry._SPARAM1_:6256 -u _ACCOUNT_._WORKER_ _SPARAM2_" },
            {"apikey":"YOUR_COINPOOL_APIKEY", "userid":"YOUR_COINPOOL_USERID", "cname": "groestlcoin","tag": "grs","algo": "groestl", "folder": "_APARAM1_", "cweight": 1, "fee": 1, "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM3_grs._SPARAM1_:5544 -u _ACCOUNT_._WORKER_ _SPARAM2_" },
            {"apikey":"YOUR_COINPOOL_APIKEY", "userid":"YOUR_COINPOOL_USERID", "cname": "monero","tag": "xmr","algo": "cryptonight", "folder": "_APARAM1_", "cweight": 1,  "fee": 1, "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM3_xmr._SPARAM1_:5222 -u _ACCOUNT_._WORKER_ _SPARAM2_" },
            {"apikey":"YOUR_COINPOOL_APIKEY", "userid":"YOUR_COINPOOL_USERID", "cname": "decred","tag": "dcr","algo": "decred", "folder": "_APARAM1_", "cweight": 1,  "fee": 1, "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM3_dcr._SPARAM1_:2252 -u _ACCOUNT_._WORKER_ _SPARAM2_" },
            {"apikey":"YOUR_COINPOOL_APIKEY", "userid":"YOUR_COINPOOL_USERID", "cname": "sia","tag": "sia","algo": "sia", "folder": "_APARAM1_", "cweight": 1,  "fee": 1, "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM3_sia._SPARAM1_:2786 -u _ACCOUNT_._WORKER_ _SPARAM2_" },
            {"apikey":"YOUR_COINPOOL_APIKEY", "userid":"YOUR_COINPOOL_USERID", "cname": "myriad-groestl","algo": "myr-gr", "tag":"myrgrs", "folder": "_APARAM1_", "cweight": 1, "fee": 1, "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM3_myrgrs._SPARAM1_:2529 -u _ACCOUNT_._WORKER_ _SPARAM2_" },
            {"apikey":"YOUR_COINPOOL_APIKEY", "userid":"YOUR_COINPOOL_USERID", "cname": "dgb-groestl","algo": "myr-gr", "tag":"dgbg", "folder": "_APARAM1_", "cweight": 1,  "fee": 1, "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM3_dgbg._SPARAM1_:7978 -u _ACCOUNT_._WORKER_ _SPARAM2_" },
            {"apikey":"YOUR_COINPOOL_APIKEY", "userid":"YOUR_COINPOOL_USERID", "cname": "sibcoin","algo": "sib", "tag":"sib", "folder": "_APARAM1_", "cweight": 1,  "fee": 1, "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM3_sib._SPARAM1_:3458 -u _ACCOUNT_._WORKER_ _SPARAM2_" }

     
    ]
126  Alternate cryptocurrencies / Pools (Altcoins) / Miner Control 1.7.0 (beta) - Auto profit switching miner controller on: January 24, 2017, 08:42:03 AM
Searching for beta-testers.
I have attached MiningPoolHub API Data to Miner Control 1.7.0 - Auto profit switching miner controller.
Application thread is located here: https://bitcointalk.org/index.php?topic=769239.720

Main features are:
-   Added all currently listed coins.
-   Profitability is calculated by pools API.
-   view balance for each сoin with possible options (0) “Credited”, (1) "credited for AutoExchange", (2) “On Exchange”.
-   view totally accepted speed
-   view speed for particular worker
-   view actual pool fees

Package with configs specially for MPH is available here:
https://mega.nz/#F!e9IRDbTC!sCx-mAdD-pjcapbSDcUnZg

Hashrates in configs are defined for GTX1070 and R9 390.

It would be nice, if somebody could test it for correct work with pools data and report defined bugs.
127  Alternate cryptocurrencies / Pools (Altcoins) / Miner Control 1.7.0 (beta) - Auto profit switching miner controller on: January 24, 2017, 08:30:52 AM
Searching for beta-testers.
I have attached Nanopool API Data to Miner Control 1.7.0 - Auto profit switching miner controller.
Application thread is located here: https://bitcointalk.org/index.php?topic=769239.720

Main features are:
-   Added all currently listed coins. For XMR not all API data active yet.
-   Profitability is calculated by pools API.
-   view balance for each сoin
-   view totally accepted speed
-   view speed for particular worker.

Package with configs specially for Nanapool is available here:
https://mega.nz/#F!KkQFmBpY!anycul7w-ueed8MzBC1cfw

Hashrates in configs are defined for GTX1070 and R9 390.

It would be nice, if somebody could test it for correct work with pools data and report defined bugs.



128  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: January 22, 2017, 07:55:52 AM
Assembly updated

- Nanopool XMR Monero added;

“Dwarfpool”.
-   Profitability is calculated by WhatToMine.
-   All pools for coins are added.
-   Pricemode” selection: (0) current values; (1) average 24h values.
-   Dwarfpool's API doesn't support balance reporting.
-   Only total hashrate speed and separate worker speed are available.

“YIMMP” service.
-   Added all currently listed algos.
-   Profitability is calculated by pools API.
-   PriceMode selection:  (0) for “estimate_current”,  (1) for “estimate_last24h”,  (2) for “actual_last24h".
-   “Nobalance” option. When true, switches off the requests for checking balances to pools API. By default is disabled.
-   “Nospeed” option. When true, switches off the requests for checking hashrate speed to pools API. By default is disabled.
-   “Nospeedworker” option. When true, switches off the requests for checking particular worker speed (mentioned in “worker” string ),  to pools API. By default is disabled.
-   Pool fees are taken from Pool API.

-Config files were optimized.
-Minor bugs were fixed.
129  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: January 18, 2017, 08:54:22 PM
Package updated

-EWBF miner to v.0.2.0b
-added current version to the folders of miners
-corrected config for Suprnova
130  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: January 18, 2017, 08:48:01 PM
Thank you. Your remarks are correct.  I'll update it.
EWBF miner works with such config (in bold keys to exchange for yours). At the end should be also "usewindow":  true.

"Suprnova": {
    "account": "YOUR_ACCOUNT",
        "algos": [ { "apikey":"YOUR_COINPOOL_APIKEY", "userid":"YOUR_COINPOOL_USERID", "cname": "zcash", "tag": "zec", "algo": "equihash", "folder": "_APARAM1_", "cweight": 1, "fee": 1, "command": "_APARAM2_", "arguments": "_APARAM3_ --server zec._SPARAM1_ --port 2142  --user _ACCOUNT_._WORKER_ --pass x","usewindow":  true },
            { "apikey":"YOUR_COINPOOL_APIKEY", "userid":"YOUR_COINPOOL_USERID", "cname": "zclassic","tag": "zcl", "algo": "equihash", "folder": "_APARAM1_", "cweight": 1, "fee": 1, "command": "_APARAM2_", "arguments": "_APARAM3_ --server zcl._SPARAM1_ --port 4042  --user _ACCOUNT_._WORKER_ --pass x","usewindow":  true },

In Suprnova account details you have an account name,  apikey and userid. All of them are needed for corrects request. You can test it from your browser by following links, just change apikey and id for yours.
https://zec.suprnova.cc/index.php?page=api&action=getuserbalance&api_key=XXXXXXXX479b8e701510444683ae2d97e56e41d334aXXXXXbd8da5dXXXXXX&id=6XXX0
https://zec.suprnova.cc/index.php?page=api&action=getuserworkers&api_key=XXXXXXXX479b8e701510444683ae2d97e56e41d334aXXXXXbd8da5dXXXXXX&id=6XXX0

From my own experience Suprnova's servers are heavily loaded, and when they are too "busy", nothing may be returned for API requests, it is like some kind of DDOS protection. But in particular for ZEC and ZCL I didn't notice that.
131  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: January 17, 2017, 10:19:39 AM
Package Updated

- Claymore's AMD Zcash miner v11.1 + config speeds increased.

- “TheBlockFactory”.
   Profitability is calculated by WhatToMine.
   Only corresponding to WhatToMine coins can be added.
   Pricemode” selection: (0) current values; (1) average 24h values.
   “Nobalance” option. When true, switches off the requests for checking balances to pools API. By default is disabled.
   “Nospeed” option. When true, switches off the requests for checking hashrate speed to pools API. By default is disabled.
   “Nospeedworker” option. When true, switches off the requests for checking particular worker speed (mentioned in “worker” string ),  to pools API. By default is disabled.
132  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: January 16, 2017, 03:55:07 PM
                                                                                *** Miner Control 1.7.0.0 beta (Mod) ***

I've uploaded my beta here.
https://mega.nz/#F!KpgwESpS!36oaptfV3teq9PMnqY9JoQ

Test config files are for GTX1070 and R9390.
All miners in assemply are public and were taken from this forun.

Here is the list of changes.

Application’s launch.
All API requests were rewritten by NewtonsoftJson, so you have to extract NewtonsoftJson.dll to the folder with “MinerControl.exe” to calculate the prices correctly.
Following files are necessary for correct start of the application: MinerControl.exe, NewtonsoftJson.dll, Minercontrol.cfg.
Miners can be kept either in the same folder in subfolders, or separately in any place you like. In the second case path should be entered in “minerfolderpath” key (description is below).

Interface Section
1.   Added column “Pending”. Shows amount of pending coins.
2.   Added column “Balance BTC”. If pool’s API reports exchange rate, “Balance” values will be exchanged.
3.   Added “MU” column for measuring hashrate scales. As soon as different pools have different scales for common algos,  all hashrates in configs were normalized to “kH/s”.
4.   Added “CoinName” column. For particular coin mining.
5.   Added “AcSpWrk” column. Shows speed for the worker in config. If you have more than one rig, you can monitor every single part in common result.
6.   Added “Config file” button. Now it is possible to switch configs “on-the-fly” from the library.  Application starts with MinerConfig.cfg by default as previously. It should still be in the launch directory.

"General" Section
1. All previous keys and options in this segment are working as they were.
2. Added key "minerfolderpath", because most of miners use "usewindow" option, that requires absolute path to be launched correctly.
It can have 3 options:
- Full absolute path to folder with miners, for example "C:\\Miners\\Nvidia";
- Value "MinerControl". Than it gets full path to directory which contains "MinerControl.exe";
- Be empty, as in previous versions. In this case path remains relative.
The structure for launch path is: MinerFolderPath \APARAM1 \ APARAM2
3. Donations. Values can be managed by «donationpercentage" and «donationfrequency" keys  in config files. By default it is 0.5% and 60 mins  (18 seconds of mining per hour). You can either decrease, or increase values, if you like this version. It will help for further development and bugs fixing.
4.   For pools with direct mining to wallets common account name "multi" is used. Particular coin wallets should be mentioned with "wallet" key in coin definition section.

"Algorithms" section
1.  All previous keys and options in this segment are working as they were.
2.  Added “MU” field for measuring scales. As soon as different pools have different scales for common algos,  all hashrates in configs were normalized to “kH/s”.
3.  Added “DevFee” option for cases, when you use miners with devfees. They affect the values in column “Fees”.

 “Services” section

Services LTCRabbitService, WePayBTC, Manual Service were not changed at all.
Common updates in this segment:
1.   Added “fee” option. Represents the pool fee value.
2.   Added “cweight” option. It is a custom multiplier,  that locally affects the price. For example, when price scale is incorrect, it can be corrected with “cweight” multiplier.
3.   For some pools added “tag” and “cname” (coin name) keys. They are necessary for catching API’s data correctly, don’t change them.  If you want to add new strings to config for such pools, “tag” and “cname” should 1:1 comply with the spelling, returned by API.

“Nicehash” service.
-   Added all currently listed algos and PriceIds.
-   Profitability is calculated by NH API.
-   Detectstratum is replaced by “detectlocation” as far as it doesn’t work correctly with ethereum and zcash stratums. If enabled, should be ALWAYS “usa.nicehash.com” in config file. It detects the best location on the bases of fastest ping. And replaces the “usa” to the closest location. Also helpful when servers in region are down.
-   “Nobalance” option. When true, switches off the requests for checking balances to pools API. By default is disabled.
-   “Nospeed” option. When true, switches off the requests for checking hashrate speed to pools API. By default is disabled.
-   “Nospeedworker” option. When true, switches off the requests for checking particular worker speed (mentioned in “worker” string ), to pools API. By default is disabled.

“Nanopool” service.
-   Added all currently listed coins. XMR support will be added soon, no API  is active yet.
-   Profitability is calculated by pools API.
-   "Nobalance” option. When true, switches off the requests for checking balances to pools API. By default is disabled.
-   “Nospeed” option. When true, switches off the requests for checking hashrate speed to pools API. By default is disabled.
-   “Nospeedworker” option. When true, switches off the requests for checking particular worker speed (mentioned in “worker” string ),  to pools API. By default is disabled.

“YAAMP-Clones” service.
-   Added all currently listed algos.
-   Profitability is calculated by pools API.
-   PriceMode selection:  (0) for “estimate_current”,  (1) for “estimate_last24h”,  (2) for “actual_last24h".
-   “Nobalance” option. When true, switches off the requests for checking balances to pools API. By default is disabled.
-   “Nospeed” option. When true, switches off the requests for checking hashrate speed to pools API. By default is disabled.
-   “Nospeedworker” option. When true, switches off the requests for checking particular worker speed (mentioned in “worker” string ),  to pools API. By default is disabled.
-   Pool fees are taken from Pool API.

“MiningPoolHub”.
-   Added all currently listed coins.
-   Profitability is calculated by pools API.
-   “Account”, “ApiKey”, “UserID” are requested for correct API Data.
-   "Balancemode" selection: (0) reports “Credited”, (1) reports credited for AutoExchange, (2) reports “On Exchange”.
-   “Nobalance” option. When true, switches off the requests for checking balances to pools API. By default is disabled.
-   “Nospeed” option. When true, switches off the requests for checking hashrate speed to pools API. By default is disabled.
-   “Nospeedworker” option. When true, switches off the requests for checking particular worker speed (mentioned in “worker” string ),  to pools API. By default is disabled.
-   “Autofee” option. When true gets fees values from pools API. If entered manually in config, will be overwritten. By default is disabled.

“WhatToMine”.
Added all currently listed in API coins : Bytecoin, Decred, DGB-Groestl, Diamond, DigitalNote, Ethereum, EthereumClassic, Feathercoin, GroestlCoin, Halcyon, LBRY,  Monacoin,  Monero,  Myriad-Groestl, Orbitcoin,  
Phoenixcoin, Sia,  Sibcoin, Vcash, Vertcoin, Zcash , Zclassic.
-   Profitability is calculated by current nethash, blocktime, blockrewards values.
-   “Pricemode” selection: (0) current values; (1) average 24h values.
-   Can be attached to any pool you like.
-   No balance and speed.
-   Completely free-of charge. Even in donation mode mining keeps going to your accounts.
-   To be recognized correctly you have to write “WTM-“ before the coins name in service title, i.e. “WTM-Decred”, “WTM-Ethereum” and so on (see in configs sample)

 “CoinMine.pl”&”Suprnova.cc”.

-   Profitability is calculated by WhaToMine.
-   Only corresponding to WhatToMine coins can be added.
-   “Account”, “ApiKey”, “UserID” are requested for correct API Data.
-   “Pricemode” selection: (0) current values; (1) average 24h values.
-   “Nobalance” option. When true, switches off the requests for checking balances to pools API. By default is disabled.
-   “Nospeed” option. When true, switches off the requests for checking hashrate speed to pools API. By default is disabled.
-   “Nospeedworker” option. When true, switches off the requests for checking particular worker speed (mentioned in “worker” string ),  to pools API. By default is disabled.
-   “Autofee” option. When true gets fees values from pools API. If entered manually in config, will be overwritten. By default is disabled.

“Ethermine”&”Flypool”.
-   Profitability is calculated by WhatToMine.
-   Only corresponding to WhatToMine coins can be added.
-   Pricemode” selection: (0) current values; (1) average 24h values.
-   “Nobalance” option. When true, switches off the requests for checking balances to pools API. By default is disabled.
-   “Nospeed” option. When true, switches off the requests for checking hashrate speed to pools API. By default is disabled.
-   “Nospeedworker” option. When true, switches off the requests for checking particular worker speed (mentioned in “worker” string ),  to pools API. By default is disabled.
-      API for ETC is temporarily unavailable from Ethermine side.



In the nearest future I'am going to add support for
-Nanopool XMR,
-YIIMP,
-Dwarfpool,
-TheBlockFactory.
-maybe Coinotron.

Also searching ideas for other pools with extended API.

Not all speed scales were tested here to work correctly, so it is still beta.

Please report about the bugs.


133  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: December 31, 2016, 10:30:35 AM
Hallo, dear visitors! Happy new 2017 year! Wish you many happy days, creative victories and incredible emotions!

I'd like to start a survey on the following matter.
I have a few rigs, and use MinerControl as a very useful tool to control mining on them. As soon as it hasn't been updated for a long time, I decided to do it myself. I was working hard on that during the last month for my own purposes. So there are following improvements:
-added possibility to load custom config file, so it is possible to use now a library of config files and start particular on specific rig;
-updated and corrected APIs to old services like Nicehash and YAAMP-Clones;
-added new APIs for MiningPoolHub, Nanopool, Whattomine, CoinMine and Suprnova.
-APIs requests show prices, balances, speed accepted/rejected, speed of workers. Each feature, exept prices can be switched on/off via keys in config file.
-other interface improvements, shown on the screenshot.



I'd like to know your opinion, if this mod will be interesting to publicity for a small built-in donation fee. Let's say 0.5% per hour, it is only 18 seconds of mining every hour. For Nicehash and YAAMP donations will go to software creators StuffOfInterest and KBomba proportionally, for newly attached services to my accounts. It will help to provide further support and development of the mod.
Pages: « 1 2 3 4 5 6 [7]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!