Bitcoin Forum

Bitcoin => Mining software (miners) => Topic started by: forzendiablo on October 27, 2013, 06:23:36 PM



Title: cgminer - windws, shortcut to apply settings?
Post by: forzendiablo on October 27, 2013, 06:23:36 PM
im using cgminer now.
works great BUT somehow i cannot copy-paste there creditentials are typing is very boring. any way to make shortcut that will auto add all data needed? i msure its possible but dont know how.


Title: Re: cgminer - windws, shortcut to apply settings?
Post by: os2sam on October 27, 2013, 06:26:56 PM
Not completely sure what your asking.

But, create a .bat file and then create a shortcut to that.


Title: Re: cgminer - windws, shortcut to apply settings?
Post by: xjack on November 17, 2013, 03:05:41 PM
Do a search for cgminer.conf and how to use it.  Here's an example.

Code:
{
"pools" : [
        {
        "name" : "stratum.btcguild.com",
        "url" : "http://stratum.btcguild.com:3333",
        "user" : "user_worker1",
        "pass" : "123",
        "pool-priority" : "0"
        },
        {
        "name" : "stratum.bitcoin.cz",
        "url" : "http://stratum.bitcoin.cz:3333",
        "user" : "yomama.worker",
        "pass" : "mypoleatnight",
        "pool-priority" : "1"
        }
],
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-port" : "4028",
"failover-only" : true


}


Title: Re: cgminer - windws, shortcut to apply settings?
Post by: Johanna on November 17, 2013, 03:31:30 PM
im using cgminer now.
works great BUT somehow i cannot copy-paste there creditentials are typing is very boring. any way to make shortcut that will auto add all data needed? i msure its possible but dont know how.

You need to create a .bat file if you want shortcut, you can then put in your settings like username and password...