Bitcoin Forum
March 19, 2024, 10:11:59 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 [41] 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 »
  Print  
Author Topic: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller  (Read 164291 times)
Zimmsquad
Member
**
Offline Offline

Activity: 108
Merit: 10


View Profile
February 13, 2017, 07:46:11 PM
 #801

I am also getting this error for GiveMeCoins pool

[2017-02-13 13:43:51] HTTP request failed: Empty reply from server
[2017-02-13 13:43:51] json_rpc_call failed, retry after 30 seconds

and it just keeps repeating over and over in the console and I never show any activity on the website

Here is the code from the config file. I checked and the server addresses are lined up with what they need to be according to the GiveMeCoins website.

{ "cname": "feathercoin","algo": "neoscrypt", "tag":"ftc", "folder": "_APARAM1_", "cweight": 1, "fee": 1, "command": "_APARAM2_", "arguments": "_APARAM3_ ftc-neo._SPARAM1_:3336 -u _ACCOUNT_._WORKER_ _SPARAM2_" },
            { "cname": "vertcoin","algo": "lyra2rev2", "tag":"vtc", "folder": "_APARAM1_", "cweight": 1, "fee": 1, "command": "_APARAM2_", "arguments": "_APARAM3_ vtc._SPARAM1_:3337  -u _ACCOUNT_._WORKER_ _SPARAM2_" }

Any suggestions on how to fix this?
1710843119
Hero Member
*
Offline Offline

Posts: 1710843119

View Profile Personal Message (Offline)

Ignore
1710843119
Reply with quote  #2

1710843119
Report to moderator
You can see the statistics of your reports to moderators on the "Report to moderator" pages.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1710843119
Hero Member
*
Offline Offline

Posts: 1710843119

View Profile Personal Message (Offline)

Ignore
1710843119
Reply with quote  #2

1710843119
Report to moderator
1710843119
Hero Member
*
Offline Offline

Posts: 1710843119

View Profile Personal Message (Offline)

Ignore
1710843119
Reply with quote  #2

1710843119
Report to moderator
Giraudy
Full Member
***
Offline Offline

Activity: 133
Merit: 100


View Profile
February 13, 2017, 08:09:25 PM
 #802

I am also getting this error for GiveMeCoins pool

[2017-02-13 13:43:51] HTTP request failed: Empty reply from server
[2017-02-13 13:43:51] json_rpc_call failed, retry after 30 seconds

and it just keeps repeating over and over in the console and I never show any activity on the website

Here is the code from the config file. I checked and the server addresses are lined up with what they need to be according to the GiveMeCoins website.

{ "cname": "feathercoin","algo": "neoscrypt", "tag":"ftc", "folder": "_APARAM1_", "cweight": 1, "fee": 1, "command": "_APARAM2_", "arguments": "_APARAM3_ ftc-neo._SPARAM1_:3336 -u _ACCOUNT_._WORKER_ _SPARAM2_" },
            { "cname": "vertcoin","algo": "lyra2rev2", "tag":"vtc", "folder": "_APARAM1_", "cweight": 1, "fee": 1, "command": "_APARAM2_", "arguments": "_APARAM3_ vtc._SPARAM1_:3337  -u _ACCOUNT_._WORKER_ _SPARAM2_" }

Any suggestions on how to fix this?

Hi! Sorry, had not a lot of time to reply previously. Your first message is about Whattomine-based service. It is only template that can be attached to any pool, that mines corresponding coins. It depends also on pool, which account is needed there, it can be BTC address, login name, direct coin wallet. The best way to find propriate parameters is to play with it in console.
As for GiveMeCoins, it looks like pool requested stratum+tcp. Try to add "_APARAM3_ stratum+tcp://ftc-neo._SPARAM1_:3336 -u _ACCOUNT_._WORKER_ _SPARAM2_" or if defined "sparam3": "stratum+tcp://" in pool description, try "_APARAM3_ _SPARAM3_ftc-neo._SPARAM1_:3336 -u _ACCOUNT_._WORKER_ _SPARAM2_"
Zimmsquad
Member
**
Offline Offline

Activity: 108
Merit: 10


View Profile
February 13, 2017, 08:33:23 PM
 #803

That fixed the give me coins, thanks!

Could you explain further what you mean about the what to mine code? I have all of the other pools and everything filled out in the config file except this part.
Giraudy
Full Member
***
Offline Offline

Activity: 133
Merit: 100


View Profile
February 13, 2017, 09:00:48 PM
 #804

That fixed the give me coins, thanks!

Could you explain further what you mean about the what to mine code? I have all of the other pools and everything filled out in the config file except this part.

