Bitcoin Forum
May 30, 2024, 12:15:35 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 »
101  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: February 13, 2017, 05:05:55 AM
@Giraudy, any way you could add coins from the Coins section in WhatToMine.com?  Specifically the Skein algorithm based coins?  They have JSON access just like the main list, here:

DGB-Skein
https://whattomine.com/coins/114.json

Myriad-Skein
https://whattomine.com/coins/67.json

Skein is highly profitable for 1070's normally peaking the charts, not sure why its not on the main list.

Great work on the app overall, makes my 1070's much more efficient.

Jake

Great idea! Will be added ASAP. Thank you.
102  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: February 12, 2017, 09:51:27 AM
Hello,

Is there a way in the config file to add settings for the UI ? like

- Frequency of price reload
- Default sorting column (so that it doesn't get unsorted each time it reload)

Also is there any API linked to the tool to query the current coin being miner, and such ?
Last is there a documentation somewhere listing every option & configuration for the json ?

Thanks  Wink

Prices are updated once per minute. It cannot be defined in config for the moment, but possible to implement. "maxtime" sets auto-restart time.
By reloading occures full re-initialisation of config and complete price checking from the scratch. Have to think about it.

Documentation to the application config parameters are written on the first page. Engine has not been changed a lot since that time. I've just added modern pools. Apllication doesn't generate own API data, but there is remotereceive and remotesend  options that may be catched  and used for your purposes https://bitcointalk.org/index.php?topic=769239.msg9385213;topicseen#msg9385213.
103  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: February 12, 2017, 08:02:56 AM
I am getting an error when trying to download the config file right now. Are you still messing with it and maybe that is preventing the download?

Should be available now. Or exchange code from here for Suprnova pool only. There was an error for "pascalcoin".

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_" },
            {"apikey":"YOUR_COINPOOL_APIKEY", "userid":"YOUR_COINPOOL_USERID", "cname": "monacoin","algo": "lyra2rev2", "tag":"mona", "folder": "_APARAM1_", "cweight": 1,  "fee": 1, "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM3_mona._SPARAM1_:2995 -u _ACCOUNT_._WORKER_ _SPARAM2_" },
            {"apikey":"YOUR_COINPOOL_APIKEY", "userid":"YOUR_COINPOOL_USERID", "cname": "pascalcoin","algo": "pascal", "tag":"pasc", "folder": "_APARAM1_", "cweight": 1,  "fee": 1, "command": "_APARAM2_", "arguments": "_APARAM3_ pasc._SPARAM1_:5279 -u _ACCOUNT_._WORKER_ _SPARAM2_","usewindow":  true  }

104  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: February 12, 2017, 07:45:55 AM
Do I need to enter my bitcoin address info in the config file before it works maybe?

Are there some sort of 1st time instructions anywhere?
Hi, sorry, there was a bug in config string for a newly-added algorithm. Fixed now. Please download config file again. For the first test launch you don't need to add Bitcoin address or make any changes. Profitability is calculated from the box. But, if you want to start mining, of course address schould be added to config.
105  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: February 11, 2017, 09:29:03 PM
Giraudy, thanks for picking up the project. Some thoughts:

1. Are you going to release the soruce? Because
2. I thought about mining based on difficulty alone, not on current or historical profitability. So
2.1. Are some/any pools/whattomines/exchanges transmitting current and/or historical difficulty?
2.2. If yes, then can you add columns akin to "earn" and "average" for it and allow to switch algos on diff drop, not on market hype?
3. How does the averaging of earns works? Can I tweak the averaging period?
4. Suprnova and MPH both have, say, Zcach. They transmit their own price for it, which differs - SN's price's higher. I belive that is wrong. So can you
4.1. Get prices from WTM or
4.2. Have prices set up per-algorithm: "Zcach - get from POLO", "Feather - get from Bittrex" etc. (as far as I can c WTM already does that...)
5. I had some weird "hardware error" message from MinerControl, it stopped complitely. Didn't do the screenshot and didn't see what was mined prior to the error. Can you provide any thoughts despite my shady explanation?
6. It would be great if MC remembered the sorting even in auto/after reload.

lyolyalya, hi. Seen you on MPH)

Hi! 1. Yes, I am going to public the source, when final release will be ready. Not all the new ideas are implemented and tested yet.
2. Application doesn't work with difficulty. It deals with profitability. Profitability can be calculated by pool itself and therefore reported directly in pools API (Nicehash, Nanopool, Zpool, Yiimp, MiningPoolHub) or calculated via Whattomine data for pools, that don't provide profitability.
2.1 Pools with own-calculated profitability report current and 24-h average values. In application can be chosen via "pricemode" parameter. The same works for Whattomine.
2.2 For profitability calculation you need only blocktime, blockreward, networkhashrate, userhashrate values, exchangerate to BTC. Difficulty is not needed, it affects correlation between blocktime and networkhashrate.
3. "Statwindow" key defines period.
4. It is not wrong, it is just differently calculated.  If pool generates profitability itself, it usually calculates networkhashrate differently  from Whattomine. So values for profitability differ. There is so-called "pools luck", when pool believes that he is more lucky for the moment.
4.1-2 It is possible to make an option to calculate profitability via Whattomine only, but it will dramatically reduce the amount of coins. In Whattomine currently only 32 coins listed in API. Different sources for exchangerates are also possible.
5. It's difficult to say whithout more detailed information.
6. By reload happens full re-initialising of config and prices. They should be checked and sorted from the scratch.


106  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: February 10, 2017, 10:19:35 PM
 Smiley Yes, it is a multiplier ("coin weight"), which corrects the price a little bit. 
107  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: February 10, 2017, 10:07:46 PM
aaaand one more...=)
on yiimp in skein algo there are 3 coins.i want to mine all of them when its difficulty are low.
i did that -

{"wallet": "D6mSAHEwAS9CpHSpBnkYzSHeBWXvJACraV","tag": "DGB", "algo": "skein", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:4933 -u _ACCOUNT_ -p d=0.8 -i 27 -q" },
            {"wallet": "ARCfCWLXPQavaWCPaU7YWJj7pisvYtfmGr","tag": "AUR", "algo": "skein", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:4933 -u _ACCOUNT_ _SPARAM2_ -i 27 -q" },
            {"wallet": "MSr5zCs1f3TGWhkP3dW53Com7wPYwG8yva","tag": "MYR", "algo": "skein", "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:4933 -u _ACCOUNT_ _SPARAM2_ -i 27 -q" }
right?

but in prices i have 3 different coins with the same earnings and when aurora earnings rises for example on yiimp , miner start to mine DGB instead.how can i beat it?

This is a trick from YIIMP. I wonder it myself. Its API reports profitability for the whole algo only, not for each coin. For me I sorted it manually with "cweight".

{"wallet": "","cname": "Aurora", "tag": "AUR", "algo": "skein", "cweight":0.99, "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:4933 -u _ACCOUNT_ _SPARAM2_" },
            {"wallet": "","cname": "Digibyte", "tag": "DGB", "algo": "skein", "cweight":1, "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:4933 -u _ACCOUNT_ _SPARAM2_" },
            {"wallet": "","cname": "Myriad", "tag": "MYR", "algo": "skein", "cweight":0.98, "folder": "_APARAM1_", "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM1_:4933 -u _ACCOUNT_ _SPARAM2_" },
108  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.7.0 - Auto profit switching miner controller on: February 10, 2017, 10:00:29 PM
For this purpose there is another option. It is "minprofit" key. Read description here. https://bitcointalk.org/index.php?topic=769239.msg10462036;topicseen#msg10462036.  If you set it 1.1 in "general" section, switch will proceed only if profitability be over 10%, 1.15 - 15%, 1.2 - 20%.
109  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: February 10, 2017, 08:05:29 PM
hey again.how to add small pause(1-2 seconds) between switching? sometimes fast swithing to lbry causes some cards to fail start. manual stopping and starting helps but i want fully automatic swithing=)you know...=)

Ther is a "delay" key in seconds in "general" section, it shows how long a miner will have a rest between switching. If your driver fails to start, set its value for 4-5 seconds.
110  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.7.0 (beta) - Auto profit switching miner controller on: February 08, 2017, 06:56:47 AM
Package updated.

- Pascal Excavator miner v1.0.0b,
- added Monacoin (lyra2v2) in config for Suprnova,
- added x11 in config for HashRefinery,
- added support for Coinotron and GiveMeCoins pools.

