Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bfgminer for litecoin #844

Open
sachinverma1 opened this issue Aug 12, 2022 · 5 comments
Open

Bfgminer for litecoin #844

sachinverma1 opened this issue Aug 12, 2022 · 5 comments

Comments

@sachinverma1
Copy link

Hi, .

I am trying to mine litecoin solo... I want to know does bfgminer works for litecoin...

If yes then any article will be helpful for me.

Thank you

@wareck
Copy link

wareck commented Jan 2, 2023

yes...
enable scrypt during configuration (and you also need hardware support scrypt/litecoin)
I'm using bfgminer since a while for liecoin...

@sachinverma1
Copy link
Author

sachinverma1 commented Jan 2, 2023 via email

@wareck
Copy link

wareck commented Jan 2, 2023

download bfgminer from source , autogen config files, then configure

sudo apt-get update -y
sudo apt-get install git build-essential autoconf automake libtool pkg-config libcurl4-gnutls-dev
libjansson-dev uthash-dev libncursesw5-dev libudev-dev libusb-1.0-0-dev
libevent-dev libmicrohttpd-dev libhidapi-dev libgcrypt20-dev -y

git clone https://github.com/luke-jr/bfgminer.git
cd bfgminer
./autogen.sh
./configure --enable-scrypt
make

If you want to use litecoin hardware, you can add your driver like zeusminer:

./configure --enable-scrypt --enable-zeus
make

@sachinverma1
Copy link
Author

sachinverma1 commented Jan 2, 2023 via email

@sachinverma1
Copy link
Author

sachinverma1 commented Jan 6, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants