jgarzik / cpuminer

CPU miner for bitcoin
Other
950 stars 2.34k forks source link

I try to mine litecoin on wallet #86

Closed aksharmty closed 6 years ago

aksharmty commented 6 years ago

Hi, I try to mine litecoin on wallet . I created litecoin.conf file testnet=0 rpcuser=username rpcpassword=password rpcallowip=127.0.0.1 rpcallowip=192.168.. rpcallowip=192.168.0.101 rpcconnect=127.0.0.1 rpcconnect=192.168.0.101 rpcport=9332 daemon=1 server=1 listen=1 rpcclienttimeout=30 gen=-1

on cgminer 3.7.2 I create .bat file cgminer --scrypt --url=http://127.0.0.1:9332 --userpass=aksharmty.1:1 -D --intensity=10 pause

system show error like this : [2018-04-11 13:00:30] Started cgminer 3.7.2 [2018-04-11 13:00:30] Platform 0 devices: 1 [2018-04-11 13:00:30] 0 GeForce GTX 1050 Ti [2018-04-11 13:00:30] Unable to load ati adl library [2018-04-11 13:00:30] Probing for an alive pool [2018-04-11 13:00:30] Popping work to stage thread [2018-04-11 13:00:30] Testing pool http://127.0.0.1:9332 [2018-04-11 13:00:30] Probing for GBT support [2018-04-11 13:00:30] No GBT coinbase + append support found, using getwork protocol [2018-04-11 13:00:30] HTTP request failed: The requested URL returned error: 404 Not Found [2018-04-11 13:00:30] Succeeded delayed connect [2018-04-11 13:00:30] JSON decode failed(1): '[' or '{' expected near 'HTTP' [2018-04-11 13:00:30] Failed to resume stratum, trying afresh [2018-04-11 13:00:30] Succeeded delayed connect [2018-04-11 13:00:30] JSON decode failed(1): '[' or '{' expected near 'HTTP' [2018-04-11 13:00:30] Initiate stratum failed [2018-04-11 13:00:30] Closing socket for stratum pool 0 [2018-04-11 13:00:30] FAILED to retrieve work from pool 0 http://127.0.0.1:9332 [2018-04-11 13:00:30] Pool 0 slow/down or URL or credentials invalid

please write what is wrong in my litecoin.conf or .bat file.