i have running a full node with 0.13. everything fine so far.
I would like to make some tests, just for fun and test some ideas with cpu mining(i know it is not profitable).i have tried with bfgminer unsuccesfully,
i have set in litecoin.conf, running with litecoind
rpcuser=****
rpcpassword=*****
listen=1
server=1
rpcport=9332
rpcallowip=127.0.0.1
gen=0
daemon=1
bfgminer version 5.4, command ./bfgminer --scrypt -o
http://127.0.0.1:9332 -u *** -p ***
it gives me an internal server error. Do i have to set up a pool for get up to work
Initiate stratum failed
[2017-07-11 10:48:19] Closing socket for stratum pool 0
[2017-07-11 10:48:19] FAILED to retrieve work from pool 0 http://127.0.0.1:9332
[2017-07-11 10:48:19] Pool 0 slow/down or URL or credentials invalid
[2017-07-11 10:48:20] No servers were found that could be used to get work from.
[2017-07-11 10:48:20] Please check the details from the list below of the servers you have input
[2017-07-11 10:48:20] Most likely you have input the wrong URL, forgotten to add a port, or have not set up workers
[2017-07-11 10:48:20] Pool: 0 URL: http://127.0.0.1:9332 User: freeman Password: superman
[2017-07-11 10:48:20] Press any key to exit, or BFGMiner will try again in 15s.
[2017-07-11 10:48:36] No servers were found that could be used to get work from.
[2017-07-11 10:48:36] Please check the details from the list below of the servers you have input
[2017-07-11 10:48:36] Most likely you have input the wrong URL, forgotten to add a port, or have not set up workers
[2017-07-11 10:48:36] Pool: 0 URL: http://127.0.0.1:9332 User: freeman Password: superman
[2017-07-11 10:48:36] Press any key to exit, or BFGMiner will try again in 15s.
[2017-07-11 10:48:51] Testing pool http://127.0.0.1:9332
[2017-07-11 10:48:51] HTTP request failed: The requested URL returned error: 500 Internal Server Error
[2017-07-11 10:48:51] Failed to connect in json_rpc_call
[2017-07-11 10:48:51] HTTP request failed: The requested URL returned error: 404 Not Found
[2017-07-11 10:48:51] Failed to connect in json_rpc_call
[2017-07-11 10:48:51] initiate_stratum with sockbuf=0x7fe53801d230
[2017-07-11 10:48:51] Stratum connect failed with TLS to pool 0: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
[2017-07-11 10:48:51] JSON decode failed(1): '[' or '{' expected near 'HTTP'
[2017-07-11 10:48:51] Failed to resume stratum, trying afresh
[2017-07-11 10:48:51] initiate_stratum with sockbuf=0x7fe53801d230
[2017-07-11 10:48:51] Stratum connect failed with TLS to pool 0: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
[2017-07-11 10:48:51] JSON decode failed(1): '[' or '{' expected near 'HTTP'
[2017-07-11 10:48:51] Initiate stratum failed
[2017-07-11 10:48:51] Closing socket for stratum pool 0
[2017-07-11 10:48:51] FAILED to retrieve work from pool 0 http://127.0.0.1:9332
[2017-07-11 10:48:51] Pool 0 slow/down or URL or credentials invalid
[2017-07-11 10:48:52] No servers were found that could be used to get work from.
[2017-07-11 10:48:52] Please check the details from the list below of the servers you have input
[2017-07-11 10:48:52] Most likely you have input the wrong URL, forgotten to add a port, or have not set up workers
[2017-07-11 10:48:52] Pool: 0 URL: http://127.0.0.1:9332 User: freeman Password: superman
[2017-07-11 10:48:52] Press any key to exit, or BFGMiner will try again in 15s.
[2017-07-11 10:49:08] No servers were found that could be used to get work from.
[2017-07-11 10:49:08] Please check the details from the list below of the servers you have input
[2017-07-11 10:49:08] Most likely you have input the wrong URL, forgotten to add a port, or have not set up workers
[2017-07-11 10:49:08] Pool: 0 URL: http://127.0.0.1:9332 User: freeman Password: superman
[2017-07-11 10:49:08] Press any key to exit, or BFGMiner will try again in 15s.
[2017-07-11 10:49:23] Testing pool http://127.0.0.1:9332
[2017-07-11 10:49:23] HTTP request failed: The requested URL returned error: 500 Internal Server Error
[2017-07-11 10:49:23] Failed to connect in json_rpc_call
[2017-07-11 10:49:23] HTTP request failed: The requested URL returned error: 404 Not Found
[2017-07-11 10:49:23] Failed to connect in json_rpc_call
[2017-07-11 10:49:23] initiate_stratum with sockbuf=0x7fe53801d230
[2017-07-11 10:49:23] Stratum connect failed with TLS to pool 0: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
[2017-07-11 10:49:23] JSON decode failed(1): '[' or '{' expected near 'HTTP'
any idea???