For example
},"WTM-Phoenixcoin": {"account": "MPH ACCOUNT","worker": "1070","pricemode": 0,"cweight": 1.0,"fee":0.9,"sparam1": "","sparam2": "", "algos": [{"cname": "phoenixcoin", "tag": "pxc", "algo": "neoscrypt", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ stratum+tcp://hub.miningpoolhub.com_:20508  -u _ACCOUNT_._WORKER_  _SPARAM2_" }] }}     
 
Zimmsquad
Member
**
Offline Offline

Activity: 108
Merit: 10


View Profile
February 13, 2017, 09:05:32 PM
 #805

But I already have phoenix coin setup using mining pool hub in the config file. Are you saying using the WTM is an alternative to that? If it is, what are the benefits/cons of each way to do it?
Zimmsquad
Member
**
Offline Offline

Activity: 108
Merit: 10


View Profile
February 13, 2017, 09:35:44 PM
 #806

Also does anyone know what it means when a pool says it is an outlier?
Zimmsquad
Member
**
Offline Offline

Activity: 108
Merit: 10


View Profile
February 14, 2017, 05:19:38 PM
 #807

@Giraudy are there any plans to implement Claymore dual miner for Nvidia cards into this program? Is that possible?
Giraudy
Full Member
***
Offline Offline

Activity: 133
Merit: 100


View Profile
February 14, 2017, 09:58:29 PM
 #808

@Giraudy are there any plans to implement Claymore dual miner for Nvidia cards into this program? Is that possible?
I am just thinking on how to implement this dual feature  Wink
I've finished tests of a new update with WhatToMine extended support for other listed coins. Unfortunatelly, WTM doesn't provide json data for dual algos. So I am going to calculate it on the basis of components. ETH is back in trend.

Meanwhile, package is updated:

-updated Claymore Zcash Miner v.12,
-updated EWBA miner v.0.3.0b,
-added Ccminer for Lyra2z (Zcoin) by DJM and Tourgasm,
-added support for Zcoin, Zdash, Komodo, Ubiq, Sibcoin and, of course, secret Skein coins,
-updated configs for Nicehash, Suprnova,Coinmine,TBF, GMC,WTM,
-now it is possible to attach any coin listed on WhatToMine, using "priceid" key. It should correspond to its id on WTM, for example http://whattomine.com/coins/175.json here priceid is 175.
Sample code
Code:
   
 },"WTM-Digibyte-Skein": {"account": "","worker": "", "pricemode": 0, "cweight": 1.0, "fee":1,"sparam1": "","sparam2": "",
        "algos": [{"cname": "dgb-skein", "tag":"dgb", "algo": "skein", "priceid": "114", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_  -u _ACCOUNT_._WORKER_  _SPARAM2_" }]

 },"WTM-Myriad-Skein": {"account": "","worker": "", "pricemode": 0, "cweight": 1.0, "fee":1,"sparam1": "","sparam2": "",
        "algos": [{"cname": "myriad-skein", "tag":"myr", "algo": "skein", "priceid": "67", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_  -u _ACCOUNT_._WORKER_  _SPARAM2_" }]

More API requests were added to the application, so it became a little bit slower. That's why new package is in new folder MC1.7.0(beta2). Previous version is available in folder MC1.7.0(beta1).
 Download link: https://mega.nz/#F!rhAFCbIa!F4XoHfIYoPYgJ-V1TUyP2A

m1n1ngP4d4w4n
Full Member
***
Offline Offline

Activity: 224
Merit: 100

CryptoLearner


View Profile
February 14, 2017, 10:13:03 PM
 #809

Nice, i didn't knew you could grab a specific coin from WTM, that will speed up my own tool Smiley

Nice new version too !
lyolyalya
Sr. Member
****
Offline Offline

Activity: 455
Merit: 250


View Profile
February 15, 2017, 09:58:44 AM
 #810

@Giraudy are there any plans to implement Claymore dual miner for Nvidia cards into this program? Is that possible?
I am just thinking on how to implement this dual feature  Wink
I've finished tests of a new update with WhatToMine extended support for other listed coins. Unfortunatelly, WTM doesn't provide json data for dual algos. So I am going to calculate it on the basis of components. ETH is back in trend.

Meanwhile, package is updated:

-updated Claymore Zcash Miner v.12,
-updated EWBA miner v.0.3.0b,
-added Ccminer for Lyra2z (Zcoin) by DJM and Tourgasm,
-added support for Zcoin, Zdash, Komodo, Ubiq, Sibcoin and, of course, secret Skein coins,
-updated configs for Nicehash, Suprnova,Coinmine,TBF, GMC,WTM,
-now it is possible to attach any coin listed on WhatToMine, using "priceid" key. It should correspond to its id on WTM, for example http://whattomine.com/coins/175.json here priceid is 175.
Sample code
Code:
   
 },"WTM-Digibyte-Skein": {"account": "","worker": "", "pricemode": 0, "cweight": 1.0, "fee":1,"sparam1": "","sparam2": "",
        "algos": [{"cname": "dgb-skein", "tag":"dgb", "algo": "skein", "priceid": "114", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_  -u _ACCOUNT_._WORKER_  _SPARAM2_" }]

 },"WTM-Myriad-Skein": {"account": "","worker": "", "pricemode": 0, "cweight": 1.0, "fee":1,"sparam1": "","sparam2": "",
        "algos": [{"cname": "myriad-skein", "tag":"myr", "algo": "skein", "priceid": "67", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_  -u _ACCOUNT_._WORKER_  _SPARAM2_" }]

More API requests were added to the application, so it became a little bit slower. That's why new package is in new folder MC1.7.0(beta2). Previous version is available in folder MC1.7.0(beta1).
 Download link: https://mega.nz/#F!rhAFCbIa!F4XoHfIYoPYgJ-V1TUyP2A


wooohooo!now i can add DMD!!!=)
lyolyalya
Sr. Member
****
Offline Offline

Activity: 455
Merit: 250


View Profile
February 15, 2017, 07:55:11 PM
 #811

hey.i added dmd-groestl coin with WTM profitabilty calculation on miningfield.can i assign pools api to WTM-coins to see balances?
lyolyalya
Sr. Member
****
Offline Offline

Activity: 455
Merit: 250


View Profile
February 15, 2017, 08:13:54 PM
 #812

seems like all the coins that using WTM need to assign with price id.pascal is delisted now from main page and suprnova tells me that profitability is 0...but in coins section everything is fine...
Zimmsquad
Member
**
Offline Offline

Activity: 108
Merit: 10


View Profile
February 15, 2017, 08:20:24 PM
 #813

Is there an easy way to synchronize the changes between the config files from an old version to a new version? For example, I want to copy all of my old addresses for payments and APIs and worker names and such but I want the new features of the new config file. Or do I sadly have to just copy and paste it all over?
Giraudy
Full Member
***
Offline Offline

Activity: 133
Merit: 100


View Profile
February 16, 2017, 03:29:03 AM
 #814

Is there an easy way to synchronize the changes between the config files from an old version to a new version? For example, I want to copy all of my old addresses for payments and APIs and worker names and such but I want the new features of the new config file. Or do I sadly have to just copy and paste it all over?

Every new update of Minercontrol.exe is compatible with an old config file. First visually compare the changes in new and old config files.
If you need them, copy necessary strings from new to the old, and then move old config to a folder with a new version.
lyolyalya
Sr. Member
****
Offline Offline

Activity: 455
Merit: 250


View Profile
February 16, 2017, 05:34:34 AM
 #815

aaaand...what about WTM-coins balances?is this possible?
Giraudy
Full Member
***
Offline Offline

Activity: 133
Merit: 100


View Profile
February 16, 2017, 06:56:51 AM
 #816

aaaand...what about WTM-coins balances?is this possible?
Hi, miningfield was not attached to the code to get balance and speed.  For each pool a special service should be created in the code. I'll add it for miningfield ASAP.
lyolyalya
Sr. Member
****
Offline Offline

Activity: 455
Merit: 250


View Profile
February 16, 2017, 10:36:01 AM
 #817

aaaand...what about WTM-coins balances?is this possible?
Hi, miningfield was not attached to the code to get balance and speed.  For each pool a special service should be created in the code. I'll add it for miningfield ASAP.
if that's not so hard, please=)
and one more question about pascal.it was delisted from main page.i created wtm-pascal and assign it to suprnova, but seems like WTM even in coins section gives wrong data.cause i was mining about hour and minercontrol shows me always 0.012743 and low diff, but suprnova tells me high diffs...can we override wtm somehow?
Giraudy
Full Member
***
Offline Offline

Activity: 133
Merit: 100


View Profile
February 16, 2017, 10:42:34 AM
Last edit: February 16, 2017, 12:30:16 PM by Giraudy
 #818

Updated.
- miningfield.com attached,
- configs for CPU-mining and miners uploaded.
CPU-mining is very individual, you have to make benchmark to fill-in correct hashrates for algos before using.

https://mega.nz/#F!rhAFCbIa!F4XoHfIYoPYgJ-V1TUyP2A
Giraudy
Full Member
***
Offline Offline

Activity: 133
Merit: 100


View Profile
February 16, 2017, 10:55:06 AM
 #819

Quote
if that's not so hard, please=)
and one more question about pascal.it was delisted from main page.i created wtm-pascal and assign it to suprnova, but seems like WTM even in coins section gives wrong data.cause i was mining about hour and minercontrol shows me always 0.012743 and low diff, but suprnova tells me high diffs...can we override wtm somehow?


The problem is uclear. Can you share a screenshot or sample of used config to check?
lyolyalya
Sr. Member
****
Offline Offline

Activity: 455
Merit: 250


View Profile
February 16, 2017, 02:22:33 PM
 #820

Quote
if that's not so hard, please=)
and one more question about pascal.it was delisted from main page.i created wtm-pascal and assign it to suprnova, but seems like WTM even in coins section gives wrong data.cause i was mining about hour and minercontrol shows me always 0.012743 and low diff, but suprnova tells me high diffs...can we override wtm somehow?


The problem is uclear. Can you share a screenshot or sample of used config to check?

"WTM-Pascalcoin": {"account": "lyolyalya","worker": "1", "pricemode": 0, "cweight": 1.0, "fee":1,"sparam1": "pasc.suprnova:5279","sparam2": "-p 111",
        "algos": [{ "cname": "pascalcoin", "tag": "pasc","priceid":"172", "algo": "pascal", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_  -u _ACCOUNT_._WORKER_  _SPARAM2_" }]


Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 [41] 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!