Help With New Ccminer .bat

Discussion in 'ccminer' started by 6079unperson, Apr 28, 2016.

  1. 2017/12/15 - Decred v1.1.2 released! → Release Notes  → Downloads
  1. 6079unperson

    6079unperson New Member

    Apr 8, 2016
    5
    1
    Male
    Mother Russia
    Greetings once again,

    I am trying to get ccminer working with my twin GTX 780 Lighnings. I keep on getting JSON decode failed.

    Can someone see if my .bat file I created is wrong?

    ccminer.exe --algo=blake -o stratum+tcp://dcr.suprnova.cc:9110 -u User.User -p 123

    Thanks in advance,

    -Winston Smith
     
  2. .m.

    .m. New Member

    Jan 23, 2016
    55
    10
    shouldn't you use -a decred ?
     
    6079unperson and David like this.
  3. David

    David Sr. Member

    Jan 22, 2016
    364
    207
    Male
    USA
    It looks like you have everything right except the algo. It should be:
    Code:
    ccminer -a decred -o http://example.com:port# -u login.workername -p password
    I can see where the confusion comes from because Decred is a coin, not an algo, but that's how it was coded apparently! In fact, here's the list of all possible "algos" in the version of ccminer I have (-x64-21-30-35-50-52):
    -a, --algo=ALGO specify the algorithm to use
    blake use to mine Saffroncoin (Blake256)
    blakecoin use to mine Old Blake 256
    bmw use to mine Midnight
    c11/flax use to mine Chaincoin and Flax
    decred use to mine Decred 180 bytes Blake256-14
    deep use to mine Deepcoin
    dmd-gr use to mine Diamond-Groestl
    fresh use to mine Freshcoin
    fugue256 use to mine Fuguecoin
    groestl use to mine Groestlcoin
    heavy use to mine Heavycoin
    jackpot use to mine Jackpotcoin
    keccak use to mine Maxcoin
    luffa use to mine Joincoin
    lyra2 use to mine Vertcoin
    mjollnir use to mine Mjollnircoin
    myr-gr use to mine Myriad-Groest
    neoscrypt use to mine FeatherCoin
    nist5 use to mine TalkCoin
    penta use to mine Joincoin / Pentablake
    quark use to mine Quarkcoin
    qubit use to mine Qubit
    scrypt use to mine Scrypt coins
    scrypt:N use to mine Scrypt-N :)10 for 2048 iterations)
    scrypt-jane use to mine Chacha coins like Cache and Ultracoin
    s3 use to mine 1coin
    sib use to mine Sibcoin
    skein use to mine Skeincoin
    skein2 use to mine Woodcoin
    x11 use to mine DarkCoin
    x14 use to mine X14Coin
    x15 use to mine Halcyon
    x17 use to mine X17
    x17 use to mine X17
    vanilla use to mine Vanilla (Blake256)
    whirlpool use to mine Joincoin
    zr5 use to mine ZiftrCoin

    There should also be a default/example config file in the package you downloaded. You can edit this file and add your login details and just double click on ccminer to have it open and load the config file. Use one method or the other, not both. If you use the CLI command above, rename the ccminer.conf file to something different so it does not try to load it on startup.
     
    6079unperson likes this.
  4. 6079unperson

    6079unperson New Member

    Apr 8, 2016
    5
    1
    Male
    Mother Russia
    Thank you both! My hash rate has increased significantly!
    1.7 Gh/s to 2.4 Gh/s

    Awesome!!!!
     

    Attached Files:

    David likes this.

Share This Page