Link is the same https://mega.nz/#F!KpgwESpS!36oaptfV3teq9PMnqY9JoQ.

“GiveMeCoins”.
-   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.

“Coinotron”.
-   Profitability is calculated by WhatToMine.
-   Only corresponding to WhatToMine coins can be added.
-   Pricemode” selection: (0) current values; (1) average 24h values.
-   Coinotrons's API is not compatible with balance and speed reporting.
111  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: February 06, 2017, 06:41:57 PM
Giraudy,

   Can you post the link to the latest version. I can only seam to find the link to v1.7.0.0 in the Forum history.

Thank you.
AL23

Here is the link https://mega.nz/#F!KpgwESpS!36oaptfV3teq9PMnqY9JoQ.
As far as it is in beta testing, I am updating the package within mega.nz. Here is always located the last version, available by the same link.

As for your config, I see nothing unusual there. Some ideas to prove: 1) enable dynamicswitching and check, if there will be any changes, 2) maybe in pools section you have "minprofit" option. Pls read this description https://bitcointalk.org/index.php?topic=769239.msg10462036;topicseen#msg10462036, 3) try on default configs from the package, if switching will work with default settings.
112  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.7.0 - Auto profit switching miner controller on: February 06, 2017, 02:56:25 PM
Package updated:

- fixed bug with "usa" location for NiceHash,
- added Pascalcoin support for Nicehash & Nanopool,
- added miners Excavator 1.0, PascalCoinMiner 1.0, SGMiner 5.6.0
- updated configs for Pascal
113  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: February 06, 2017, 02:51:20 PM
Giraudy,

   Just started using your code and I like the changes you have added.

I have found two issues.

1 - If the algo that I am mining goes from the top Net value to a negative value, Miner Control (v1.7.0.0 Bata) dose not switch. It keeps mining the same algo, It dose mark the the algo that it is supposed to switch to with the status of "Pending". It never switches.

2 - When I test NiceHash (CryptoNight and Equihash, so far) it dose not work. I have found that it is dropping the "a" form "usa" when it runs the command. I have checked and my config file is set correctly. If I switch to "eu" it works. If I try the command manually form a prompt it works (i.e. dose not drop the "a").

Thank you.


1. Indeed, looks like incorrect settings in general section. Can you post it?
2. Catched this bug. Will be fixed in new update.
114  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: February 04, 2017, 03:07:44 PM
no fix for balances?=(it's a pitty ok...again - how can i attach WTM to Miningpoolhub? part of code for feathercoin for example, please.

Unfortunatelly, Feathercoin is not listed on WTM currently. You can check the listed coins by link: http://whattomine.com/coins.json

Here is a sample for MPH Phoenixcoin  with WTM price.

Code:
        "remotesend": false,
        "remotereceive": false
    },
    "algorithms": [
    { "name": "neoscrypt", "display": "NeoScrypt", "hashrate": 1200, "mu": "kH/s","power": 54, "aparam1": "Miners\\Nvidia\\Ccminer\\Klaus", "aparam2": "ccminer_klaus.exe", "aparam3": "-a neoscrypt -o" }  
    ],
"WTM-Phoenixcoin": {"account": "MPH ACCOUNT","worker": "1070","pricemode": 0,"сweight": 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_" }]      
   }
}


For Feathercoin  you have to use direct MPH mining

