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
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): Spoiler -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.