luke-jr / bfgminer

Modular ASIC/FPGA miner written in C, featuring overclocking, monitoring, fan speed control and remote interface capabilities.
http://luke.dashjr.org/programs/bitcoin/files/bfgminer/
Other
1.83k stars 809 forks source link

Solomining hashrate issue #830

Open Arke123 opened 2 years ago

Arke123 commented 2 years ago

I'm using bfgminer 5.5.0 for solo mining (stratum provider) with my bitcoin core wallet.

bfgminer -T -P -o 127.0.0.1:8332 -O user:pass --stratum-port 3334 --generate-to

when mining to the stratum url my miners only getting some GH/s instead of TH/s, seems like its some issue withe the difficulty. Any idea how to fix that?

Arke123 commented 2 years ago

@luke-jr any idea?