Code:
        "remotesend": false,
        "remotereceive": false
    },
    "algorithms": [
    { "name": "neoscrypt", "display": "NeoScrypt", "hashrate": 1200, "mu": "kH/s","power": 54, "aparam1": "Miners\\Nvidia\\Ccminer\\Klaus", "aparam2": "ccminer_klaus.exe", "aparam3": "-a neoscrypt -o" }

        "MiningPoolHub": {
          "account": "YOUR_ACCOUNT",
          "worker": "1070",
          "apikey": "YOUR_APIKEY",
          "userid": "YOUR_USERID",
          "nobalance": false,
          "nospeed": false,
          "nospeedworker": false,
          "autofee": true,
          "balancemode": 0,
          "weight": 1.0,
          "minprofit": 1,
          "btcfee": 0.2,
          "sparam1": "hub.miningpoolhub.com",
          "sparam2": "-p 123",
          "sparam3": "stratum+tcp://",

        "algos": [
{ "cname": "feathercoin","algo": "neoscrypt", "tag":"ftc", "folder": "_APARAM1_", "cweight": 1, "fee": 0.9, "command": "_APARAM2_", "arguments": "_APARAM3_ _SPARAM3__SPARAM1_:20510 -u _ACCOUNT_._WORKER_ _SPARAM2_" }

As for Suprnova balance, I was trying to catch this bug in my own mining, but had no luck. For me it worked correctly.
Can you define, if it happens for all coins, or just for any? Maybe some screenshots?
115  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.7.0 - Auto profit switching miner controller on: January 30, 2017, 07:29:44 PM
no.stratum+tcp is okay. there is blog article on suprnova, that says - problems with stratum on suprnova decred pool.and updated news is - only tpruvot miner can connect properly.i use Alexis miner.it gives much more hashes.decred on coinmine is workin well.sooo...
and what about suprnovas wrong balances?
just now i had 2.2 mona instead 22...but pending balance is okay 5 mona.

MinerControl.exe updated. Balance bug should be fixed now.  Pls. download it and test.
116  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.7.0 - Auto profit switching miner controller on: January 30, 2017, 06:55:13 AM
is decred on suprnova fine?can't connect via 2252 port...

Just checked. For me it is working well with tpruvot ccminer. Pls. check the command line in console. Looks like stratum+tcp before servername is missing.
Should be stratum+tcp://dcr.suprnova.cc:2252.




117  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.7.0 - Auto profit switching miner controller on: January 29, 2017, 01:05:18 PM
Yes, some keys are hidden in order not to overload config. You should have "switchtime"from 2 to 5 mins, "dynamicswitching": true, "dynamicswitchpower": 2. Then add in your config key "dynamicswitchingpivot". Default value is 1.15, try to make it higher, it should increase a margin for switching.
118  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.7.0 - Auto profit switching miner controller on: January 28, 2017, 08:22:20 PM
and one more thing=)if you dont mind=) create some delta to trigger switching.
there was no need to switch from 0.0067 to 0.0068 i guess...i lost more than i get in this case.if i can specify delta like 0.001 then it wil be switching only when 0.0075>0.0065 for example...


Search this thread for dynamicswitching description.

For example https://bitcointalk.org/index.php?topic=769239.msg10399045;topicseen#msg10399045

First you have to increase switchtime in your config for several minutes, second to play with dynamicswitchpower,dynamicswitchpivot, dynamicswitchoffset parameters.
119  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: January 28, 2017, 04:29:33 PM
hey,have some issues with suprnova again.first of all - sibcoin btc balance is not showing in the miner
and time after time my lbry balance on suprnova shows wrong numbers...example - my lbry balance was 107.7 lbry but miner shows 10.77 lbry and then btc lbry balance is showing less and then my $ balance also wrong...after some time balance is okay.and again after some time it shows wrong numbers - 117>11.7>>>.
in case of question - i changed the conf a little, is my corrections not causing this issues?

Thank you for deep testing. Your changes couldn't cause this issue. I've corrected some variables in code for Suprnova. You may download fixed MinerControl.exe and check Suprnova again.
120  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.7.0 - Auto profit switching miner controller on: January 28, 2017, 07:57:25 AM
Package updated

- added Nanopool PascalCoin pool,
- added Nanopool PascalCoinMiner in AMD subfolder.

For me works only on AMD cards, so only AMD configs updated.
If you don't want to rewrite configs, just add following strings to yours.

Code:

"general"

"algorithms": [

        { "name": "pascal","display": "Pascal","hashrate": 650000,"mu": "kH/s", "power": 50,"aparam1": "Miners\\AMD\\PascalCoinMinerNP","aparam2": "PascalCoinMiner.exe","aparam3": "-p 0 -d 0" },



Code:

  "Nanopool": {

  "algos": [
   {"wallet": "YOUR_PASC_WALLET","cname": "pascalcoin", "tag": "pasc", "algo": "pascal", "folder": "_APARAM1_","cweight": 1, "fee": 0, "command": "_APARAM2_", "arguments": "_APARAM3_ -s pasc-eu1.nanopool.org:15555 -n _ACCOUNT_._WORKER_", "usewindow":  true}

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!