Hi,
I have an issue with solo mining litecoin.
I have my wallet installed on windows and try to run bfgminer.
When I run:
bfgminer -o http://127.0.0.1:9332 --userpass=dufric:1 --no-getwork --scryptI have the following error:
[2018-06-27 23:27:24] No servers were found that could be used to get work from.
[2018-06-27 23:27:24] Please check the details from the list below of the servers you have input
[2018-06-27 23:27:24] Most likely you have input the wrong URL, forgotten to add a port, or have not set up workers
When I run:
bfgminer -o http://127.0.0.1:9332 --userpass=dufric:1 --no-getwork --scrypt --coinbase-addr <litecon address>This force GBT but I got an invalid address error:
[2018-06-27 23:50:53] ./bfgminer: --coinbase-addr: Invalid address
But when I run:
bfgminer -o http://127.0.0.1:9332 --userpass=dufric:1 --no-getwork --scrypt --coinbase-addr <bitecon address>[2018-06-28 01:36:29] Probing for an alive pool
[2018-06-28 01:36:30] Network difficulty changed to 10.5M (74.86T)
[2018-06-28 01:36:30] Pool 0
http://127.0.0.1:9332 alive
[2018-06-28 01:36:30] Long-polling activated for
http://127.0.0.1:9332 (getblocktemplate)
It works while the address is not a litecon one !
What's wrong ?
Thanks for your help