Bitcoin Forum
November 12, 2024, 12:31:55 AM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Mining software (miners) / Re: BFGMiner 5.5.0: CPU/GPU/FPGA/ASIC mining software, GBT+Stratum, RPC, Linux/Win64 on: July 04, 2018, 10:02:13 AM
OK, I've found the issue… it is related to the new SegWit address format used by Litecoin (I am using Litecoin Core 0.16.0), my Litecoin address is a M one, it needs to be converted to a 3 one and everything works fine.

More information on this site which help me to understood my issue + link to the address converter.

https://blog.trezor.io/litecoins-new-p2sh-segwit-addresses-843633e3e707

Converter: https://litecoin-project.github.io/p2sh-convert/
2  Bitcoin / Mining software (miners) / Re: BFGMiner 5.5.0: CPU/GPU/FPGA/ASIC mining software, GBT+Stratum, RPC, Linux/Win64 on: June 28, 2018, 12:01:07 AM
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 --scrypt

I have the following error:

Quote
[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:
Quote
[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>

Quote
[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

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!